* {	
	outline: none;
	}
	
/* ::selection {background: orange; color: white;} */

article, aside, details, div, figcaption, figure, footer, header, hgroup, nav, section {display: block;}

body, img, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, blockquote, dl, dt, dd, button, input {
	margin: 0;
	padding: 0;

	}

a, a:hover, a:active, a:visited {text-decoration: none; outline: none !important;}

.clear {
	clear:both;
	float: none !important;
}


a {		
	color: #016EA7;
}

a:hover {
    text-decoration: underline;
}

html, body {
    height: 100%;
}

body {
	font-family: Arial;
	font-size:62.5%; /*1em is 10px */
	margin-right: 0 !important;
	}

.center {
	width: 980px;
	margin: 0 auto;
}

#wrap {
    min-height: 100%;
}

#main {
    padding-bottom: 242px; /* must be equal to footer's height */
}

body:before {   /* old(real) Opera browser fix */
    content: "";
    float: left;
    height: 100%;
    margin-top: -32767px;
    width: 0;
}


.fancybox-lock {
	overflow: visible;
}
	
.fancybox-overlay {
	overflow: hidden !important;
}

img {
	max-height: 100%;
	max-width: 100%;
}

ul { list-style-type: none;}


h1 {font-size:22px;}
h2 {font-size:21px;}
h3 {font-size:20px;}
h4 {font-size:19px;}
h5 {font-size:18px;}
h6 {font-size:17px;}

/* ------------------------------------ GENERAL ------------------------------------- */

.right {
	float: right;
}

.left {
	float: left;
}

.no-border {  border: none !important;}
.no-right {   border-right: none !important;}
.no-left {    border-left: none !important;}
.no-bottom {    border-bottom: none !important;}
.no-top {    border-top: none !important;}

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.tabulation {
	display: inline-block;
	width: 10px;
}

.uppercase {
    text-transform: uppercase !important;
}

.yellow {
	color: #F5CD0E !important;
	border-color: #F5CD0E !important;
}

.white {
	color: #fff !important;
	border-color: #fff !important;
	background: #fff !important;
}

/* ERROR SUCCESS */

.error, .success {
	position: relative;
	width: auto;
	margin: 20px 0px;
	padding: 10px 15px;
	font: 14px/18px "PT Sans", Arial, sans-serif;
}

.error {
	color: #c0392b;
	background: #f5b7b1;
}

.success {
	color: #0c7e3c;
	background: #a9dfbf;
}

.error ul, .success ul {
	list-style-type: disc;
	list-style-position: inside;
}

.error a:hover, .success a:hover, .field-error a { text-decoration: underline; }

.close {
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 2em;
	color: #000000;
}

/* article */
article, p, article p, article ul, article ol {
    color: #3f3f3f;
    font: normal 14px/26px 'PT Sans';
}

article ul, article ol {
    list-style-position: inside;
}

article ul, article ol, article p {
    margin: 10px 0;
}
article ul {
    list-style-type: disc;
}

article a:hover {
    text-decoration: underline;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-family: 'PT Sans';
    font-weight: normal;
    margin: 5px 0;
}

article a {
    color: #b01f24;
}


.footer-bottom, header .center, .services ul {
    background: #b01f24;
}


/*  END GENERAL */



/* ------------------------------------ HEADER ------------------------------------- */


header {
	top:0;
	width: 100%;
	z-index: 999;
    background: url(../i/blackbgr.png);
    height: 150px;
    position: relative;
	position: fixed;
}

header .center {
    height: 68px;
    padding: 0 20px;
}

nav, .logo {
    float: left;
}

.logo {
    width: 242px;
    height: 134px;
    background: white;
    text-align: center;    
    border-bottom: 6px solid #b01f24;
}

.logo img {
    margin-top: 10px;
}

nav ul {
    display: inline-block;
    margin-top: 17px;
    margin-left: 10px;
}

nav ul li {
    float: left;
    padding: 0 25px;
}

nav ul li + li {
    border-left: 1px solid white;
}

nav ul li a {
    display: inline-block;
    font:normal 17px/30px 'PT Sans';
    color: white;
    position: relative;
}

nav ul li.active a,
nav ul li a.active,
nav ul li a:hover {    
    text-decoration: none;
}

nav ul li span {
    display: inline-block;
    width: 100%;
    position: absolute;
    top:-17px;
    left: 0;
    border-top: 2px solid transparent;
}

nav ul li:hover span {
    border-top: 2px solid white;
}

.languages {
    margin-top: 19px;
}

.languages a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #7d1014;    
    text-align: center;
    font: normal 14px/29px 'PT Sans';
    margin-right:  10px;
    float: left;
    color: white;
}

.languages a:hover, .languages a.active {
    background: white;
    color: black;
    text-decoration: none;
}

/* ------------------------------------ END HEADER ------------------------------------- */


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


.push {
    height: 280px;
}

.bgr-gray {
    background: #e6e6e6;
}
.bgr-top {
    background: url(../i/building.jpg) center top no-repeat;
 /*    margin-top: -150px; */
}


.welcome {
    width: 450px; 
    background: url(../i/darkbgr.png);
    position: relative; 
    padding: 0px 20px 0 20px;
    border-bottom: 52px solid #b01f24;
    bottom: -52px;
    display: inline-block;
}

.welcome > div {
    background: url(../i/map.png) 280px 10px no-repeat;
    margin-top: -15px;
    padding:40px 0 20px;
    position: relative;
}


.welcome:before {
    content: "";
    display: inline-block;
    width: 490px;
    background: url(../i/righthill.png) center bottom no-repeat;
    height: 36px;
    position: absolute;
    top:-36px;
    left:0;
    z-index: 0;
}

.w-title {
    color: white;
    border-bottom: 1px solid white;
    margin-bottom: 15px;
    max-width: 300px;
}

.w-title > * {
    display: inline-block;
    border-bottom: 3px solid white;
    padding: 0 1px;
    padding-bottom: 10px;
    font: normal 28px/28px 'PT Sans';
}

.welcome article {
    color: white;
    font: normal 15px/24px 'PT Sans';
    width: 265px;
}

.space {
    height: 65px;
     -webkit-transition: all 0.2s linear;
     -moz-transition: 	 all 0.2s linear;
     -o-transition: 	 all 0.2s linear;
     transition: 		 all 0.2s linear;    
}




.symbols {
   background: url(../i/redbgr.png);
   display: inline-block;
   vertical-align: bottom;
}

.symbols > div {
   background: url(../i/sprite.png) 30px center no-repeat;
   width: 485px;
   height: 160px;
}

.content {
    padding: 30px 0px 120px;
}

.title {
    font: bold 24px/24px 'PT Sans';
    text-transform: uppercase;
    color: #3f3f3f;
    margin-bottom: 12px;
}

.about-us {
    width: 640px;
    width: 64%;
    float: left;
    padding-left: 20px;
}

.services {
    float: right;    
    width: 300px;
    width: 31%;
}

.services ul {
    padding: 20px 13px 0;
}

.services ul li {
    background: url(../i/bullet.png) 0 7px no-repeat;
    font: normal 14px/22px 'PT Sans';
    color: white;
    padding-left: 20px; 
    padding-bottom: 20px;
}

.services ul li a {
    color: white;
}

/* ------------------------------------ END PAGE ------------------------------------- */




/* ------------------------------------ FOOTER ------------------------------------- */


footer {
    position: relative;
    margin-top: -242px;
    height: 242px;
    clear: both;
}

.footer-top {
    background: url(../i/footer.jpg) center top no-repeat;
    height: 168px;
}

.contact-title {
    color: white;
    font: normal 24px/35px 'PT Sans';
    padding-left: 20px;
    padding-bottom: 10px;
}

.contact {
   background:  url(../i/darkbgr.png);
   position: relative;
   top:-45px;
}

.contact:before {
    display: inline-block;
    width: 100%;
    background: url(../i/lefthill.png) left bottom no-repeat;
    height: 20px;
    position: absolute;
    top:-20px;
    left:0;
    content: "";
}

.column.third {
    width: 33.3%;
    float: left;
    padding: 20px 0;
}

.column.third > * {
    padding-left: 100px;
    display: inline-block;
    font: normal 14px/26px 'PT Sans';
    color: white;    
    height: 77px;
    margin: 0 20px;
}

.mail a {
    color: white;
}

.column.third + .column.third  {
    background: url(../i/footerseparator.png) left center no-repeat;
}

.mail:after,.phone:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

footer address {
    background: url(../i/sprite2.png) 0px 0 no-repeat;
}

.mail {
    background:url(../i/sprite2.png) 0 -99px no-repeat;
}
.phone {
    background:url(../i/sprite2.png) 0 -198px no-repeat;
}

.phone span {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom {
    height: 74px;
}

.footer-bottom p, .footer-bottom p a {
    font: normal 14px/72px 'PT Sans';
    color: white;
}

#disclaimer {
    font: normal 16px/22px 'PT Sans';
    color: #3f3f3f;
    display: none;
}
/* ------------------------------------ END FOOTER ------------------------------------- */
















/* ---- Templates Preview ---- */
div#templates-preview {
	position: fixed;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #3C6C07;
	padding: 0px;
	margin-bottom: 10px;	
	z-index: 98710;
	text-align: left;
	opacity: 1;
	font-size: 11px;
	width: 7px;
	height: 7px;
	overflow: hidden;
	text-indent: -9999px;
	-moz-border-radius: 4px; 	
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	line-height: 20px;	
}
div#templates-preview:hover {
	-moz-border-radius: 3px; 	
	-webkit-border-radius: 3px;
	border-radius: 3px; 	
	opacity: 1; 
	width: auto; 
	height: auto; 
	padding: 10px; 
	text-indent: 0; 
	cursor: help;
	background-color: #F1F1F1;	
}


div#templates-preview a:hover {
	color: black;
	text-decoration: underline;
}




/* vvvvvvvvvvvvvv < MEDIA QUERIES > vvvvvvvvvv */



@media screen and (max-width:1060px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .center {
        width: 100%;
        padding: 0 20px;
    }
    .welcome {
        width: 490px;
    }
    .bgr-top .center {
        text-align: center;
    }
    .welcome, .symbols {
        display: inline-block;
    }
    .welcome {
        bottom: 0;
        border-bottom: 0;
    }
    .space {
        height: 0;
    }
    .push {
        height: 230px;
    }
}


@media screen and (max-width:940px) { 
    .about-us, .services {
        width: 100%;
    }
    .services {
        margin-top: 40px;
    }
    footer, .footer-top {
        height: auto;
    }
    .footer-top {
        background-size: cover;
    }
    .column.third {
        float: none;
        width: 100%;
    }
}


@media screen and (max-width:840px) {
    nav ul li {
        padding: 0 15px;
    }
}
@media screen and (max-width:767px) {
    nav {
        display: none;
    }
    .footer-bottom {
        height: 80px;
    }
    .footer-bottom p, .footer-bottom p a {
        float: none;
        line-height: 40px;
        text-align: center;
    }
    header {
        position: relative;
    }
    .bgr-top {
        margin-top: -150px;
    }
    
}

@media screen and (max-width:746px) { 
}

@media screen and (max-width:680px) {
}

@media screen and (max-width:550px) {
    .welcome, .symbols, .symbols > div {
        width: 100%;
        background-size: 90%;
        background-position: center;
    }
    .welcome article {
        width: 100%;
    }
    .welcome > div {
        background: none;
    }
	.languages {
    	position: absolute;
    	top:0; 
    	right: 0;
    	margin-top: 5px;
	}
	.languages a {
    	display: block;
    	float: none;
	}
	.welcome:before {
    	width: 100%;
	}
}

@media screen and (max-width:480px) {
    .footer-bottom {
        height: auto;
    }
}


@media screen and (max-width:450px) {
}

@media screen and (max-width:410px) {
}

@media screen and (max-width:390px) {
    .symbols > div {
        height: 80px;
    }
    .column.third > * {
        padding-left: 90px;
    }

}

@media screen and (max-width:360px) {

}


@media screen and (max-width:320px) {

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {
	
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /*ipads*/

}









