/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@charset "utf-8";

/*-- Classes
---------------------------------------------------------------------------*/



.cat-box span, .cat-box a {
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:30px;
	color:#fff;
	font-weight:400;
}
.cat-box span .cat-text {
	position:absolute;
	left:0;
	right:0;
	top:80%;
	bottom:0;
	width:100%;
	border-top:2px solid #20315e;
	background-color:rgba(0,0,0,0.6);
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	transition:all ease-in-out 0.4s;
}
.cat-box span .cat-text a {
	color:#fff;
}
.cat-box a .cat-text {
	position:absolute;
	left:0;
	right:0;
	top:80%;
	bottom:0;
	width:100%;
	border-top:2px solid #20315e;
	background-color:rgba(0,0,0,0.6);
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	transition:all ease-in-out 0.4s;
	color:#fff;
}
.cat-text p {
	color:#fff;
}
.cat-text span {
	transition:all ease-in-out 1s;
	opacity:0;
}
.cat-box a:hover > .cat-text {
	top:3%;
}
.cat-box a:hover > .cat-text span  {
	opacity:1;
}
.cat-box span:hover > .cat-text {
	top:3%;
}
.cat-box span:hover > .cat-text span  {
	opacity:1;
}
.btn-mobile2 {
	width:auto;
	margin-top:20px;
	margin-bottom:5px !important;
	padding:5px 10px;
	background-color:#20315e;
	border-radius:0;

}

.carousel-caption {
	position: absolute;
	top: 0;
	text-align: left;
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px;
}
/*#caption-1 {
	display:block;
}*/
.carousel-caption:not(#caption-0) {
    display: none;
}

.media-middle {
	display:table-cell;
	vertical-align:middle;
}
.img-max {
	width:100%;
}
.green {
	color: #97c725;
}
.frog {
	color: #97c725;
}

#topcontrol {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #231f20;
	opacity: 0.6;
	color: #fff;
	bottom: 10px !important;
	right: 10px !important;
	z-index:500;
}


.video-container {
	position: relative; /* keeps the aspect ratio */
	padding-bottom: 56.25%; /* fine tunes the video positioning */
	padding-top: 60px;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.errors {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	font-size: 1.5rem;
	color: #737373;
	margin-left: 10px;
	margin-bottom: 2%;
}
.form-control.requiredValue, .form-control.has-error {
	border-color: #ff1200;
	background: #fbc7c3 !important;
	border-width: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);/*border-radius: 0 !important;*/
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-sub {
	width: 100%;
	padding: 10px 12px;
	line-height: 1.42857143;
	background-color: #121e3c;
	background-image: none;
	border: 1px solid #121e3c;
	border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
}

.fancybox-thumb img {
	/*width:100%;*/
	height: 140px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.text-box li {
	margin-left: 30px;
}
.text-box ul ul li {
	margin-left: 60px;
}
td, th {
	padding:2%;
}
.contactform-1 p {
	padding-left:5px;
	padding-right:5px;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
select.form-control {
	color: #999;
}
.valid-contact {
	padding-left: 10px;
	padding-right: 10px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .fa-angle-left, 
.carousel-control .icon-prev {
    left: auto;
	right:0;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, 
.carousel-control .fa-angle-right,
.carousel-control .icon-next {
    right: auto;
	left:0;
    margin-right: -10px;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right,
.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right,
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    position: absolute;
	bottom:50px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right,
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control.left {
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 10%;
    left: auto;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 10%;
    width: 10%;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}



/*-- modal Section
----------------------------------------------------------------------*/
.modal-content {
}
.modal-header {
}
.modal-title {
}
.modal-header .close {
}
.modal-footer {
}



/*-- media queries Section
----------------------------------------------------------------------*/



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	/*font-size: 14px;*/
	background-color: #121e3c;
	border: 1px solid #121e3c;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	text-align: left;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
	letter-spacing:3px;
	font-family: 'dinregular';
	font-weight:normal;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
	background-color: #20315e;
	text-decoration: none;
	color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
	background-color: #20315e;
}

/* Hover over drop down menus */
.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown>.dropdown-menu>.dropdown>.dropdown-menu {
	top:-5px;
	left:99%;
	position:absolute;
	display:none;
}
.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu {
	display:block;
}




.carousel-control .glyphicon-chevron-left, 
.carousel-control .fa-angle-left, 
.carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right, 
.carousel-control .fa-angle-right, 
.carousel-control .icon-next {
    margin-right: -15px;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right, 
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    width: 80px;
    height: 80px;
    margin-top: -15px;
    font-size: 80px;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right,
.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right,
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    position: absolute;
	bottom:20px;
    z-index: 5;
    display: inline-block;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 45px;
    left: 0;
    width: 100px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}
.carousel-caption {
	position: absolute;
	top: 0;
	text-align: left;
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px 30px;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.carousel-caption {
	position: absolute;
	top: 0;
	text-align: left;
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px 1vw;
}
.cat-box span, .cat-box a {
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:0;
	color:#fff;
	font-weight:400;
}

.cat-box span .cat-text {
	position:absolute;
	left:0;
	right:0;
	top:80%;
	bottom:0;
	width:100%;
	border-top:2px solid #20315e;
	background-color:rgba(0,0,0,0.6);
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	transition:all ease-in-out 0.4s;
}
.cat-box span .cat-text a {
	color:#fff;

}
.cat-box a .cat-text {
	position:absolute;
	left:0;
	right:0;
	top:80%;
	bottom:0;
	width:100%;
	border-top:2px solid #20315e;
	background-color:rgba(0,0,0,0.6);
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	transition:all ease-in-out 0.4s;
	color:#fff;
}
.cat-text p {
	color:#fff;
	margin-bottom:2px;
}
.cat-text span {
	transition:all ease-in-out 1s;
	opacity:0;
	font-size:12px;
}
.cat-box a:hover > .cat-text {
	top:3%;
}
.cat-box a:hover > .cat-text span  {
	opacity:1;
}
.cat-box span:hover > .cat-text {
	top:3%;
}
.cat-box span:hover > .cat-text span  {
	opacity:1;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.btn-sub {
	width: auto;
	padding: 7px 12px;
	line-height: 1.42857143;
	font-size: 12px;
	font-size: 1.2rem;
	min-width: 125px;
}
.carousel-caption {
	position: absolute;
	top: 0;
	text-align: left;
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px 1vw;
}
.cat-box span, .cat-box a {
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:30px;
	color:#fff;
	font-weight:400;
}
.cat-box span .cat-text {
	position:absolute;
	left:0;
	right:0;
	top:80%;
	bottom:0;
	width:100%;
	border-top:2px solid #20315e;
	background-color:rgba(0,0,0,0.6);
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	transition:all ease-in-out 0.4s;
}
.cat-box span .cat-text a {
	color:#fff;
}
.cat-box a .cat-text {
	position:absolute;
	left:0;
	right:0;
	top:80%;
	bottom:0;
	width:100%;
	border-top:2px solid #20315e;
	background-color:rgba(0,0,0,0.6);
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	transition:all ease-in-out 0.4s;
	color:#fff;
}
.cat-text p {
	color:#fff;
	margin-bottom:10px;
}
.cat-text span {
	transition:all ease-in-out 1s;
	opacity:0;
}
.cat-box a:hover > .cat-text {
	top:3%;
}
.cat-box a:hover > .cat-text span  {
	opacity:1;
}
.cat-box span:hover > .cat-text {
	top:3%;
}
.cat-box span:hover > .cat-text span  {
	opacity:1;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1500px) {
.carousel-caption {
	position: absolute;
	top: 0;
	text-align: left;
	left: 0;
	right: 0;
	width: 100%;
	padding: 30px 2vw;
}
.cat-box span, .cat-box a {
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:30px;
	color:#fff;
	font-weight:400;
}
.cat-box span .cat-text {
	position:absolute;
	left:0;
	right:0;
	top:80%;
	bottom:0;
	width:100%;
	border-top:2px solid #20315e;
	background-color:rgba(0,0,0,0.6);
	padding-left:10px;
	padding-right:10px;
	padding-top: 1%;
	transition:all ease-in-out 0.4s;
}
.cat-box span .cat-text a {
	color:#fff;
}
.cat-box a .cat-text {
	position:absolute;
	left:0;
	right:0;
	top:80%;
	bottom:0;
	width:100%;
	border-top:2px solid #20315e;
	background-color:rgba(0,0,0,0.6);
	padding-left:10px;
	padding-right:10px;
	padding-top: 1%;
	transition:all ease-in-out 0.4s;
	color:#fff;
}
.cat-text p {
	color:#fff;
}

.cat-text span {
	transition:all ease-in-out 1s;
	opacity:0;
}
.cat-box a:hover > .cat-text {
	top:3%;
}
.cat-box a:hover > .cat-text span  {
	opacity:1;
}
.cat-box span:hover > .cat-text {
	top:3%;
}
.cat-box span:hover > .cat-text span  {
	opacity:1;
}
}