/* CSS Document */
/*
*
*
[Table of contents]
*
*
*

    font-black / @import url
        reset / html
        general / body
        space / .space-single
        button-black / button
        devider / .devider
        section / section
        no select / .noselect
        wrapper / .content-wrapper
        whitepage / .whitepage
        preloader / .preloader
        navigation / .navbar-default
        subheader / #subheader
        home / #home
        background-img-black / .mainbg
        yellow-black / .yellow-home
        about / #service-about
        service / .servicebg
        projects / #projects-wrap
        team / #team
        contact / .contactbg
        subscribe / #subwrap
        address / .wrapaddres
        footer / .footer
        social-icons / .social-icons
        totop / #totop
        Blog & article / #content
        Blog comment / #blog-comment
        owl slider home / #owl-slider-home
        general popup / .white-popup-block

*
*
*/
/* font-black */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700'); */

@import url('/resources/fonts/sunstrom-local-fonts.css');

/* reset */
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, strong, 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, button, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    text-decoration: none;
    list-style: none;
}

/** general **/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.8em;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    overflow-x: hidden;
    color: #606060;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1 {
    font-size: 30pt;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

h2 {
    font-size: 22pt;
    font-weight: 400;
    line-height: normal;
}

h3 {
    font-size: 20pt;
    font-weight: 300;
    line-height: normal;
}

h4 {
    font-size: 18pt;
    font-weight: 600;
}

h5 {
    font-size: 14pt;
    font-weight: 600;
}

h6 {
    font-size: 12pt;
    font-weight: 600;
}

p {
    font-size: 13px;
}

#step-text .planing p,
#step-text .concept p,
#step-text .construct p,
#step-text .finish p
 {
font-size: 13px;
position: relative!important;
background-color: rgba(0,0,0,0.0);
padding: 10px 20% 10px 20%;
width: 100%;
display: block!important;
margin: 0 auto!important;
}

#main-menu #menu-center a, a:visited, a:hover, a:active, a:link {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#whitepage a, a:visited, a:active, a:link {
    color: revert;
    text-decoration: revert;
}

#main-menu #menu-center ul ul li a:hover {
    color: #e21839;
}

#main-menu #menu-center ul ul li .active {
    color: #e21839;
}


#step-text a, a:link,
.text-left a, a:link {
    color: #e21839;
    text-decoration: none;
    outline: 0;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#step-text a:hover,
.text-left a:hover {
    color: #e21839;
    text-decoration: underline;
    outline: 0;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#step-text ul {
font-size: 13px;
position: relative!important;
background-color: rgba(0,0,0,0.0);
padding: 10px 20% 10px 20%;
width: 100%;
display: block!important;
margin: 0 auto!important;
}

#step-text ul li{
	list-style: square;
}

.footer-link a, .footer-link a:visited, .footer-link a:link, 
.linkList a, .linkList a:visited, .linkList a:link, 
address a, address a:visited, address a:link {
    color: #e21839;
    text-decoration: none;
    outline: 0;
}
.footer-link a:hover, .footer-link a:active, .footer-link a:focus, 
.linkList a:hover, .linkList a:active, .linkList a:focus, 
address a:hover, address a:active, address a:focus {
    color: #e21839;
    text-decoration: underline;
    outline: 0;
}

.linkList ul li, 
.wrapaddres p, 
.wrapaddres address span {
    line-height: normal;
}

.link-class.btn-link {
    display: block;
    text-decoration: none;
	color: #fff!important;
	text-transform: uppercase!important;
}

.link-class{
    display: block;
    text-decoration: none;
	color: #de1b3b!important;
	text-transform: uppercase!important;
}

/* space */
.space-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}

.space-double {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
}

.space-half {
    width: 100%;
    height: 15px;
    display: block;
    clear: both;
}

hr {
    display: block;
    clear: both;
    border-top: solid 1px #ddd;
    margin: 40px 0 40px 0;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.left {
    text-align: left;
    float: left;
    line-height: inherit;
}

.right {
    text-align: right;
    float: right;
    line-height: inherit;
}

.color {
    color: #e21839;
}

.min-left {
    margin-left: -15px;
}

.min-right {
    margin-right: -15px;
}

/* button-black */
button {
    border: 1px solid #181818;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button:hover {
    border: none;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-home {
    display: inline-block;
    width: 198px;
    height: 40px;
    font-size: 13pt;
    font-weight: 600;
    letter-spacing: 1pt;
    font-style: normal;
    text-align: center;
    line-height: 38px;
    color: #181818;
    border: 1px solid #181818;
    background: rgba(23, 36, 52, 0);
    outline: none;
    text-shadow: none;
    margin: 5px auto;
    margin-left: 0px;
    padding: 0;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-content {
    display: block;
    width: auto;
    height: 40px;
    font-size: 13pt;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: rgba(23, 36, 52, 0);
	padding: 0 8px 0 8px;
    outline: none;
    text-shadow: none;
    margin: 0 auto;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-home:hover, .btn-content:hover {
    color: #c2c2c2;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-home-active {
    border: none;
    background: #111;
    display: inline-block;
    width: 198px;
    height: 40px;
    margin: 0 auto;
    font-size: 10pt;
    letter-spacing: 1pt;
    font-style: normal;
    text-align: center;
    line-height: 49px;
    color: #efefef;
    outline: none;
    text-shadow: none;
    margin: 20px 0 0 0;
    padding: 0;
    cursor: pointer;
}

.btn-home-active:hover {
    color: #efefef;
    background: rgba(23, 36, 52, 0.8);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* devider */
.devider-home {
    display: block;
    border-top: 7px solid #e21839;
    width: 78px;
    margin: 20px auto;
    margin-bottom: 20px;
    text-align: center;
}

.devider-cont {
    display: block;
    border-top: 3px solid #e21839;
    width: 78px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.devider-center {
    display: block;
    border-top: 3px solid #e21839;
    width: 78px;
    margin: 10px auto;
    margin-bottom: 10px;
    text-align: center;
}

.devider-footer {
    display: block;
    border-bottom: 1px solid #5c677c;
    width: 240px;
    margin: 10px auto;
    margin-bottom: 0px;
    text-align: center;
}

.devider-widget {
    display: block;
    border-bottom: 0px solid #e21839;
    margin-bottom: 30px;
    width: 60px;
    text-align: left;
}

.devider-right {
    display: block;
    border-right: 0px solid #181818;
    height: 70px;
    margin: 0 auto;
    margin-left: 100px;
}

.devider-page {
    display: block;
    border-top: 0px solid #ebebeb;
    margin: 30px 0% 50px 0%;
}

.devider-img-right {
    display: block;
    position: absolute;
    width: 73px;
    height: 5px;
    top: 28px;
    right: 50px;
    background: none; /* url(../img/devider.png) no-repeat;*/
}

.devider-img-left {
    display: block;
    position: absolute;
    width: 73px;
    height: 5px;
    top: 28px;
    left: 50px;
    background: none; /* url(../img/devider.png) no-repeat; */
}

/* section */
section {
    padding: 60px 0 60px 0;
}


.no-bottom {
    padding-bottom: 0 !important;
}

.no-top {
    padding-top: 0 !important;
}

.no-padding, section.no-padding {
    padding: 0;
}

/* no select */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* wrapper */
.content-wrapper {
    overflow-x: hidden;
}

.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

/* whitepage */
.whitepage {
    width: 100%;
    height: auto;
    color: #181818;
    background: #fff;
}

.whitepage h1, .whitepage h2, .whitepage h3, .whitepage h4, .whitepage h5, .whitepage h6 {
    color: #181818;
}

.whitepage h1 {
    font-weight: 700;
    text-transform: none;
    letter-spacing: 2px;
}

.whitepage em {
    display: block;
    font-style: italic;
    margin-bottom: 20px;
}

.whitepage article {
    padding: 0px 60px 0 0;
}


.whitepage ul li {
    margin: 0 0 0 15px;
    padding: 0;
    border: 0;
    font: inherit;
    text-decoration: none;
    list-style: square;
}

/* yellowpage */
.yellowpage {
    width: 100%;
    height: auto;
    color: #ffffff;
    padding: 60px 0 60px 0;
    background: #e21839;
}

.yellowpage h1, .whitepage h2, .whitepage h3, .whitepage h4, .whitepage h5, .whitepage h6 {
    color: #181818;
}

.yellowpage h1 {
    font-weight: 600;
    letter-spacing: 2px;
}

.yellowpage h2 {
    font-weight: 600;
}

.yellowpage em {
    display: block;
    font-style: italic;
    margin-bottom: 20px;
}

.yellowpage article {
    padding: 10px 60px 0 0;
}

/* preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.mainpreloader {
    position: relative;
    width: auto;
    height: auto;
}

.mainpreloader img {
    display: block;
    margin: 0 auto;
    z-index: 999;
}

.mainpreloader span {
    display: block;
    font-size: 8pt;
    color: #002e56;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 10px auto;
}

.bg-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: ##fff; /* linear-gradient(to right, #091222, #0f1b31, #192846, #1f3156); */
    z-index: 999;
}

.logo-preloader {
    -webkit-animation: fadeimg 1s infinite linear;
    animation: fadeimg 1s infinite linear;
}

@-webkit-keyframes fadeimg {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeimg {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* end preloader */
/* subnav */
.subnav {
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    font-size: 11px;
    color: #ddd;
    background: linear-gradient(to right, #091222, #0f1b31, #192846, #1f3156);
    padding: 8px 65px 8px 40px;
}

.social-icons-subnav span {
    text-shadow: none;
    padding: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #e21839;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-icons-subnav span:hover {
    color: #999;
    border-color: #eceff3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-icons-subnav a:hover {
    color: #999;
    border-color: #eceff3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* navigation */
.navbar-default {
    position: fixed;
    background: rgba(255, 255, 255, 1);
    top: 5px /* 30px; */
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default {
    height: 70px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #002e56;
}

.navbar-default.fullHeight {
    height: 100% !important;
}


.navbar-brand {
    position: absolute;
    top: 1;
    padding-bottom: 10px;
    left: 50px;
    z-index: 2;
}



.navbar-brand img {
    width: 120px;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}



.scroll-link {
    cursor: pointer;
}

.sticky-nav.navbar-default {
    background: #fff; /* linear-gradient(to right, #091222, #0f1b31, #192846, #1f3156); */
    top: 0px;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    /* box-shadow: 5px 4px 3px rgba(0, 0, 0, .1); */
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.sticky-nav .navbar-brand {
    position: absolute;
    top: 0px;
}

.sticky-nav nav {
    top: 10px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	color: #002e56;
}

/* menu nav */
nav {
    position: absolute;
    top: 10px;
    right: 100px;
    color: #002e56;
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65); */
    font-weight: bold;
    z-index: 999;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

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

nav ul li {
    display: inline-block;
}

nav ul li.space {
    font-size: 11pt;
    display: inline-block;
    padding: 0 15px 0 10px;
    color: #e21839;
}

nav ul li.active {
    color: #de1b3b;
}


nav a {
    display: block;
    padding: 10px 0px 10px 10px;
    color: #002e56;
    font-size: 10pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    text-decoration: none;
}

nav a:hover {
    color: #e21839;
}

nav a:hover::before {
    display: inline-block;
    position: absolute;
    max-width: 35px;
    color: rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

nav a::before {
    position: absolute;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    color: #002e56;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
    white-space: nowrap;
}

nav a.active {
    color: #e21839;
}

nav ul ul {
    display: none;
    position: absolute;
    top: 50px;
    color: #efefef;
}

nav ul li:hover>ul {
    display: inherit;
    -webkit-animation-name: animfadeInUpmenu;
    animation-name: animfadeInUpmenu;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

nav ul ul li {
    width: 200px;
    float: none;
    display: list-item;
    background: rgba(0, 46, 86, 0.8);
    border-bottom: 1px solid #465a6f;
    position: relative;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

nav ul ul li a {
    font-size: 8pt;
    line-height: 30px;
}

nav ul ul li:last-child {
    border-bottom: none;
}

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 200px;
}

li>a:after {
    content: '';
    margin-left: 20px;
}

li>a:only-child:after {
    content: '';
}
/*end menu nav*/

/*language selection*/
.navbar-default .language-selection {
    position: absolute;
    color: #fff;
    text-align: right;
    right: 23px;
    top: 15px;
}
.navbar-default .language-selection a {
	color: #fff;
	position: relative;
	top: 8px;
}
.navbar-default .language-selection a:hover {
    color: #e21839;
}
.navbar-default .language-selection a span {
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .language-selection .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    width: 46px;
    margin: 0;
    font-weight: 600;
	color: #c2c2c2;
}
.navbar-default .language-selection .dropdown button .caret {
    margin-left: 3px;
}
.navbar-default .language-selection .dropdown .dropdown-menu {
	width: 46px;
	min-width: 46px;
	padding: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	border-radius: initial;
}
.navbar-default .language-selection .dropdown .btn-primary:active:focus, .navbar-default .language-selection .dropdown .btn-primary:active:hover, .navbar-default .language-selection .open > .dropdown-toggle.btn-primary:focus, .navbar-default .language-selection .open > .dropdown-toggle.btn-primary:hover {
    color: #e21839;
    background-color: #fff;
    border-color: transparent;
    opacity: 0.7;
}

.navbar-default .language-selection .dropdown .dropdown-menu a {
    background-color: rgba(155, 155, 155, 0.55);
    border-color: transparent;
    color: #fff;
    padding: 3px 15px;
    position: initial;
    text-transform: uppercase;
}
.navbar-default .language-selection .dropdown .dropdown-menu a:hover {
	color: #e21839;
	background-color: #000;
	border-color: transparent;
	/* opacity: 0.7; */
}
/*end language selection*/

/* subheader */
#subheader {
    padding-bottom: 70px;
    background: #222;
    background: url(../img/bg-subheader.jpg)top fixed;
}

#subheader h1 {
    color: #eceff3;
    margin-top: 80px;
    font-size: 32px;
    letter-spacing: 5px;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
    text-transform: uppercase;
}

#subheader span {
    letter-spacing: 2px;
    display: inline-block;
    font-size: 15px;
    margin-top: 88px;
    color: #fff;
}

#subheader .subdetail {
    float: right;
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 90px;
    text-transform: uppercase;
    color: #777;
}

#subheader .subdetail li {
    display: inline-block;
    color: #fff;
}

#subheader .subdetail li a {
    color: #999;
}

#subheader .subdetail li.sep {
    margin-right: 20px;
}

/* subheader end */
/* home */
#home {
    color: #fff;
    text-align: center;
}

#home h1 {
    font-size: 46pt;
    letter-spacing: 2px;
}

#home h3 {
    font-size: 30pt;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 34pt;
}

#home p {
    font-size: 11pt;
    font-weight: 300;
    max-width: 650px;
    margin: 15px auto;
}

#home .shadow {
	text-shadow: 0px 0px 20px rgba(150, 150, 150, 0.95);
}

.bot-home {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0 0 0;
    margin-top: -200px;
    margin-bottom: -100px;
    text-align: center;
    z-index: 999;
}

.bot-page {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0 30px 0;
    text-align: center;
}

/* gallery home */
.gal-home {
    position: relative;
    letter-spacing: 1pt;
    overflow: hidden;
    border: 4px solid rgba(0, 0, 0, 0);
}

.gal-home:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.gal-home img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.gal-home .hovereffect {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.gal-home .hovereffect .overlay {
    width: 100%;
    height: 40%;
    position: absolute;
    color: #fff;
    background-color: rgba(247, 197, 30, .9);
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gal-home .hovereffect:hover .overlay {
    bottom: 0;
    color: #e21839;
    background-color: rgba(24, 24, 24, 1);
    left: 0;
}

.gal-home .hovereffect .overlay h3 {
    font-size: 14pt;
    font-weight: 600;
    padding: 30px 0 30px 0;
}

.gal-home .hovereffect .overlay .devider {
    display: block;
    margin: 10px auto;
    width: 108px;
    border-top: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gal-home .hovereffect:hover .overlay .devider {
    display: block;
    margin: 10px auto;
    width: 40px;
    border-top: 1px solid #e21839;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* gallery home end */
.overlay-main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/* background-img-black */
.mainbg {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    background: url(../img/bg-1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mainbgvideo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.bgslider-owl {
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    background: #000;
    margin-bottom: -10px;
}

.bgslider {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    background: #535353;
}

.bgslider img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.imgbg {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* background video  */
.bgvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: 0;
    background: #efefef;
}

.video {
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* home end */
/* about */
#service-about {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.service-about {
    position: relative;
    display: inline-block;
    font-size: 9pt;
    font-weight: 400;
    letter-spacing: 1pt;
    text-transform: uppercase;
    width: 325px;
    height: 280px;
    margin: 0 10px auto;
}

.service-about h2 {
    font-size: 12pt;
    font-weight: 600;
    letter-spacing: normal;
    margin-top: 20px;
}

.service-about img {
    width: 100%;
    vertical-align: top;
}

.service-about .hovereffect {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.service-about .hovereffect .overlay {
    width: 100%;
    height: 85%;
    position: absolute;
    bottom: 40px;
    left: 0;
    background-color: rgba(222, 27, 59, 0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-about .hovereffect:hover .overlay {
    background-color: rgba(222, 27, 59, 0.5);
}

/* about end */
/* service */
.filter-wraper {
    position: relative;
    margin: 0 auto;
}

#filters li.filt-serv {
    font-size: 10pt;
    font-weight: 400;
    color: #181818;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#filters li.space {
    font-size: 11pt;
    display: inline-block;
    margin: 0 10px 0 10px;
    color: #e21839;
}

#filters li.filt-serv:hover {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#filters li.selected {
    color: #e21839;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}

.service img, .service .plyr {
    margin-bottom: 20px;
}

.service h4 {
    font-size: 12pt;
    color: #181818;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.service a, a:link, a:active {
    color: #e21839;
    text-decoration: none;
    outline: 0;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service a:hover {
    color: #e21839;
    text-decoration: underline;
    outline: 0;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* service end */

/* schedule */
.filter-wraper { position:relative; margin:0 auto 20px auto; text-align:center; }
#filters.filter-tabs {
    display: flex;
    float: left;
    width: 100%;
}
#filters li.filt-serv{
    padding: 0px 20px 0px 20px;
    margin: 0 20px 20px 0px;
    font-weight:300;
    color:#fff;
    background:#13213b;
    text-transform:uppercase;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    min-width: 192px;
}
#filters.filter-tabs li.filt-serv{
    padding: 0;
    margin: 0 0 20px 0.333%;
    min-width: 33%;
}
.filt-serv:after, 
.filt-serv:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position:relative;
    pointer-events: none;
}

.filt-serv:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #13213b;
    border-width:10px;
    left: 0;
    top:30px;
    margin-left: 0px;
}

.selected:after, 
.selected:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position:relative;
    pointer-events: none;
}
.selected:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #e21839;
    border-width:10px;
    left: 0;
    top:30px;
    margin-left: 0px;
}

.filt-serv:hover:after, 
.filt-serv:hover:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position:relative;
    pointer-events: none;

}
.filt-serv:hover:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #e21839;
    border-width:10px;
    left: 0;
    top:30px;
    margin-left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}



#filters li.filt-serv span{ font-size:16pt; font-weight:600; letter-spacing:2px; display: block;}
#filters li.filt-serv span.tabs{ font-size:1em;}
#filters li.filt-serv em{ font-size:11pt; font-weight:300; font-style:italic; margin-bottom:-10px; }

#filters li.filt-serv:hover{
    background:#e21839;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}

#filters li.selected{
    background:#e21839;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}
.service .image-block {display: inline-block; height: 144px; padding-top: 40px;}

.service img{ display:inline; margin-right:10px;}
.service img.image-left{ margin-bottom:0px; padding-top:0px;}
.service img.image-edge {
	-webkit-clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
	clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
}
.service h5{ font-size:31pt; font-weight:600; color:#172434; display:inline-block; margin-right:10px; position: relative; top: -20px; min-width: 200px;}
.service .name{ font-size:20pt; font-weight:600; color:#172434; display:block; margin-top:-50px; margin-right:10px;}
.service .name em{ font-size:9.3pt; font-weight:300; font-style:normal; color:#9f9f9f; margin-top:5px;}
/* resume timeline */
.bl-res-centered, .bl-res-centered-last {
    position: relative;
    margin-bottom: 5px;
    padding-bottom:100px;
    margin-left:-20px;
}

.bl-res-centered-last {
    padding-bottom:0px;
}

.bl-res-centered:before, .bl-res-centered:after {
    content: "";
    display: table;
}

.bl-res-centered-last:before, .bl-res-centered-last:after {
    content: "";
    display: table;
}

.bl-res-centered:after {
    clear: both;
}
.bl-res-centered-last:after {
    clear: both;
}

.bl-res-centered:before, .bl-res-centered:after {
    content: "";
    display: table;
}
.bl-res-centered-last:before, .bl-res-centered-last:after {
    content: "";
    display: table;
}

.bl-res-centered:after {
    clear: both;
}
.bl-res-centered-last:after {
    clear: both;
}

.bl-res-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height:102%;
    background: #333;
    top: 8px;
    bottom: 0px;
    margin-left: 10px;
}
.bl-res-centered-last:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height:0;
    background: #333;
    top: 8px;
    bottom: 0px;
    margin-left: 3px;
}
.bl-res-icon {
    background: #333;
    display: block;
    width: 9px;
    height: 9px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    float: left;
	margin-left: 7px;
}

.bl-res-centered .bl-res-entry .bl-res-entry-inner .bl-res-label, .bl-res-centered-last .bl-res-entry .bl-res-entry-inner .bl-res-label {
    position: relative;
    margin-left: 30px;
}

.bl-res-label h6{ font-size:16pt; font-weight:600; color:#172434; margin-bottom:15px; margin-bottom:10px;}
.bl-res-label p{ font-style:italic; margin-bottom:10px;}


.text-right{ margin-top:-40px; margin-right:20px;}
/* resume timeline end */
/* schedule end */

/* step page */
.step-page {
    position: relative;
    width: 100%;
    height: auto;
    padding: 90px 0 90px 0;
    overflow-x: hidden;
    background: url(../img/step-bg.jpg)top fixed;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.step-page h1 {
    text-transform: none;
    font-weight: 600;
}

.step-mains {
    margin: 3em 0 0;
}

.step-main .step-bg {
    width: 190px;
    height: 190px;
    background: #ffffff;
    background: linear-gradient(135deg, transparent 20px, #ffffff 0) top left,
        linear-gradient(-135deg, transparent 20px, #ffffff 0) top right,
        linear-gradient(-45deg, transparent 20px, #ffffff 0) bottom right,
        linear-gradient(45deg, transparent 20px, #ffffff 0) bottom left;
    text-align: center;
    margin: 0 auto;
    padding-top: 4px;
    color: #fff;
    top: 0;
    position: relative;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    z-index: 998;
}

.step-main a {
    position: relative;
    font-size: 13pt;
    width: 182px;
    height: 182px;
    background: #13213b;
    background: linear-gradient(135deg, transparent 19px, #13213b 0) top left,
        linear-gradient(-135deg, transparent 19px, #13213b 0) top right,
        linear-gradient(-45deg, transparent 19px, #13213b 0) bottom right,
        linear-gradient(45deg, transparent 19px, #13213b 0) bottom left;
    display: block;
    margin: 0 auto;
    padding: 80px 0 80px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    z-index: 999;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.step-main a:hover {
    background: #e21839;
    background: linear-gradient(135deg, transparent 19px, #e21839 0) top left,
        linear-gradient(-135deg, transparent 19px, #e21839 0) top right,
        linear-gradient(-45deg, transparent 19px, #e21839 0) bottom right,
        linear-gradient(45deg, transparent 19px, #e21839 0) bottom left;
    padding: 75px 0 95px 0;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.step-main a.active {
    background: #e21839;
    background: linear-gradient(135deg, transparent 19px, #e21839 0) top left,
        linear-gradient(-135deg, transparent 19px, #e21839 0) top right,
        linear-gradient(-45deg, transparent 19px, #e21839 0) bottom right,
        linear-gradient(45deg, transparent 19px, #e21839 0) bottom left;
    padding: 85px 0 85px 0;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.step-main {
    position: relative;
}

.step-main:after {
    content: '';
    background: #ffffff;
    height: 4px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 80%;
    z-index: 0;
}

.step-main:last-child:after {
    width: 0px;
    height: 0px;
}

#step-text .cont {
    margin: 30px auto;
}
#step-text.fix-height {
    max-height: 120px;
    min-height: 120px;
}

/* step page end */
/* projects */
.wrap-news {
    position: relative;
    padding: 0 0 20px 0;
    text-align: left;
    overflow: hidden;
}

.wrap-news h3 {
    display: block;
    font-size: 16pt;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px;
}

.wrap-news p {
    display: block;
    margin: 10px;
}

.wrap-news a {
    display: block;
    font-size: 10pt;
    margin: 10px 0 0 10px;
}

.wrap-news a span.devider {
    display: block;
    border-top: 1px solid #e21839;
    width: 38px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrap-news a:hover span.devider {
    width: 118px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrap-news .projects a,
.wrap-news .projects .overlay h3 {
    margin: 0;
}
.wrap-news .projects .hovereffect .overlay h3 {
    background-color: rgba(222, 27, 58, .5);
    color: #fff;
    text-shadow: 0px 0px 1px rgb(0, 0, 0);
}

.wrap-news .teaser-image {
    margin: 0;
}
.wrap-news .teaser-image-slide {
    position: absolute;
    left: -999px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    background-color: rgba(222,27,58,.5);
    color: #fff;
    text-align: center;
    padding: 20px;
    transition: left 300ms ease;
    -moz-transition: left 300ms ease;
    -webkit-transition: left 300ms ease;
    -o-transition: left 300ms ease;
}
.wrap-news .teaser-image:hover .teaser-image-slide {
    left: 0;
}

.wrap-news .teaser-link {
    margin: 0;
}
.wrap-news .teaser-link .teaser-head {
    color: #181818;
    text-decoration: none;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
}
.wrap-news .teaser-link .teaser-head:hover {
    color: #e21839;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.no-gutter [class*='col-']:not(:first-child),
.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#projects-wrap {
    text-align: center;
    overflow: hidden;
}

.projects {
    position: relative;
    letter-spacing: 1pt;
    text-transform: uppercase;
    overflow: hidden;
    border: 8px solid rgba(0, 0, 0, 0);
}

.projects:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.projects img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.projects .hovereffect {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.projects .hovereffect .overlay {
    width: 100%;
    height: 120%;
    position: absolute;
    top: -30px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.projects .hovereffect:hover .overlay {
    height: 100%;
    top: 0;
    opacity: 1;
    top: 0;
}

.projects .hovereffect .overlay h3 {
    font-size: 9pt;
    font-weight: 600;
    letter-spacing: 4px;
    color: #181818;
    padding-top: 33%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
}

/* filter controls */
#filter-porto {
    padding: 60px 0 60px 0;
    margin: 0 auto;
}

#filter-porto li.filt-projects {
    font-size: 10pt;
    font-weight: 300;
    color: #181818;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#filter-porto li.space {
    font-size: 11pt;
    display: inline-block;
    margin: 0 10px 0 10px;
}

#filter-porto li.filt-projects:hover {
    color: #e21839;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#filter-porto li.actived {
    color: #e21839;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}

/* projects end */
/* counter */
.milestone-counter {
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
}

.milestone-counter .icon {
    font-size: 48px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.highlight {
    padding: 10px 0;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 48px;
}

.searchhighlight {
	background: cornflowerblue;
	color: #fff;
	padding: 0 6px 0 6px;
}

.milestone-details {
    font-weight: bold;
    font-size: 18px;
}

/* counter end */
/* testimony page */
.testi-page {
    position: relative;
    width: 100%;
    height: auto;
    padding: 90px 0 90px 0;
    overflow-x: hidden;
    background: url(../img/testi-bg.jpg)top fixed;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

#owl-testimonial .item {
    padding: 30px 0px;
    margin: 10px auto;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

#owl-testimonial h3 {
    font-size: 24pt;
    font-weight: 600;
	text-align: center;
}

#owl-testimonial p {
    font-size: 15pt;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20pt;
    padding: 2px 20% 2px 20%;
}

@media screen and (max-width:768px){
	
#owl-testimonial p {
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 15pt;

}
	
}

#owl-testimonial small {
    font-size: 10pt;
    font-weight: 600;
    color: #fff;
    font-style: italic;
}

#owl-testimonial q {
    quotes: "“""”""‘""’";
}

#owl-testimonial q:before {
    content: open-quote;
}

#owl-testimonial q:after {
    content: close-quote;
}

/* testimony page end */
/* team */
.team-wrapper {
    max-width: 350px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    box-shadow: 5px 5px 2px rgba(23, 36, 52, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-wrapper img {
    overflow: hidden;
    margin-left: 0px;
    opacity: 1;
}

.team-wrapper:hover {
    cursor: pointer;
    box-shadow: 5px 5px 2px rgba(23, 36, 52, 0.5);
    opacity: 0.8;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-des {
    padding: 15px 0 15px 0;
    background: #fefefe;
}

.team-des h3 {
    color: #606060;
    font-size: 18pt;
    font-weight: 600;
}

.team-des span {
    display: block;
    font-weight: 300;
    font-size: 10pt;
    margin: 0 0 10px 0;
}

.team-des a {
    display: inline-block;
    margin: 0 5px 10px 5px;
    text-shadow: none;
    padding: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-des a:hover {
    color: #fff;
    background: #111;
    border-color: #eceff3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* team end */
/* brand */
.brand-page {
    position: relative;
    width: 100%;
    height: auto;
    padding: 90px 0 90px 0;
    overflow-x: hidden;
    background: #e21839;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.brand-page h1 {
    font-weight: 600;
    text-transform: none;
}

#owl-brand .item {
    margin: 10px auto;
    text-align: center;
}

/* Brand */
/* news */
.blog-news {
    position: relative;
    letter-spacing: 1pt;
    text-transform: uppercase;
    overflow: hidden;
    border: 0px solid rgba(0, 0, 0, 0);
}

.blog-news .date {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 9pt;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 20px 30px 20px 30px;
    background: #000;
    color: #fff;
    z-index: 1;
}

.blog-news:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.blog-news img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.blog-news .hovereffect {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.blog-news .hovereffect .overlay {
    width: 100%;
    height: 120%;
    position: absolute;
    top: -30px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-news .hovereffect:hover .overlay {
    height: 100%;
    top: 0;
    opacity: 1;
    top: 0;
}

.blog-news .hovereffect .overlay h1 {
    font-size: 24pt;
    font-weight: 600;
    letter-spacing: 2px;
    color: #181818;
    padding-top: 40%;
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
}

.blog-news .hovereffect .overlay h3 {
    font-size: 9pt;
    font-weight: 600;
    letter-spacing: 4px;
    color: #181818;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
}

#owl-blog .item {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

/* news end */
/* contact */
.contactbg {
    width: 100%;
    height: auto;
    background: #fff;
}

#map {
    width: 100%;
    height: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#contact {
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 20px 0 15px;
}

.contact_form .form-group label {
    display: none;
}

input[type="text"], input[type="email"] {
    text-align: left;
    width: 220px;
    height: 50px;
    margin: 5px 0px 5px 0px;
    border: 0px;
    font-size: 11pt;
    font-weight: 300;
    letter-spacing: 0px;
    color: #333;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
    border-radius: unset;
}

input#name, input#email {
    width: 333px;
}

/* input#name-contact, input#email-contact, textarea#message-contact{width: 100%;} */
input[type="text"], input[type="email"], textarea {
    width: 100%;
}

textarea.form-control {
    text-align: left;
    outline: none;
    width: 670px;
    height: 100px;
    margin: 5px 0px 5px 0px;
    font-size: 11pt;
    border: 0px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #333;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
    border-radius: unset;
}

.input-group .input-group-addon {
    background-color: transparent;
    border-radius: unset;
    border: none;
    padding-left: 0;
}

.form-captcha .input-group input[type="text"] {
    width: 97%;
    margin: 0 auto;
}

input[type="text"]:focus, input[type="text"].focus, textarea.form-control:focus, textarea.focus, input[type="email"]:focus, input[type="email"].focus, email:focus, email.focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    box-shadow: none;
    border-radius: unset;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #333;
}

::-moz-placeholder {
    opacity: 1;
    color: #333;
}

/* firefox 19+ */
:-ms-input-placeholder {
    opacity: 1;
    color: #333;
}

/* ie */
input:-moz-placeholder {
    opacity: 1;
    color: #333;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-textarea-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.error {
    width: 100%;
    display: none;
    padding: 2px 10px 2px 10px;
    font-size: 11px;
    margin: 10px auto;
}

.success {
    width: 100%;
    display: none;
    padding: 5px 0px 2px 0px;
    font-size: 11px;
    margin: 10px auto;
}

/* contact end */
/* subscribe */
#subscribe .mail {
    display: none;
    visibility: hidden;
}

#subscribe input#subscribeemail {
    font-size: 10pt;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    width: 300px;
    height: 40px;
    margin: 0 20px 25px 0;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    border: none;
}

#subscribe input#subscribeemail[type="text"]:focus, #subscribe input#subscribeemail[type="text"].focus {
    border: 1px solid #e21839;
}

.subscribesuccess {
    display: none;
    width: 375px;
    font-size: 10px;
    line-height: 2;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 1px;
}

#subscribe .subscribeerror {
    width: 375px;
    font-size: 10px;
    line-height: 2;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 1px;
}

.btn-form, .btn-primary {
    display: inline-block;
    width: 198px;
    height: 40px;
    font-size: 10pt;
    text-align: center;
    /* line-height: 38px; */
    /* color: #9b9b9b; */
    text-transform: uppercase;
    border: 1px solid rgba(155, 155, 155, 0);
    /* background: #111; */
    outline: none;
    text-shadow: none;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 3px 8px 12px rgba(0, 0, 0, .3);
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    border-radius: 0;
}

.btn-form:hover, .btn-form:focus, .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    border: 1px solid rgba(155, 155, 155, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background-color: #13213b;
}

/* subscribe end */
/* address */
.wrapaddres {
    margin: 0;
    text-align: left;
    padding: 0px;
}

.wrapaddres h3 {
    font-size: 18pt;
    font-weight: 600;
    color: #606060;
    margin-top: 10px;
    margin-bottom: 10px;
}

address span {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 300;
}

address span strong {
    font-weight: 600;
}

address span a {
    color: #eceff3;
}

/** address end **/
/* footer */
.footer {
    height: auto;
    background: #13213b; /* linear-gradient(to right, #091222, #0f1b31, #192846, #1f3156);*/
    color: #fff;
    text-align: center;
    padding: 10px 0 60px 0;
    margin: 0 auto;
}

.footer h4 {
    letter-spacing: 2px;
}

/* social-icons */
.social-icons {
    display: block;
    text-align: center;
    margin: 10px auto;
}

.social-icons span {
    text-shadow: none;
    color: #fff;
    padding: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-icons span:hover {
    color: #e21839;
    border-color: #eceff3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* footer end */
/* totop */
#totop {
    display: none;
    width: 30px;
    height: 30px;
    background: #e21839;
    line-height: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
    border-radius: 5%;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#totop:hover {
    background: #333;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#totop span {
    font-size: 10pt;
    font-weight: 600;
    color: #fff;
}

/* totop end */
/* Blog & article */
#content {
    text-align: left;
}

article {
    margin-bottom: 40px;
}

article .post-heading h3 {
    margin: 20px 0 -10px 0;
    font-size: 16pt;
    font-weight: 600;
    color: 606060;
}

article .post-heading h3 a:hover {
    text-decoration: none;
}

/* post meta */
.post-meta {
    background: #fcfcfc;
    border-top: none;
    text-align: center;
}

.post-meta .format {
    border-bottom: 1px solid #181818;
    padding: 10px 0 10px;
}

.post-meta i {
    margin: 0;
}

.post-meta .date {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}

.post-meta .date span {
    text-align: center;
    color: #efefef;
    font-size: 12px;
    font-weight: 600;
}

.post-meta .comments {
    padding: 10px 0 10px;
}

.post-meta .comments a {
    color: #efefef;
    font-size: 12px;
    font-weight: 700;
}

.post-meta .comments a:hover {
    text-decoration: none;
}

/* post format */
.post-image {
    margin-bottom: 20px;
}
.post-heading {
    margin-bottom: 20px;
}
.post-richtext {
    /* margin-bottom: 20px; */
}
.post-richtext p {
    margin-bottom: 16px;
}

ul.meta-post {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.meta-post li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
}

ul.meta-post li a {
    float: left;
    font-size: 12px;
    font-weight: 600;
}

/* single post */
.bottom-article {
    overflow: hidden;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 10px 0 10px 0;
    margin-top: 10px;
}

.bottom-article a.btn {
    padding: 10px 20px 10px 20px;
    border: 1px solid rgba(23, 36, 52, 0.1);
}

.bottom-article a.btn:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #111;
}

/* pagination */
#pagination a {
    padding: 5px 10px;
}

#pagination .pagina-num {
    margin-right: 15px;
}

#pagination a:hover {
    color: #111;
    text-decoration: none;
}

#pagination a.current {
    background: #111;
    color: #fff;
    font-weight: 600;
}

/*  Aside, sidebar */
aside {
    position: relative;
    margin-bottom: 40px;
}

.sidebar-nav {
    float: left;
    width: 100%;
}

.right-sidebar {
    margin: 0 auto;
}

.left-sidebar {
    padding: 0 30px 0 0;
}

.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
    padding-right: 20px;
}

aside .widget {
    margin-bottom: 40px;
}

.widget .recent div {
    margin-bottom: 20px;
    display: inline-block;
}

.widget .recent div img {
    float: left;
    padding-right: 10px;
}

.widget .recent div h6 {
    font-size: 14px;
    font-weight: 600;
}

.widget .tags {
    margin: 0;
    margin-left: 0;
    padding-left: 0;
}

.widget .tags div {
    margin: 5px 5px 15px 0;
    display: inline-block;
}

.widget .tags div a {
    border: 1px solid rgba(23, 36, 52, 0.2);
    padding: 5px 10px;
    text-align: center;
}

.widget .tags div a:hover {
    text-decoration: none;
    color: #111;
    border: 1px solid rgba(23, 36, 52, 0.6);
}

/* Blog & article end */
/* Blog comment */
#blog-comment {
    margin: 0;
    padding: 0px;
}

#blog-comment h5 {
    font-size: 13pt;
    margin-bottom: 10px;
}

#blog-comment ul, #blog-comment li {
    list-style: none;
    padding-left: 0;
}

#blog-comment li {
    min-height: 70px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

#blog-comment li .avatar {
    position: absolute;
    margin-top: 5px;
}

#blog-comment .comment {
    margin-left: 85px;
}

#blog-comment li {
    min-height: 70px;
    font-size: 14px;
    line-height: 1.6em;
}

#blog-comment li li {
    margin-left: 80px;
    padding-bottom: 0px;
    margin-top: 20px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    border-bottom: none;
}

#blog-comment li li .avatar {
    position: absolute;
}

#blog-comment li li .comment {}

.comment-info {
    margin-left: 85px;
    margin-bottom: 5px;
}

.comment-info span {}

.comment-info .c-name {
    display: block;
    font-weight: 700;
}

.comment-info .c-reply {
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.comment-info .c-reply a {
    font-size: 11pt;
}

.comment-info .c-date {
    font-size: 10pt;
}

.blog-list h3, .blog-read h3 {
    color: #333;
}

/* comment form */
#comment-form-wrapper {
    margin: 50px 0 50px 0;
    padding: 0px;
}

#commentform input {
    width: 100%;
    font-size: 10pt;
    font-weight: 400;
    padding: 10px;
    height: 40px;
    background: rgba(23, 36, 52, 0.3);
    border: none;
}

#commentform input:focus {
    background: rgba(23, 36, 52, 0.4);
}

#commentform textarea {
    width: 100%;
    font-size: 10pt;
    font-weight: 400;
    padding: 10px;
    height: 150px;
    background: rgba(23, 36, 52, 0.3);
    border: none;
}

#commentform textarea:focus {
    background: rgba(23, 36, 52, 0.4);
}

#commentform button.btn {
    padding: 10px 20px 10px 20px;
    border: 1px solid rgba(23, 36, 52, 0.1);
    background: rgba(23, 36, 52, 0);
}

#commentform button.btn:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #111;
}

/* Blog comment end */
/*Core Owl Carousel CSS File v1.3.3*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel, .owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #efefef;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #d8d8d8;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: none;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #d8d8d8
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #efefef;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) center center no-repeat
}

/* owl slider home */
#owl-slider-home .item {
    display: block;
    width: 100%;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 2px;
    background: #e21839;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

#progressBar {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

/* button */
#owl-gal .item {
    display: block;
    padding: 15px 0px;
    margin: 0 auto;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    padding: 10px 17px;
    background: rgba(13, 24, 44, 1);
	border: solid 1px #fff;
}

.owl-theme .owl-buttons i {
    margin-top: 2px;
    font-size: 12pt;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    z-index: 9;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    top: 40%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
    top: 40%;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/* Magnific Popup CSS */
.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg, .mfp-container, .mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-container:before, .mfp-figure:after {
    content: ''
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-close, .mfp-preloader a:hover {
    color: #efefef
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(23, 36, 52, .6);
    position: absolute;
    left: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 38px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #efefef
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #efefef;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #efefef;
    font-size: 12px;
    line-height: 18px
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #efefef;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #efefef;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #efefef
}

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(23, 36, 52, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(23, 36, 52, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.image-source-link {
    color: #98C3D1
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

/* end Magnific Popup CSS */
/* general popup */
.white-popup-block {
    max-width: 900px;
    margin: 20px auto;
    color: #333;
    background: #fefefe;
    padding: 40px;
}

.gray-popup-block {
    max-width: 900px;
    margin: 0 auto;
    background: #22252f;
    padding: 40px;
    text-align: center;
}

.gray-popup-block h3 {
    font-size: 34pt;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
}

.gray-popup-block p {
    font-size: 11pt;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
}
