/*
Theme Name: New Theme
Theme URI: http://www.domain.com
Version: 1.0.0;
Author: Ricardo L.;
*/

/***********************************

  Theme Notes

***********************************/

	/* Place Holder Color 
		logo blue: #ed8323; Orange Bradn Color
	*/

	/* Color Template 
		swatch 1: #193441; for Main Headlines
		swatch 2: #3E606F; for Icons, Titles / Sub Headlines, Hover Buttons and Hover Links
		swatch 3: #91AA9D; for Active & Hover Links, Buttons and Titles / Sub Headlines on Dark Backgrounds
		swatch 4: #D1DBBD; for Icon backgrounds
		swatch 5: #FCFFF5;
	*/

	/* Custom Color Template
		logo blue: #132639; for CTA Backgrounds, and Alternating Color Backgrounds
	*/

/***********************************

  Header Menu Styling

***********************************/

	.header-top {
	  padding: 6px 0 2px;
	  max-height: 80px;
	  background: #000000;
	}
	@media (max-width:992px) {
	  .header-top {
	    max-height: none;
	  }
	}
	.logo {
	  display: block;
	}
	.logo img {
	  width: auto;
	}

	.top-user-area {
	  font-size: 12px;
	  position: relative;
	}
	.top-user-area > ul >li {
	  line-height: 70px;
	}
	.top-user-area .top-user-area-list {
	  position: absolute;
	  top: 0;
	  right: 0;
	}
	@media (max-width:992px) {
	  .top-user-area .top-user-area-list {
	    margin-top: 10px;
	    position: relative;
	  }
	}
	.top-user-area .top-user-area-list > li {
	  position: relative;
	  border: none !important;
	  font-weight: bold;
	}
	.top-user-area .top-user-area-list > li:after {
	  content: '';
	  position: absolute;
	  top: 30%;
	  right: 0;
	  height: 40%;
	  background: rgba(255,255,255,0.13);
	  width: 1px;
	}
	.top-user-area .top-user-area-list > li:last-child:after {
	  background: none;
	}
	.top-user-area .top-user-area-list > li > a {
	  color: #f2f2f2;
	}
	.top-user-area .top-user-area-list > li.active > a,
	.top-user-area .top-user-area-list > li > a:hover {
	  color: #91AA9D;
	}
	.top-user-area .top-user-area-list > li.top-user-area-avatar {
	  font-weight: 400;
	}
	.top-user-area .top-user-area-list > li.top-user-area-avatar > a > img {
	  width: 44px;
	  height: 44px;
	  margin-right: 5px;
	  -webkit-transition: 0.3s;
	  -moz-transition: 0.3s;
	  -o-transition: 0.3s;
	  -ms-transition: 0.3s;
	  transition: 0.3s;
	  border: 2px solid rgba(0,0,0,0.1);
	}
	.top-user-area .top-user-area-list > li.top-user-area-avatar > a:hover > img {
	  border: 2px solid #91AA9D;
	}
	.top-user-area .top-user-area-list > li.top-user-area-lang > a > img {
	  margin-top: -2px;
	  width: 16px;
	  height: 16px;
	  margin-right: 3px;
	  opacity: 0.8;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	  filter: alpha(opacity=80);
	  -webkit-transition: 0.3s;
	  -moz-transition: 0.3s;
	  -o-transition: 0.3s;
	  -ms-transition: 0.3s;
	  transition: 0.3s;
	}
	.top-user-area .top-user-area-list > li.top-user-area-lang > a:hover > img {
	  opacity: 1;
	  -ms-filter: none;
	  filter: none;
	}
	.top-user-area .top-user-area-list > li.top-user-area-lang .nav-drop-menu li a {
	  line-height: 20px;
	}
	.top-user-area .top-user-area-list > li.top-user-area-lang .nav-drop-menu li a img {
	  width: 20px;
	  height: 20px;
	}
	div.nav-drop {
	  display: inline-block;
	}
	.nav-drop {
	  position: relative;
	  padding-right: 23px !important;
	}
	.nav-drop .fa-angle-up,
	.nav-drop .fa-angle-down {
	  position: absolute;
	  right: 8px;
	  line-height: inherit;
	  top: 0;
	  font-size: 90%;
	  opacity: 0.7;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  filter: alpha(opacity=70);
	  -webkit-transition: 0.3s;
	  -moz-transition: 0.3s;
	  -o-transition: 0.3s;
	  -ms-transition: 0.3s;
	  transition: 0.3s;
	}
	.nav-drop .fa-angle-up {
	  top: 5px;
	  opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  filter: alpha(opacity=0);
	}
	.nav-drop > .nav-drop-menu {
	  min-width: 85px;
	  height: 0;
	  overflow: hidden;
	  position: absolute;
	  z-index: 999;
	  left: -5px;
	  color: #fff;
	  -webkit-transform: translate3d(0, 10px, 0);
	  -moz-transform: translate3d(0, 10px, 0);
	  -o-transform: translate3d(0, 10px, 0);
	  -ms-transform: translate3d(0, 10px, 0);
	  transform: translate3d(0, 10px, 0);
	  opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  filter: alpha(opacity=0);
	  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
	  -o-transition: opacity 0.3s, -o-transform 0.3s;
	  -ms-transition: opacity 0.3s, -ms-transform 0.3s;
	  transition: opacity 0.3s, transform 0.3s;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
	.nav-drop > .nav-drop-menu > li > a {
	  background: #333;
	  color: #fff;
	  padding: 10px 15px;
	  line-height: 1em;
	  border-bottom: 1px solid #262626;
	  display: block;
	  position: relative;
	  -webkit-transition: 0.3s;
	  -moz-transition: 0.3s;
	  -o-transition: 0.3s;
	  -ms-transition: 0.3s;
	  transition: 0.3s;
	}
	.nav-drop > .nav-drop-menu > li > a > .right {
	  float: right;
	}
	.nav-drop > .nav-drop-menu > li > a:hover {
	  background: #91AA9D;
	}
	.nav-drop > .nav-drop-menu > li.active > a {
	  color: #91AA9D;
	}
	.nav-drop > .nav-drop-menu > li.active > a:hover {
	  color: #fff;
	  background: #91AA9D;
	}
	.nav-drop > .nav-drop-menu > li:last-child > a {
	  border-bottom: none;
	}
	.nav-drop > .nav-drop-menu > li:first-child > a:before {
	  position: absolute;
	  content: '';
	  width: 0px;
	  height: 0px;
	  border-style: solid;
	  border-width: 0 10px 10px 10px;
	  border-color: transparent transparent #262626 transparent;
	  top: -10px;
	  left: 10px;
	}
	.nav-drop.active-drop .fa-angle-up {
	  top: 0;
	  opacity: 1;
	  -ms-filter: none;
	  filter: none;
	}
	.nav-drop.active-drop .fa-angle-down {
	  top: 5px;
	  opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  filter: alpha(opacity=0);
	}
	.nav-drop.active-drop > .nav-drop-menu {
	  height: auto;
	  overflow: visible;
	  opacity: 1;
	  -ms-filter: none;
	  filter: none;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
	.list {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
	.list-center {
	  display: table;
	  margin: 0 auto;
	}
	.list-inline-block > li {
	  display: inline-block;
	}
	.list-horizontal > li,
	.list-inline > li {
	  float: left;
	  margin-right: 10px;
	  padding: 0;
	  display: block;
	}
	.list-horizontal > li:last-child,
	.list-inline > li:last-child {
	  margin-right: 0;
	}
	.list-horizontal.list-border > li,
	.list-inline.list-border > li {
	  margin-right: 10px;
	  padding-right: 10px;
	  border-right: 1px solid rgba(0,0,0,0.13);
	}
	.list-horizontal.list-border > li:last-child,
	.list-inline.list-border > li:last-child {
	  margin-right: 0;
	  padding-right: 0;
	  border: none;
	}
	.list-horizontal:after,
	.list-inline:after {
	  content: '.';
	  display: block;
	  height: 0;
	  clear: both;
	  visibility: hidden;
	}

	.top-nav {
	  background: #222;
	  min-height: 30px;
	}
	.top-nav ul.list-horizontal {
		font-size: 12px;
		padding-top: 5px;
	}
	.top-nav ul.list-horizontal > li {
		line-height: 20px;
	}
	.top-nav ul.list-horizontal > li:after {
	    content: '';
	    position: absolute;
	    top: 30%;
	    right: 0;
	    height: 40%;
	    background: rgba(255,255,255,0.50);
	    width: 1px;
	}
	.top-nav ul.list-horizontal > li.btn-login > a {
		line-height: 30px;
		margin-top: -5px;
	}


/***********************************

  Footer Menu Styling

***********************************/

	#main-footer {
	  background: #000000;
	  padding: 60px 0 30px 0;
	  color: #777777;
	  font-size: 14px;
	  line-height: 1.4em;
	}
	#main-footer .logo {
	  margin-bottom: 15px;
	}
	#main-footer a,
	#main-footer h1,
	#main-footer h2,
	#main-footer h3,
	#main-footer h4,
	f#main-footer h5 {
	  color: #fff;
	}
	#main-footer .form-control {
	  background: #121212;
	  border-color: #000;
	  color: #fff;
	}
	#main-footer .form-control:focus {
	  border-color: #91AA9D;
	}
	#main-footer ul > li > a {
		color: #91AA9D;
	}
	#main-footer ul > li > a:hover {
		color: #ffffff;
	}
	#main-footer ul.list-horizontal.list-border > li {
		border-color: rgba(119,119,119,0.25);
	}
	.list-footer > li {
	  margin-bottom: 5px;
	}
	.list-footer > li > a:hover {
	  text-decoration: underline;
	}

	.logo-holder {
	  position: absolute;
	  top: 0;
	  left: 0;
	  margin: 30px 0 0 30px;
	  display: block;
	  opacity: 0.5;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	  filter: alpha(opacity=50);
	  -webkit-transition: 0.3s;
	  -moz-transition: 0.3s;
	  -o-transition: 0.3s;
	  -ms-transition: 0.3s;
	  transition: 0.3s;
	}
	.logo-holder > img {
	  width: auto;
	}
	.logo-holder:hover {
	  opacity: 1;
	  -ms-filter: none;
	  filter: none;
	}

	.footer-links {
	  list-style: none;
	  font-size: 10px;
	  text-align: center;
	  position: absolute;
	  bottom: 50px;
	  width: 100%;
	}
	.footer-links > li {
	  display: inline-block;
	  margin: 0 10px;
	}
	.footer-links > li > a {
	  opacity: 0.7;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  filter: alpha(opacity=70);
	  color: #91AA9D;
	}
	.footer-links > li > a:hover {
	  text-decoration: underline;
	  opacity: 1;
	  -ms-filter: none;
	  filter: none;
	  color: #ffffff;
	}
	.footer-social {
	  position: absolute;
	  bottom: 50px;
	  text-align: center;
	  width: 100%;
	}
	.footer-social > li {
	  display: inline-block;
	  margin: 0 7px;
	}

/***********************************

  Sidebar Menu Styling

***********************************/

	.list-category > li > a:hover {
	  color: #91AA9D;
	}
	.list.sub-list > li:hover a,
	.list.sub-list > li.active a {
		border-left: 4px solid #91AA9D;
		padding-left: 5px;
		font-weight: bold;
		color: #91AA9D;
	}

/***********************************

  General Theme Styling

***********************************/

	body {
		font-family: 'Open Sans', Arial,sans-serif;
		font-size: 14px;
		color: #777777;
	}

	.content a {
	  color: #91AA9D;
	}
	.content a:hover {
	  color: #3E606F;
	}
	.content a.btn {
	  color: #ffffff;
	}
	.content a.btn:hover {
	  color: #ffffff;
	}

	.top-area, .special-area {
		background: #222;
	    height: 500px;
	    position: relative;
	    overflow: hidden;
	}

	@media screen and (min-width: 991px){
		#slimmenu {
			display: none !important;
		}
	}

	@media screen and (max-width: 992px){
		#main-header .top-user-area {
			display: none !important;
		}
	}

	.owl-cap-maintitle {}
	.owl-cap-maintitle .owl-cap-title {
		font-size: 20px;
		/*background: #193441;*/
		background: rgba(25,52,65,0.95);
		padding: 15px 20px;
		border: none;
		margin-bottom: 0;
	}
	.owl-cap-descr p {
		font-size: 16px;
		color: #777777;
		/*background: #fff;*/
		background: rgba(255,255,255,0.95);
		padding: 15px 20px;
		border: none;
	}
	.owl-cap-descr a {
		color: #91AA9D;
	}
	.owl-cap-descr a:hover {
		color: #3E606F;
	}
	@media screen and (min-width: 991px){
		.owl-cap-maintitle .owl-cap-title {
			text-align: right;
			float: right;
		}
		.owl-cap-descr p {
			text-align: right;
			float: right;
			max-width: 530px;
		}

	}

	.owl-cap-photocredit {
		background: url('../images/btm-blk-grdt.png') bottom left repeat-x transparent;
		min-height: 50px;
		font-size: 12px;
		text-align: right;
		line-height: 50px;
		position: relative;
		z-index: 5;
		margin-top: 450px;
	}
	.owl-cap-photocredit-title {

	}

	.owl-controls .owl-pagination {
		position: relative;
		margin-top: -27px;
	}

	.btn, 
	.btn:hover {
	  border-radius: 0px;
	}
	.btn-color {
	  background: #91AA9D;
	  border-color: #91AA9D;
	  color: #ffffff;
	  padding: 6px 22px;
	}
	.btn-color:hover {
	  background: #3E606F;
	  border-color: #3E606F;
	  color: #ffffff;
	}

	.main_head {
		color: #3E606F;
		font-weight: 600;
	}
	.main_head_inv {
		color: #91AA9D;
		font-weight: 600;
	}
	.sub_head {
		color: #444444;
		font-size: 16px;
		font-weight: 400;
	}
	.sub_head_inv {
		color: #AAAAAA;
		font-size: 16px;
		font-weight: 400;
	}

	.bg-darkblue {
		background: #132639 !important;
	}

	.thumb {
		background: #D1DBBD;
		min-width: 280px;
		min-height: 180px;
		margin-bottom: 20px;
		position: relative;
	}
	.thumb .fa {
		color: #3E606F;
		font-size: 80px;
	}

	.text-1em {
		font-size: 1.125em;
	}

	.list-inside {
		list-style-position: inside;;
	}
	
	.list-mb5 li {
		margin-bottom: 5px;
	}
	.list-mb10 li {
		margin-bottom: 10px;
	}
	.list-mb15 li {
		margin-bottom: 15px;
	}
	.list-mb20 li {
		margin-bottom: 20px;
	}

	.list-bold {
	  counter-reset: item;
	}
	.list-bold > li {
	  list-style-type: none;
	  counter-increment: item;
	}
	.list-bold > li:before {
	  display: inline-block;
	  width: 1.75em;
	  padding-right: 1.5em;
	  font-weight: bold;
	  text-align: right;
	  content: counter(item) ".";
	}

	.table-tdmid>tbody>tr>td {
		vertical-align: middle;
	}

/***********************************

  Responsive Table Styling

***********************************/

	@media screen and (max-width: 1040px) {
		.table-responsive.mobile .table {
		    min-width: 0;
		}
		.table-responsive.mobile .table-head,
		.table-responsive.mobile thead {
		    display: none;
		}
		.table-responsive.mobile tbody td { 
		    display: block;
		    padding: .6rem;
		    vertical-align: middle;
		    text-align: left;
		    margin-bottom: 10px;
		    text-align: left !important;
		}
		.table-responsive.mobile tbody tr { 
		    /*margin-bottom: 20px;*/
		    /*display: block;*/
		    padding: 20px 10px;
		}
		.table-responsive.mobile tbody td:before {
		    content: attr(data-th);
		    display: inline-block;
		    /*background: #8A9CC2;*/
		    color: #8A9CC2;
		    width: 12rem;
		    padding: 0rem 1rem;
		    /*margin-right: 10px;*/
		    font-weight: bold;
		    vertical-align: middle;
		    white-space: nowrap;
		    margin-bottom: 5px;
		}
		.table-responsive.mobile .table>tbody>tr>td:first-child,
		.table-responsive.mobile .table>thead>tr>th:first-child,
		.table-responsive.mobile .table>thead>tr>td:first-child  {
		    margin-top: 20px;
		}
		.table-responsive.mobile .table>tbody>tr>td,
		.table-responsive.mobile .table>thead>tr>th,
		.table-responsive.mobile .table>thead>tr>td  {
		    padding: 0;
		    border: 0;
		}
		.table-responsive.mobile .td-innerwrapper {
		    /*display: inline-block;*/
		    vertical-align: top;
		}
	}