html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display:block;
}
body {
    line-height:1;
}
ol, ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    font-size:0;
    line-height:0;
    border:none;
}


html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'PT Sans Caption', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    background: #fff; 
}
textarea, input {
    outline: none;
    resize: none;
    margin-left: 0px;
}

a { color: #44a8fc; text-decoration: underline;}
a:visited { color: #2277c8; }
a:hover { color: #faa61a; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

.pseudolink { color: #44a8fc; border-bottom: 1px dashed #0075cf;}
.pseudolink:hover { color: #faa61a; border-bottom: 1px dashed #faa61a;}
a img, img {
    border: none;
    outline: none;
}
ul, ol, li {
    margin: 0;
    padding: 0;
}

b {
    font-weight: bold;
}

p {
    font-family: 'PT Sans Caption', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    line-height: 1.3;
}

.clearfix:after {
    content:".";
    clear:both;
    display:block;
    height:0;
    font-size:0;
    visibility:hidden
}
.clearfix {display:inline-block}
* html .clearfix {height:1%}
.clearfix {display:block}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}

/*Global*/

.wrapper {
    min-width: 984px;
}

.padding_content {
    min-width: 960px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 10px;
    position: relative;
    overflow: hidden;
}

h1.company_name {
    font-size: 59px;
    font-style: italic;
    float: left;
}

h2.title_line {
    font-family: 'Pf Din Pro Medium';
    font-size: 36px;
    position: relative;
}

.pseudolink {
    color: #0075cf;
    border-bottom: 1px dashed #0075cf;
    cursor: pointer;
}

/*Header*/

.header.padding_content {
    padding: 10px 10px 27px 10px;
}

.header_slogan:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 11px;
    height: 34px;
    content: "";
    background: url('../images/slash.png') no-repeat;
}

.header_slogan {
    position: relative;
    font-family: 'PT Sans', sans-serif, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: #6c6c6c;
    line-height: 1;
    display: inline-block;
    padding-left: 20px;
    width: 345px;
    margin-left: 20px;
    margin-top: 31px;
}

.header_phones {
    float: right;
    margin-top: 24px;
    line-height: 1.2;
}

.header_phone {
    font-family: 'PT Sans Caption', sans-serif, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    display: block;
}

/*Content*/

.what_we_do h2 {
    text-align: center;
}

.title_line_text {
    position: relative;
    font-size: 36px;
    display: inline-block;
    z-index: 90;
    text-transform: uppercase;
    padding: 0 30px 0 30px;
}

.subtitle {
  margin: 0 0 2em 0;
}
.fancy {
  line-height: 0.5;
  text-align: center;
  padding: 10px 0 10px 0;
  overflow: hidden;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #000;
  top: 50%;
  width: 600px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.what_we_do .what_we_do_items:last-child {
    padding-right: 10px;
    padding-left: 9%;
}

.what_we_do_items {
    width: 44%;
    float: left;
}

.what_we_do_item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}

.what_we_do_item:before {
    position: absolute;
    top: -3px;
    left: 0px;
    font-size: 20px;
    color: #0075cf;
    content: "\2022";
}

.what_we_do_item_title {
    font-size: 18px;
    margin-bottom: 10px;
}

.what_we_do_item_text {
    font-size: 15px;
}

.what_we_do_sublist {
    font-size: 15px;
}

.what_we_do_sublist_item {
    position: relative;
    margin-bottom: 6px;
    padding-left: 20px;
}

.what_we_do_sublist_item:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "—";
}

.who_we_are {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    background: #2a588b url('../images/bg2.png');
   
    background-position: 50% 100%;
    -moz-background-size: 100% 100%!important;
    -o-background-size: 100% 100%!important;
    -webkit-background-size: 100% 100%!important;
    -khtml-background-size: 100% 100%!important;
    background-size: 100% 100%!important;
}

.who_we_are .subtitle {
    color: #fff;
}

.who_we_are .fancy span:before, 
.who_we_are .fancy span:after {
    border-top: 1px solid #fff;
}

.who_we_are_block {
    width: 695px;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

.who_we_are_item {
    position: relative;
    padding-top: 90px;
    margin-bottom: 70px;
}

.who_we_are_item:before {
    position: absolute;
    top: 0px;
    left: 45%;
    width: 74px;
    height: 74px;
    content: "";
    background: url('../images/sprite_icons.png') no-repeat;
}

.who_we_are_item1:before {
    background-position: 0 0;
}

.who_we_are_item2:before {
    background-position: 0 -77px;
}

.who_we_are_item3:before {
    background-position: 0 -154px;
}

.our_clients_wrap {
    text-align: center;
}

.our_clients_name {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.contact_block {
    color: #fff;
    background: #2a475b;
}

.contact_block .title_line_text {
    color: #fff;
}

.contact_block .fancy span:before, 
.contact_block .fancy span:after {
    border-top: 1px solid #fff;
}

.contact_side {
    width: 46%;
    float: left;
    padding-right: 2%;
}

.contact_side.maps {
    float: right;
}

.contact_adress {
    margin-bottom: 30px;
}

.submit_request {
    position: relative;
    top: -1px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #000;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    height: 55px;
    z-index: 90;
    background: url('../images/button_yellow.png') repeat-x;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    text-shadow: 0 1px 1px #fff;
    -webkit-text-shadow: 0 1px 1px #fff;
    -moz-text-shadow: 0 1px 1px #fff;
    box-shadow:  0 8px 14px -2px #582920;
    -webkit-box-shadow:  0 8px 14px -2px #582920;
    -moz-box-shadow:  0 8px 14px -2px #582920;
}

.submit_request:hover {
    background: url('../images/button_yellow.png') 0 -74px repeat-x;
}

.submit_request span {
    display: block;
    padding: 8px 60px 0 60px;
}


.submit_request_wrap {
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    height: 56px;
    background: #614901;
    border-radius:  20px 20px 10px 10px;
    -webkit-border-radius: 20px 20px 10px 10px;
    -moz-border-radius: 20px 20px 10px 10px;
}

.footer {
    color: #fff;
    background: #08273c;
    box-shadow: inset 0 15px 60px  -15px #000;
    -webkit-box-shadow: inset 0 15px 50px  -15px #000;
    -moz-box-shadow: inset 0 15px 50px  -15px #000;
}

.footer .creater {
    float: right;
}




/*Slider*/

.promo_slider {
    position: relative;
    height: 530px;
    margin-bottom: 20px;
}






.hide-layout {
    background: #000;
    bottom: 0;
    display: none;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}

.popup_box { 
    display: none; /* Hide the DIV */
     /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */ 
    
    /* additional features, can be omitted */      
    font-size:15px;
    line-height: 1.5;   
	
	position: fixed;
	top: 50%;
	z-index: 1000;
	left: 50%;
}

.popup_box.text_info_popup {
    position:absolute;  
    _position:absolute; 
  
    height: auto;  
    color: #000; 
    left: 50%;
    
    /*top: 150px;*/
    z-index:9999;
    width: 910px;
    margin-left: -500px;
    padding:45px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;   
    background: #fff;

}



.request_popup .popup_box_form .popup_box_form_step1 {
    position:absolute;  
    _position:absolute; /* hack for internet explorer 6 */  
    
    height: 442px; 
	margin-top: -266px;
    color: #000; 
    left: 50%;
    
    /*top: 150px;*/
    z-index:9999;
    width: 625px;
    margin-left: -340px;
    background:#fff;  
    padding:45px;  
    font-size:15px;
    line-height: 1.5; 
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px; 
}

.request_popup .popup_box_form .popup_box_form_step2 {
    position:absolute;  
    _position:absolute; /* hack for internet explorer 6 */  
    
    height: 92px;
	margin-top: -91px;	
    color: #000; 
    left: 50%;
    
    /*top: 150px;*/
    z-index:9999;
    width: 310px;
    margin-left: -200px;
    background:#fff;  
    padding:45px;  
    font-size:15px;
    line-height: 1.5; 
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px; 
    background: #fff;
}


#popup_container {
    background: #d2d2d2; /*Sample*/
    width:100%;
    height:100%;
}

/* This is for the positioning of the Close Link */
.popupBoxClose {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('../images/close_btn.png') 0 0 no-repeat; 
    right:20px;  
    top:20px;  
    position:absolute;       
}

.popupBoxClose:hover {
    width: 34px;
    height: 34px;
    margin-top: -8px;
    margin-right: -8px;
    background: url('../images/close_btn.png') 0 -22px no-repeat;
}

.popup_text {
    margin-bottom: 100px;
}

.popup_text p {
    margin-bottom: 20px;
    line-height: 1.5; 
}

.popup_text_strong {
    font-size: 24px;
}

.popupBoxClose_pseudo {
    display: block;
    text-align: center;
}

.popup_video {
    width: 520px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.popup_box_form {
    padding: 20px;
}

.popup_box_form_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.text_input {
    width: 230px;
    height: 30px;
    padding: 0 10px 0 10px;
    border: 1px solid #d0d0d0;
    background: #fff;
    box-shadow: inset 0 0 34px -2px #ececec;
    -webkit-box-shadow: inset 0 0 34px -2px #ececec;
    -moz-box-shadow: inset 0 0 34px -2px #ececec;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
}

.text_input.red {
	border: 1px solid red;
}

.form_textarea {
    width: 360px;
    height: 100px;
    padding: 0 10px 0 10px;
    border: 1px solid #d0d0d0;
    background: #fff;
    box-shadow: inset 0 0 34px -2px #ececec;
    -webkit-box-shadow: inset 0 0 34px -2px #ececec;
    -moz-box-shadow: inset 0 0 34px -2px #ececec;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
}

.form_label {
    position: relative;
    top: 5px;
}

.popup_box_form .submit_request_wrap {
    left: 22%;
}

.popup_box_form_item .submit_request {
    box-shadow:  0 10px 17px -7px #582920;
    -webkit-box-shadow:  0 10px 17px -7px #582920;
    -moz-box-shadow:  0 10px 17px -7px #582920;
}

.popup_box_form_item .submit_request {
    margin-bottom: 40px;
}

.popup_box_form_step1 .popupBoxClose_pseudo {
    margin-left: 22%;
    text-align: left;
}

.popup_box_form_step2 .popupBoxClose_pseudo {
    margin-left: 0px;
    text-align: left;
}

.popup_box_form_item {
    margin: 20px 0 20px 0;
}

.popup_box_form_item ul li {
    float: left;
}

.popup_box_form_li_first {
    width: 22%;
}

.popup_box_form_li_last {
    width: 60%;
}
