html,
body{
    margin: 0;
    padding: 0;
    color: #000;
}
html{
    height: 100%;
}
body{
    min-height: 100%;
    position: relative;
    padding-top: 116px;
    font-family: 'Roboto', sans-serif;
}

html #wpadminbar{
    position: fixed !important;

}

a,
a:active,
a:visited,
a:focus{
    outline: 0;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
a:hover{
    color: #000;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 30px 0;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}
.admin-bar header{
    top: 32px;
}

header.fix{
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding: 10px 0;
}

input{
    outline: 0;
}

header .custom-logo-link{
    float: left;
    max-width: 275px;/*200px*/
    margin: -10px 0;
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}
header.fix .custom-logo-link{
    max-width: 165px; /*125*/
    margin: 0;
}

header .container{
    padding: 0;
}

header nav{
    float: right;
    word-wrap: normal;
    white-space: nowrap;
}
header nav ul{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

header nav ul li{
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
}

header nav a,
header nav a:active,
header nav a:visited,
header nav a:focus{
    display: block;
    color: #000;
    padding: 12px 0;
    margin: 0 15px;
    font-size: 16px;
}

header nav .current-menu-parent a,
header nav .current-menu-item a,
header nav a:hover,
header nav .current-menu-parent a[href='#']:hover{
    border-bottom: solid 2px #707070;
}


header .sub-menu{
    left: 15px;
    top: 100%;
    position: absolute;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background: #0d3c47;
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}


header .sub-menu a,
header .sub-menu a:active,
header .sub-menu a:visited,
header .sub-menu a:focus{
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
}
header .sub-menu a:hover{
    border: none;
}
header nav .current-menu-parent .sub-menu a,
header .sub-menu .current-menu-item a,
header nav a[href='#']:hover{
    border: none;
}


@media (min-width: 951px){
    header .sub-menu li:first-child{
        padding-top: 10px;
    }
    header .sub-menu li:last-child{
        padding-bottom: 10px;
    }
    header .sub-menu a,
    header .sub-menu a:active,
    header .sub-menu a:visited,
    header .sub-menu a:focus{
        padding: 5px 5px;
    }
    header .sub-menu.show{
        opacity: 1;
    }
    header .current-menu-parent .sub-menu{
        top: calc(100% - 2px);
    }
    header .sub-menu li{
        display: block;
        opacity: 0;
    }
    header .sub-menu.show li{
        opacity: 1;
        -webkit-transition: all 0.25s ease-out 0.25s;
           -moz-transition: all 0.25s ease-out 0.25s;
             -o-transition: all 0.25s ease-out 0.25s;
                transition: all 0.25s ease-out 0.25s;
    }
}

.burger{
    position: relative;
    display: none;
    float: right;
    width: 34px;
    height: 25px;
    padding: 4px;
    box-sizing: border-box;
    margin: 6px 0px;
    cursor: pointer;
}
.burger span{
    display: block;
    position: absolute;
    height: 3px;
    width: 26px;
    left: 4px;
    top: 4px;
    background: #000;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.burger span:nth-child(2){
    top: 11px;
}
.burger span:nth-child(3){
    top: 18px;
}
.burger:hover span{
    background: #58585a;
}

body.mobile-menu .burger span:nth-child(1){
    top: 11px;
    left: 7px;
    width: 20px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
body.mobile-menu .burger span:nth-child(2){
    display: none;
}
body.mobile-menu .burger span:nth-child(3){
    width: 20px;
    top: 11px;
    left: 7px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.img{
    position: relative;
    overflow: hidden;
}
.img img{
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

img{
    vertical-align: top;
}
img.w{
    width: 100% !important;
    height: auto !important;
}
img.h{
    width: auto !important;
    height: 100% !important;
    max-width: unset !important;
}
.bg{
    position: relative;
    overflow: hidden;
}
.bg img{
    position: relative;
    top: 0;
    left: 50%;
    min-width: 700px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

#header{
    position: relative;
}
#header .container{
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
h1{
    color: #fff;
    margin: 0 0;
    font-weight: normal;
    font-size: 36px;
}
h2{
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 20px;
    color: #243772;
}
h3{
    margin: 0 0 20px;
    font-weight: 800;
    font-size: 20px;
	color: #20646e;
}
h4{
    margin: 0 0 20px;
    /*font-weight: normal;*/
	font-weight: bold;
    font-size: 17px;
}

.noh2{
    padding-top: 5%;
}


.title{
    padding: 5% 0 1%;
    overflow: hidden;
    line-height: 1;
}
.title > div{
    position: relative;
}
.title h2{
    position: relative;
    font-size: 50px;
    color: #233771;
    z-index: 1;
    text-transform: none;
}
.title h2 strong{
    color: #3fab37;
}
.title strong{
    font-weight: inherit;
}
.title .shadow{
    position: absolute;
    color: #f6f6f6;
    font-size: 60px;/*105px*/
    top: -20%;
    left: 1%;
    white-space: nowrap
}

#main{
    color: #4a4a4a;
    padding-bottom: 5%;
}
#main p{
    color: #838383;
	padding: 0 5%;
}
#main ul{
    color: #838383;
    margin: 0 0 15px;
    padding: 0 5%;
}
#main ul li ul{
    list-style: circle;
}
#main ul li{
    padding: 0 0;
    margin: 0 0 0 20px;
}
#main ul {
    list-style: none; /* Remove default bullets */
}
#main ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #243772; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#main a,
#main a:active,
#main a:focus,
#main a:visited{
    color: #ff7575;
}
#main a:hover{
    text-decoration: underline;
}


footer{
    color: #fff;
    background: #0d3c47;
    text-align: center;
}
.scrolltop{
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    background: #253b6f; /* Old browsers */
    background: -moz-linear-gradient(left, #253b6f 0%, #2f655a 27%, #3ea739 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #253b6f 0%,#2f655a 27%,#3ea739 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #253b6f 0%,#2f655a 27%,#3ea739 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
    opacity: 0;
}
.scrolltop.show{
    opacity: 1;
}
.scrolltop:hover{
    background: #253b6f; /* Old browsers */
    background: -moz-linear-gradient(left, #253b6f 0%, #253b6f 27%, #253b6f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #253b6f 0%, #253b6f 27%, #253b6f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #253b6f 0%, #253b6f 27%, #253b6f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.scrolltop:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 55%;
    width: 16px;
    height: 16px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -moz-transform: translate(-50%, -50%) rotate(-45deg);
         -o-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}
footer .line{
    height: 1px;
    background: rgba(255,255,255,0.2);
}
footer h2{
    color: #fff;
    font-size: 24px;
    text-transform: none;
    padding: 0 0 5px;
    margin: 50px 0 40px;
}
footer .social{
    font-size: 0;
}
footer .social a{
    display: inline-block;
    margin: 0 10px;
}
footer .social a:hover{
    opacity: 0.8;
}
footer .subscribe{
    display: inline-block;
    padding-bottom: 8%;
}
footer .subscribe input{
    float: left;
    width: 460px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    border: none;
    padding: 0 70px 0 20px;
}


footer .copyrights{
    padding: 10px 0 20px;
    text-transform: uppercase;
    font-size: 12px;
}


.half{
    width: 50%;
    float: left;
    box-sizing: border-box;
}

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


.container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

#main .btn,
#main .btn:active,
#main .btn:visited,
#main .btn:focus,
footer .subscribe .btn,
.btn,
.btn:active,
.btn:visited,
.btn:focus{
    display: inline-block;
    min-width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#253b6f+0,2f655a+27,3ea739+100 */
    background: #253b6f; /* Old browsers */
    background: -moz-linear-gradient(left, #253b6f 0%, #2f655a 27%, #3ea739 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #253b6f 0%,#2f655a 27%,#3ea739 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #253b6f 0%,#2f655a 27%,#3ea739 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition: all ease-out 0.1s;
       -moz-transition: all ease-out 0.1s;
         -o-transition: all ease-out 0.1s;
            transition: all ease-out 0.1s;
}
footer .subscribe .btn{
    border-radius: 30px;
    margin-left: -60px;
    min-width: unset;
    width: 170px;
    float: left;
}

footer .subscribe .btn:hover,
#main .btn:hover,
.btn:hover{
    text-decoration: none;
    background: -moz-linear-gradient(left, #243772 0%, #243772 27%, #243772 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #243772 0%,#243772 27%,#243772 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #243772 0%,#243772 27%,#243772 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
}

.play{
    position: absolute;
    background: url('../img/play.png');
    width: 55px;
    height: 55px;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#main .btn-empty,
#main .btn-empty:active,
#main .btn-empty:visited,
#main .btn-empty:focus,

.btn-empty,
.btn-empty:active,
.btn-empty:visited,
.btn-empty:focus{
    line-height: 46px;
    color: #243772;
    border: solid 2px #243772;
    background: transparent;
}
#main .btn-empty:hover,
.btn-empty:hover{
    text-decoration: none;
    color: #fff;
    background: #243772;
}

.btn-blue,
.btn-blue:active,
.btn-blue:visited,
.btn-blue:focus{
    border: solid 2px #243772;
    background: #243772;
}
.btn-blue:hover{
    color: #243772;
    background: #fff;
}

.btn-big,
.btn-big:active,
.btn-big:visited,
.btn-big:focus,
footer .subscribe .btn-big{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    min-width: 272px;
}
.btn-empty.btn-big,
.btn-empty.btn-big:active,
.btn-empty.btn-big:visited,
.btn-empty.btn-big:focus{
    line-height: 56px;
}

footer .subscribe .btn-big{
    min-width: unset;
}

.btn-large,
.btn-large:active,
.btn-large:visited,
.btn-large:focus{
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    min-width: 272px;
}
.btn-empty.btn-large,
.btn-empty.btn-large:active,
.btn-empty.btn-large:visited,
.btn-empty.btn-large:focus{
    line-height: 66px;
}

.btn .download{
    display: inline-block;
    width: 10px;
    height: 15px;
    margin: 0 7px;
    background: url('../img/download.png') no-repeat;
    background-position: -10px 2px;
}
.btn:hover .download{
/*    background-position: 0px 2px;*/
}
.btn-empty .download{
    background-position: 0px 2px;
}
.btn-empty:hover .download{
    background-position: -10px 2px;
}

/*------*/

.loading-anim{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 58px;
    height: 58px;
    left: 50%;
    top: 50%;
    z-index: -100;
    -webkit-transform: scale(0.8) translate(-70%, -50%);
       -moz-transform: scale(0.8) translate(-70%, -50%);
         -o-transform: scale(0.8) translate(-70%, -50%);
            transform: scale(0.8) translate(-70%, -50%);
    -webkit-transition: opacity 0.25s ease-out 0.25s;
       -moz-transition: opacity 0.25s ease-out 0.25s;
         -o-transition: opacity 0.25s ease-out 0.25s;
            transition: opacity 0.25s ease-out 0.25s;
}

.loading > *,
.error > *,
.done > *{
    visibility: hidden;
}

.tip{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.error .tip,
.done .tip{
    visibility: visible;
    opacity: 1;
    font-size: 20px;
    -webkit-transition: opacity 0.25s ease-out 0.25s;
       -moz-transition: opacity 0.25s ease-out 0.25s;
         -o-transition: opacity 0.25s ease-out 0.25s;
            transition: opacity 0.25s ease-out 0.25s;
}

.error .tip{
    color: #ec5c42;
}

.loading > .loading-anim{
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.circularG{
    position:absolute;
    background-color: #6fa0a1;
    width:14px;
    height:14px;
    transform:scale(0);
    border-radius:9px;
        -o-border-radius:9px;
        -ms-border-radius:9px;
        -webkit-border-radius:9px;
        -moz-border-radius:9px;
    animation-name:bounce_circularG;
        -o-animation-name:bounce_circularG;
        -ms-animation-name:bounce_circularG;
        -webkit-animation-name:bounce_circularG;
        -moz-animation-name:bounce_circularG;
    animation-duration:1.1s;
        -o-animation-duration:1.1s;
        -ms-animation-duration:1.1s;
        -webkit-animation-duration:1.1s;
        -moz-animation-duration:1.1s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
}

#circularG_1{
    left:0;
    top:23px;
    animation-delay:0.41s;
        -o-animation-delay:0.41s;
        -ms-animation-delay:0.41s;
        -webkit-animation-delay:0.41s;
        -moz-animation-delay:0.41s;
}

#circularG_2{
    left:6px;
    top:6px;
    animation-delay:0.55s;
        -o-animation-delay:0.55s;
        -ms-animation-delay:0.55s;
        -webkit-animation-delay:0.55s;
        -moz-animation-delay:0.55s;
}

#circularG_3{
    top:0;
    left:23px;
    animation-delay:0.69s;
        -o-animation-delay:0.69s;
        -ms-animation-delay:0.69s;
        -webkit-animation-delay:0.69s;
        -moz-animation-delay:0.69s;
}

#circularG_4{
    right:6px;
    top:6px;
    animation-delay:0.83s;
        -o-animation-delay:0.83s;
        -ms-animation-delay:0.83s;
        -webkit-animation-delay:0.83s;
        -moz-animation-delay:0.83s;
}

#circularG_5{
    right:0;
    top:23px;
    animation-delay:0.97s;
        -o-animation-delay:0.97s;
        -ms-animation-delay:0.97s;
        -webkit-animation-delay:0.97s;
        -moz-animation-delay:0.97s;
}

#circularG_6{
    right:6px;
    bottom:6px;
    animation-delay:1.1s;
        -o-animation-delay:1.1s;
        -ms-animation-delay:1.1s;
        -webkit-animation-delay:1.1s;
        -moz-animation-delay:1.1s;
}

#circularG_7{
    left:23px;
    bottom:0;
    animation-delay:1.24s;
        -o-animation-delay:1.24s;
        -ms-animation-delay:1.24s;
        -webkit-animation-delay:1.24s;
        -moz-animation-delay:1.24s;
}

#circularG_8{
    left:6px;
    bottom:6px;
    animation-delay:1.38s;
        -o-animation-delay:1.38s;
        -ms-animation-delay:1.38s;
        -webkit-animation-delay:1.38s;
        -moz-animation-delay:1.38s;
}

@keyframes bounce_circularG{
    0% { transform:scale(1); }
    100%{ transform:scale(.3); }
}

@-o-keyframes bounce_circularG{
    0% { -o-transform:scale(1); }
    100%{ -o-transform:scale(.3); }
}

@-ms-keyframes bounce_circularG{
    0% { -ms-transform:scale(1); }
    100%{ -ms-transform:scale(.3); }
}

@-webkit-keyframes bounce_circularG{
    0% { -webkit-transform:scale(1); }
    100%{ -webkit-transform:scale(.3); }
}

@-moz-keyframes bounce_circularG{
    0% { -moz-transform:scale(1); }
    100%{ -moz-transform:scale(.3); }
}

.invalid,
.invalid::placeholder,
.invalid label{
    color: #ec5c42 !important;
    border-color: #ec5c42 !important;
}

#logout .circularG{
    background-color: #fff;
}
/* Popup ------------------------------------*/


.popup-cover{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 11;
}

.popup-cover.show{
    top: 0;
}

.popup{
    position: absolute;
    width: 800px;
    height: auto;
    max-width: 90%;
    max-height: 70%;
    left: 50%;
    top: 50%;
    margin-top: 53px;
    background: #fff;
    border:solid 1px #fff;
    opacity: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
       -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
            box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity ease-out 0.25s;
       -moz-transition: opacity ease-out 0.25s;
         -o-transition: opacity ease-out 0.25s;
            transition: opacity ease-out 0.25s;
}

.popup-cover.show .popup{
    opacity: 1;
}

.popup .close{
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.popup .close:before,
.popup .close:after{
    position: absolute;
    display: block;
    content: '';
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
         -o-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: background ease-out 0.1s;
       -moz-transition: background ease-out 0.1s;
         -o-transition: background ease-out 0.1s;
            transition: background ease-out 0.1s;
}
.popup .close:before{
    width: 100%;
    height: 2px;
}
.popup .close:after{
    width: 2px;
    height: 100%;
}

.popup .close:hover:before,
.popup .close:hover:after{
    background: #d3e2e2;
}

.popup .header{
    font-size: 24px;
    text-transform: uppercase;
    line-height: 39px;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding-left: 20px;
    padding-right: 40px;
    background: #5a6463;
}
.popup .header br{
    display: none;
}
.popup .content{
    padding: 0 20px;
    height: calc(100% - 39px);
    line-height: 22px;
    text-align: justify;
    overflow: auto;
}
.popup .content p{
    margin: 16px 0;
}
.popup .content img{
    float: left;
    margin-top: 6px;
    margin-right: 20px;
    margin-bottom: 7px;
    max-width: 250px;
}

.popup .content ul{
    margin: 16px 0;
    padding: 0 0 0 30px;
}
#video-popup iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#video-popup .video{
    position: relative;
    padding-bottom: 56.3%;
    background: #000;
}



/* Responsive ----------------------------------------------------------*/


@media (max-width: 1340px){
    header .container{
        padding: 0 20px;
    }
}

@media (max-width: 1024px){
    h1{
        font-size: 35px;
    }
    header .custom-logo-link{
        max-width: 150px;
        margin: 0;
    }
    #main .btn,
    #main .btn:active,
    #main .btn:visited,
    #main .btn:focus,
    .btn,
    .btn:active,
    .btn:visited,
    .btn:focus{
        height: 45px;
        line-height: 45px;
        min-width: 170px;
    }

    .btn-big,
    .btn-big:active,
    .btn-big:visited,
    .btn-big:focus{
        height: 55px;
        line-height: 55px;
        min-width: 230px;
    }

    .btn-large,
    .btn-large:active,
    .btn-large:visited,
    .btn-large:focus{
        font-size: 17px;
        height: 60px;
        line-height: 60px;
        min-width: 250px;
    }
    .btn-empty.btn-large,
    .btn-empty.btn-large:active,
    .btn-empty.btn-large:visited,
    .btn-empty.btn-large:focus{
        line-height: 58px;
    }
    .btn-empty.btn-big,
    .btn-empty.btn-big:active,
    .btn-empty.btn-big:visited,
    .btn-empty.btn-big:focus{
        line-height: 44px;
    }
    footer .subscribe input{
        height: 45px;
        line-height: 45px;
        width: 350px;
    }
    footer .subscribe .btn-big,
    footer .subscribe .btn-big:active,
    footer .subscribe .btn-big:visited,
    footer .subscribe .btn-big:focus{
        line-height: 45px;
        height: 45px;
        width: 150px;
    }
}

@media (max-width: 950px){
    body{
        padding-top: 54px;
    }
    header{
        padding: 10px 0;
    }
    header nav{
        position: fixed;
        left: 100%;
        width: 100%;
        height: calc(100% - 50px);
        margin-top: 47px;
        background: #fff;
        -webkit-transition: all 0.5s ease-out;
           -moz-transition: all 0.5s ease-out;
             -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
    }
    .mobile-menu header nav{
        left: 0;
    }
    header nav ul{
        float: none;
        border-top: solid 2px rgba(0,0,0,0.1);
    }
    header nav ul li{
        display: block;
    }
    header nav a,
    header nav a:active,
    header nav a:visited,
    header nav a:focus,
    header nav .current-menu-item a,
    header nav .current-menu-parent a,
    header nav a:hover,
    header nav a[href='#']:hover,
    header nav .current-menu-parent a[href='#']:hover{
        margin: 0;
        padding: 12px 20px;
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }
    header nav .current-menu-item a,
    header nav a:hover{
        color: #243772;
    }
    header .sub-menu{
        background: #0d3c4724;
        border: none;
    }
    header .sub-menu li{
        border-bottom: solid 1px #fff;
    }
    header .sub-menu li:first-child{
        border-top: solid 1px rgba(0,0,0,0.15);
    }
    header .sub-menu{
        position: static;
    }
    header .sub-menu.active{
        opacity: 1;
    }
    header .sub-menu.active li{
        opacity: 1;
        -webkit-transition: all 0.25s ease-out 0.25s;
           -moz-transition: all 0.25s ease-out 0.25s;
             -o-transition: all 0.25s ease-out 0.25s;
                transition: all 0.25s ease-out 0.25s;
    }
    header .sub-menu a,
    header .sub-menu a:active,
    header .sub-menu a:visited,
    header .sub-menu a:focus{
        padding: 12px 20px;
        color: #0d3c47;
        border-bottom: none !important;
    }

    .burger{
        display: block;
    }
    .custom-logo-link img{
        max-width: 120px;/*85px*/
    }
}

@media (max-width: 800px){
    h1{
        font-size: 34px;
        line-height: 36px;
    }
    h3{
        font-size: 19px;
    }
    .title h2{
        font-size: 45px;
    }
    .title .shadow{
        font-size: 55px;
        top: -10%;
    }
    #main .btn,
    #main .btn:active,
    #main .btn:visited,
    #main .btn:focus,
    .btn,
    .btn:active,
    .btn:visited,
    .btn:focus{
        height: 40px;
        line-height: 40px;
        min-width: 160px;
        font-size: 13px;
    }
    .btn-big,
    .btn-big:active,
    .btn-big:visited,
    .btn-big:focus{
        height: 50px;
        line-height: 50px;
        min-width: 200px;
    }
    .btn-large,
    .btn-large:active,
    .btn-large:visited,
    .btn-large:focus{
        font-size: 16px;
        height: 55px;
        line-height: 55px;
        min-width: 230px;
    }
    .btn-empty.btn-large,
    .btn-empty.btn-large:active,
    .btn-empty.btn-large:visited,
    .btn-empty.btn-large:focus{
        line-height: 53px;
    }
    .btn-empty.btn-big,
    .btn-empty.btn-big:active,
    .btn-empty.btn-big:visited,
    .btn-empty.btn-big:focus{
        line-height: 48px;
    }
    footer .subscribe .btn,
    footer .subscribe .btn:active,
    footer .subscribe .btn:visited,
    footer .subscribe .btn:focus{
        line-height: 45px;
        height: 45px;
        font-size: 14px;
    }
}

@media (max-width: 782px){
    .admin-bar header{
        top: 46px;
    }
}


@media (max-width: 700px){
    .title h2{
        font-size: 40px;
    }
    .title .shadow{
        font-size: 50px;
        left: 2%;
    }
}

@media (max-width: 600px){
    h1{
        font-size: 33px;
        line-height: 35px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    h2{
        font-size: 19px;
    }
    .noh2{
        padding-top: 7%;
    }
    #main .btn,
    #main .btn:active,
    #main .btn:visited,
    #main .btn:focus,
    .btn,
    .btn:active,
    .btn:visited,
    .btn:focus{
        height: 35px;
        line-height: 35px;
        min-width: 140px;
        font-size: 12px;
    }
    .btn-big,
    .btn-big:active,
    .btn-big:visited,
    .btn-big:focus{
        height: 45px;
        line-height: 45px;
        min-width: 170px;
    }
    .btn-large,
    .btn-large:active,
    .btn-large:visited,
    .btn-large:focus{
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        min-width: 200px;
    }
    .btn-empty.btn-large,
    .btn-empty.btn-large:active,
    .btn-empty.btn-large:visited,
    .btn-empty.btn-large:focus{
        line-height: 48px;
    }
    .btn-empty.btn-big,
    .btn-empty.btn-big:active,
    .btn-empty.btn-big:visited,
    .btn-empty.btn-big:focus{
        line-height: 43px;
    }
    footer .subscribe input{
        width: 300px;
    }
    .scrolltop{
        right: 10px;
        bottom: 10px;
        width: 30px;
        height: 30px;
    }
    .scrolltop:after{
        width: 10px;
        height: 10px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    footer .copyrights{
        padding: 10px 30px 20px;
    }
}


@media (max-width: 550px){
    .title h2{
        font-size: 35px;
    }
    .title .shadow{
        font-size: 40px;
        left: 3%;
    }
    footer .subscribe input{
        float: none;
        padding: 0 20px;
        display: block;
    }
    footer .subscribe .btn{
        float: none;
        margin: 20px auto 0;
        display: block;
    }
}


@media (max-width: 500px){
    h1{
        font-size: 31px;
        line-height: 33px;
    }
    h3 {
        font-size: 17px;
    }
    footer .subscribe input {
        max-width: 280px;
        width: 100%;
    }
    footer .social a{
        margin: 0 5px;
    }
}


@media (max-width: 450px){
    h1{
        font-size: 29px;
        line-height: 31px;
    }
    .title h2{
        font-size: 30px;
    }
    h3 {
        font-size: 16px;
    }
    .title .shadow{
        font-size: 35px;
    }
    footer .social a{
        margin: 0 2px;
    }
}

@media (max-width: 400px){
    h1{
        font-size: 28px;
        line-height: 30px;
    }
    .title .shadow{
        display: none;
    }
    .noh2{
        padding-top: 10%;
    }
}

@media (max-width: 350px){
    h2{
        font-size: 25px;
    }
    .title .shadow{
        font-size: 40px;
        top: -30%;
        left: 5%;
    }
}