@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url(//fonts.googleapis.com/css?family=Anton);

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 1110px;
	background-color:#00448d;
    
    font: 13px/20px Arial, Helvetica, sans-serif;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 20px;
}


input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', sans-serif;
	color: #494949;
    text-transform: uppercase;
	font-weight: normal;
}

h2  {
    color: #e1e0e7;
    font-size: 23px;
    padding-top: 39px;
    line-height: 34px;
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 21px;
    margin-bottom: 19px;
	font-weight:bold;
}

h3 {
    font-size: 24px;
    padding-top: 64px;
    margin-bottom: 31px;
    line-height: 24px;
    color: #00448f;
	font-weight:bold;
}

h3.head1 {
    padding-top: 39px;
}

.page1 h3 {
    padding-top: 84px;
    margin-bottom: 30px;
}

.page1 h3.head1 {
    padding-top: 34px;
    position: relative;
    top: -1px;
}
/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list  {
    padding-top: 1px;
}

ul.list.l1 {
    padding-top: 0px;
    margin-top: -1px;
}

ul.list.l1+h3 {
    margin-top: -5px;
}

ul.list  li {
    font-weight: bold;
    position: relative;
}

ul.list  li+li {
    margin-top: 15.5px;
}

ul.list  li a:after {
    background: url(../images/marker.png) 0 bottom no-repeat;
    position: absolute;
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    pointer-events:none;
    top: 0px;
    right: 19px;
}
ul.list  li a:hover:after {
    background-position: 0 0;
}

ul.list1 {
    padding-right: 20px;
    padding-top: 18px;
}

ul.list1 li {
    padding-left: 12px;
    color: #c1461c;
    background: url(../images/marker1.png) 0 7px no-repeat;
}

ul.list1 li+li {
    margin-top: 17.5px;
}
/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #c1461c;
    text-decoration: underline;
}

a.btn {
    color: #464647;
    letter-spacing: -0.5px;
    box-shadow: 0 1px 0 0 #bfbfbf;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    line-height: 20px;
    padding: 10px 34px 9px;
    background: url(../images/btn_bg.png) 0 0 repeat-x;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-top: 44px;
}

a.btn:hover {
    color: #fff;
    background-position: 0 bottom;
    text-decoration: none;
    border-color: #a6330c;
}


/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 27px;
	margin-top: 5px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.st1 {
    line-height: 18px;
    margin-top: -2px;
}

.st1 p {
    margin-bottom: 18px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}
/*header*/

header {
	display: block;
    background: url(../images/header_bg.png) 0 0 repeat;
	text-align: center;
}

header>div {
    padding-top: 49px;
    background: url(../images/light.png) center 0 no-repeat;
}

header h1 {
	
  	position: absolute;
	top: -50px;
	left: -40px;
	z-index: 910;
    float: left;
	text-align: center;

}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 260px;
	height: 130px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.marg {
    margin: 0 -41px 0 -40px;
}

/**Content**/

.content {
	padding-bottom: 51px;
    background-color: #f8f8f8;

}

.page1  .content {
    padding-bottom: 51px;
}



#search {
    position: relative;
    top: 6px;
}

#search + h3 {
    padding-top: 41px;
}

#search  a {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/search_icon.png) center 8px no-repeat;
    height: 36px;
    width: 39px;
    display: block;
    font-size: 17px;
}

#search  a:hover {
    cursor: pointer;
    opacity: 0.4;
}

#search input {
    border: 1px solid #cfcdcd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
     -webkit-appearance: none;

    display: block;
    float: left;
    padding: 8px 45px 8px 16px;
    width: 100%;
    background: url(../images/inp_bg.png) 0 0 repeat-x;
    color: #8c8b8b;
    font: 13px/20px Arial, Helvetica, sans-serif;
    height: 36px;
    padding: 6px 48px 6px 15px;

}


.cl1 {
    height: 25px;
}

.cl2 {
    height: 29px;
}

.event {
    overflow: hidden;
}

.event+.event {
    margin-top: 39px;
}

.event p+div {
    line-height: 18px;
}

.event p+div a:hover span {
    border-left-color: #c1461c;
}

.event p+div span {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-left: 6px;
    width: 0px;
height: 0px;
border-style: solid;
border-width: 3px 0 2px 3px;
border-color: transparent transparent transparent #8c8b8b;

}

a.btn.bt1 {
    position: relative;
    top: 5px;
}

.event p {
    margin-bottom: 17px;
}

.event  .fleft {
    margin-right: 26px;
}

.clients {
    padding-top: 4px;
    overflow: hidden;
}

a.gal {
	display: block;
	background: url(../images/magnify.png) center center no-repeat #C1461C;
}

a.gal img {
	width: 100%;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.gal:hover img {
	opacity: 0.2
}


a.nms {
    display: block;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    color: #fff;
    padding: 15px 20px 14px;
    background-color: #c1461c;
    font-weight: bold;
    border-bottom: 1px solid #d78d74;
    background: url(../images/btn_bg.png) 0 200px repeat-x #c1461c;
}

a.nms:after {
        background: url(../images/marker.png) 0 bottom no-repeat;
    position: absolute;
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    pointer-events:none;
    top: 15px;
    right: 20px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a.nms:hover {
    text-decoration: none;
    background-position: 0 10px;
    background-color: #fff;
    color: #464647;
    border-bottom-color: #ddd;
}

a.nms:hover:after {
    background-position: 0 0;
}

.clients .clear {
    height: 21px;
}

.block1 {
    line-height: 18px;
    padding-bottom: 1px;
}

.block1 p {
    margin-bottom: 18px;
}

.block1 p.p1 {
    margin-bottom: 36px;
}

.col1 {
    color: #c1461c;
}

blockquote p {
    margin-bottom: 18px;
}

blockquote {
    line-height: 18px;
    padding-left: 48px;
    background: url(../images/quotes.png) 0 4px no-repeat;
}

.block2 {
    overflow: hidden;
    line-height: 18px;
}

.block2 +.block2  {
    margin-top: 36px;
}

.block2 img {
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}
/**Map**/

.map {
	overflow: hidden;
	padding-top: 4px;
}
 

.map figure {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
	width: 100%;
	height: 332px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-left: 64px;
}




.map address dt {
}

.map address dd span {
	min-width: 78px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}


/**Footer**/
footer {
	display: block;
    padding-bottom: 0px;
	background-image:url(../images/footer-GR2.png);
	height: 150px;
	border-top: 0px;
}


.socials {
    padding-left: 20px;
}

.socials a {
    background: url(../images/socials.png) 0 0 no-repeat;
	width: 33px;
    margin-top: 5px;
    display: block;
    height: 32px;
    float: left;

}

.socials a+a {
    margin-left: 10px;
    background-position: -46px 0;
}

.socials a+a:hover {
    background-position: -46px bottom;
}


.socials a+a+a {
    margin-left: 10px;
    background-position: right 0;
}

.socials a+a+a:hover {
    background-position: right bottom;
}

.socials a:hover {
    background-position: 0 bottom;
}



.copy {
    color: #fff; 
}

footer h4 {
    padding-top: 30px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: none;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.prv h3 {
    padding-bottom: 2px;
}

#newsletter {
    position: relative;
    padding-top: 5px;

}



#newsletter .rel {
    position: relative;
    overflow: visible;
    padding-right: 49px;
}

#newsletter .email {
    width: 100%;
    display: block;
    float: left;
}


#newsletter input {
      border: 1px solid #cfcdcd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    box-shadow: none !important;
    width: 100%;
    background: url(../images/inp_bg.png) 0 0 repeat-x;
    color: #8c8b8b;
    font: 13px/20px Arial, Helvetica, sans-serif;
    height: 36px;
    padding: 6px 9px 6px;
    -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-appearance: none;
}

#newsletter a.btn {
    width: 39px;
    height: 36px;
    text-align: center;
    margin-top: 0;
    padding-top: 8px;
    top: -1px;
    right: 0;
    padding-left: 0;
    padding-right: 0;

    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}




#newsletter .error, #form1 .empty {     
    height:0px;
    top: 42px;
    width: 100%;
    left: 0;
    text-align: right;
    font-size: 10px;
    line-height: 13px;
    display: block;
    overflow: hidden;
    z-index: 999;
    color: #ff0000;
    -webkit-transition:  0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
    position: absolute;
    }

#newsletter label.invalid .error {
    /*display: block;*/
    height:40px;

}

#newsletter .success {
    width: 100%;
    top: 0px;
    border: 1px solid #ececec;
    z-index: 999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; 
    display: none;  
    background: #fff;
    left: 0px;
    overflow: hidden;
    padding: 15px;
    -webkit-transition:  0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
    position: absolute;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1110px) { 
        body {
            min-width: 960px;
        }



        .sf-menu > li > a {
    padding: 17px 20px 16px;
}
        .marg {
            margin: 0;
        }

        .camera_prev,

        .camera_next {
            display: none !important;
        }

        .caption p {
    display: none;
}
}

@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

.socials {
    overflow: hidden;
    padding-left: 0;
}

footer .prefix_2 {
    width: 200px !important;
    padding-left: 0 !important;
}

ul.list li{
    padding-right: 40px;
}




 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}


}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.clients .clear {
    height: 0px;
}

a.gal {
    margin-top: 21px;
}

.caption {
    width: 124px !important;
}




 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
	height: auto;
}




.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 20px;
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 20px;
}

footer .grid_2 {
    width: auto !important;
}


footer .prefix_2 {
    width: auto !important;float: none !important;
}

.iv1 .event+.event {
    margin-top: 0;
}

.iv1 .event {
    margin-top: 35px !important;
}

.iv1 .event img {
    margin-bottom: 0 !important;
}

blockquote {
    margin-bottom: 25px;
}

}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}



}
