@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/*http://travel-time.cmsmasters.net/*/
body {
	/*font-family: 'Open Sans', sans-serif;
    font-family: 'Varela Round', sans-serif;*/
    font-family:'Open Sans', sans-serif !important;

	line-height:20px;
	background-color: #222222;
	overflow-x:hidden;
	background-attachment: scroll;
	background-size:cover;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;/*
	font-weight: 320!important;
	*/
	
	color:#333333 !important;

	
}
.container {
	max-width: 970px;
}
a {
	color: #433F3D;
	-webkit-transition: 700ms; /* Safari */
	-moz-transition: 700ms;
	-ms-transition: 700ms;
	-o-transition: 700ms;
	transition: 700ms;
}
a:hover {
	color: #ccc;
	-webkit-transition: 700ms; /* Safari */
	-moz-transition: 700ms;
	-ms-transition: 700ms;
	-o-transition: 700ms;
	transition: 700ms;
	color: #222122;
}
@media (max-width: 767px){
	.navbar-default .navbar-nav > li > a {
	padding: 5px 15px !important;
	border-bottom: 1px solid #EFEEF0;
}
}
@media (min-width: 768px) {
nav .navbar-nav .dropdown:hover .dropdown-menu {
/*display: block;*/
    }
	
}
@media (min-width: 768px ) and (max-width:1024px) {
.navbar-default .navbar-nav > li > a {
	padding: 15px 8px !important;
}

}
nav a, nav a:hover {
}
nav.navbar {
	border: 0px solid red;
	
	margin:0px;
	border-radius: 0px;
	background: none;
	background:#FFFFFF;
	/*border-bottom: 1px solid #E0E4E8;
	border-top: 3px solid #DEDEDE;
 	box-shadow: 1px 2px 3px rgba(51,51,51,0.1);
	-webkit-box-shadow: 1px 2px 3px rgba(51,51,51,0.1);
	-moz-box-shadow: 1px 2px 3px rgba(51,51,51,0.1);
	-o-box-shadow: 1px 2px 3px rgba(51,51,51,0.1);*/
	
}
nav.navbar-fixed-top {
	border:1px solid red;
}
nav.navbar-transparent {
	background: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
nav.navbar-default {
	z-index: 999;
	background: transparent !important;
	/*background: #fff;
	
	font-family: 'Montserrat', sans-serif;*/
	 /*background: #0199D7; Old browsers 
	background: -moz-linear-gradient(top, #F4F4F4 0%, #F4F4F4 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #F4F4F4 0%,#F4F4F4 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #F4F4F4 0%,#F4F4F4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A1A1A', endColorstr='#1A1A1A',GradientType=0 );*/

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+82,f7f7f7+100 */
/*background: rgb(255,255,255); /* Old browsers */
	/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 82%, rgba(247,247,247,1) 100%);  FF3.6-15 */
	/*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 82%, rgba(247,247,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, rgba(255,255,255,1) 82%, rgba(247,247,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 ); /* IE6-9 */
}
.topnavbar-nav {
	font-family: 'Open Sans', sans-serif !important;
	margin: 0px;
	padding: 0px;
	display:block;
	width:100%;
	color: #0195D0;
	padding-top: 5px;
	text-align: right;
	font-size: 12px;
	
	/*border-top: 3px solid #393939;

	 Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1963aa+31,31a458+100 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0196d1+11,01ae69+100 
	background: #0084CB; 
	background-attachment: fixed;
	background-color: #CCC;
	background-image: url(../images/bar.jpg);
	background-repeat: no-repeat;
	background-position: 100% left; /*background: -moz-linear-gradient(left,  #0196d1 11%, #01ae69 100%); /* FF3.6-15 */ /*background: -webkit-linear-gradient(left,  #0196d1 11%,#01ae69 100%); /* Chrome10-25,Safari5.1-6 */ /*background: linear-gradient(to right,  #0196d1 11%,#01ae69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0196d1', endColorstr='#01ae69',GradientType=1 ); /* IE6-9 */



}
.topnavbar-nav > ul {
	margin:0px;
	}
.topnavbar-nav > ul > li {
	display:inline-block;
	padding:0px 5px;
	margin:0px;
	color:#fff;
	font-weight: 300;
}
.topnavbar-nav li > a {
	padding:0px;
	margin:0px;
	color:#fff;

}
.topnavbar-nav li > a:hover {
	background: none;
}
.topnavbar-nav li > a:open {
 color:#4985B8;
 background: none;
}
.topnavbar-nav > .open > a, .topnavbar-nav > .open > a:hover, .topnavbar-nav > .open > a:focus {
	color: #C9221C;
	background-color: transparent;
}
.topnavbar-nav .open .dropdown-menu > li > a {
	color: #777;
}
.topnavbar-nav .open .dropdown-menu > li > a:hover, .topnavbar-nav .open .dropdown-menu > li > a:focus {
	color: #C9221C;
	background-color: #ffcc00;
}
.navbar-logo a img {
	min-height: 100px;
	max-height: 100px;
	margin: 0px;
	padding: 0px;
}
.navbar {
	border: 2px solid red;
}
.navbar ul{

	margin-top: 55px;
	
}
.navbar-nav li a {
	/*border: 1px solid red;
	font-size: 10pt;*/
	margin: 2px;
	border-radius: 2px;
	padding: 1px 10px;
	font-weight: 600;
	font-size: 13px;

}
.navbar-nav li a:after {
/*content:" / ";*/
	}
.navbar-pills ul,
.navbar-pills li,
.navbar-pills span,
.navbar-pills a {
  margin: 0;
  padding: 0;
  position: relative;
  
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;


	

  }
.navbar-pills {

    background-color:#F8F400;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F8F400), color-stop(1, #FEE901) );
	background:-moz-linear-gradient( center top, #F8F400 5%, #FEE901 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F400', endColorstr='#FEE901');
  /*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%; 
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);

  
  	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	  behavior: url(css/ie-css3.htc);*/
	
	  display: block;


}
.navbar-pills:after,
.navbar-pills ul:after {
  content: '';
  display: block;
  clear: both;
}
.navbar-pills ul li:hover {
  border-bottom: 3px solid #FEE901;
  
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1A1A1A), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #1A1A1A 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A1A1A', endColorstr='#333333');
  
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;

}

.navbar-pills ul li ul li:hover {
  border-bottom: 0px solid #990000;
  color: #FFFFFF;
  
  
  
}


.navbar-pills a {

  color: #000;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 49px;
  font-weight: 600;
  padding: 0 12px;
  text-decoration: none;

  
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  
  text-align: left;
  
}


.navbar-pills ul {
  list-style: none;
  
  z-index: 100;
}
.navbar-pills > ul {
  float: left;
  
}
.navbar-pills > ul > li {
    float: left;
  	border-right: #FFFF00 solid 1px;
	border-left: #DBC700 solid 1px;
    height: 49px;
	
}
.navbar-pills > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;

  
  /*border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;*/

}
.navbar-pills > ul > li:first-child > a {

}
.navbar-pills > ul > li:last-child > a {

}
.navbar-pills > ul > li.active a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  /*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%; 
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);*/
}
.navbar-pills > ul > li:hover > a {
  background: #333333;
  color: #fff;



 /* background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%; 
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,#1F1F02 ), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #1F1F02  5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F1F02', endColorstr='333333');
	
	
  box-shadow: inset 0 0 3px 0.5 #000000;
  -moz-box-shadow: inset 0 0 3px 0.5 #000000;
  -webkit-box-shadow: inset 0 0 3px 0.5 #000000;
  

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  
  	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow:1px 1px 1px #000;
	-webkit-text-shadow:1px 1px 1px #000;
}
.navbar-pills > ul > li.selected a{
   background-color: #333333;
   color: #fff;
   border-bottom: 3px solid #FEE901;
   

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,#1F1F02 ), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #1F1F02  5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F1F02', endColorstr='333333');
	
	
  box-shadow: inset 0 0 3px 0.5 #000000;
  -moz-box-shadow: inset 0 0 3px 0.5 #000000;
  -webkit-box-shadow: inset 0 0 3px 0.5 #000000;
  

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  
  	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow:1px 1px 1px #000;
	-webkit-text-shadow:1px 1px 1px #000;
	

}



.navbar-pills .has-sub {

}
.navbar-pills .has-sub:hover > ul {
  display: block;
}
.navbar-pills .has-sub ul {
  display: none;
  position: absolute;
  width: 230px;
  top: 100%;
  left: 0;
}
.navbar-pills .has-sub ul li {
  *margin-bottom: -1px;
  margin-left:-2px;
}
.navbar-pills .has-sub ul li a {
  background: #333333;
  border-bottom: 1px solid #393939;
  color:#fff;
  filter: none;
  font-size: 12px;
  display: block;
  line-height: 120%;
  padding: 10px 20px;
}
.navbar-pills .has-sub ul li:hover a {
  background: #4D4D4D;
  color:#ccc;

  
}
.navbar-pills .has-sub .has-sub:hover > ul {
  display: block;
}
.navbar-pills .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.navbar-pills .has-sub .has-sub ul li a {
  background: #4D4D4D;
 border-bottom: 1px solid #393939;
 
}
.navbar-pills .has-sub .has-sub ul li a:hover {
  background: #777777;
  
}
.navbar-default .navbar-nav > li > a {
	color: #2C4091;
	padding: 15px 15px;
	text-transform:uppercase !important;

}


.navbar-default .navbar-nav > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2;
	left: 0;
	background-color:  #0085CC;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav > li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
		 transform: scaleX(1);

}
.navbar-default .navbar-nav > li > a:hover {
	/*background: #3C873C;*/
	color: #000;
}
.navbar-default .navbar-nav > .active > a {
	background: transparent !important;
	border-bottom: 3px solid #0085CC;
	color: #333333;
	/*font-weight: 600;*/
}
.navbar-default .navbar-nav > .active > a:hover {
	/*background: #40A945;
	color:#0085CC;*/
}
 .navbar-nav > li > a:open {
 color:#FFFFFF;
 background: none;
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > .active > a:hover, .navbar-nav > .open > a:focus {
	color: #FF3333;
	background-color: transparent !important;
}
.navbar-default .navbar-form {
	border: none !important;
	padding: 0px;
	box-shadow: none;
	margin:14px 10px 0px 10px;
	width:95%;
	
}
.navbar-search {
	padding: 15px 10px;
	width:auto;
	
}
.navbar-search .search-input{
	background:#080808;
	-webkit-transition: 700ms; /* Safari */
	-moz-transition: 700ms;
	-ms-transition: 700ms;
	-o-transition: 700ms;
	transition: 700ms;
	border: 1px solid #585857;
}
.navbar-search .search-input:focus{
	background: #585857;
	-webkit-transition: 700ms; /* Safari */
	-moz-transition: 700ms;
	-ms-transition: 700ms;
	-o-transition: 700ms;
	transition: 700ms;
	color:#FFF;
	border: 1px solid #585857;
}
.navbar-default .navbar-btn {
	border: 0px solid red;
	height: 40px;
	border-radius: 2px;
	width: 200px;
	margin: 12px;
}
.navbar-default .navbar-toggle {
	border-radius: 2px;
	margin: 15px;
	border: 1px solid #5CB85C;
}
.navbar-default .navbar-toggle {
	border:1px solid #605E5D;
	color:#FFFFFF;
}
.navbar-default .navbar-toggle:hover {
	background: #605E5D;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #605E5D;
}
/*content*/
.content {
	border-radius: 1px;
	border: 0px solid red;
	min-height:550px;/*margin-top:95px;*/
	}
.content .content-page {
	border-radius: 1px;
	padding: 0px 0px;/*background-attachment: scroll;
	background-image: url(../images/page-product.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top:1px dotted #ccc;*/	
	border-radius: 5px;

	}
.content .content-container{
	border-radius: 1px;
	padding: 0px 0px;/*background-attachment: scroll;
	background-image: url(../images/page-product.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/

	border-radius: 2px;
	background:#FFFFFF;
	/*padding: 5px 25px;*/
	min-height:550px;
	margin-bottom: 20px;
	font-size:13px;
	}
.content-container .container{
	padding: 5px 25px;
	display:block;
	width: 100%;
	}		
.content-container .content-title{
	color:#333;
	border-bottom: 3px solid #F1F2F3;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	font-weight:300;
	background:#E9E6DC;
	}	
.content .content-page h1 {
	padding: 0px;
	font-family: sans-serif;
	color:#333333;
	letter-spacing: -1px;
	margin:0px;
}
.contact-page {
/*background-attachment: scroll;
	background-image: url(../images/bgall.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;*/
	}
.general-page {
	background-attachment: scroll;
	background-image: url(../images/bgall.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.award-page {
	background-attachment: scroll;
	background-image: url(../images/bgall.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.download-page {
	background-attachment: scroll;
	background-image: url(../images/bgall.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.news-page {
	background-attachment: scroll;
	background-image: url(../images/bgall.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.about-page {
	background-attachment: scroll;
	background-image: url(../images/bgall.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.project-page {
/*background-attachment: scroll;
	background-image: url(../images/bg-project.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;*/
	}
.bg-company {
	background-attachment: scroll;
	background-image: url(../images/bg-about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}	
.bg-project {
	background-attachment: scroll;
	background-image: url(../images/bg-project.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-services {
	background-attachment: scroll;
	background-image: url(../images/bg-services.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-contact {
	background-attachment: scroll;
	background-image: url(../images/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.services-page {
}
.table.table-list{
	color:#666 !important;
	font-size: 13px;
	
	}
.table.table-list thead  {
	color: #2E3134;
	height:35px;
	
	background-color:#F1F2F3 !important
}
.table.table-list  tr td {
	padding:3px 5px!important;
	vertical-align:middle;

}
.content-page .headline {
	text-transform:uppercase;
	padding: 10 20px;
	font-size:12pt;
	border: 1px solid #E0E3EA;

	/*background: #E8E9EA;*/
	background: #E1E4EB;
	display:block;
	font-weight: 500;
	color: #1D1E2E;
}
.contact-page b {
	text-transform:uppercase;
	font-size:12pt;
}
.project-page ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: square;
}
.list-group-item {
	border-left: transparent 0px solid !important;
	border-right: transparent 0px solid !important;
	
}


.list-group.list-jobs button{
border-radius: 0px;
font-weight:600;
	}
.list-group.list-jobs button{
	border-left: transparent 1px solid !important;
	border-right: transparent 1px solid !important;
	}
/*breadcrumb*/
.breadcrumb i {
	color: #656565;
}
.breadcrumb {
	background: transparent !important;
	color:#65604E;
	margin:0px;
	font-size:12px;
	padding:0px;
	font-weight: 350;
	
	
}
ol.breadcrumb {
	/*border-top: 1px solid #DFE1EA;
	border-bottom: 1px solid #DFE1EA;
	padding: 10px 10px;*/
	border-radius: 0px;

	}
.breadcrumb li a, .breadcrumb li.active {
	color:#ccc;
	line-height:10px;
	margin-left:0px;
	padding:0px;
	margin:0px;
}
/*Slide*/
.slide-search {
	width: 80%;
	padding: 30px;
	font-size: 18px;
	border-radius: 15px;
}
.carousel-caption {
	top: 30%;
}
.carousel-caption h1 {
	font-size: 300%;
	line-height: 100%;
	font-weight:bold;
}
.carousel-caption p {
	font-size: 150%;
	line-height: 120%;
}
.show {
	display:none !important;
}
.hide {
	display: inline-block!important
}
@media (max-width: 768px) {
/*hide*/
 .hide {
	display:none !important;
}
.show {
	display: block;
}
/*Slide*/
 .carousel-caption {
	top: 30%;
}
.carousel-caption h1 {
	font-size: 150%;
	line-height: 100%;
	font-weight:bold;
}
.carousel-caption p {
	font-size: 100%;
	line-height: 100%;
}
.navbar-default .navbar-nav .navbar-search {
	height: 38px;
	border-radius:2px;
	width: 100%;
}
}
@media screen and (max-width: 414px) {
/*Slide*/
.carousel-caption {
	top: 2%;
}
.carousel-caption h1 {
	font-size: 80%;
	line-height: 100%;
	font-weight:bold;
}
.carousel-caption p {
	font-size: 80%;
	line-height: 110%;
}
.carousel-caption .btn {
	display: none;
}
.navbar-default .navbar-nav .navbar-search {
	height: 38px;
	border-radius:2px;
	width: 100%;
}
}
/*Text*/
.text-red {
	color: #FF3333;
}
.text-blue, .text-blue a {
	color: #2C4091;
}
.text-yellow, .text-yellow a {
	color: #FFF200;
}
.text-blue a:hover {
	text-decoration:underline;
}
.text-green, .text-green a {
	color: #5CB85C;
}
.text-green a:hover {
	text-decoration:underline;
}
.text-white, .text-white a {
	color: #fff;
}
.text-grey, .text-grey a {
	color: #1D1E2E;
}
.text-grey a:hover {
	text-decoration:underline;
}
/*Button*/
.btn-margin {
	margin: 5px 5px 5px 0px;
}
.btn {
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-ms-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	border-radius: 2px;
}
.btn-grey {
	color: #FFF;
	border-style: solid!important;
	border-width: 1px !important;
	border-color: rgba(14,111,150,0.2)!important;
	background-color: #555658;
}
.btn-grey:hover {
	color: #FFF;
	background-color: #333;
}
.btn-facebook {
	height: 60px;
	color: #FFF;
	border-style: solid!important;
	border-width: 1px !important;
	border-color: rgba(14,111,150,0.2)!important;
	background-color: #4862A3;
}
.btn-googleplus {
	height: 60px;
	color: #FFF;
	border-style: solid!important;
	border-width: 1px !important;
	border-color: rgba(14,111,150,0.2)!important;
	background-color: #D73D32;
}
.btn-facebook:hover, .btn-googleplus:hover {
	color: #FFF;
}
.btn-red {
	color: rgba(255,255,255,0.9);
	border-style: solid!important;
	border-width: 1px !important;
	border-color: rgba(14,111,150,0.2)!important;
	background-color: #FF3333;
	margin: 5px 0px;
}
.btn-red:hover {
	color: rgba(255,255,255,1);
	background-color: #DD483A;
}
.btn-disabled{
	background:#ccc !important;
	color:#666 !important;
	}
.btn-blue:focus, .btn-blue.focus {
	color: #fff;
	background-color: #0084CB;
}
.btn-blue {
	color: rgba(255,255,255,0.9);
	border-style: solid!important;
	border-width: 1px !important;
	border-color: rgba(14,111,150,0.2)!important;
	background-color: #0084CB;
}
.btn-blue:hover {
	color: rgba(255,255,255,1);
	background-color: #0E6F96;
}
.btn-blue:focus, .btn-blue.focus {
	color: #fff;
	background-color: #0E6F96;
}
.btn-green {
	color: #fff;
	background-color: #5CB85C;
}
.btn-green:hover {
	color: #fff;
	background-color: #42A142;
}
.btn-green :focus, .btn-green .focus {
	color: #fff;
	background-color: #42A142;
}
.btn-outline {
	font-weight: bold;
	border: 1px solid #2E3134!important;
	color: #2E3134;
	background-color: transparent;
}
.btn-outline:hover {
	color: #fff;
	background-color: #2E3134;
}
.btn-outline :focus, .btn-outline .focus {
	color: #0E6F96;
	background-color: #fff;
}
/*Section*/

section a, section a:hover {
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-ms-transition: 500ms;
	-o-transition: 500ms;
}
.section-title h2, .section-title h3{
    font-weight:600;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
	display:block;
	width:100%;
	font-size:20px;

}
.section-title h2:after {
 	content: "";
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 0%;
    border-bottom: 3px solid #FEE901;
}



}
#section-login .col-lg-6:first-child {
	border-right: 1px dotted #999;
}
@media screen and (min-width: 971px) {
#section-login .col-lg-6 {
	padding: 5px 80px;
}
}
/*From*/

.form-group .control-label{
	text-align: right;
	font-style:normal !important;
	font-weight:310 !important;
	font-size:13px
	}
.form-control{
  display: inline-block!important;
  margin: 0px 0px 5px 0px;!important;
  width: auto !important;

  padding: 2px 5px;
  font-size: 13px;

  border: 1px solid #A9A9A9;
  border-radius: 2px;
 
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, .6);
}
@media screen and (max-width: 767px) {
.form-control {
  display: block !important;
  width: 100% !important;
  
}
}
p {
	padding: 5px;
}
.inner-addon {
	position: relative;
}
/* style glyph */
.inner-addon .glyphicon, .inner-addon .fa {
	position: absolute;
	padding: 10px;
	pointer-events: none;
	color: #999;
	text-align:center;
	font-size: 14px;
}
/* align glyph */
.left-addon .glyphicon, .inner-addon .fa {
	left:  0px;
}
.right-addon .glyphicon, .right-addon .fa {
	right: 0px;
}
/* add padding  */
.left-addon input {
	padding-left:  40px;
}
.right-addon input {
	padding-right: 40px;
}
hr {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #ffcc00;
	width:100%;
}
#loginType {
}
/*Col*/
.col-padding {
	padding: 20px 20px;
}
@media screen and (min-width: 971px) {
/*.col-lg-3 {
		border-left: 1px dotted #999;
		}
	.col-lg-3:first-child {
		border-left: 0px dotted #999;
		}*/
	}
.bg-team {
	background:url(../images/bg_team.jpg) center top no-repeat fixed;
	background-size: cover;
}
.bg-padding {
	padding: 50px 0px;
	border: 0px solid red;
}
.bg-white {
	color:#333;
	background:#fff;
}
.bg-yellow, .bg-yellow a {
	background: #0084CB;
	color:#FFFFFF;
	}
.bg-blue, .bg-blue a {
	background: #2C4091;
	color:#FFFFFF;
}
.bg-info{
	background:#5BC0DE !important;
	}
.bg-red {
	color:#FFFFFF;
	background:#FD4230;
}
.bg-green, .bg-green a {
	background:#21A547;
	color:#FFFFFF;
}
.bg-grey {
	color:#FFFFFF;
	background:#838180;
}
.bg-light-grey {
	background:#ECECEC;
}
.bg-transparent-grey {
	/*background: rgba(233,233,233,0.8);
	border-bottom:1px solid rgba(216,212,217,0.3)
	border-bottom: 1px solid #E0E3EA;;*/
}
.content .bg-transparent-grey h1 {
	color: #333333;
	letter-spacing: -1px;
}
.bg-transparent-grey .container {
	padding: 10px 20px!important;
}
.bg-category {
	background-attachment: scroll;
	background-image: url(../images/bg-category.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-light-grey {
	background:#EFEEF0;
}
.bg-dark-grey {
	color:#FFFFFF;
	background:#1D1E2E;
}
.footer {
	/*background:url(../images/footer-landmark.png) no-repeat bottom center;
	background-size: 100% auto;
	background-color: #222222;*/
    font-size: 13px;
	border-top: 0px solid #0930E1;

}
footer a{
	color: #656565 !important;
	}
footer a:hover{
	color: #CFCFCF!important;
	}	
.footer-info {
	padding: 30px 0px;
	border: 0px solid red;
	
}
.footer p {
	color: #585857;
}
.footer-info a {
	color: #585857;
}
.footer-info a:hover {
	color: #fff;
}
.footer-info ul {
	list-style-type: none;
	padding-left:15px;
}
.footer-info .bottom-links li:before {
	font-family: 'FontAwesome';
	content: '\f105';
	margin-right: 5px;
}
.footer .navbar-brand img.small {
	width: 30px;
}
.footer .list-badge li {
	display:inline-block;
	}

.footer .list-badge a {
  display: inline-block;
  min-width: 10px;
  padding: 5px 10px;
  margin: 2px;
  font-size: 11px;
  line-height: 1;
  color: #585857 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #585857;
  border-radius: 4px;
  text-decoration:none;

}	
.footer .list-badge a:hover {
  background-color: #585857;
  color:#fff!important;

}	

h2.title{

	text-transform: capitalize !important;
	padding: 20px auto;
	margin:15px auto;
	}
h2.title:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	top:55;
	left: 15;
	background-color: #FEE901;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}	
.footer-info h5 {
	font-size:16px;
	font-weight: 400;
	color: #656565;
	padding: 20px auto;
	margin: 30px auto;
}
.footer-info h5:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	top:55;
	left: 15;
	background-color: #FEE901;

}
.footer.footer-info span {
	text-transform: uppercase;
}
.footer.footer-info a, .footer.footer-info a span {
	margin-right: 5px;
	color: #1ABC9C;
}
.footer .copyright-bar {
	background: #070605;
	padding: 10px;
	position: relative;
	bottom: 0;

}
.footer .copyright-bar p {
 color: #525151;
 margin: 0;
}
.slider-nav.prev {
	margin-top: -22px;
	background-color:#FF3333 !important;
}
.slider-nav.next {
	margin-top: -22px;
	background-color:#FF3333!important;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(153,153,153,0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(153,153,153,0.5);
	box-shadow: 0px 0px 5px 2px rgba(153,153,153,0.5);/**/
}
.category .box {
	border: 0px solid #ccc;


	/*min-height: 250px;*/
	border-radius: 5px;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	display:block;
	position: relative;
	overflow: hidden;
	margin: 2px auto;
 
}
		
.category a:hover {
	text-decoration:none;
	
}
.category .box.box-visa{
	background:url(../images/g_visa.png) center top no-repeat;
	background-size: 100% auto;
}
.category .box.box-awards {
	background:url(../images/g_awards.jpg) center top no-repeat;
	background-size: 100% auto;
}
.category .box.box-regional {
	background:url(../images/g_regional.jpg) center top no-repeat;
	background-size: 100% auto;
}
.category .box.box-news {
	background:url(../images/g_news.jpg) center top no-repeat;
	background-size: 100% auto;
}
.category .box:hover {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(153,153,153,0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(153,153,153,0.5);
	box-shadow: 0px 0px 5px 2px rgba(153,153,153,0.5);
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.category .box b{
	font-size:18px;
	color:#FFFFFF;
	padding: 0px;
}
.category .box .description {
	display:block;
	border: 0px solid red;
	z-index: 9999 !important;
	padding: 10px 10px !important;
	
	min-height: 70px;
	bottom: 0px;
	color:#FFFFFF;
	background-color:#0085CC ;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}

.category .box img {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
	-moz-transition: all 0.3s;
 	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
	

}
.category .box:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  
}

.category .box p, .category .box ul li {
	font-size: 11px;
	padding: 0px;
	color: #666;
	line-height: 140%;
}
.badge-red {
	background:#FF3333;
}
.badge-grey {
	border-radius: 3px !important;
}
.badge-blue {
	border-radius: 3px !important;
	background:#006699;
}
.badge-green {
	border-radius: 3px !important;
	background:#009900;
}
.detail-desc {
	font-size:13px !important;
	font-family: 'Open Sans', sans-serif !important;
}
.detail-desc a{
	font-size:13px !important;
	font-family: 'Open Sans', sans-serif !important;
	text-decoration: underline !important;
	color: #333
}
.detail-desc table, .detail-desc table {
	line-height: 150%!important;
	border:1px solid #ccc!important;
	width: 100% !important;
	font-family: 'Open Sans', sans-serif !important;
}
.detail-desc table td, .detail-desc table td {
	border: 1pt!important;
	border-right: 1pt solid #ccc!important;
	border-bottom: 1pt solid #ccc!important;
	padding: 5px!important;
}
.detail-desc ul li {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
	list-style: square;
}
.section-team .box-team {
	padding: 10px 5px;
	border-bottom: 5px solid #ff3333;
	border-radius: 2px;
	height: 150px;
	margin: 10px auto;
	background: rgba(255,255,255,0.7)
}
.section-team .box-team:hover {
	background: rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(153,153,153,0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(153,153,153,0.5);
	box-shadow: 0px 0px 5px 2px rgba(153,153,153,0.5);/**/
}
.box-team .badge {
	margin-top: 5px;
	border-radius: 1px;
	padding: 5px 10px;
	text-transform:uppercase;
	background: transparent !important;
	color: #2E3134;
}
.btn.btn-hover:hover {
	background: #ff3333 !important;
}
#back-top {
	position: fixed;
	bottom: 0px;
	right: 10px;
}
#back-top a {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background:#3F5366;
	padding: 10px 20px;
}
#back-top a:hover {
	color: #fff;
	background:#0084CB;/*color: #ffad10*/
}
/* arrow icon (span tag) */
#back-top span {
	width: 80px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #038ED8;
}
.marginBottom-0 {
	margin-bottom:0;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  /*position: absolute;
  float: left;*/
  text-align:left;
  background-color: #334253;
  /*border-top: 3px solid red !important;*/
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		  
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #96969A;
  line-height: 180%;

 
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {

  color: #FFF200 !important;
  background-color: #3F5366!important;
  

	
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;

}

.dropdown-menu{
	border-radius: 2px;
	

}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color:#262626 !important;
	text-decoration:none;
	background-color:#F5F5F5;
	

}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#3B4959;
	outline:0
}

.dropdown.open > a.dropdown-toggle{
  /*color: #EC292A !important ;*/

}


.animation-fadeIn{
		-webkit-animation: fadeIn 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeIn 1s; /* Firefox < 16 */
        -ms-animation: fadeIn 1s; /* Internet Explorer */
         -o-animation: fadeIn 1s; /* Opera < 12.1 */
            animation: fadeIn 1s;
			}
			
.animation-slideInUp{
		-webkit-animation: slideInUp 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: slideInUp 0.5s; /* Firefox < 16 */
        -ms-animation: slideInUp 0.5s; /* Internet Explorer */
         -o-animation: slideInUp 0.5s; /* Opera < 12.1 */
            animation: slideInUp 0.5s;
			}	
.animation-slideInDown{
		-webkit-animation: slideInDown 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: slideInDown 0.5s; /* Firefox < 16 */
        -ms-animation: slideInDown 0.5s; /* Internet Explorer */
         -o-animation: slideInDown 0.5s; /* Opera < 12.1 */
            animation: slideInDown 0.5s;
			}	
.table-project{

	font-size:10px !important;
	line-height: 150%!important;
	border:1px solid #ccc!important;
	width: 100% !important;
	background:#fff;
	}	
.table-project thead{
	font-size:10px;
	background: #6A6D72 !important;
	color:#FFFFFF;
	font-weight: bold;
	}	
.detail-desc table td{
	border: 1pt!important;
	border-right: 1pt solid #ccc!important;
	border-bottom: 1pt solid #ccc!important;
	padding: 8px 10px!important;
	font-size:12px !important;
	
	}
.nav.nav-tabs li.active a, .nav.nav-tabs li.active {
	font-weight:600;

	background: #EFEEF0;
	}						
.nav.nav-tabs li a {


	background: #fff;
	border: 1px solid #EFEEF0;
	}
.nav-tabs {
	margin-top: 10px;
  border-bottom: 1px solid #EFEEF0;
  z-index: 200;
}				
/*
.dropdown li a {
	word-spacing: normal;
	
	}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu .dropdown-menu li.active .open{
	background:#ffcc00 !important;
	}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
 
 
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}*/

.title-bar {
	
	width: 100%;
	background:#0085CC;
	display:block;
	min-height: 80px;
	border-radius: 5px;
	}
.title-bar img{
	border-radius:5px;
	width:100%;
	}
.title-bar .description h1, .title-bar .description h3{
	font-size:50px;
	line-height: 50%;
	color:#FFFFFF;
	}		
.title-bar .description {
	margin:2%;

	position:absolute;
	padding: 5px 10px;
	
	}
.tour-list img{
	border-radius: 5px;
	}
.tour-list img:hover{
	box-shadow: 1px 1px 2px rgba(51,51,51,0.7);
	-webkit-box-shadow: 1px 1px 2px rgba(51,51,51,0.7);
	-moz-box-shadow: 1px 1px 2px rgba(51,51,51,0.7);
	-o-box-shadow: 1px 1px 2px rgba(51,51,51,0.7);
	}
.alert.alert-grey{
	background-color: #FCF8E3;
	color:#8A6D3B;
	font-size:12px;
	padding: 10px;
	border-radius:2px;
	
	}
.badge.badge-green-outline{
	font-weight:520;
	border:1px solid #319D2E;
	color: #319D2E;
	background-color: #fff;
	border-radius: 3px;
	font-size: 9px;
	padding: 3px 5px;
	}
.badge.badge-grey-outline{
	font-weight: 800;
	border:1px solid #777777;
	color: #777777;
	background-color: transparent;
	border-radius: 3px;
	}
/*CSS MENU*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
    background-color:#F8F400;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F8F400), color-stop(1, #FEE901) );
	background:-moz-linear-gradient( center top, #F8F400 5%, #FEE901 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F400', endColorstr='#FEE901');
  
}
#cssmenu > ul > li {
  float: left;
  
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px 13px;
  font-size: 12px;
  text-decoration: none;
  color: 333;
  font-weight: 600;
  text-transform:uppercase !important;
  border-right: 1px solid #DBC700;
  border-left: 1px solid #FFFF00;
}

#cssmenu > ul > li:hover > a {
    background: #131313;
	color:#FFFFFF;
}
#cssmenu > ul > li.has-sub > a {
  /*padding-right: 30px;*/

}
#cssmenu > ul > li.has-sub > a:after {
  /*position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
 */
}
#cssmenu > ul > li.has-sub > a:before {
 /* position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';

  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;*/
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;

}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 220px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #F8F400;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 7px;
  height: 1px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 1px;
  height: 7px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
     color: 333;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
     color: 333;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #131313;
    border-bottom: 2px solid #131313;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #131313;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #131313;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #131313;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #131313;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #131313;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

.box-page .box {
	margin-bottom: 20px;
	border: 1px solid #F8F8F8;
}
.box-page .box:hover {
	border:  1px solid #DCDEE2;

}
.box-page .box img {
	border-bottom: 1px solid #F8F8F8;
	min-height: 150px;
}
.box-page .box .description {
	min-height: 100px;
	padding: 10px;
}
.box-page .description .title {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	font-size: 12px;
	line-height: 130%;
}

.resource-content, .resource-content p, .resource-content font{
	font-size:13px !important;

	}