html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.btn-doaction {
    display: none;
    padding: 10px 60px; 
    background-color: #FF0000; 
    border-color: #FF1111;
    color: #FFF;
    transition: all 0.5s;
}

.btn-doaction:visited {
    color: #FFF;
}

.btn-doaction:hover {
    background-color: #FFF;
    border-color: #Fcc;
    color: #F11;    
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links 
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


/*custom*/




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

a, a:visited {
    color:#FD6600;
}

a:hover, a:active {
    color:#FFF;
}

.site-error {
    text-align: center;
    padding:100px 0;
    color: #FD6600;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  text-align: left;
  margin-left: 40px;
}

.carousel-caption h1 {
    font-size: 350%;
}

.carousel-caption h1 i{
    font-style: normal;
    color: rgb(0, 52, 102);
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
} 

#indexCarousel {
    background-image: url('/img/header.jpg');
    background-position: center;
}

.slaveheader {
    height:150px;
    background-color:#FFF;
}




.logophone {
    position: absolute;
    top:0;
    width:100%;
}

.logoa {
    display: block;
}

.logo {
    margin-left:-50px;
}

.headcontacts > a {
    display: block;
    float:right;
    clear:both;
    color:#FFF;
}

.logophone.slavepage .headcontacts {
    padding-top:20px;
}

.logophone.slavepage .headcontacts > a {
  color: #06366C;
}

.header-phone, .header-email {
    text-align: right;
    padding: 20px 0 0 0;
    display: block;
    font-size: 26px;
    font-weight: bold;  
}

.header-email {
    font-size: 16px;
    padding-top: 10px;
    font-weight: 400;
}

.header-email:before {
    font-family: 'Glyphicons Halflings';
    content: '\2709';
    margin-right:10px;
    position: relative;
    top: 2px;   
}

.header-phone:before {
    font-family: 'Glyphicons Halflings';
    content: '\e182';
    margin-right:10px;
    position: relative;
    top: 5px;
}

.header-phone:hover, .header-email:hover {
    color:#FFF;
}




.menu-wrap {
    float: left;
    clear: both;
    width:100%;
    background-color: #003466;
    overflow:hidden;
}

.menu-wrap.slavepage > .menu ul {
    position: relative;
    float:left;
    left:50%;
    max-width: 1170px;
    margin:0 auto;
    padding: 5px 0;
    font-size: 18px;
}

.menu-wrap.slavepage > .menu ul li {
    position: relative;
    left:-50%;
    list-style: none;
    float:left;
}

.menu-wrap.slavepage > .menu ul li a {
    display: block;
    padding:10px 10px;
    text-transform: uppercase;
    color:#FFF; 
}


.menu-wrap.mainpage {
    position: absolute;
    background-color: transparent;
    top:100px;
    text-align: right;
}

.menu-wrap.mainpage > .menu {
    max-width: 1170px;
    margin:0 auto;
    font-size: 16px;
}

.menu-wrap.mainpage > .menu ul {
    float:right;
    padding-right:20px;
}

.menu-wrap.mainpage > .menu ul li {
    list-style: none;
    float:left;
}

.menu-wrap.mainpage > .menu ul li a {
    display: block;
    padding:10px 10px;
    text-transform: uppercase;
    color:#FFF;
}

.menu-wrap.mainpage > .menu ul li a:hover, .menu ul li a:visited, .menu ul li a:focus {
    color:#FFF;
}

.menu-mobileonly {
    display: none;
}




/*button.hamburger {
    float:right;
    clear: both;
    display: none;
    margin:10px 10px 0 0;
    background-color: #A88;
    border:2px solid #FFF;
    color:#FFF;
}*/

.menu-back {
    display: none;
    position: absolute;
    top: 0px;
    left:0px;
    width:100%;
    height: 100%;
    background-color: rgba(159, 40, 0, 1);
}








.about-company {
    padding:60px 0;
}

.about-company div {
    padding:0 60px;
}

.about-company i {
    font-style: normal;
    color:#FD6600;
}

.about-company .goodguys {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.about-company .lead {
    font-size: 14px;

}


/*Why Us block*/

.why-us {
    background:rgb(0, 52, 102);
    color:#FFF;
    padding-top: 50px;
    padding-bottom: 40px;
}
.why-us .trustus {
    text-align: right;
    font-size:18px;
    padding-top: 10px;
}

.why-us .trustus h3 {
    font-size:34px;

    margin-bottom: 25px;
}

/*Our clients block*/

.our-clients {
    background:#CCC;
    padding: 50px 0 50px 0;
}

.our-clients .row {
    padding:0 50px;
}

.our-clients img {
    width:100%;
    height: auto;
    margin-bottom: 25px;
}

.about-company h2, .our-clients h2, .why-us h2, .our-projects h2, .youtube-suz h2, .best-suz h2, .suz-funct h2, .suz-protect h2 {
    font-size: 36px;
    color:#FD6600;
    font-weight: 600;
    margin: 20px 0; 
}

.ppp-menu {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ppp-menu div {
    text-align: center;
    padding:20px 0;
}

.our-projects {
    margin-bottom: 50px;
    margin-top: 30px;
}

.our-projects h2 {
    /*float: left;*/
    margin-left:35px;
}

.our-projects a:hover {
    color:#FD6600;
}

.our-projects .labels {
    margin: 10px 0;
}

.our-projects .labels p {
    margin:20px 0 0 30px;
    font-size:16px;
    text-align: left;
}


.our-project a:hover {
    color:#FD6600;
    text-decoration: underline;
}

.our-project h3 {
    font-size: 18px;
    font-weight: 400;
}

.our-project p {
    padding:0 20px;
    color:#666;
    font-size: 12px;
}

.our-project {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.our-project .project-img-wrap {
    width:100%;
    height:200px;
    overflow: hidden;
}


.our-project img {
 width:100%;
}


/*SUZ*/

.suz-advant {
    padding:60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.suz-advant div {
    width: 25%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    align-items: center;
}
.suz-advant div img {
    width: 120px;
    margin-bottom: 20px;
}
.suz-advant a {
    color:unset;
    transition: color 0.5s;
}
.suz-advant a:hover {
    text-decoration: none;
    color:#FD6600;
}


.why-suz h3 {
    color:#FD6600;
    font-weight: bold;
}

.why-suz p {
    font-size: 24px;
}

.why-suz big {
    font-size: 42px;
}

.suz-protect {
    padding-top: 40px;
    padding-bottom: 40px;
}

.suz-protect h3 {
    font-size: 34px;
}

.suz-protect .prottype {
    padding: 20px;
}

.suz-protect  p {
    font-size: 20px;
    padding-bottom: 10px;
}

.suz-protect  p big {
    padding-right: 5px;
    font-size: 26px;
    color: #FD6600;
}

.youtube-suz {
    background:rgb(0, 52, 102);
    color:#FFF;
    padding-top: 50px;
    padding-bottom: 40px;
}

.youtube-suz .container {
    padding-left: 200px;
    padding-right: 200px;
}

.yt-cont {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;    
}

.yt-cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;    
}

.ifreplace {
    display: none;
}

.ifreplace img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;     
}


.best-suz, .suz-funct {
    padding-top: 35px;
    padding-bottom: 40px;
}

.best-suz li, .suz-funct li {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px;
}

.suz-prices table {
    font-size: 16px;
}

.suz-docs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.suz-docs a {
    display: flex;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
}
.suz-docs a:hover {
    color:#FD6600;
}
.suz-docs a img {
    width: 100px;
    margin: 0;
    padding-right: 20px;
    padding-bottom: 10px;
}

a.orderbtn {
    display: block;
    background: #FD6600;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    margin: 30px 200px 0 200px;
    padding: 10px;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
}
a.orderbtn:hover {
    background: #FF5F49;
    text-decoration: none;
}




.footer-map {
    height:350px;
    overflow: hidden;
}

.footer-contacts {
    padding:0px 0 30px 0;
    background:rgb(0, 52, 102);
    color:#FFF;
    font-size: 14px;
}

.ffc {
    display: flex;
    justify-content: space-between;
}

.fcmenu {
    padding-top: 20px;
    font-size: 15px;
}

.fcmenu a {
    color: #FFF;
}
.fcmenu .tel {
    font-size: 18px;
}

.page {
    padding-bottom: 20px;
}

.page img, .onenews img  {
    margin:10px auto;
}

h1.nopage {
    text-align: center;
    color:#003466;
    padding:100px 0;
}

.page h1, .onenews h1, .news-list h1 {
    color:#003466;
    padding-top:90px;
    padding-bottom:20px;
    text-transform: uppercase;
}

.page a:hover, .onenews a:hover, .news-list a:hover{
    color:#FD6600;
}

.news-list .thumbs {
    display: flex;
    flex-wrap: wrap;
}

.news-list .thumbs > div {
    width: 50%;
    padding: 0 10px;
}

.news-thumb img {
    margin-bottom: 15px;
}


/*.news-thumb:nth-child(odd) {float:right;}
.news-thumb:nth-child(even) {float:left;}*/

.news-thumb {margin-bottom:50px;}

.news-thumb-title {font-size: 130%; margin-bottom: 20px;}

.news-thumb-date {
    display: none;
}

time {
    display: none;
    font-style: italic; 
}

.presentation {
    width:50%;
    float:left;
    padding:20px;
    min-width: 250px;
}

.presentation img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.presentation p {
    text-align: center;
    font-size: 140%;
}
/*
.clients > div {
    text-align: center;
    font-weight: bold;
    color:#888;
    font-size: 80%;
}

.clients > div > img {
    width:100%;
}*/

.clients-page {
    display: flex;
    flex-wrap: wrap;
}
.clients-page > div {
    width: 33%;
    padding: 0 10px;   
    text-align: center;
}

.clients-page > div > p {
    padding: 0 20px;
}



.service-pres img {
    width:100%;
}

.partners-page {
    float:left;
    width: 100%;
}

.partners-page img {
    float:left;
}

#fix-wa {
    position: fixed;
    top:85%;
    right:0px;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
    background: rgb(37, 211, 101);
    z-index: 100;
}

#fix-wa svg {
    fill:#FFF;
}

.anihidden {
    opacity: 0;
}

.anifadein {
    opacity: 1;
    animation: fadein 2s ease-out forwards; 
}

.anislidetop {
    opacity: 1;
    animation: slidetop 1s ease-out forwards; 
}

.anislideleft {
    opacity: 1;
    animation: slideleft 1s ease-out forwards; 
}

.anislideright {
    opacity: 1;
    animation: slideright 1s ease-out forwards; 
}


#hamb-cb {
  position: absolute;
  display: none;
  height: 32px;
  width: 32px;
  top: 20px;
  right: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}


.hamb {
  height: 26px;
  width: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.hamb .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.hamb .line1 {
  transform-origin: 0% 0%;
  transition: all 0.4s ease-in-out;
}

.hamb .line2 {
  transition: transform 0.2s ease-in-out;
}

.hamb .line3 {
  transform-origin: 0% 100%;
  transition: all 0.4s ease-in-out;
}

#hamb-cb:checked ~ .hamb .line1 {
  transform: rotate(45deg);
  background: #FFF;
}

#hamb-cb:checked ~ .hamb .line2 {
  transform: scaleY(0);
}

#hamb-cb:checked ~ .hamb .line3 {
  transform: rotate(-45deg);
  background: #FFF;
}

#hamb-cb:checked ~ .hamb-menu {
	visibility: visible;
  transform: translateX(0);
}

.hamb-menu {
    display: none;
    position: absolute;
    top:0;
    left:0;
    background-color: rgb(159, 40, 0);
    z-index: 2;
    padding-top: 120px;
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 35px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
}

.hamb-menu li {
    list-style: none;
    font-size: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.hamb-menu li a {
    color: #FFF;
}


@keyframes fadein {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes slidetop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        -ms-transform: translate3d(0, 50%, 0);
        -o-transform: translate3d(0, 50%, 0);
        -moz-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideleft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        -o-transform: translate3d(50%, 0, 0);
        -moz-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideright {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 810px) {
    .logophone img {
        width: 264px;
        height: 165px;
    }
    .youtube-suz .container {
        padding-left: 50px;
        padding-right: 50px;
    }    
    a.orderbtn {
        margin: 30px 100px 0 100px;
    }
}
@media screen and (max-width: 700px) {
/*    .menu-wrap {
        overflow: visible;
        z-index: 100;
    }
    .menu {
        display: none;
        position:absolute;
        top:70px;
        margin-left: 0px;
        opacity: 0;
        animation: menuinit 0.1s linear forwards;
    }
    .menu-a {
        display: block;
        animation: menuon 1s ease-in-out 0.3s forwards;
    }
    .menu ul {
        position: static;
    }
    .menu ul li {
        position: static;
        width:100%;
        float:right;
        text-align: left;
        font-size: 120%;
    }
    button.hamburger {
        display: block;
    }   
    .menu-wrap.mainpage, .menu-wrap {
        position: fixed;
        top:0px;
        background-color: transparent;
    }*/
/*    .menu-back {
        position: fixed;
        top:0px;
        height: 100%;
        display: none;
        background-color: rgb(159, 40, 0);
        z-index: 100;
    }
    .menu-back-a {
        display: block;
        animation: menubackon 0.3s linear forwards;     
    }*/
/*    .menu-mobileonly {
        display: block;
    }*/
    .menu {
        display: none;
    }
    .hamb {
        display: flex;
    }
    #hamb-cb {
        display: block;
    }
    .hamb-menu {
        visibility: hidden;
        display: flex;
    }

    .carousel-caption {
        margin-left: 0px;
        left:0;
    }
    .carousel-caption h1 {
        font-size: 240%;
        margin-left:10px;
        line-height: 45px;
    }    
    .logophone img {
        margin-left:-65px;
        width: 264px;
        height: 165px;
    }
    .presentation {
        width: 100%;
    }
    #fix-gear {
        display: none;
    }
    .about-company h2, .our-clients h2, .why-us h2, .our-projects h2, .youtube-suz h2, .best-suz h2, .suz-funct h2, .suz-protect h2 {
        font-size: 32px;
        font-weight: 400;
    }
    .our-clients h2 {
    	padding-left: 10px;
    }

    .our-projects h2 {
    	padding-left: -5px;
    }

    .about-company .goodguys {
        font-size: 16px;
        font-weight: normal;
    }    
    .page h1, .onenews h1, .news-list h1 {
        font-size: 25px;
        font-weight: 400;
        padding-top:0px;
    }
    .carousel {
        height: 400px;
    }
    .carousel .item {
        height: 400px;
    }    
    .carousel-caption {
        bottom:50px;
        padding-bottom: 0;
    }
    .about-company {
        padding: 30px 0;
    }
    .ffc > .withlogo {
        display: none;
    }
    .news-list .thumbs > div {
        width: 100%;
        padding: 0;
    }
    .clients-page > div {
        width: 50%;
    }    
    .youtube-suz .container {
        padding-left: 10px;
        padding-right: 10px;
    }       
}

@media screen and (max-width: 450px) {
    .suz-docs {
        padding-left: 0;
        padding-right: 0;
    }
    .suz-advant div, .suz-docs a {
        width: 100%;
    }
    a.orderbtn {
        margin: 30px 20px 0 20px;
    }    
    .btn-doaction {
        display: inline;
    }
    .carousel-caption {
        right: 20px;
        left: unset;
        text-align: right;
    }
    .carousel-caption h1 {
        margin-bottom: 30px;
    }
    .yt-cont iframe {
        display: none;
    }
    .yt-cont .ifreplace {
        display: inline;
    }
}

@media screen and (max-width: 320px) {
    .carousel-caption h1 {
        font-size: 220%;
    }
}

@keyframes menubackon {
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes menuon {
    0% {margin-left: -100px; opacity:0;}
    50% {opacity:0;}
    100% {margin-left: 0px; opacity:1;}
}

@keyframes menuinit {
    0% {opacity:0; margin-left: 0;}
    100% {opacity:0; margin-left: -100px;}
}