@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
 

a:link {color: #CC184B;text-decoration:none;}      
a:visited {color: #CC184B;text-decoration:none;} 
a:hover {color:#2a2a2a ;text-decoration:none;}
a:active {color:#2a2a2a;text-decoration:none;}

img, img a{
    border: 0px;
    border: none;
    outline: none;
}	
html,body{
    margin: 0;
    background: #FFF;
    color: #2a2a2a;
}
body{
    margin: 0 auto;
    padding: 0;
    font-family: 'Cochin', sans-serif;
     font-family: 'Droid Serif';
}
.container{
    
}
.container .border{
    
}
.container .padding{
    padding: 0 25px;
}




/******************************
 HEADER 
*******************************/
header{
    
}
header a.logo{
    display: block;
    margin: 50px 30px 40px;
    text-align: center;
}
header a.logo img{
    width: 100%;
    max-width: 600px;
}
#topbar{
    display: block;
    padding: 0;
    height: 50px;
    background: #f8f8f8;
    border-bottom: 1px solid #ededed;
}
#topbar:after{
    clear: both;
    content: "";
    display: block;
    width: 100%;
}
#topbar .topbar-wrap{
    text-align: right;
    color: #8A8889;
    text-transform: uppercase;
}
#topbar .find-us-on{
    float: right;
    line-height: 50px;
}
#topbar ul#social-networks{
    float: right;
    display: inline-block;
    height: 50px;
}
#topbar ul#social-networks a{
    float: left;
    padding: 0 24px 0 20px;
    font-size: 20px;
    margin: 0;
    line-height: 50px;
    text-align: center;
    color: #8A8889;
    opacity: 0.8;
}
#topbar ul#social-networks a:hover{
    opacity: 1;
}
#topbar a.get-in-touch{
    float: right;
    display: inline-block;
    margin: 0;
    height: 50px;
    padding: 0 25px;
    line-height: 48px;
    font-size: 15px;
    letter-spacing: 1px;
    background: #CC184B;
    color: #fff;
    
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
#topbar a.get-in-touch:hover{
    background: #B01340;
    color: #fff;
}

#topbar a.get-in-touch:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #8C0D31;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#topbar a.get-in-touch:hover:before, #topbar a.get-in-touch:focus:before, #topbar a.get-in-touch:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}



#topnav{
    display: block;
    position: relative;
    background: #fff;
    border-top: 4px solid #2a2a2a;
    border-bottom: 2px solid #2a2a2a;
    z-index: 999;
    
    text-align: center;
}



/******************************
 MAIN 
*******************************/
#main{
    margin: 0;
}
#main h2{
    margin: 0;
    padding: 0px 0 18px;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
}
#main h3{
    margin: 15px 0 10px;
    padding: 0 0 12px;
    font-size: 20px;
    text-transform: uppercase;
}
#main h4{
    margin: 0 0 8px;
}
#main p{
    margin: 0;
    padding: 0 0 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #737373;
}
#main p strong{
    color: #2a2a2a;
}
#main .img-responsive{
    float: left;
    margin: 4px 14px 8px 0;
    max-width: 100%;
}
#main .wrapper {
    margin: 0 auto;
    padding: 0 25px 25px;
    background: #fff;
}
#main .wrapper:after{
    content: "";
    clear: both;
    display: block;
    width: 100%;
}
#main ul{
    list-style: disc outside none;
    padding: 10px 10px 10px 25px;
}
#main ul li{
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #737373;
}
#main ul li strong{
    color: #2a2a2a;
}



/******************************
 FOOTER 
*******************************/
footer{
    display: inline-block;
    margin: 125px 0 40px;
    padding: 0;
    width: 100%;
    color: #555;
    background: #fff;
}
footer .footer-wrap{
	display: inline-block;
	padding: 35px 0;
	width: 100%;
	border-top: 2px solid #ededed;
    border-bottom: 1px solid #ededed;
}
footer .connect{
	text-align: right;
}
footer .connect .fa{
	margin: -8px 2px;
	padding: 0;
	vertical-align: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: #CC184B;
	text-align: center;
	
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
footer h1{
    text-align: center;
    font-size: 14px;
}
footer .copyright{
	
}
footer .developed-by{
    margin: 20px 0 0;
	color: #BDBDBD;
	text-align: center;
}
footer .developed-by span a{
    color: #808080;
}




/******************************
 CUSTOM 
*******************************/
#page-header{
    margin: 0px 0 60px 0;
    padding: 65px 18px;
    background: #fff;
    background-image: url(../images/page-headers/about-stephanie.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom: 0px solid #ededed;
    color: #4a4a4a;
    text-transform: uppercase;
    border-bottom: 2px solid #2a2a2a;
}
#page-header h2{
    font-size: 32px;
    font-weight: 300;
}
ul#sub-options{
    list-style: none;
    margin: 25px 0;
    padding: 0;
}
ul#sub-options .no-padding{
    padding: 0;
}
ul#sub-options img{
    display: block;
    margin: 0 0 15px;
    width: 100%;
    
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
ul#sub-options:hover img:not(:hover) {
	opacity: 0.65;
}
#services-list{
    display: inline-block;
    position: relative;
}
#services-list .service-item{
    margin: 0 0 45px;
}
#services-list .service-item-image{
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    background: #2a2a2a;
    border: 6px solid #f8f8f8;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#services-list .service-item h2{
	display: none;
    margin: 0;
    padding: 100px 0;
    font-size: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 2px rgba(0,0,0,0.2);
}
#services-list .service-item h3{
    margin: 20px 0 10px;
    padding: 0;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    color: #CC184B;
}
#services-list .service-item h3 span.price{
    float: right;
}
#services-list .service-item p{
    padding: 0;
}
#have-more-questions{
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #ededed;
}
#testimonials{
	
}
#testimonials .testimony{
	margin: 0 0 45px;
	padding: 25px 0;
	min-height: 225px;
	border-top: 8px solid #CC184B;
}
#testimonials .testimony h3.client{
	margin: 0;
	padding: 0;
	font-size: 16px;
}
#contact-icons{
    display: inline-block;
    width: 100%;
}
#contact-icons li{
    display: block;
    list-style: none;
    margin: 0 0 15px;
    padding: 35px 15px 55px;
    width: 100%;
    text-align: center;
    background: #f8f8f8;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#contact-icons li .icon{
    margin: 0 0 25px;
    width: 105px;
    height: 105px;
    line-height: 105px;
    font-size: 38px;
    color: #CC184B;
    background: #fff;
    border: 2px solid #CC184B;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#contact-icons li h2{
    margin: 0;
    padding: 0 0 10px;;
    font-size: 22px;
    font-weight: 700;
    color: #444;
}
#contact-icons li p{
    margin: 0;
    padding: 0;   
}




/******************************
 RESPONSIVE SETTINGS 
*******************************/
@media screen and (max-width: 1199px) {

    /* CUSTOM */
    ul#sub-options img.left-full {
        height: 544px;
    }
    ul#sub-options img.middle-bottom {
        height: 169px;
    }
    ul#sub-options img.middle-top {
        height: 359px;
    }
    #services-list .service-item h2{
        padding: 100px 0;
        font-size: 32px;
    }
}


@media screen and (max-width: 992px) {
    
    /* CUSTOM */
    #page-header{
        margin: 0px 0 40px 0;
        padding: 45px 18px;
    }
    #page-header h2{
        font-size: 24px;
    }
    ul#sub-options .no-padding-resp{
        padding: 0;
    }
    ul#sub-options img.left-full,
    ul#sub-options img.middle-top,
    ul#sub-options img.middle-bottom{
        height: auto;
    }
    #services-list .service-item-image{
    	height: 175px;
    }
    #services-list .service-item h2{
        padding: 75px 0;
        font-size: 26px;
    }
    #testimonials .testimony{
		margin: 0 0 25px;
		min-height: 20px;
	}

    
    
    /* ESSENTIALS */
    .container .no-padding{ 
        padding-left: 0 !important; 
        padding-right: 0 !importnant; 
        padding: 0; 
    }
    #topbar .find-us-on,
    #topbar ul#social-networks{
        display: none;
    }
    #topbar a.get-in-touch{
        float: none;
        display: block;
        text-align: center;
        background: #f8f8f8;
        color: #444;
        border-bottom: 1px solid #ededed;
    }
    #topnav{
        border: none;
        border-top: 4px solid #AD133F;
    }
    footer{
        margin: 50px 0 0;
        padding: 35px 10px;
        text-align: center;
    }
    footer h1{
    	display: inline-block;
        margin: 25px 0;
        width: 100%;
        line-height: 1.25;
    }
    footer .connect{
		text-align: center;
	}
    footer .developed-by{
        text-align: center;
    }
    

}
@media screen and (max-width: 768px) {
    
    /* CUSTOM */
  	#services-list .service-item h3 span.price{
    	float: none;
		display: block;
		color: #737373;
		font-size: 18px;
	}

}

@media screen and (max-width: 480px) {
    
    /* CUSTOM */
    #page-header{
        margin: 0px 0 40px 0;
        padding: 25px 18px;
    }
    #page-header h2{
        font-size: 14px;
    }

    

}


