html, body {
    height: 100%;
    /*  Force Hardware Acceleration for text on OSX Safari 
        http://stackoverflow.com/questions/12502234/how-to-prevent-webkit-text-rendering-change-during-css-transition
    */
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h5 {
    font-family: 'Scada', tahoma, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

ul {
    padding-left: 15px;
}

.text-italic {
    font-style: italic;
}

.page-wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -230px;
    padding: 76px 0 0;
    

    background: #fefefe;
    background: -moz-linear-gradient(top,  #fefefe 0%, #f2f2f2 25%, #c2c2c2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(25%,#f2f2f2), color-stop(100%,#c2c2c2));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#f2f2f2 25%,#c2c2c2 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#f2f2f2 25%,#c2c2c2 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#f2f2f2 25%,#c2c2c2 100%);
    background: linear-gradient(to bottom,  #fefefe 0%,#f2f2f2 25%,#c2c2c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c2c2c2',GradientType=0 );

}

.push {
    height: 230px;
}

.text-right th {
    text-align: right;
}

.text-center th {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

/*=======================================      HEADER BEGIN       ========================================*/

#header {
    min-width: 275px;
    position: absolute;
    padding-top: 30px;
}

.navbar {
    min-height: 10px;
}

#header .container {
    padding: 0;
}

.logo-icon {
    margin: 12px 10px 0 2px;
    float: left;
}

.logo-text {
    height: 18px;
    margin-top: 44px;
}

/*--- Main Menu ---*/
.navbar-toggle {
    background-color: #d4ccbb;
    margin-top: 22px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

#header .nav {
    margin-right: -13px;
}

#header .nav-pills img {
    height: 11px;
    margin-top: -4px;
}

#header .nav-pills li {
    margin-right: 22px;
    margin-top: 41px;
}

#header .nav-pills li.last,
#header .nav-pills li:last-child {
    margin-right: 0;
}

#header .nav-pills li a {
    font-family: 'Scada', tahoma, sans-serif;
    font-size: 15px;
    line-height: 14px;
    font-weight: bold;
    padding: 4px 12px;
    color: #454545;
    outline: none;
    text-transform: uppercase;
}

#header .nav-pills .active a {
    color: #fff;
    background-color: #454545;
    margin: 0;
}

#header .dropdown:hover a {
    background-color: #333;
    color: #E1E1DB;
    border-radius: 5px 5px 0 0;
}

#header .active .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

#header .dropdown:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

#header .dropdown-menu {
    position: absolute;
    display: block;
    width: 300px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    left: inherit;
    padding: 15px 0;
    background: #333;
    border: none;
    margin: 0;
    border-radius: 0;
    color: #E1E1DB;
}

#header .caret {
    border-top-color: #454545;
    border-bottom-color: #454545;
    margin-top: -3px;
}

#header .dropdown:hover .dropdown-menu {
    opacity: 1;
    height: auto;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

#header .dropdown-menu a {
    height: 100%;
    padding: 0;
    margin: 0;
}

#header .dropdown-menu li {
    height: 56px;
    background: #333;
    margin: 4px 0;
    
}

#header .dropdown-menu li.divider {
    background-color: #444;
    height: 1px;
    width: 80%;
    margin: 6px auto;
}

#header .dropdown-menu a span {
    float: left;
    color: #E1E1DB;
    font-size: 13px;
    line-height: 48px;
}

#header .dropdown-menu a:hover {
    background-color: #1a56a7;
    border-radius: 0;
}

#header .dropdown-menu a:hover span {
    color: #fff;
}

#header .dropdown-menu-img {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 10px 0 0;
}

.dropdown-menu-img.service1 {
    background: url("../images/icons-menu-d68897a8bcfc6cc833ce5a3600a7a7e6.png") no-repeat -2px -2px;
}

.dropdown-menu a:hover .service1 {
    background: url("../images/icons-menu-d68897a8bcfc6cc833ce5a3600a7a7e6.png") no-repeat -2px -52px;
}

.dropdown-menu-img.service2 {
    background: url("../images/icons-menu-d68897a8bcfc6cc833ce5a3600a7a7e6.png") no-repeat -52px -2px;
}

.dropdown-menu a:hover .service2 {
    background: url("../images/icons-menu-d68897a8bcfc6cc833ce5a3600a7a7e6.png") no-repeat -52px -52px;
}

.dropdown-menu-img.service3 {
    background: url("../images/icons-menu-d68897a8bcfc6cc833ce5a3600a7a7e6.png") no-repeat -102px -2px;
}

.dropdown-menu a:hover .service3 {
    background: url("../images/icons-menu-d68897a8bcfc6cc833ce5a3600a7a7e6.png") no-repeat -102px -52px;
}

.dropdown-menu-img.service4 {
    background: url("../images/icons-menu-d68897a8bcfc6cc833ce5a3600a7a7e6.png") no-repeat -152px -2px;
}

.dropdown-menu a:hover .service4 {
    background: url("../images/icons-menu-d68897a8bcfc6cc833ce5a3600a7a7e6.png") no-repeat -152px -52px;
}

.dropdown-menu-img.service5 {
    background: url("../images/icons-menu-d68897a8bcfc6cc833ce5a3600a7a7e6.png") no-repeat -202px -2px;
}

.dropdown-menu a:hover .service5 {
    background: url("../images/icons-menu-d68897a8bcfc6cc833ce5a3600a7a7e6.png") no-repeat -202px -52px;
}

.dropdown-menu-img.service6 {
    background: url("../images/icons-menu-d68897a8bcfc6cc833ce5a3600a7a7e6.png") no-repeat -252px -2px;
}

.dropdown-menu a:hover .service6 {
    background: url("../images/icons-menu-d68897a8bcfc6cc833ce5a3600a7a7e6.png") no-repeat -252px -52px;
}

#header .language-selection a {
    position: fixed;
    top: 0;
    right: 50px;
    margin-top: 10px;
    padding: 5px 12px;
    font-size: 12px;
    color: #666;
}

#header .language-selection a:hover {
    color: #000;
}

#header .language-selection img {
    height: 11px;
    margin: -2px 4px 0;
}

/*--- Main Menu END ---*/

/*--- Header Animation ---*/

#header.animate {
    animation: bounce 0.8s;
    animation-timing-function:linear;
    -webkit-animation: bounce 0.8s;
    background: white;
    -moz-box-shadow:    0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    padding-top: 0;
    position: fixed;
}

#header.animate li {
    margin-top: 14px;
}

#header.animate h2 {
    margin: 8px 0;
}

#header.animate .logo-icon {
    display: none;
}

#header.animate .logo-text {
    margin-top: 16px;
    margin-bottom: 15px;
}

#header.animate .language-selection a {
    position: absolute;
    top: 13px;
    padding: 2px 12px;
    margin-top: 0;
}

@-webkit-keyframes bounce{
    0%      {margin-top: -83px;}
    33%     {margin-top: 0}
    50%     {margin-top: -10px;}
    100%    {margin-top: 0;}
}

@keyframes bounce{
    0%      {margin-top: -83px;}
    33%     {margin-top: 0}
    50%     {margin-top: -10px;}
    100%    {margin-top: 0;}
}

/*--- Header Animation END ---*/

/*=======================================     HEADER END        ===========================================*/



/*========================================   CONTENT BEGIN       ==========================================*/

.main-alert {
    margin-bottom: -60px;
    margin-top: 80px;
}

#content {
    position: relative;
    padding:0 0 20px;
    margin: 85px auto 70px;
    font-family: 'Scada', tahoma, sans-serif;
}

#content .promo-baloon {
    display: block;
    width: 150px;
    margin: 20px auto 0;
}

#content div[class^=col-]:first-child {
    padding-left: 0;
}

#content div[class^=col-]:last-child {
    padding-right: 0;
}

.white-content {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

#content h2 {
    color: #1a56a7;
    font-size: 20px;
    margin:0;
    text-transform: uppercase;
}

#content ul {
    margin-top: 30px;
}

#content li {
    font-family: verdana, sans-serif;
    color: #777;
    font-size: 13px;
}

a,
a:active,
a:hover,
a:focus {
    text-decoration: none;
}

p {
    font-family: verdana, sans-serif;
    font-size: 13px;
    color: #777;
}

.padded {
    padding: 0 54px;
}

.padded li {
    margin: 5px 0;
}

.padded div[class^=col-]:first-child {
    padding-left: 0;
}

.padded div[class^=col-]:last-child {
    padding-right: 0;
}

.table-bordered tr.no-border > td {
    vertical-align: middle
}

.table-bordered tr.no-border > th,
.table-bordered tr.no-border > td {
    border: none
}

.table-bordered tr > th.bordered,
.table-bordered tr > td.bordered {
    border-right: 1px solid #ddd;
}


/*******************************************     MAIN PAGE BEGIN     ***********************************/


/*--- Promo type 1 BEGIN ---*/
#promo1 {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    border: 1px solid #eee;
}

#promo1 img.back {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#promo1:hover img.back {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 0.95;
}

#promo1_text {
    
    left: 0;
    font-size: 16px;
    max-width: 640px;
    padding: 35px 20px 35px 50px;
    position: absolute;
    top: 78px;
    z-index: 10;
}

#promo1 .h1 {
    display: block;
    font-family: 'Scada', tahoma, sans-serif;
    font-size: 54px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 3px #000;
}

#promo1 .h2 {
    color: #fff;
    display: block;
    font-family: 'Scada',tahoma,sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 46px;
    padding: 0 0 0 2px;
    text-transform: none;
    text-shadow: 0 0 3px #000;
}

#promo1 .h3 {
    display: block;
    color: #D2AC67;
    font-size: 20px;
    margin-top: 46px;
    font-family: 'Scada',tahoma,sans-serif;
    text-decoration: underline;
}

#promo1 .h4 {
    color: #fff;
    display: block;
    font-family: 'Scada',tahoma,sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 0 0 2px;
    text-transform: none;
    text-shadow: 0 0 3px #000;
}

/*--- Promo type 1 END ---*/


/*--- Tiles BEGIN---*/
.tile {
    height: 190px;
    width: 100%;
    position: relative;
    border-radius: 0;
    border: 0;
    margin: 14px auto;
    padding-left: 0;
    padding-right: 0;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #e1e1db;
}

.tile:active {
    box-shadow: none;
}

.tile:focus {
    color: #fff;
}

.tile h3 {
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    margin:18px 0 0;   
}

.tile h4 {
    text-align: center;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    font-family: "Georgia", serif;
    color: #bcd6ec;
    margin: 2px 0 0;
}

.tile .img {
    margin: 20px auto 10px;
    width: 105px;
    height: 105px;
}

.tile .service1 {
    background: url("../images/icons-11cb42443233682d67c94d028218633e.png") no-repeat -437px -17px;
}

.tile:hover .service1 {
    background-position: -437px -158px;
}

.tile .service2 {
    background: url("../images/icons-11cb42443233682d67c94d028218633e.png") no-repeat -576px -17px;
}

.tile:hover .service2 {
    background-position: -576px -158px;
}

.tile .service3 {
    background: url("../images/icons-11cb42443233682d67c94d028218633e.png") no-repeat -717px -17px;
}

.tile:hover .service3 {
    background-position: -717px -158px;
}

.tile .service4 {
    background: url("../images/icons-11cb42443233682d67c94d028218633e.png") no-repeat -18px -17px;
}

.tile:hover .service4 {
    background-position: -18px -158px;
}

.tile .service5 {
    background: url("../images/icons-11cb42443233682d67c94d028218633e.png") no-repeat -157px -17px;
}

.tile:hover .service5 {
    background-position: -157px -158px;
}

.tile .service6 {
    background: url("../images/icons-11cb42443233682d67c94d028218633e.png") no-repeat -297px -17px;
}

.tile:hover .service6 {
    background-position: -297px -158px;
}

.tile .certificates {
    background: url("../images/icons-11cb42443233682d67c94d028218633e.png") no-repeat -858px -17px;
}

.tile:hover .certificates {
    background-position: -858px -158px;
}

.tile .play {
    background: url("../images/icons-11cb42443233682d67c94d028218633e.png") no-repeat -995px -17px;
}

.tile:hover .play {
    background-position: -995px -158px;
}

.tile .financing {
    background: url("../images/icons-11cb42443233682d67c94d028218633e.png") no-repeat -1132px -17px;
}

.tile:hover .financing {
    background-position: -1132px -158px;
}

.tile .kombat {
    background: url("../images/icons-11cb42443233682d67c94d028218633e.png") no-repeat -1269px -17px;
}

.tile:hover .kombat {
    background-position: -1269px -158px;
}

.service-all {
    background: url("../images/all-84622ba8b72ab9355545fa8dc5b2f255.png") no-repeat center;
}

.tile-color1 {
    background-color: #333;
    color: #e1e1db;
    border: 1px solid  #eee;
}

.tile-color1:hover {
    background-color: #1A56A7;
    color: #fff;
}

.tile-color2 {
    background-color: #d2ac67;
    border: 1px solid  #eee;
    color: #fff;
}

.tile-color2:hover {
    background-color: #1A56A7;
    color: #fff;
}

.tile-color2:focus {
    color: #1a56a7;
}

.tile-promo-2 {
    background: #d2ac67 url("../images/promo/promo-tile-2-24f7948de55399255fcbc22356389ae3.jpg") no-repeat scroll center 0;
    border: 1px solid #eee;
}

.tile-promo-2:focus,
.tile-promo-2:hover,
.tile-promo-2:active {
    background: #d2ac67 url("../images/promo/promo-tile-2-24f7948de55399255fcbc22356389ae3.jpg") no-repeat scroll center -188px;
}

.tile-video {
    background: #d2ac67 url("../images/video-tile-fac65093194c4f43a4f53241ab7f1425.jpg") no-repeat scroll center 0;
    border: 1px solid #eee;
}

/*--- Tiles END ---*/

.js-video-modal .modal-dialog {
    max-width: 980px;
    width: 100%;
}

.js-video-modal .modal-header {
    border: 0;
    height: 0;
    min-height: 0;
    padding: 0;
}

.js-video-modal .close {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: -20px;
    top: -20px;
}

.js-video-modal .close:hover {
    color: #1a56a7;
}

.js-video-modal .modal-body {
    padding: 0;
}

.js-video-modal video {
    display: block;
    width: 100%;
}


/*********************************************** MAIN PAGE END ********************************************/



/******************************************** SERVICES PAGE BEGIN ******************************************/


.separator {
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    border-bottom: 1px solid #fff;
    margin: 24px 0;
    display: inline-block;
}

.separator2 {
    width: 40%;
    height: 2px;
    background: #f0f0f0;
    border-bottom: 1px solid #fff;
    margin: 40px auto;
    display: block;
}

/*--- Promo type 2 BEGIN ---*/
#promo2 {
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#promo2 img {
    border: 1px solid #fff;
}

#promo2_text {
    position: absolute;
    padding-right: 42px;
    bottom: 65px;
    left: 1px;
    background-color: #222;
    height: 108px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#promo2_text h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    margin: 23px 0 0 51px;
    letter-spacing: -0.50px;
}

#promo2_text h2 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 19px;
    font-weight: normal;
    line-height: 19px;
    margin: 3px 0 0 53px;
    color: #D2AC67;
    padding: 0;
    text-transform: none;
}
/*--- Promo type 2 END ---*/


/*--- Promo type 3 BEGIN ---*/
#promo3_text {
    position: absolute;
    padding-right: 51px;
    bottom: 65px;
    left: 1px;
    background-color: #333;
    height: 102px;
} /*Promo title without slogan*/

#promo3_text h1 {
    position: relative;
    font-size: 40px;
    font-weight: normal;
    line-height: 102px;
    color: #fff;
    margin: 0 0 0 51px;
    letter-spacing: -0.50px;
}
/*--- Promo type 3 END ---*/

.promo4 {
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.promo4 img {
    border: 1px solid #fff;
}

.promo4_text {
    position: absolute;
    padding: 20px 42px;
    bottom: 65px;
    left: 1px;
    background-color: #222;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.promo4_text h1 {
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: -0.50px;
}

.promo4_text h2 {
    font-size: 18px !important;
    font-weight: normal;
    margin: 0;
    color: #D2AC67 !important;
    text-transform: none;
}

.box-shadow {
    background: url("../images/box-shadow-a2b18ede2bfd57361bc27e1e1cebdae9.png") no-repeat 0 center;
}

/*--- Services BEGIN ---*/
#services {
    background:
        url("../images/box-shadow-a2b18ede2bfd57361bc27e1e1cebdae9.png") no-repeat center 0 ,  
        rgb(238,238,238);
    background:
        url("../images/box-shadow-a2b18ede2bfd57361bc27e1e1cebdae9.png") no-repeat center 0 ,  
        -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background:
        url("../images/box-shadow-a2b18ede2bfd57361bc27e1e1cebdae9.png") no-repeat center 0 ,  
        -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), 
        color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background:
        url("../images/box-shadow-a2b18ede2bfd57361bc27e1e1cebdae9.png") no-repeat center 0 ,  
        -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
    background:
        url("../images/box-shadow-a2b18ede2bfd57361bc27e1e1cebdae9.png") no-repeat center 0 ,
        -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
    background:
        url("../images/box-shadow-a2b18ede2bfd57361bc27e1e1cebdae9.png") no-repeat center 0 ,  
        -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
    background:
        url("../images/box-shadow-a2b18ede2bfd57361bc27e1e1cebdae9.png") no-repeat center 0 ,  
        linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
    background-size:100% auto;
    padding-top: 70px;
}

#services h2 {
    color: #1a56a7;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#services .list-unstyled {
    padding-left: 0;
    margin-top: 20px;
}

#services .list-unstyled li {
    padding-left: 29px;
    line-height: 19px;
    background: url("../images/list-icon-43531da7b3904e330779ac0f39d6db02.png") no-repeat 0 0;
}

#services .list-unstyled li ul {
    margin-left: 30px;
}

#services .list-unstyled li ul li {
    background: none;
}

.service p {
    font-family: verdana, sans-serif;
    padding: 12px 0 0;
    font-size: 13px;
    color: #777;
    line-height: 15px;
}

.service {
    position: relative;
    display: inline-block;
    width: 100%;
}

.service div[class^=col] {
    padding: 0;
}

.service img {
    margin: 40px 0 0;
}

.service a {
    color: #777;
}

.service table {
    margin-top: 15px;
    background: #fff;
}

.service table .header-1 {
    background: #1a56a7;
    color: #fff;
}

.service table .header-1 th {
    background-color: #1a56a7 !important;
}

.service table .header-2 th {
    font-weight: normal;
    background: #ddebff !important;
    border-bottom-width: 0;
}

.services-list {
    margin-top: 30px;
    padding-left: 0;
}

.services-list h3 {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin-left: 28px;
}

.services-list p {
    color: #777;
    font-size: 12px;
    margin-left: 29px;
}

.services-list > li {
    margin: 10px 0;
    padding-left: 0!important;
    background: url("../images/list-icon-43531da7b3904e330779ac0f39d6db02.png") no-repeat 0 0;
}

.contacts {
    margin: 30px 0 0;
}

.contacts a,
.contacts a:active,
.contacts a:visited {
    color: #1A56A7;
}

address {
    font-size: 15px;
    color: #777;
}

address img {
    height: 14px;
    margin-top: -5px;
    width: 9px;
}

address strong {
    color: #666;
}

address span {
    font-size: 16px;
    color: #1A56A7;
}
/*--- Services END ---*/


#promo-baloon {
    position: relative;
    margin: 90px 14px 0 20px;
}


/*--- Contact BEGIN ---*/
#contact {
    padding: 0;
    display: inline-block;
}

#contact h1 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    text-transform: none;
    color: #333;
    padding: 0;
    margin: 0;
}

#contact h2 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    padding: 0;
    text-transform: lowercase;
}

#contact span {
    color: #1a56a7;
    font-weight: bold;
}

#input-box {
    width: 300px;
    height: 400px;
    position: relative;
    margin: 20px auto;
    padding-top: 51px;
    background: url("../images/input-box-533b184fddf38252f7148907fa944a33.png") 0 0 no-repeat;
    z-index: 100;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password] {
    display: block;
    width: 241px;
    height: 38px;
    margin: 0;
    background-color: #dddddd;
    border-radius: 4px;
    box-shadow: 0 2px 2px 2px rgba(255,255,255,0.5) , 0 2px 2px 0px rgba(0,0,0,0.4) inset;
    -webkit-appearance: none;
    padding: 3px 13px 0;
    color: #666;
    border: none;
}

#input-box .checkbox {
    margin: 0 30px;
}

.error-block {
    color: #ec6e64;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -17px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus {
    background-color: #eaeaea;
    border: none;
    outline: none;
}

#contact button,
#input-box input[type=submit],
#financingForm input[type=submit] {
    display: block;
    width: 101px;
    height: 37px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    margin: 30px auto 0;
    color: #474747;
    text-shadow: 0 1px 1px #FFFFFF;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 2px 1px rgba(255, 255, 255, 0.4) inset;
    background: #fefefe;
    background: -moz-linear-gradient(top,  #fefefe 0%, #d7d7d7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#d7d7d7));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#d7d7d7 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#d7d7d7 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#d7d7d7 100%);
    background: linear-gradient(to bottom,  #fefefe 0%,#d7d7d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d7d7d7',GradientType=0 );
}

#input-box input[type=submit]:hover,
#financingForm input[type=submit]:hover {
    background: #e5e5e5;
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #e5e5e5 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #e5e5e5 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #e5e5e5 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f2f2f2',GradientType=0 );
}

#input-box input[type=submit]:focus {
    outline: none;
}

#input-box .try_again {
    margin-top: 30px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    margin-bottom: 0;
}

.form-group.has-error input {
    border: 2px solid #ec6e64;
}

#contact input {
    margin: 0 auto;
}

#contact input[type=checkbox] {
    margin-left: -20px;
    margin-top: 4px;
}

#contact .help-block,
#financingForm .help-block {
    position: absolute;
    top: 100%;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    width: 100%;
    text-align: center;
    margin: 4px 0 0;
    color: #ec6e64;
}

#input-box h4 {
    margin-top: 50px;
    text-align: center;

}
/*--- Contact END ---*/

#financingCalculator {
    margin-top: 30px;
}

#financingForm {
    padding: 30px 0;
}

#financingForm input[type=submit] {
    margin-left: 0;
    width: auto;
}

#financingForm .help-block {
    text-align: left;
}

#financingForm .error-block {
    text-align: left;
}

#uniCredit-financing .alert {
    margin: 40px 0;
}

#uniCredit-financing .alert-danger {
    margin-bottom: 0;
}

/******************************************** ABOUT PAGE BEGIN ******************************************/

.double-column-list {
    overflow: hidden;
}

.double-column-list ul {
    padding-left: 15px;
}

.double-column-list li {
    width: 50%;
    float: left;
    margin: 5px 0;
}

/******************************************** ABOUT PAGE END ******************************************/


/*==========================================    CONTENT END       ==========================================*/



/*==========================================    FOOTER BEGIN      ==========================================*/


#footer {
    width: 100%;
    height: 240px;
    background: #c9c9c9;
    border-top: 1px solid #b6b6b6;
    padding: 20px 0 0;
    font-family: tahoma, sans-serif;
    font-size: 12px;
    color: #656565;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5); 
}

#footer h3 {
    font-family: 'Scada', tahoma, sans-serif;
    font-size: 14px;
    cursor: default;
}

#footer a, #footer a:active, #footer a:visited {
    font-size: 12px;
    color: #656565;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .container.first {
    border-bottom: 1px solid #b6b6b6;
    padding: 0 0 30px;
}

#footer .container.second {
    padding: 22px 0;
    font-family: tahoma, sans-serif;
    font-size: 14px;
}

#footer div.first-child {
    padding-left: 0;
}

#footer div.last-child {
    padding-right: 0;
}

#footer .footer-contacts {
    font-family: tahoma, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

#footer .language-selection img {
    height: 13px;
    margin: -2px 4px 0;
}

#footer .designed-by-link {
    margin-right: 15px;
    opacity: 0.7;
}

#footer .designed-by-link:hover {
    opacity: 1;
}

/*========================================    FOOTER END     ============================================*/




/********************************        Bootstrap Fixes BEGIN       ***********************************/
@-ms-viewport {
    width: auto!important;
}

.container {
    max-width: 957px;
}

.row {
    margin: 0;
}

.img-thumbnail:hover {
    border-color: #1A56A7;
    transform: scale(1.05, 1.05);
}

@media (max-width: 1270px) {
    #header .language-selection a {
        right: 20px;
    }
}

@media (max-width: 1200px) {
    #header .language-selection a {
        display: none;
    }
}

@media (max-width: 990px) {
    #header,
    #footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tile h3 {
        font-size: 18px;
    }
}

@media (max-width: 960px) {
    #content {
        margin: 70px auto 0;
    }

    #promo2_text h1 {
        font-size: 34px;
    }

    #promo2_text h2 {
        font-size: 18px;
    }
}

@media (max-width: 876px) {
    .main-alert {
        margin-top: 10px;
    }

    #header {
        padding-top: 0;
        background-color: rgba(255, 255, 255, 0.9);
        -moz-box-shadow:    0 0 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        position: fixed;
    }
    
    #header .dropdown-menu {
        display: none;
    }

    #header .dropdown:hover a {
        color: #454545;
        background-color: #eee;
        margin: 0;
        border-radius: 5px;
    }
    
    #header .dropdown.active a {
        color: #fff;
        background-color: #454545;
        margin: 0;
        border-radius: 5px;
    }

    #header .caret {
        display: none;
    }

    #promo1 .h2, #promo1 .h3 {
        margin-top: 32px;
    }
    
    .page-wrap {
        margin: 0 auto -630px;
        padding: 76px 0 430px;
    }
    
    .navbar-collapse {
        padding-bottom: 20px;
        width: 100%;
    }

    #promo2_text {
        height: 70px ;
        bottom: 10px ;
        padding-right: 20px;
    }

    #promo2_text h1 {
        font-size: 24px ;
        margin: 5px 0 0 20px ;
    }

    #promo2_text h2 {
        font-size: 18px ;
        margin: -5px 0 0 20px ;
    }

    #promo3_text {
        height: 70px ;
        bottom: 10px ;
        padding-right: 20px;
    }

    #promo3_text h1 {
        font-size: 28px ;
        line-height: 70px;
        margin: 0 0 0 20px ;
    }

    .logo-icon {
        display: none;
    }
    
    .logo-text {
        margin-top: 16px;
        margin-bottom: 15px;
    }

    .navbar-toggle {
        margin: 7px 0 0;
    }

    .padded {
        padding: 0 20px ;
    }

    #header .nav-pills {
        margin: 0 ;
    }

    #header .nav-pills li {
        clear: both;
        float: none;
        margin-top: 10px;
    }

    #header .nav-pills li a {
        text-align: center;
    }
    
    #content div[class^=col-] {
        padding: 0 ;
    }

    .double-column-list li {
        width: 100%;
        text-align: center;
        list-style: none;
        margin-left: -8px;
    }

    #footer {
        height: auto;
        text-align: center;
    }

    #footer div.first-child {
        padding-left: 10px;
    }

    #footer div.last-child {
        padding-right: 10px;
    }
    
    #footer ul {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #d7d7d7;
    }

    #footer .last-child ul {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #footer li {
        margin-bottom: 8px;
    }

    #header .nav-pills .active a {
        margin: 2px;
    }
    
    address {
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
}

@media (max-width: 876px) {

    #header .nav-pills li {
        margin-right: 12px;
    }

    #promo1 .shield {
        display: none;
    }
}

@media (max-width: 740px) {

    #promo1_text {
        top: 10px
    }

    
    #footer ul {
        word-break: break-all;
    }
}

@media (max-width: 562px) {


    #promo1_text {
        top: 0;
    } 

    #promo1 .h1 {
        font-size: 24px;
    }

    #promo1 .h2, #promo1 .h3 {
        margin-top: 12px;
        font-size: 14px;
        line-height: 15px;
    }
    
    #promo2_text {
        height: 50px;    
    }
    
    #promo2_text h1 {
        font-size: 16px;
        line-height: 25px;
    }

    #promo2_text h2 {
        font-size: 12px;
    }
    
    #promo-baloon {
        display: none;
    }
}

@media (max-width: 340px) {
    #promo2_text h1 {
        font-size: 16px;
        line-height: 16px;
    }

    #promo2_text h2 {
        font-size: 12px;
        margin-top: 5px;
        line-height: 10px;
    }
    
    #input-box {
        width: auto;
        background-size: 100% 100%;
    }
    
    .col-xs-9 {
        width: 100%;
    }
}

@media (max-height: 295px) {
    #header {
        position: absolute;
    }
}

/***********************************       Bootstrap Fixes END       **************************************/
