/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome.css');
/* === custom icon === */
@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

/* === prettify === */
/* === fontawesome === */
/* === custom icon === */
/* ==== overwrite bootstrap standard ==== */
/* ===================================
General
==================================== */
html,body {
    height: 100%;
	
}

a:active {
    outline: 0;
}

.clear {
    clear: both;
}

/* ===================================
Responsive media
==================================== */
video {
    margin: 10px 0 40px;
}

audio {
    margin: 10px 0 40px;
}

.video-container,.map-container,.embed-container {
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none;
}

.embed-container iframe,.embed-container object,.embed-container embed,.video-container iframe,.map-container iframe,.map-container object,.map-container embed,.video-container object,.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: none;
}

img.img-polaroid {
    margin: 0 0 20px;
}

.img-box {
    max-width: 100%;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

footer {
    bottom: 0;
    width: 100%;
    margin: 0;
/* Set the fixed height of the footer here */
    min-height: 60px;
    background-color: #015156;
    padding-top: 10px;
}

/*end sticky footer styles----------------------------
----------------------------- */
body {
    margin: 0 auto;
	margin-top:120px;
    padding: 0;
    background-color: #f7fffa;
    font-family: 'Lato',sans-serif;
    background-image: url(../img/brillant.png);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
/*-moz-osx-font-smoothing: grayscale;*/
    text-rendering: optimizeLegibility;
    overflow-x: hidden !important;
    line-height: 150%;
    color: #0f333f;
}

p {
    font-family: 'Merriweather',serif;
    font-size: 14px;
    color: #0f333f;
    line-height: 2;
    font-weight: 300;
}

h1,h2,h3,h4,h5 {
    font-family: 'Lato',sans-serif;
    font-weight: 800;
}

.center {
    text-align: center;
}

.container {
    max-width: 1028px;
}

/* === color === */
a,a:hover,a:focus,a:active,footer a.text-link:hover,strike,.post-meta span a:hover,footer a.text-link,ul.meta-post li a:hover,ul.cat li a:hover,ul.recent li h6 a:hover,ul.portfolio-categ li.active a,ul.portfolio-categ li.active a:hover,ul.portfolio-categ li a:hover,ul.related-post li h4 a:hover,span.highlight,article .post-heading h3 a:hover,.navbar .nav > .active > a,.navbar .nav > .active > a:hover,.navbar .nav > li > a:hover,.navbar .nav > li > a:focus,.navbar .nav > .active > a:focus,.validation {
    color: #5c9c8b;
	font-weight:700;
}



/*---------------- Custom/overwrite styles for navigation--------------------------- */


.navbar-brand {
    min-height: 115px;
	padding:0;
	margin:0;
    }

			@media(max-width:992px) {
				.navbar-brand {
				}
			}
			
			@media(max-width:767px) {
				.navbar-brand {
				}
			}
			


.navbar-brand img{
    width:75%;
	padding: 5px;

}

			@media(max-width:767px) {
				.navbar-brand img{
					width:90%;
					padding: 5px 10px;
					margin:0 auto;
				
				}
			}
			

.navbar-inverse {
    background-color: #015156;
    border-top: 2px solid #023f43;
	border-bottom: 10px solid #023f43;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	
	
}





.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #f7f052;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #015156;
				color: #f7f052;
}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #015156;
				color: #f7f052;
}


.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #f7f052;
}


.dropdown-menu {
	background-color: #015156;
	color: #fff;
	}

.dropdown-menu > li > a {
    color: #fff;
	font-size:14px;
}

.dropdown-menu > li > a:hover {
    color: #f7f052;
	background-color: #015156;
}

/* smaller navigation custom */
		.secondnav {
			 font-family: "Merriweather",serif;
			}
		.secondnav > li > a {
			padding-bottom: 2px;
			padding-top: 2px;
			margin: 8px auto;
			font-size:12px;
			border-right:1px solid #fff;
			color: #f7f052;
		}
		.secondnav > li > a:hover {
			color: #fff;
		}
		
		.secondnav > li > a > i{
			color: #f7f052;
			padding-left: 10px;
			padding-right: 5px;
		}


	
/* Main navigation custom */
		.mainnav > li > a  {
			text-transform:uppercase;
			padding: 8px;
			font-size:14px;
	font-weight:800;
			}
			
			@media(max-width:1199px) {
				.mainnav > li > a {
				font-size: 16px;
				padding: 8px;
			}
			}
				


	@media(max-width:767px) {
			.secondnav > li > a {
			
			border-right:none;
			}
			}
			
/*---------------- End of Custom/overwrite styles for navigation--------------------------- */




































/*home page Thumbs----------------------------
----------------------------- */
@media (max-width:768px) {
    .thumbs {
        display: none;
    }
}

.boxportfolio {
    margin: 0;
    padding: 0;
    background-color: #F7F052;
}

.boxportfolio img {
    width: 100%;
    height: auto;
}

/*Intro header styles----------------------------
----------------------------- */
.intro {
    padding: 20px 40px;
    background-color: #0a7a69;
    color: #fff;
    border-bottom: #1e9e8c 2px solid;
    border-top: #1e9e8c 2px solid;
    margin: 0 auto;
}

.intro h1 {
    font-weight: 800;
    letter-spacing: .5px;
    font-size: 40px;
    text-align: center;
}

.intro p {
    font-family: 'Merriweather',serif;
    font-size: 22px;
    text-align: center;
    color: #F7F052;
}

/*home banner---------------------------
----------------------------- */
#banner {
    background-image: url(../img/banner-pi.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cta {
    padding: 60px 40px 10px;
    background-color: transparent;
    min-height: 600px;
}

.cta h1 {
    font-weight: 800;
    letter-spacing: .5px;
    font-size: 45px;
    text-align: center;
    color: #fff;
    padding: 10px 0 10px;
    text-shadow: 2px 2px #015156;
}

.cta h3 {
    font-family: 'Merriweather',serif;
    padding-top: 1px;
    margin-top: 5px;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    text-shadow: 1px 1px #015156;

}

@media (max-width:768px) {
    .cta {
    padding: 10px 10px;
    min-height: 200px;
	}
	
	.cta h1 {
        font-size: 24px;
        text-align: center;
		text-shadow: 1px 1px #015156;
		margin-top:40px;

    }

    .cta h3 {
        font-size: 16px;
    	text-shadow: 1px 1px #015156;
    }
}

.mainlogo{
	margin:20px 0;
	     text-align:center;
}

.mainlogo a img	{
     text-align:center;
padding:10px 10px 10px; 
	max-width:80%;
	max-height:180px;
	}
 	
.mainlogo a img:hover	{
     opacity: 0.8;
     filter: alpha(opacity=60);
 }
 
 .mainlogo p	{
     text-align:center;
	 color:#fff;
	 font-size:16px;
	 line-height:1;
	     font-family: 'Lato',sans-serif;

 }
 

 
 .arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #fff;
  margin:40px auto 0;
  opacity: 0.8;
     filter: alpha(opacity=60);
}


/*home button---------------------------
----------------------------- */

.button {
    margin: 15px 10px 20px;
}

.btn {
    background-image: none;
    box-shadow: none;
    font-size: 14px;
    text-shadow: none;
    text-transform: uppercase;
}

.btn-default {
    background-color: #015156;
    border-color: #0f333f;
    color: #fff;
}

.btn-default:hover,  .btn-default:focus{
    background-color: #0f333f;
    border-color: #0f333f;
    color: #fff;
}

.btn-group-lg > .btn, .btn-lg {
    border-radius: 2px;
    font-size: 24px;
	font-weight:800;
	text-transform:uppercase;
    line-height: 1.33333;
    padding: 10px 16px;
	margin:0 auto;
}

@media (max-width:768px) {
    .btn-group-lg > .btn, .btn-lg {
    font-size: 14px;
	
}
}




/*content----------------------------
----------------------------- */
#content {
    position: relative;
    background: transparent;
    padding: 0;
    min-height: 550px;
}

#content img {
    max-width: 100%;
    height: auto;
}

#content p {
    padding: 10px 0;
}

@media (max-width:768px) {
    #content h1 {
        font-size: 30px;
        text-align: center;
    }

    #content h3 {
        font-size: 16px;
        text-align: center;
    }
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: none;
	font-size:42px;
}



/*testimonial blockquote---------------------------
----------------------------- */
.testimonial {
    min-height: 200px;
}

blockquote {
    border-left: 5px solid #f18f01;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    margin: 0 10px 40px;
    padding: 10px 20px;
}

blockquote span {
    color: #f18f01;
    font-weight: 400;
    font-size: 14px;
}

/*tabs--------------------------
----------------------------- */
.tab-content {
    margin-top: 20px;
}

/* ===============================
12. Portfolio
================================ */
.work-nav #filters {
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-nav #filters li {
    margin: 0 10px 30px 0;
    padding: 0;
    float: left;
}

.work-nav #filters li a {
    color: #7F8289;
    font-size: 16px;
    display: block;
}

.work-nav #filters li a:hover {
}

.work-nav #filters li a.selected {
    color: #DE5E60;
}

#thumbs {
    margin: 0;
    padding: 0;
}

#thumbs li {
    list-style-type: none;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.item-thumbs a + img {
    width: 100%;
}

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0;
    -moz-transition: all 450ms ease-out 0;
    -o-transition: all 450ms ease-out 0;
    transition: all 450ms ease-out 0;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}

.item-thumbs:hover .hover-wrap,.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    background: #fff;
}

.item-thumbs .hover-wrap .overlay-img p {
    text-align: center;
    margin: 40% 0;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    border-radius: 60px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
}

.font-icon-plus::before {
    display: none;
}

/* --- Pages filter --- */
ul.page-categ {
    margin: 10px 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul.page-categ li {
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

ul.page-categ li a {
    display: block;
    padding: 35x 0;
    color: #353535;
}

ul.page-categ li.active a:hover,ul.page-categ li a:hover,ul.page-categ li a:focus,ul.page-categ li a:active {
    text-decoration: none;
    outline: 0;
    color: #5c9c8b;
}

ul.page-categ li.active a {
    color: #5c9c8b;
}

/* --- Portolio filter --- */
ul.portfolio-categ {
    margin: 10px 0 30px;
    padding: 0;
    float: left;
    list-style: none;
}

ul.portfolio-categ li {
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

ul.portfolio-categ li a {
    display: block;
    padding: 35x 0;
    color: #353535;
}

ul.portfolio-categ li.active a:hover,ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
    text-decoration: none;
    outline: 0;
}

/* --- portfolio detail --- */
.top-wrapper {
    margin-bottom: 20px;
}

/* ===================================
Inner - Section: page headline breadcrumbs
==================================== */
#inner-headline {
    background: #252525;
    position: relative;
    margin: 0;
    padding: 0;
    color: #fefefe;
}

#inner-headline .inner-heading h2 {
    color: #fff;
    margin: 20px 0 0;
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
    margin: 30px 0 0;
    float: left;
}

#inner-headline ul.breadcrumb li {
    margin-bottom: 0;
    padding-bottom: 0;
}

#inner-headline ul.breadcrumb li {
    font-size: 13px;
    color: #fff;
}

#inner-headline ul.breadcrumb li i {
    color: #dedede;
}

#inner-headline ul.breadcrumb li a {
    color: #fff;
}

ul.breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb {
    background-color: #5c9c8b;
}

.breadcrumb {
    float: left;
    padding: 10px 20px;
    margin: 0;
    list-style: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb > li {
    display: inline-block;
    *display: inline;
    text-shadow: none;
    font-size: 12px;
    *zoom: 1;
    margin: 0;
}

.breadcrumb > .active {
    color: #797979;
}


/*portfolio and slider---------------------------
----------------------------- */




/* =============================
Position & alignment
============================= */
.aligncenter {
    text-align: center;
}

/* =============================
footer
============================= */
footer p {
    color: #fff;
    font-size: 14px;
    text-align: left;
	font-weight:500;
	font-family: 'Lato',sans-serif;
	padding-top:30px;
}

.sisterlogo img{
	margin:0 auto;
	max-height:110px;
	max-width:100%;
	vertical-align:middle;
	padding:10px;
	}
	
.sisterlogo img:hover	{
     opacity: 0.4;
     filter: alpha(opacity=60);
 }