/* Satori css */


/* 
--------------------------------------------------
 body
-----------------------------------------------------
*/

body {
	background-color:#bfbfbf;
	/* background:transparent url(http://srvalle.com/tte/wp-content/themes/Satori/front/images/pattern/pattern2.png) repeat; */
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#7D7A7B;
	font-weight:400;
	line-height:19px;
}


a {
	color:#555; 
	text-decoration: none;
	font-weight:400;

	 /* Transition */
	-o-transition:color 0.5s ease 0.0s;
	-ms-transition:color 0.5s ease 0.0s;
	-moz-transition:color 0.5s ease 0.0s;
	-webkit-transition:color 0.5s ease 0.0s;
	transition:color 0.5s ease 0.0s;
}
a:hover { 
	color:#428BCA;
	text-decoration:none;
}


p {
	color:inherit;
	margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	margin-top: 0px;
}

@media (max-width: 767px) {
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 20px;
		margin-top: 20px !important;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#555;
	text-transform:uppercase;
	/* resolve font problem on safari */
	-webkit-font-smoothing: subpixel-antialiased;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#555 !important;
}

ul {
	/* list-style: none outside none; */
	padding:0;
	margin:20px 0 20px 15px;
}

li {
	color:#7D7A7B;
	font-size:12px;
	line-height:20px;
}

li a {
	color:#7D7A7B;
}

li a:hover {
	color:#428BCA;
}



/* 
--------------------------------------------------
 bootstrap grid
-----------------------------------------------------
*/


/* --------------------------------------------- */
/* Phones (<768px) --- Extra small devices */
/* Tablets (≥768px) --- Small devices */
/* Desktops (≥992px) --- Medium devices */
/* Desktops (≥1200px) --- Large devices */
/* --------------------------------------------- */

/*
@media (min-width: 992px) {
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,	.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3,	.col-sm-3,	.col-md-3,	.col-lg-3,	.col-xs-4,	.col-sm-4,	.col-md-4,	.col-lg-4,	.col-xs-5,	.col-sm-5,	.col-md-5,	.col-lg-5,	.col-xs-6,	.col-sm-6,	.col-md-6,	.col-lg-6,	
	.col-xs-7, .col-sm-7,	.col-md-7,	.col-lg-7,	.col-xs-8,	.col-sm-8,	.col-md-8,	.col-lg-8,	.col-xs-9,	.col-sm-9,	.col-md-9,	.col-lg-9,	.col-xs-10,	.col-sm-10,	.col-md-10,	.col-lg-10,	.col-xs-11,	.col-sm-11,	.col-md-11,	.col-lg-11,	.col-xs-12,	.col-sm-12,	.col-md-12,	.col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-right: 25px;
		padding-left: 25px;
	}	
}

@media (min-width: 768px) and (max-width: 991px) {
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,	.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3,	.col-sm-3,	.col-md-3,	.col-lg-3,	.col-xs-4,	.col-sm-4,	.col-md-4,	.col-lg-4,	.col-xs-5,	.col-sm-5,	.col-md-5,	.col-lg-5,	.col-xs-6,	.col-sm-6,	.col-md-6,	.col-lg-6,	
	.col-xs-7, .col-sm-7,	.col-md-7,	.col-lg-7,	.col-xs-8,	.col-sm-8,	.col-md-8,	.col-lg-8,	.col-xs-9,	.col-sm-9,	.col-md-9,	.col-lg-9,	.col-xs-10,	.col-sm-10,	.col-md-10,	.col-lg-10,	.col-xs-11,	.col-sm-11,	.col-md-11,	.col-lg-11,	.col-xs-12,	.col-sm-12,	.col-md-12,	.col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-right: 20px;
		padding-left: 20px;
	}	
}

@media (max-width: 767px) {
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,	.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3,	.col-sm-3,	.col-md-3,	.col-lg-3,	.col-xs-4,	.col-sm-4,	.col-md-4,	.col-lg-4,	.col-xs-5,	.col-sm-5,	.col-md-5,	.col-lg-5,	.col-xs-6,	.col-sm-6,	.col-md-6,	.col-lg-6,	
	.col-xs-7, .col-sm-7,	.col-md-7,	.col-lg-7,	.col-xs-8,	.col-sm-8,	.col-md-8,	.col-lg-8,	.col-xs-9,	.col-sm-9,	.col-md-9,	.col-lg-9,	.col-xs-10,	.col-sm-10,	.col-md-10,	.col-lg-10,	.col-xs-11,	.col-sm-11,	.col-md-11,	.col-lg-11,	.col-xs-12,	.col-sm-12,	.col-md-12,	.col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}	
}
*/



/* 
--------------------------------------------------
 navbar
-----------------------------------------------------
*/

@media (max-width: 767px) {

    ul.dropdown-menu {
        /*
        display: block;
        background: #f90;
        */
    }
}


#navbar-top {
	height:90px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 0.20px; /* resolve font thiner in webkit */ 
}

.navbar > .container .navbar-brand  {
  	margin-left: 0px;
	padding: 25px 0px;
}


.navbar {
	margin-bottom:0;
	border-radius: 0px;
	border:none;
	z-index:5;
	width:100%;

	/* resolve font problem on safari */
	-webkit-font-smoothing: subpixel-antialiased;
}


.caret {
	margin-top:-4px;	
}

.navbar-inverse, .navbar-default {
  	border: none;
	margin:0 auto;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a {
  background-repeat: repeat-x;
  box-shadow: none;
}


.navbar-default {
	background-color: #ffffff;
	background-image:none;
	/* background:transparent url(../img/pixel_transp_white_90.png) repeat !important; */
	border-radius: 0px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
	border-bottom:#ccc solid 1px;
}

.navbar-inverse {
	background-color: #000000;
	background-image:none;
	/* background:transparent url(../img/pixel_transp_80.png) repeat !important; */
	background: #111;
	border-radius: 0px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
	border-bottom:#222 solid 1px;
}


/* menu font >> Dosis:400,200,700 >> Open+Sans:300,400,600,700,400italic */


.navbar .nav > li > a:hover {}



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

.navbar-default .navbar-nav > li > a {
	color: #555 !important;
}

.navbar-nav > li > a {
 	/* Transition */
	-o-transition:color 0.4s ease 0.0s;
	-ms-transition:color 0.4s ease 0.0s;
	-moz-transition:color 0.4s ease 0.0s;
	-webkit-transition:color 0.4s ease 0.0s;
	transition:color 0.4s ease-out 0.0s;
	
	background:none !important;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	letter-spacing:0px;
	font-weight: 400;
	padding: 35px 8px;
	text-transform:uppercase;
}


/* navbar-toggle ////////////////// button responsive */

@media (max-width: 991px) {
    
    .navbar-inverse .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
        font-size: 11px !important;
    }
    
    #container-navbar-header {
		width:100%;
	}

}

@media (max-width: 767px) { /* 991px */
	
	.navbar-inverse, .navbar-default {	
		height:auto !important;
	}
	
	.navbar-header {
		width:100%;
	}
	
	.navbar-nav > li > a {
		padding: 8px 8px !important;
	}
	
	/*
	.navbar > .container .navbar-brand {
		margin-left: 0px;
		padding: 33px 0px;
	}
	*/
   
    .navbar-toggle {
        display: block;
		float:right;
		margin: 25px 0px;
		/* margin-top:30px; */
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
	
	.navbar-default .navbar-collapse {
		/* background:#ffffff; */
    }
	
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}



.navbar-inverse .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
  color: #428BCA !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	text-transform:uppercase;
	color:#999 !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color:#428BCA !important;
}

.navbar-inverse .dropdown-menu > .active > a, .navbar-inverse .dropdown-menu > .active > a:hover, .navbar-inverse .dropdown-menu > .active > a:focus {
	background: #222;
}
.navbar-default .dropdown-menu > .active > a, .navbar-default .dropdown-menu > .active > a:hover, .navbar-default .dropdown-menu > .active > a:focus {
	background: #f2f2f2;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#428BCA;
	background:none;

	/*
	color: #efefef;  
	background-color:transparent;
	border:#444 solid 1px;
	background:transparent url(../img/pixel_transp_80.png) repeat;
	*/
}


.navbar-nav > li > .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px;
	padding:5px;
    
    z-index: 5;
}

.dropdown-menu > li > a {
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 8px 8px;
  white-space: nowrap;
  margin:2px;
}


 


/* 
-----------------------------------------------------
 wapper
-----------------------------------------------------
*/

.wrapper {
	/* width:1170px; */
	margin:90px auto 0; /* for navbar-fixed-top */
	background-color:#ffffff;
	
	border-radius: 0px; 
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}


/* 
-----------------------------------------------------
 glyphicon colors / font-awesome
-----------------------------------------------------
*/

.white { color:#fff; }
.cyan { color:#09C; }
.blue { color:#06C; }
.red { color:#F00; }
.orange { color:#F60; }
.green { color:#093; }
.brown{ color:#C60; }
.black { color:#000; }
.gray { color:#999; }
.gray2 { color:#222; }



/* 
-----------------------------------------------------
 content
-----------------------------------------------------
*/

.content {
	/* max-width:768px; */
	margin-bottom:50px;
}

.content-wrap {
	width:100%;
}

.content-slider {
	/*
	background-color:#d8dcdf;
	max-height:330px;
	overflow:hidden;
	*/
	
	
}


.content-quote {
	text-align:center;
	background-color:#f4f4f4;
	
	font-size:14px;
	line-height:26px;
	color:#666;
	
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;
	

}

.content-quote .container {
	height:90px;
}

.content-quote .container span {
	display: inline-block;
	margin: 31px auto;
	vertical-align: middle;
}


.thumbnail {
	border-radius:0;
	padding:0px;
	border:#fff solid 1px;
	box-shadow:none;
	background:none;
}

.thumb-container {
	overflow:hidden;
	position:relative;
	margin-bottom:0px;
	border: #eee solid 1px;
	/* max-width:260px; */
}
@media (max-width: 767px) {
	.thumb-container {
		margin-bottom:0px;
	}
}

.format-standard .thumb-container .thumbnail:before, .format-video .thumb-container .thumbnail:before {
	position:absolute;
	left:50%;
	top:50%;
	width:50px;
	height:50px;
	margin: -25px 0 0 -25px;
	
	background: url(../img/plus-icon.png) no-repeat;
	background-position: center center;
	
	content: "";
	display:inline-block;	
	font:42px helvetica, arial, sans-serif;
}

.thumb-container i:after {
}

.thumb-container .thumbnail {
	margin:0;
}

.thumb-icon-plus {
	position:absolute;
	color:#ffffff;
	top:0;
	left:0;
	opacity: 0;
}

a:hover.thumbnail {
	border:#428BCA solid 1px;	
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eeeeee;
}


/* wp classes img */

.alignleft {
	float:left;
	margin:0 30px 15px 0;
}
.alignright {
	float:right;
	margin:0 0 15px 30px;
}
.aligncenter {
    display: block;
	margin:30px auto;
}
.wp-caption-text {
	margin:10px 0;
	font-style:italic;
}


.content-shadow { 
	border: 1px solid #dddddd;
	border-radius: 0px; 
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
	background-color:#f4f4f4;
	padding:60px;
}

		  


/* 
-----------------------------------------------------
 image header / title header
-----------------------------------------------------
*/

.image-header {
	width:auto;
	overflow:hidden;
	position:relative;
	/* height:150px; */
	background-color:#f9f9f9; /* #d7d7d7; */
	border:none;
	margin-bottom:50px;
	-webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 20px rgba(0, 0, 0, 0.075);
	z-index:3;
	/* margin-top:83px; */
	
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 0.20px; /* resolve font thiner in webkit */ 
}

.image-header .fullscreen-img {
    width:100%;
	height:150px;
	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.image_header_overlay { 
	/* background: url(../img/overlay.svg) repeat; */
	background: url(../img/image_header_overlay.png) repeat;
	width:100%; height:100%; 
	position:absolute; 
	bottom:0; 
	z-index:0;
}


/* svg patterns - base64 image for cross-browser compatibility */

.image_header_overlay_pattern_0 { 
	width:100%; height:100%; 
	position:absolute; 
	bottom:0; 
	z-index:0;
}

.image_header_overlay_pattern_1 { 
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSIyIiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9IjAuMCI+PC9yZWN0Pgo8cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9IjAuMDciPjwvcmVjdD4KPC9zdmc+");
	width:100%; height:100%; 
	position:absolute; 
	bottom:0; 
	z-index:0;
}
.image_header_overlay_pattern_2 { 
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzIiBoZWlnaHQ9IjMiPgo8cmVjdCB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsLW9wYWNpdHk9IjAiPjwvcmVjdD4KPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIwLjUiPjwvcmVjdD4KPC9zdmc+");
	width:100%; height:100%; 
	position:absolute; 
	bottom:0; 
	z-index:0;
}
.image_header_overlay_pattern_3 { 
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzIiBoZWlnaHQ9IjMiPgo8cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiBmaWxsLW9wYWNpdHk9IjAiPjwvcmVjdD4KPHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIwLjIiPjwvcmVjdD4KPC9zdmc+");
	width:100%; height:100%; 
	position:absolute; 
	bottom:0; 
	z-index:0;
}
.image_header_overlay_pattern_4 { 
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjOWU5ZTllIiBmaWxsLW9wYWNpdHk9IjAiPjwvcmVjdD4KPHBhdGggZD0iTTAgNUw1IDBaTTYgNEw0IDZaTS0xIDFMMSAtMVoiIHN0cm9rZT0iIzg4OCIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2Utb3BhY2l0eT0iMC4yIj48L3BhdGg+Cjwvc3ZnPg==");
	width:100%; height:100%; 
	position:absolute; 
	bottom:0; 
	z-index:0;
}
.image_header_overlay_pattern_5 { 
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjOWU5ZTllIiBmaWxsLW9wYWNpdHk9IjAiPjwvcmVjdD4KPHBhdGggZD0iTTAgNUw1IDBaTTYgNEw0IDZaTS0xIDFMMSAtMVoiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2Utb3BhY2l0eT0iMC4yIj48L3BhdGg+Cjwvc3ZnPg==");
	width:100%; height:100%; 
	position:absolute; 
	bottom:0; 
	z-index:0;
}
.image_header_overlay_pattern_6 { 
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJncmV5IiBmaWxsLW9wYWNpdHk9IjAiPjwvcmVjdD4KPHJlY3QgeD0iMyIgd2lkdGg9IjMiIGhlaWdodD0iNSIgZmlsbD0iI2NjYyIgZmlsbC1vcGFjaXR5PSIwLjIiPjwvcmVjdD4KPC9zdmc+");
	width:100%; height:100%; 
	position:absolute; 
	bottom:0; 
	z-index:0;
}
.image_header_overlay_pattern_7 { 
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzIj4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjIiIGZpbGw9IiM3NzciIGZpbGwtb3BhY2l0eT0iMC4xIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIyIiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9IjAuMCI+PC9yZWN0Pgo8L3N2Zz4=");
	width:100%; height:100%; 
	position:absolute; 
	bottom:0; 
	z-index:0;
}
.image_header_overlay_pattern_8 { 
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSI0Ij4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjIiIGZpbGw9IiM3NzciIGZpbGwtb3BhY2l0eT0iMC4xIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIyIiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9IjAuMCI+PC9yZWN0Pgo8L3N2Zz4=");
	width:100%; height:100%; 
	position:absolute; 
	bottom:0; 
	z-index:0;
}
.image_header_overlay_pattern_9 { 
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJncmV5IiBmaWxsLW9wYWNpdHk9IjAiPjwvcmVjdD4KPHJlY3QgeT0iMiIgd2lkdGg9IjMiIGhlaWdodD0iMyIgZmlsbD0iI2NjYyIgZmlsbC1vcGFjaXR5PSIwLjEiPjwvcmVjdD4KPC9zdmc+");
	width:100%; height:100%; 
	position:absolute; 
	bottom:0; 
	z-index:0;
}
.image_header_overlay_pattern_10 { 
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJncmV5IiBmaWxsLW9wYWNpdHk9IjAiPjwvcmVjdD4KPHJlY3QgeT0iNCIgd2lkdGg9IjIiIGhlaWdodD0iMyIgZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIwLjEiPjwvcmVjdD4KPC9zdmc+");
	width:100%; height:100%; 
	position:absolute; 
	bottom:0; 
	z-index:0;
}

/* header title / sub title */

header.title-header {
	width:100%;
	position:absolute;
	z-index:3;
	top:45px;
	margin:0 auto;
}

@media (max-width: 991px) {
    header.title-header {
        width:100%;
        position:absolute;
        z-index:3;
        top:45px;
        left: 0;
        margin:0 auto;
    }
    
    header.title-header h1, header.title-header h2 {
        text-align: center !important;
    }
    
    .breadcrumb {
        text-align: center !important;
    }
}



header.title-header {
	text-align:center;
}

header.title-header h1 {
  color: #222222;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto !important;
  max-width: 1110px;
  opacity: 0;
  padding: 2px 10px;
  /* text-align: left !important; */
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/*
header.title-header h1 {
	display:block;
	margin:0 auto;
	font-size:38px;
	font-weight:400;
	text-align:center;
	padding:5px 10px;
	color:#222;
	opacity:0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10);
}
*/


code {	
  background: none;
  border-radius: 4px;
  color: #111111;
  font-size: 90%;
  padding: 2px 4px;
  white-space: normal;
}


header.title-header h2 {

    color: #222222;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto !important;
    max-width: 1110px;
    opacity: 0;
    padding: 2px 10px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    
    /*
	display:block;
	margin:0 auto;
	font-size:30px;
	font-weight:400;
	text-align:center;
	padding:5px 10px;
	color:#222;
	opacity:0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10);
    */
}

header.title-header h3 {
	display:block;
	margin:0 auto;
	font-size:26px;
	font-weight:400;
	text-align:center;
	padding:5px 10px;
	color:#222;
	opacity:0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10);
}

@media (max-width: 767px) {
	header.title-header h1, header.title-header h2, header.title-header h3 { 
		width: 100%;
	}
}

@media (max-width: 767px) {
	header.title-header h1, header.title-header h2, header.title-header h3 {
		font-size:24px;
	}
}



/* 
--------------------------------------------------
 well sidebar-nav widget
-----------------------------------------------------
*/


.well {
  background: none;
  background-color:#fff;
  border: #e7e7e7 solid 1px;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding:0;
}

.sidebar-nav .widget {
	margin-bottom:0px;
	padding:20px 20px 20px;
	border-radius: 0;
	border-bottom:#e7e7e7 dashed 1px;
}

.sidebar-nav .widget:last-child {
	border-bottom:none;
}


.sidebar-nav .widget-title {}

.sidebar-nav .widget h4 {
	padding:5px 0;
	margin-top:0;
	margin-bottom:10px;
	font-weight:400;
	font-size:18px;
}


.sidebar-nav .widget ul {
	list-style: none outside none;
	padding:0;
	margin:0;
}

.sidebar-nav .widget li {
	 color:#999;
	 border-bottom:#e7e7e7 solid 1px;
	 padding:8px 0;
}

.sidebar-nav .widget li a {
	display:inline;
	color:#999 !important;
	/* margin:0 7px; */
}
.sidebar-nav .widget li a:hover {
	color:#428BCA;
}

.sidebar-nav .widget li:last-child {
	 border-bottom:none;
}

a.current-item-a {
	color:#F30 !important;
}

/*
.sidebar-nav .widget ul {
	list-style: none outside none;
	padding:0;
	margin:0;
}

.sidebar-nav .widget li {
	color:#999;
	list-style: inside;
	font-size:12px;
}

.sidebar-nav .widget li a {
	 color:#7D7A7B; 
}
*/


/* 
--------------------------------------------------
 breadcrumb
-----------------------------------------------------
*/

#breadcrumb_container {
	z-index:4;
}


/* remove slash */
.breadcrumb > li + li:before {
    content: "";
	padding:0;
}

.breadcrumb {
	background-color:transparent;
	border-radius: 0;
	list-style: none outside none;
	margin:0;
	padding: 8px 0px;
	font-size:12px;
	letter-spacing:1px;
	color:#222;
	text-align:center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10);
	opacity:0;
}

.breadcrumb > .active {
	color: #777;
	font-size:13px;
}

.breadcrumb a {
	color:#222 !important;
	font-size:13px;
	text-decoration:none !important;
}

@media (max-width: 767px) {
	.breadcrumb, .breadcrumb a {
		font-size:12px;
	}
}

.white {
	border-bottom:#ddd solid 1px;
	border-top:#ddd solid 1px;
	background-color:#ffffff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
 	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.black {
	background-color:#000;
}


/* 
-----------------------------------------------------
 blog
-----------------------------------------------------
*/

.media-wrapper-blog {
	position: relative;
	width:100%;
	height:100%;
	/* margin-bottom:30px; */
}
.media-wrapper-blog img {
	position: relative;
	top: 0;
	transition: opacity 150ms ease 0s;
	width:100%;
	max-width: 550px;
	height:auto;
}
.media-wrapper-blog iframe {
	width:100%;
	height:180px;
}

.single {
	margin-bottom:30px;
}

.single iframe {
	width:100%;
	height:500px;
}



.post h3, .post h4 {
	margin-top:0;
	margin-bottom:15px;
	font-size: 19px;
}

.post-meta {
	background:#fff;
	letter-spacing:0px;
	color:#888;
}

.post-meta i {
	color:#666;	
}

.post-meta a {
	color:#888 !important;
}

p.post-meta {
	margin-bottom:15px;
}

.pm-date {
	margin-right:10px;
}
.pm-author {
	margin-right:10px;
}
.pm-categories {
	margin-right:10px;
}

.pm-comments {
	margin-left:10px;
}
.pm-comments a {
	color:#888 !important;
}

.post-tags {
	color:#888;
}
.post-tags a {
	color:#888;
}


/* 
--------------------------------------------------
 pagination
-----------------------------------------------------
*/

.pagination {
	border-radius: 4px;
	display: inline-block;
	margin: 0 0 30px 0;
	padding-left: 0;
}

.pagination li.active a {
	color:#fff !important;
}


/* 
--------------------------------------------------
 footer
-----------------------------------------------------
*/

footer {
	background-color:#2b2b2b;
	padding:20px 0
	border-radius: 0px;
	border-bottom:#444 solid 1px;
	-webkit-box-shadow: inset 0 -2px 20px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 -2px 20px rgba(0, 0, 0, 0.075);
}

/* widget */

footer .widget {
	margin-bottom:40px;
	border-left:#444 solid 1px;
	padding-left:20px;
}

footer .footer-1 .widget {
	border-left:none;
	padding-left:0px;
}

footer .widget, footer .widget p {
	color:#888;
}


footer h4 {
	color:#eee;
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:20px;
	font-weight:400;
}

footer ul {
	list-style: none outside none;
	padding:0;
	margin:0;
}

footer li {
	list-style:inside square;
}

footer .widget_nav_menu ul {
	list-style: none outside none;
	padding:0;
	margin:0;
}

footer .widget_nav_menu li {
	list-style:none;
}

footer .widget_nav_menu li a {
	color: #999 !important;
	font-size:13px;
	line-height:26px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:700;
	padding-left:7px;
	
	/* Transition */
	-o-transition:color 0.4s ease 0.0s;
	-ms-transition:color 0.4s ease 0.0s;
	-moz-transition:color 0.4s ease 0.0s;
	-webkit-transition:color 0.4s ease 0.0s;
	transition:color 0.4s ease-out 0.0s;
}

footer .widget_nav_menu li a:hover {
	color:#fff;
	text-decoration:none;
}


.footer-info {
	background-color:#333; /* 101010 */
	padding:0;
	border-top:#333 solid 1px;
}

.footer-info p {
	margin:0;
}

.footer-info p {
	margin:0;
}

.footer-info .copyright {
	margin-top:0px;
}

.footer-info .copyright a {
	color:#c2c2c2 !important;
}

.footer-info .copyright a:hover {
	color:#c9c9c9 !important;
}

.footer-info .social-media {
	text-align:right;
}


/* 
-----------------------------------------------------
 social media
-----------------------------------------------------
*/

a.sm {
	display:inline-block;
	background-color:#222;
	width:34px;
	text-align:center;
	padding:7px;
	border-radius:50%;
	margin-left:3px;
	margin-bottom:3px;
	

}


@media (max-width: 767px) {
	a.sm {
		float:left;
		margin-top:20px;
	}
}


/* 
-----------------------------------------------------
 tooltip
-----------------------------------------------------
*/

.tooltip-main {
	display:inline-block;
}



/* 
-----------------------------------------------------
 home-featured
-----------------------------------------------------
*/

.home-featured {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.home-featured {
		max-width:450px;
		margin: 0 auto;
	}
	
	.home-featured .col-xs-12 {
		margin-bottom: 50px;
	}
}

/*
.home-featured-title .thumbnail {
    border: 0 none;
    box-shadow: none;
	padding:0;
}
*/

.title-table {
	display:table;
	margin-bottom:20px;
	overflow:hidden;
}
.title-row {
	display:table-row;	
}
.title-cell {
	display:table-cell;
}
.title-cell h3 {
	padding:0;
	margin:0 !important;
	padding-right:10px;
	white-space: nowrap;
	font-size:20px;
	color:#444;
}

.pattern-container {
	width:100%;
	vertical-align:middle;
}

.pattern1 { height:4px; background:transparent url(../img/pattern_1.png) repeat; }
.pattern2 { height:5px; background:transparent url(../img/pattern_2.png) repeat; }
.pattern3 {	height:7px;	background:transparent url(../img/pattern_3.png) repeat; }
.pattern4 {	height:5px;	background:transparent url(../img/pattern_4.png) repeat; }
.pattern5 {	height:5px;	background:transparent url(../img/pattern_5.png) repeat; }
.pattern6 {	height:5px;	background:transparent url(../img/pattern_6.png) repeat; }
.pattern7 {	height:4px;	background:transparent url(../img/pattern_7.png) repeat; }
.pattern8 {	height:6px;	background:transparent url(../img/pattern_8.png) repeat; }

/* 
-----------------------------------------------------
 spacer
-----------------------------------------------------
*/


.spacer-50 { margin-top: 50px; margin-bottom: 50px; }
.spacer-40 { margin-top: 40px; margin-bottom: 40px; }
.spacer-30 { margin-top: 30px; margin-bottom: 30px; }
.spacer-20 { margin-top: 20px; margin-bottom: 20px; }
.spacer-10 { margin-top: 10px; margin-bottom: 10px; }

.spacer-50:before, .spacer-50:after, .spacer-40:before, .spacer-40:after, .spacer-30:before, .spacer-30:after, .spacer-20:before, .spacer-20:after, .spacer-10:before, .spacer-10:after {
	display: table;
	content: " ";
}
.spacer-50:after, .spacer-40:after, .spacer-30:after, .spacer-20:after, .spacer-10:after  {
	clear: both;
}


.spacer-top-50 { margin-top: 50px; }
.spacer-top-40 { margin-top: 40px; }
.spacer-top-30 { margin-top: 30px; }
.spacer-top-20 { margin-top: 20px; }
.spacer-top-10 { margin-top: 10px; }

.spacer-top-50:before, .spacer-top-50:after, .spacer-top-40:before, .spacer-top-40:after, .spacer-top-30:before, .spacer-top-30:after, .spacer-top-20:before, .spacer-top-20:after, .spacer-top-10:before, .spacer-top-10:after {
	display: table;
	content: " ";
}
.spacer-top-50:after, .spacer-top-40:after, .spacer-top-30:after, .spacer-top-20:after, .spacer-top-10:after  {
	clear: both;
}


.spacer-bottom-50 { margin-bottom: 50px; }
.spacer-bottom-40 { margin-bottom: 40px; }
.spacer-bottom-30 { margin-bottom: 30px; }
.spacer-bottom-20 { margin-bottom: 20px; }
.spacer-bottom-10 { margin-bottom: 10px; }

.spacer-bottom-50:before, .spacer-bottom-50:after, .spacer-bottom-40:before, .spacer-bottom-40:after, .spacer-bottom-30:before, .spacer-bottom-30:after, .spacer-bottom-20:before, .spacer-bottom-20:after, .spacer-bottom-10:before, .spacer-bottom-10:after {
	display: table;
	content: " ";
}
.spacer-bottom-50:after, .spacer-bottom-40:after, .spacer-bottom-30:after, .spacer-bottom-20:after, .spacer-bottom-10:after  {
	clear: both;
}



#search-header {
	margin:30px 0 30px 10px;
	float:right;
    
    display: none !important;
}

@media (max-width: 991px) {
	#search-header {}
}

.navbar-inverse .btn-default {
	color:#ccc !important;
	text-shadow: 0 1px 0 #222;
	background-color:#444444;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555555), to(#444444));
	background-image: -webkit-linear-gradient(top, #555555 0%, #444444 100%);
	background-image: -moz-linear-gradient(top, #555555 0%, #444444 100%);
	background-image: linear-gradient(to bottom, #555555 0%, #444444 100%);
	background-repeat: repeat-x;
	border-color: #111;
}

.navbar-inverse .btn-default:hover,
.navbar-inverse .btn-default:focus {
	color:#eee !important;
	background-color: #555;
	background-position: 0 15px;
}


@media (max-width: 991px) {
	/*
	#search-header-btn {
		float:left;
		margin:25px 0 25px 0;
	}
	*/
}

#search-header-field {
	display:none;
	padding:10px;
	background:#fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	
	position:absolute;
	padding:5px;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px;
	border-radius:6px;
	right: 15px;
	top:80px;
	z-index:999;
	border:#ccc solid 1px;
}

#search-header-field form {
	margin:15px 0;
	border:none;
}




/* 
------------------------------------------------------------
	dropdown menu / submenu
------------------------------------------------------------ 
*/

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}



/* 
------------------------------------------------------------
	form
------------------------------------------------------------ 
*/


#commentform label {
	margin-left:5px;
}

#commentform p.comment_notes {
	color:#999;
	margin-bottom:20px;
}

#commentform p.comment-form-author {
	margin-bottom:10px;
}
#commentform p.comment-form-email {
	margin-bottom:10px;
}
#commentform p.comment-form-url {
	margin-bottom:10px;
}
#commentform p.comment-form-comment {
	margin-bottom:15px;
}

#commentform p.comment-form-comment textarea {
	width:100%;
}

#commentform #respond { 
	background: #fff;
	padding:0;
}

.form-control:focus {
	border-color: #ccc !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(175, 175, 175, 0.6);
	outline: 0 none;
}

/* Highlight active form field */

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
 
#respond input[type=text]:focus, textarea:focus {
	/*
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(200, 200, 200, 1);
  */
}

#respond a#cancel-comment-reply-link {
	margin-left:20px;
	float:right;
	font-size:13px;
}

#respond #reply-title {
	margin-top:10px;
}

#respond #reply-title a {
	text-decoration:underline;
}


p.form-allowed-tags code {
	white-space:normal;
	background-color:#f9f9f9;
	color:#888888;
}

#commentform #submit {
	color: #555;
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	border:#ccc solid 1px;
	border-radius:5px;
	text-shadow: 1px 1px 2px #ccc;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #fff, #f0f0f0);
} 

#commentform #submit:hover {
	color: #333;
	box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
}


#comments h4 {
	margin-bottom:10px;
	font-size:14px;
	font-weight:400;
	color:#222;
}
#comments h4 a {
	color:#222;
}

#comments p.meta {
	float: right;
	position: relative;
	top: 0px;
	margin-bottom:0;
	margin-right:10px;
	color:#999;
	font-size:11px;
}

@media (max-width: 767px) {
	#comments p.meta {
		float: right;
		margin-bottom:10px;
	}
	
	#comments h4 {
		margin-top:0px !important;
	}
}



#comments p.meta a {
	color:#222;
}
#comments p.reply {
	float: right;
	position: relative;
	top: 0px;
	margin-bottom:0;
	color:#222;
}
#comments p.reply a {
	color:#222;
}
#comments p.comment-awaiting-moderation {
	font-style:italic;
	color:#222;
	background:#f4f4f4;
	text-align:center;
}

#recentcomments .recentcomments {
	color:#444;
}

#comments .children .avatar {
	width:50px;
	height:50px;
}

#comments .media:first-child {
  margin-top: 15px;
}

#comments ul.media-list {
	margin-left:0;
}

#comments ul.media-list li {
	margin-bottom:0px;
	border-bottom:#eee solid 1px;
	padding-bottom:10px;
}

#comments ul.media-list li ul li {
	width:93%;
	float:right;
	border:none;
	margin-top:30px;
}

/*
#comments .media-list .comment {
}

#comments .media-list .comment ul.children li {
	background-color:#f8f8f8;
	float:right;
	width:90%;
}
*/






/* --------------------------------------------- */
/* Phones (<768px) --- Extra small devices */
/* Tablets (≥768px) --- Small devices */
/* Desktops (≥992px) --- Medium devices */
/* Desktops (≥1200px) --- Large devices */
/* --------------------------------------------- */

@media (min-width: 480px) {
	.navbar .nav { float: right; margin:0; }
}

/*
@media (min-width: 1200px) {
	.navbar .nav { float: right; margin:0; }
}

@media (min-width: 980px) and (max-width: 1199px) {
	.navbar .nav { float: right; margin:0; }
}
*/

@media (max-width: 767px) {
	.content-quote .container {
		height:auto;
	}
	
	.navbar-collapse.collapse {
		padding:0 !important;
	}
}





/* 
------------------------------------------------------------
 wordpress elements
------------------------------------------------------------
*/

.gallery .gallery-icon img {
  border: #ddd solid 1px !important;
  padding: 5px;
}

#calendar_wrap table {
	font-size:11px;	
}

.tagcloud {
}

.tagcloud a {
	border:#eee solid 1px;
	background:#f4f4f4;
	padding:3px 6px;
	border-radius: 4px;
	margin-bottom:5px;
	margin-right:3px;
	display:inline-block;
	
	color: #777 !important;
}

.widget_search #searchsubmit {
	display:none;
}

.widget_search #s {
	width:100%;
}


/* 
------------------------------------------------------------
 Bootstrap Javascript
------------------------------------------------------------
*/

a.btn {
	
}


.btn-default {
	color:#444 !important;
}
.btn-default:hover {
	color:#555 !important;
}

.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	color:#fff !important;
}

.btn-primary:hover, .btn-success:hover, .btn-info:hover, .btn-warning:hover, .btn-danger:hover {
	color:#f4f4f4 !important;
}

/*
.btn {
	color:#f9f9f9 !important;	
}

.btn:hover {
	color:#f4f4f4 !important;
}
*/

.nav-tabs {}

.tab-content {
	padding:15px;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555 !important;
}


/* 
------------------------------------------------------------
 Bootstrap css
------------------------------------------------------------
*/

.list-group-item {
	padding: 10px 10px !important;
}


/* 
------------------------------------------------------------
 shortcodes
------------------------------------------------------------
*/

.add-shortcode {
	margin-bottom:30px;
}

.add-shortcode .thumbnail > img {
	margin-left:0;
}