@charset "utf-8";

/* ===========================
 * CSS Global Document
 * Coding for Entire Site
 * ===========================
*/

@font-face
{
    font-family: 'Lato-LightItalic';
    src: url('../fonts/lato-lightitalic-webfont.eot');
    src: url('../fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-lightitalic-webfont.woff') format('woff'),
         url('../fonts/lato-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/lato-lightitalic-webfont.svg#latolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face 
{
    font-family: 'Lato-Regular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Italic';
    src: url('../fonts/lato-italic-webfont.eot');
    src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-italic-webfont.woff') format('woff'),
         url('../fonts/lato-italic-webfont.ttf') format('truetype'),
         url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Heavy';
    src: url('../fonts/lato-heavy-webfont.eot');
    src: url('../fonts/lato-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-heavy-webfont.woff2') format('woff2'),
         url('../fonts/lato-heavy-webfont.woff') format('woff'),
         url('../fonts/lato-heavy-webfont.ttf') format('truetype'),
         url('../fonts/lato-heavy-webfont.svg#latoheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/lato-medium-webfont.eot');
    src: url('../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff'),
         url('../fonts/lato-medium-webfont.ttf') format('truetype'),
         url('../fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Semibold';
    src: url('../fonts/lato-semibold-webfont.eot');
    src: url('../fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('../fonts/lato-semibold-webfont.woff') format('woff'),
         url('../fonts/lato-semibold-webfont.ttf') format('truetype'),
         url('../fonts/lato-semibold-webfont.svg#latosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Thin';
    src: url('../fonts/lato-thin-webfont.eot');
    src: url('../fonts/lato-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-thin-webfont.woff2') format('woff2'),
         url('../fonts/lato-thin-webfont.woff') format('woff'),
         url('../fonts/lato-thin-webfont.ttf') format('truetype'),
         url('../fonts/lato-thin-webfont.svg#latothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/lato-black-webfont.eot');
    src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-black-webfont.woff') format('woff'),
         url('../fonts/lato-black-webfont.ttf') format('truetype'),
         url('../fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

body
{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	
	background:#ececec;
	color:#58595b;
	min-width:1250px;
	line-height:1.2;
}

.wrapper, #header-body, #content-body, #footer-body
{
	width:100%;
	min-width:1250px;
	max-width:1920px;
	margin:auto;
}

ul, ol {list-style:none; padding:0;}

/*~~~~~~~~~~~~~~~~~~~~~~[ Header Coding ]~~~~~~~~~~~~~~~~~~~~~~*/

/*--------------
	CONTAINERS
--------------*/

.header-wrapper 
{
	margin:auto;
	padding:1em 0;
	width:1200px;
}

.header-left
{
	width:35%;
	float:left;
	height:100px;
	padding-right:2em;
	background: url(../img/layout/side-shadow.png) no-repeat top right;
	background-size:contain;
}

.header-right
{
	width:60%;
	float:right;
	height:100px;
}

.logo {display:block; height:100%;}

.header-navigation {padding-left:2em;}

/*--------------
	NAVIGATION
--------------*/

.header-navigation > ul 
{
	color: #071844;
	font-size:16px;
	font-weight:700;
  text-transform: uppercase;
	
	margin-top:2em;
}

.parent_menu > li {margin-right:3px;}

.parent_menu > li > a
{
	padding:.5em 1em;
}

.parent_menu > .active > a,
.parent_menu > li:hover a
{
	background: #ffcd26;
  color: #071844;
}

.parent_menu > .active > a:after,
.parent_menu > li:hover > a:after
{
	content:'';
	display:block;
	position:absolute;
	bottom:-4px;
	left:45%;
	
	border-top:4px solid #ffcd26;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
}

.header-navigation .submenu
{
	position:absolute;
	top:100%;
	left:0;
	min-width:100%;
	
	display:none;
	font-size:14px;
	padding-top:1em;
	text-align:center;
	z-index:2;
}

.parent_menu > li:hover .submenu {display:block;}

.header-navigation .submenu ul {background:#ffcd26;}
.header-navigation .submenu li {float:none;}

.header-navigation .submenu a {padding:10px; 15px;}

.header-navigation .submenu .active a,
.header-navigation .submenu li:hover a{background: #f0613b;}

/*~~~~~~~~~~~~~~~~~~~~~~[ Content Coding ]~~~~~~~~~~~~~~~~~~~~~~*/

/*--------------
	TYPOGRAPHY
--------------*/

h1,h2,h3,h4,h5,h6
{
	color:#f0613b;
	font-weight:400;
	text-transform:uppercase;
}

/*--------------
	CONTAINERS
--------------*/

.content-wrapper 
{
	background:#fff;
	margin:0 auto;
	padding:1em 1.8em;
	width:1250px;
	min-height:650px;
}

.section {padding:10px 0;}

.section-wrapper
{
	width:1000px;
	margin:auto;
}

.page-breadcrumb 
{
	font-size:14px;
	padding:10px 0;
}

.page-breadcrumb li:nth-child(n+2):before 
{
	content: "\f101";
	font-family: 'FontAwesome';
}

.page-breadcrumb a {color:#f0613b;}

article
{
	padding-top:1.5em;
	padding-bottom:1em;
	width:1120px;
	margin: auto;
}

/*--------------
	BUTTONS
--------------*/

.btn-contact
{
	background:#f0613b;
	color:#fff;
	font-size:12px;
	padding:10px 1.8em;
	text-transform:uppercase;
}

.btn-contact:hover {background:#972b26;}

.btn-contact + .btn-contact {margin-left:10px;}

/*--------------
	HOVER IMAGE
--------------*/

.hover-img img,
.hover-img .fa
{
	-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;  
}

.hover-img
{
	display:block;
	position:relative;
	overflow:hidden;
}

.hover-img:hover img
{
	transform:scale(1.5);
	opacity:0.8;
}

.hover-img .fa 
{
	background:#f0613b;
	color:#fff;
	display: block;
	width:30px;
	height:30px;
	text-align:center;
	
	position: absolute;
  opacity: 0;
	bottom:0%;
	left:40%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.hover-img .fa:before
{
	display:block;
	left:0;
	position:absolute;
	top:6px;
	width:100%;
}

.hover-img:hover .fa 
{
	opacity:1;
	bottom:40%;
}

.hover-img:hover .fa:hover 
{
	background:#ffcd26;
	color:#000;
}

/*~~~~~~~~~~~~~~~~~~~~~~[ Footer Coding ]~~~~~~~~~~~~~~~~~~~~~~*/

#footer-body 
{
	background-color:#28343c;
	color:#fff;
}

.footer-wrapper 
{
	width:1100px;
	margin:auto;
	padding:2em 0;
}

.footer-left
{
	background: url(../img/layout/side-shadow.png) no-repeat right;
	min-height:110px;
}

.footer-navigation,
.footer-copyright
{
	font-weight:300;
	padding:.7em 0;
}

.footer-navigation li
{
	margin-right:5px;
}

.footer-navigation a
{
	font-size:11px;
	padding:5px;
	text-transform:uppercase;
}

.footer-navigation .first-child a {padding-left:0;}

.footer-copyright
{	
	font-size:12px;
}

.footer-divider 
{
	border-top:1px solid #686e73; 
	max-width:455px;
}

.footer-address h3
{
	/*font-family: 'Lato-Medium';*/
	color:#fff;
	margin:0 0 5px;
}

.footer-address ul
{
	color:#d2d2d2;
	/*font-family: 'Lato-Semibold';*/
	font-size:14px;
}

.footer-address li
{
	margin-bottom:4px;
}

/*--------------
	CAROUSEL
--------------*/

.carousel
{
	position: relative;
	min-height:294px;
}

.carousel-inner
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item
{
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img
{
	line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev
{
	display: block;
}

.carousel-inner > .active
{
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev
{
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next
{
	left: 100%;
}

.carousel-inner > .prev
{
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right
{
	left: 0;
}

.carousel-inner > .active.left
{
	left: -100%;
}

.carousel-inner > .active.right
{
	left: 100%;
}

.carousel-control
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 10%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left
{
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right
{
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus
{
	outline: none;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right
{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .fa-chevron-left{ left: 50%;}

.carousel-control .fa-chevron-right{ right: 50%;}

.sr-only {display:none;}

.carousel-indicators
{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li
{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active
{
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}

.carousel-caption
{
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn
{
	text-shadow: none;
}
/*
@media screen and (min-width: 768px)
{
    .carousel-control .fa-chevron-left,
		.carousel-control .fa-chevron-right,
    {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption
    {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators
    {
        bottom: 20px;
    }
}*/

/*--------------
	ERROR PAGE
--------------*/

.error-title
{
	text-align:center;
	padding: 0.7em 0;
	background: url(../img/content/divider-01.png) no-repeat top center, url(../img/content/divider-01.png) no-repeat bottom center;
}