/*
Template Name: Bootstrap Starter Kit - Header 2
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/
/*	HEADER 2
/*----------------------------------------------------*/
#header-2 {
    width: 100%;
    position: relative;
    min-height: 95px;
    z-index: 999;
}

#header-2 .brand-img {
    float: none;
    margin: 30px auto;
    text-align: center;
    max-width: 150px;
    padding-top: 5px;
}

#header-2 .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 20px;
    top: 30px;
    border: none;
}

#header-2 .navbar-toggle:focus {
    outline: none;
}

#header-2 .navbar-toggle .icon-bar {
    background-color: #999;
    height: 3px;
}

#header-2 .navbar-toggle:hover .icon-bar {
    background-color: #3498DB;
}

#header-2 .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header-2 .main-nav .nav {
    margin-top: 25px;
}

#header-2 .main-nav .navbar-nav > li a {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #707070;
    background: none;
}

#header-2 .main-nav .navbar-nav > li.active a {
    color: #3498DB;
}

#header-2 .main-nav .navbar-nav > li a:hover {
    color: #3498DB;
}

#header-2 .main-nav .navbar-nav > li a:focus {
    outline: none;
}

#header-2 .main-nav .nav .dropdown-menu {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #3E606F;
}

#header-2 .main-nav .nav .dropdown-menu a {
    padding: 8px 20px;
    color: #666;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#header-2 .main-nav .nav .dropdown-menu a:hover {
    background: #3498DB;
    color: #fff;
}

/* Override bootstrap default */
#header-2 .main-nav .nav .open > a,
#header-2 .main-nav .nav .open > a:hover,
#header-2 .main-nav .nav .open > a:focus {
    background: none;
}

/*	Header 2 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
    #header-2 .main-nav .nav .dropdown-menu {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        margin: 0;
        border: none;
        text-transform: none;
        min-width: 180px;
        background: #3E606F;
    }

    #header-2 .main-nav .nav .dropdown-menu:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3E606F;
        position: absolute;
        right: 35px;
        top: -10px;
    }

    #header-2 .main-nav .nav .dropdown-menu a {
        padding: 8px 20px;
        color: #fff;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    #header-2 .main-nav .nav .dropdown-menu a:hover {
        background: #193441;
        color: #fff;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
}

/*	CONTENT BLOCK 1-3
/*----------------------------------------------------*/
.content-1-3 {
    text-align: center;
}

.content-1-3 p {
    padding: 0 20px;
}

.content-1-3 .services-wrapper {
    margin: 20px 0 0;
}

.content-1-3 .services-wrapper .icon {
    height: 175px;
    width: 175px;
    max-width: 100%;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 50px;
}

.content-1-3 .services-wrapper .icon span {
    line-height: 175px;
    color: #fff;
    font-size: 55px;
}

/*	CONTENT BLOCK 1-3 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
}

/*	CONTENT BLOCK 1-5
/*----------------------------------------------------*/
.content-1-5 h1 {
    color: #3498DB;
}

/*	CONTENT BLOCK 1-3 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
}

/*	CONTENT BLOCK 1-6
/*----------------------------------------------------*/
.content-1-6 h2 {
    margin-bottom: 40px !important;
}

.content-1-6 .client-row {
    overflow: hidden;
    text-align: center;
    line-height: 0;
}

.content-1-6 .client-row .col-md-3 {
    display: inline-block;
    min-height: 80px;
    line-height: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.content-1-6 .client-row img {
    max-width: 140px;
    opacity: 0.3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: none;
    height: auto;
}

.content-1-6 .client-row img:hover {
    opacity: 1;
}

.content-1-6 .client-row .row-wrapper {
    display: inline-block;
    width: 80%;
}

.content-1-6 .client-row:last-child .row-wrapper {
    border-bottom: none;
}

.content-1-6 .row-wrapper .col-md-3 {
}

.content-1-6 .row-wrapper .col-md-3:last-child {
    border-right: none;
}

/*	CONTENT BLOCK 1-6 MEDIA QUERIES
/*----------------------------------------------------*/
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px)
{
    .content-1-6 .client-row .row-wrapper {
        border-bottom: none;
    }

    .content-1-6 .row-wrapper .col-md-3 {
        border-right: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px)
{
    .content-1-6 .client-row .row-wrapper {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .content-1-6 .row-wrapper .col-md-3 {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
}

/*
Template Name: Bootstrap Starter Kit - Gallery 2
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/
/*	Gallery 2
/*----------------------------------------------------*/
.gallery-2-title {
    text-align: center;
    padding-bottom: 30px;
}

.gallery-2-title h1 {
    color: #2c3e50;
    margin: 0;
}

.gallery-2-title h2 {
    color: #95a5a6;
}

.gallery-2-title hr {
    width: 10%;
    border-width: 2px;
    border-color: #16a085;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

.grid {
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}

/* Common style */
.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    height: 300px;
    background: #2c3e50;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
figure.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.5;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    top: auto;
    bottom: 0;
    height: 50%;
    text-align: left;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.6);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/*
Template Name: Bootstrap Starter Kit - Gallery 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/
/*	Gallery 1
/*----------------------------------------------------*/
/* Gallery Item
 * -------------------------- */
.isotope-gallery-container .col-md-3 {
    margin-right: -1px;
}

.gallery-item-wrapper {
    padding-bottom: 25px;
}

.gallery-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}

.flush .gallery-item {
    border-radius: 0;
}

.gallery-item .gallery-thumb {
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
}

.gallery-item:hover .gallery-thumb img {
    transform: scale(1.1);
}

.gallery-item .gallery-thumb .image-overlay {
    background-color: #2c3e50;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.gallery-item .gallery-thumb .gallery-zoom,
.gallery-item .gallery-thumb .gallery-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #2c3e50;
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 2px;
}

.gallery-item .gallery-thumb .gallery-zoom:hover,
.gallery-item .gallery-thumb .gallery-link:hover {
    background-color: #1ABC9C;
    color: #ffffff;
}

.gallery-item .gallery-thumb .gallery-zoom:focus,
.gallery-item .gallery-thumb .gallery-link:focus {
    outline: none;
}

.gallery-item .gallery-thumb .gallery-link {
    right: 0;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item .gallery-thumb .gallery-zoom {
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .gallery-zoom {
    display: block;
    left: 50%;
    margin-left: -48px;
}

.gallery-item:hover .gallery-thumb .gallery-link {
    display: block;
    right: 50%;
    margin-right: -48px;
}

.gallery-item .gallery-details {
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    border: 2px solid #ecf0f1;
    border-top: 0;
    overflow: hidden;
}

.gallery-item .gallery-details h5 {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    position: relative;
}

.gallery-item .gallery-details p {
    font-size: .9em;
}

/* Gallery Filter
 * -------------------------- */
.filter {
    list-style: none;
    padding: 0;
    margin: 0 0 60px 0;
    text-align: center;
}

.filter li {
    display: inline-block;
    margin: 0;
}

.filter li:before {
    display: inline-block;
    content: "/";
    padding: 0 25px 0 19px;
    color: rgba(0,0,0,0.20);
}

.filter li:first-child:before {
    display: none;
}

.filter li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #2c3e50;
}

.filter li a:hover,
.filter li a:focus,
.filter li a.active {
    color: #1ABC9C;
    text-decoration: none;
}

/* Isotope Animating
 * -------------------------- */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
}

/*
Template Name: Bootstrap Starter Kit - Team 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/
/*	Team 1
/*----------------------------------------------------*/
.team-1 h2 {
    margin-bottom: 50px;
}

.team-member {
    max-width: 500px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    border-top: 0;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}

.team-details {
    padding: 20px;
}

.team-member .member-name {
    margin-top: 20px;
    position: relative;
}

.team-member .member-name:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.team-member .position {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.team-member .social-links {
    padding-top: 10px;
}

.team-member .social-links > li a {
    border-color: #ecf0f1;
    border-radius: 3px;
}

/*	Team 1 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
}

.team-member > img {
    width: 100%;
}

/*
Template Name: Bootstrap Starter Kit - Team 2
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/
/*	Team 2
/*----------------------------------------------------*/
.team-2 .team-wrapper {
    padding-bottom: 25px;
}

.team-2 .team-wrapper .team-item {
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-2 .team-wrapper .team-item .team-thumb {
    position: relative;
    overflow: hidden;
}

.team-2 .team-wrapper .team-item .team-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
}

.team-2 .team-wrapper .team-item:hover .team-thumb img {
    transform: scale(1.1);
}

.team-2 .team-wrapper .team-item .team-thumb .image-overlay {
    background-color: #2c3e50;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-2 .team-wrapper .team-item:hover .team-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.team-2 .team-wrapper .team-item .team-thumb .team-link {
    position: absolute;
    color: #fff;
    display: block;
}

.team-2 .team-wrapper .team-item .team-thumb .team-link:hover {
    color: #F39C12;
}

.team-2 .col-sm-4 .team-item .team-thumb .team-link,
.team-2 .col-md-3 .team-item .team-thumb .team-link {
    top: 0;
    left: 45%;
    margin-top: -50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-2 .col-sm-4 .team-item:hover .team-thumb .team-link,
.team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
    display: block;
    top: 58%;
    left: 45%;
}

.team-2 .team-wrapper .team-item .team-details {
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    border-top: 0;
    overflow: hidden;
}

/*	Team 2 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
    .team-2 .col-sm-4 .team-item .team-thumb .team-link {
        left: 40%;
    }

    .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
        top: 66%;
        left: 40%;
    }

    .team-2 .col-sm-6 .team-item .team-thumb .team-link {
        left: 43.4%;
    }

    .team-2 .col-sm-6 .team-item:hover .team-thumb .team-link {
        top: 60%;
        left: 43.4%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px)
{
    .team-2 .col-sm-4 .team-item .team-thumb .team-link {
        left: 42%;
    }

    .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
        top: 62%;
        left: 42%;
    }

    .team-2 .col-md-3 .team-item .team-thumb .team-link {
        left: 39%;
    }

    .team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
        top: 66%;
        left: 39%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px)
{
    .team-2 .col-sm-4 .team-item .team-thumb .team-link {
        left: 43.4%;
    }

    .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
        top: 60%;
        left: 43.4%;
    }

    .team-2 .col-md-3 .team-item .team-thumb .team-link {
        left: 41.3%;
    }

    .team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
        top: 63%;
        left: 41.3%;
    }
}

/*
Template Name: Bootstrap Starter Kit - Contact 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/
/*	CONTACT 1
/*----------------------------------------------------*/
.contact-1 .form-container {
    margin-top: 60px;
}

.contact-1 .contact-info {
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.contact-1 .contact-info span {
    margin-right: 7px;
    color: #1abc9c;
    padding-right: 5px;
}

.contact-1 .contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #2e2e2e;
}

.contact-1 .contact-info li a {
    color: #2e2e2e;
}

.contact-1 .contact-info li a:hover {
    color: #1abc9c;
}

#map {
    width: 100%;
    height: 350px;
}

#contact span.required {
    font-size: 13px;
    color: #ff0000;
}

#message {
    margin-bottom: 20px;
    padding: 0;
}

.error_message {
    display: block;
    background: #FBE3E4;
    padding: 10px 0;
    color: #8a1f11;
    border: 2px solid #FBC2C4;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/*	CONTACT 1 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/*
Template Name: Bootstrap Starter Kit - Contact 3
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/
/*	CONTACT 3
/*----------------------------------------------------*/
.contact-3 h2 {
    margin-top: 0;
}

.contact-3 .map-img {
    margin-top: 40px;
}

#contact span.required {
    font-size: 13px;
    color: #ff0000;
}

#message {
    margin-bottom: 20px;
    padding: 0;
}

.error_message {
    display: block;
    background: #FBE3E4;
    padding: 10px 0 10px 15px;
    color: #8a1f11;
    border: 2px solid #FBC2C4;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/*	CONTACT 3 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/*
Template Name: Bootstrap Starter Kit - Blog 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/
/*	Blog 1
/*----------------------------------------------------*/
.blog-1 .post {
    text-align: center;
    padding: 10px 0;
}

.blog-1 .post img {
    margin: 30px 0;
}

/*	Blog 1 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/*	FOOTER Copyright Bar 2
/*----------------------------------------------------*/
.copyright-bar-2 {
    height: 80px;
    padding-top: 28px;
    background-color: #233447;
    position: relative;
    bottom: 0;
}

.copyright-bar-2 p {
    color: #ffffff;
    font-weight: normal;
    margin: 0;
}