
html, body, #dat-menu {
    width: 100%;
    height: 100%;
}

    body.datnomargin {
        margin-top: 0px!important;
        /*overflow: hidden;*/
    }

.dat-menu-setup {
    position: relative;
    background-color: #665140;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
}

    .dat-menu-setup .dat-menu-container {
        min-height: 100%;
        position: relative;
        outline: 1px solid rgba(0,0,0,0);
        z-index: 10;
        -webkit-transform: translateZ(0) translateX(0) rotateY(0deg); /* reset transforms (Chrome bug) */
        transform: translateZ(0) translateX(0) rotateY(0deg);
    }

        .dat-menu-setup .dat-menu-container::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0px;
            opacity: 0;
            background: rgba(0,0,0,0.2);
            -webkit-transition: opacity 0.4s, height 0s 0.4s;
            transition: opacity 0.4s, height 0s 0.4s;
        }

    .dat-menu-setup .dat-menu-wrapper {
        position: relative;
    }

.dat-menu-wrapper.dat-menu-padding {
    padding-top: 0px;
}

.component {
    margin: 0 auto;
    width: 60%;
}

.dat-menu-setup.dat-menu-load {
    position: fixed;
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.dat-menu-load .dat-menu-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dat-menu-load .dat-menu-wrapper {
    -webkit-transform: translateZ(-1px);
}

.dat-menu-animate .dat-menu-container::after {
    opacity: 1;
    height: 101%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.dat-menu-list {
    position: absolute;
    height: auto;
    font-size: 26px;
    line-height: 130%;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 10%;
}

.dat-menu-list {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dat-menu-list {
    width: 0px;
    padding-left: 0px;
    z-index: -1;
}

.dat-menu-load .dat-menu-list {
    left: 0%;
    width: auto;
    padding-left: 15%;
    z-index: 1;
    overflow: hidden;
}

.dat-menu-list a {
    display: inline-block;
    font-weight: 300;
    margin: 0 0 30px 0;
    color: rgba(255,255,255,0.90);
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .dat-menu-list a:hover {
        color: #fff;
    }

.dat-menu-list a {
    display: block;
}

.datnomargin .dat-menu-container {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.effect-1.dat-menu-animate .dat-menu-container {
    -webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
    transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
}

.effect-2.dat-menu-animate .dat-menu-container {
    -webkit-transform: translateZ(-1500px) translateX(100%) rotateY(0deg);
    transform: translateZ(-1500px) translateX(100%) rotateY(0deg);
}

.effect-3.dat-menu-animate .dat-menu-container {
    -webkit-transform: translateZ(0px) translateX(80%) rotateY(0deg);
    transform: translateZ(0px) translateX(80%) rotateY(0deg);
}

.no-csstransforms3d .dat-menu-animate .dat-menu-container {
    left: 75%;
}

.dat-menu-list > ul {
    margin: 0px!important;
}

li.dat-menu-header span {
    font-weight: 700;
    display: block;
    padding-bottom: 20px;
    color: #fff;
    padding-top: 40px;
    text-transform: uppercase;
}

ul:first-child li.dat-menu-header:first-child span {
    padding-top: 0px;
}

.dat-menu-list > ul > li > ul {
    margin-left: 0px;
    padding-left: 0px;
}

.dat-menu-list li {
    opacity: 0;
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.dat-menu-animate .dat-menu-list li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

    .dat-menu-animate .dat-menu-list li:nth-child(2) {
        -webkit-transition-delay: 0.04s;
        transition-delay: 0.04s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(3) {
        -webkit-transition-delay: 0.08s;
        transition-delay: 0.08s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(4) {
        -webkit-transition-delay: 0.12s;
        transition-delay: 0.12s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(5) {
        -webkit-transition-delay: 0.16s;
        transition-delay: 0.16s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(6) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(7) {
        -webkit-transition-delay: 0.24s;
        transition-delay: 0.24s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(8) {
        -webkit-transition-delay: 0.28s;
        transition-delay: 0.28s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(9) {
        -webkit-transition-delay: 0.32s;
        transition-delay: 0.32s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(10) {
        -webkit-transition-delay: 0.36s;
        transition-delay: 0.36s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(11) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(12) {
        -webkit-transition-delay: 0.44s;
        transition-delay: 0.44s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(13) {
        -webkit-transition-delay: 0.48s;
        transition-delay: 0.48s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(14) {
        -webkit-transition-delay: 0.52s;
        transition-delay: 0.52s;
    }

    .dat-menu-animate .dat-menu-list li:nth-child(15) {
        -webkit-transition-delay: 0.56s;
        transition-delay: 0.56s;
    }

.dat-menu-list {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

    .dat-menu-list.dat-submenu > ul > li > ul {
        margin-left: 15%!important;
        opacity: 0.7;
    }

        .dat-menu-list.dat-submenu > ul > li > ul ul {
            padding-left: 0px!important;
        }

    .dat-menu-list.dat-submenu div {
        display: none!important;
    }

    .dat-menu-list.dat-submenu > ul li.dat-has-sub > ul > li {
        display: none;
    }

    .dat-menu-list.dat-submenu > ul li.dat-has-sub {
        position: relative;
        display: block;
    }

        .dat-menu-list.dat-submenu > ul li.dat-has-sub > a {
            display: block;
            padding-right: 50px;
        }

    .dat-menu-list ul li > a i {
        display: none;
    }

    .dat-menu-list.dat-submenu > ul li.dat-has-sub:after {
        position: absolute;
        display: block;
        content: '+';
        top: 0px;
        right: 0px;
        color: #fff;
    }

    .dat-menu-list.dat-submenu > ul li.dat-has-sub.dat-sub-active:after {
        content: '-';
    }



.dat-menu-top-header {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #232323;
    box-shadow: inset 0 30px 0 rgba(255,255,255,0.01), inset 0 -1px 0 rgba(255,255,255,0.05), 0 2px 5px rgba(0,0,0,0.2);
    z-index: 100000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .dat-menu-top-header a,
    .dat-menu-top-header a:hover,
    .dat-menu-top-header a:active {
        color: #fff;
    }

    .dat-menu-list input[type='submit'],
    .dat-menu-top-header input[type='submit'] {
        display: none!important;
    }

    .dat-menu-top-header input[type='text'] {
        display: block;
        position: absolute;
        height: 40px;
        top: 10px;
        padding: 0 15px;
        line-height: 40px;
        border: 0px;
        background: #fff;
        border-radius: 40px;
        outline: none;
        opacity: 0;
        box-shadow: none;
        width: 0px;
        right: 60px;
        padding: 0 15px;
        width: 0px;
        z-index: 100;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
    }

        .dat-menu-top-header input[type='text']:focus {
            right: 60px;
            width: 62%;
            opacity: 1;
        }

    .dat-menu-top-header a.dat-menu-menu {
        display: block;
        float: left;
        width: 40px;
        height: 40px;
        /*background: url(../images/dat-header-icon-menu@2x.png) no-repeat center;*/
        background-size: 40px 40px;
        text-decoration: none;
    }

    .dat-menu-top-header a.dat-menu-search {
        display: block;
        float: right;
        width: 40px;
        height: 40px;
        /*background: url(../images/dat-header-icon-search@2x.png) no-repeat center;*/
        background-size: 40px 40px;
        text-decoration: none;
    }

.dat-menu-list .dat-menu-search-block input[type='text'] {
    display: block;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    width: 100%;
    border: 0px;
    border-radius: 40px;
    color: #fff;
    outline: none;
    background: transparent;
    position: relative;
    z-index: 10;
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .dat-menu-list .dat-menu-search-block input[type='text']:focus {
        color: #232323;
        background: #fff;
        border: 1px solid #fff;
    }


ul#dat-menu-list-inner {
    padding-left: 0px!important;
}

.dat-menu-temp {
    display: none!important;
}

.admin-bar:not(.datnomargin) .dat-menu-top-header {
    margin-top: 32px;
}

.dat-menu-top-header > img {
    display: inline-block;
    max-width: 70%;
    max-height: 35px;
}

@media screen and (max-width: 782px) {

    .admin-bar:not(.datnomargin) .dat-menu-top-header {
        margin-top: 46px;
    }
}


@media screen and (max-width: 77em) {

    .dat-menu-list.top {
        top: 15%;
    }

    .dat-menu-list.bottom {
        bottom: 15%;
    }
}

@media screen and (max-width: 36.625em), screen and (max-height: 41.75em) {

    .dat-menu-load .dat-menu-list {
        padding-left: 15%;
    }
}

@media screen and (max-width: 31em), screen and (max-height: 36.2em) {
    .dat-menu-list {
        font-size: 17px;
        width: 6.8em;
    }
}

@media screen and (max-height: 31.6em) {
    .dat-menu-list a {
        margin-bottom: 20px;
    }
}

@charset

UTF-8; @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800); @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700); @import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
/* Style Index * /

#0 Reset
#1 Layout Structure
#2 Main header
#3 Main menu
#4 Content styling
#5 Comments
#6 Photo gallery
#7 Sidebar styling
#8 Footer


/* #0 Reset */
@media all and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'FontAwesome';
        src: url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg'), url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #5e5e5e;
}


body, html {
    height: auto;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.top-menu .navbar-nav > li > a, .menu-block .navbar li a, .menu-block .navbar-default .navbar-nav > .active > a, .menu-block .navbar-default .navbar-nav > .active > a:focus, .menu-block .navbar-default .navbar-nav > .active > a:hover, .menu-block .navbar-default .navbar-nav > li > a:focus, .menu-block .navbar-default .navbar-nav > li > a:hover, .menu-block .follow, .latest-update h3, .add-sign-big, .add-sign-big, .box-read-more, .box-read-more:hover, .footer-bottom p, .footer-bottom ul li a, .header.header2 .latest-post-list a, .add-sign-big i, .blog-content .tags a, .footer-bottom .navbar-nav > li > a {
    color: #fff;
}

/* #1 Layout Structure */

a {
    color: #e34922;
    text-decoration: none;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

    a:hover {
        color: #e34922;
        text-decoration: none;
    }

.content a:hover {
    color: #e34922;
    text-decoration: underline;
}

a:focus {
    outline: 0;
}

.clear-float {
    clear: both;
}

.wrapper {
    width: 1190px;
    margin: 0px auto;
    position: relative;
}

.boxed:not(.active) {
    background: #fff;
}

.active.boxed {
    width: 1250px;
    margin: 0px auto;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    padding: 0px;
    min-height: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

i.fa {
    line-height: inherit!important;
    font-weight: normal!important;
    font-size: inherit!important;
    display: inline-block!important;
}

img {
    max-width: 100%;
    height: auto;
}

.widget .list-group,
.ot-slider .ot-slider-layer strong {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3,
h4, h5, h6 {
    line-height: 120%;
    font-family: 'Montserrat', sans-serif;
}

    h1 a, h2 a, h3 a,
    h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none!important;
    }

p {
    line-height: 150%;
    margin-bottom: 15px;
}


/* #2 Main header */

.main-menu li.home-btn {
    background-color: #006293 !important;
}

    .main-menu li.home-btn i {
        font-size: 18px !important;
    }

.header {
    display: block;
    /*background: silver;
    padding-top: 20px;*/
}

    .header.makefixed .header-right:not(.no-bottom) .search-header input[type=text],
    .header.makefixed .header-right:not(.no-bottom) .search-header input[type=search] {
        height: 46px;
    }

    .header.makefixed .header-right:not(.no-bottom) .search-header input[type=submit] {
        line-height: 46px;
        height: 46px;
    }

    .header.makefixed .header-right:not(.no-bottom) .search-header:after {
        line-height: 46px;
        height: 46px;
        font-size: 18px;
    }

    .header.makefixed > .wrapper {
        position: fixed;
        z-index: 100;
        top: 0px;
        margin-left: 25px;
        box-shadow: 0 5px 3px rgba(0,0,0,0.06);
    }

.admin-bar .header.makefixed > .wrapper {
    top: 32px;
}

.header.makefixed .header-right:not(.no-bottom) .main-menu li > a i {
    font-size: 0;
}

.header.makefixed .main-menu li > a i {
    font-size: 0.8em;
}


.header.makefixed .header-socials {
    display: none!important;
}

.header.makefixed .header-logo {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.header .header-logo h1 {
    font-size: 2.6em;
}

.header.makefixed .header-logo h1 {
    font-size: 1.46em;
    line-height: 100%;
}

.header.makefixed .main-menu > ul > li:not(.has-ot-mega-menu) li > a,
.header.makefixed .main-menu > ul > li > a {
    font-size: 1em;
    padding: 16px 20px 16px 20px;
}

.header .header-right.no-bottom.has-social-block .main-menu > ul > li > a {
    font-size: 1.2em;
    padding: 38px 20px 37px 20px;
}

.header-right.no-bottom.has-social-block .search-header input[type=text],
.header-right.no-bottom.has-social-block .search-header input[type=search] {
    height: 107px;
}

.header-right.no-bottom.has-social-block .search-header:after,
.header-right.no-bottom.has-social-block .search-header input[type=submit] {
    height: 107px;
    line-height: 107px;
}

.header.makefixed .under-menu li a {
    font-size: 0.8em!important;
}

.header.makefixed .under-menu {
    line-height: 38px;
}

.header a {
    color: #fff;
}

.header > .wrapper {
    display: table;
}

.header:not(.makefixed) > .wrapper {
    left: 0px!important;
    margin-left: auto!important;
}

.header .header-left {
    display: table-cell;
    width: 20%;
    text-align: center;
}

.header .header-logo {
    display: block;
    margin: 12px 27px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.header .header-left.no-socials .header-logo {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.header .header-logo > a {
    position: relative;
    display: block;
    z-index: 5;
}

.header.makefixed .header-logo > a img {
    height: 20px;
}

/*.header.makefixed .header-logo > strong {
	line-height: 20px;
	font-size: 1em;
}*/

.header.makefixed .header-left {
    width: 13%;
}

.header.makefixed .header-right {
    width: 87%;
}

.header .header-logo > strong {
    display: block;
    opacity: 0;
    position: absolute;
    color: #fff;
    top: 0px;
    left: 0px;
    width: 100%;
    line-height: 50px;
    z-index: 0;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 300;
}

.header .header-socials {
    margin: 12px 27px;
    text-align: center;
}

    .header .header-socials a {
        font-size: 1em;
        display: inline-block;
        padding: 0 7px;
    }


.header .header-right {
    display: table-cell;
    background: #007dc6;
    color: #fff;
    width: 100%;
}

.header {
    display: block;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
}


.search-header {
    display: block;
    top: 0px;
    right: 0px;
}

    .search-header input[type=text],
    .search-header input[type=search] {
        display: block;
        border: 0px;
        background: transparent;
        z-index: 3;
        position: absolute;
        top: 0px;
        height: 72px;
        padding: 0;
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        color: #fff;
        width: 0px;
        right: 9%;
        opacity: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
    }

    .search-header.active input[type=text],
    .search-header.active input[type=search] {
        width: 91%;
        right: 9%;
        opacity: 1;
        padding: 0 25px;
        background: #232323;
    }

.main-menu li {
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    opacity: 1;
}

.main-menu > ul > li {
    /*padding-right: 1px;*/
}

    .main-menu > ul > li > a {
        transition: color, background 0.2s;
        -moz-transition: color, background 0.2s;
        -webkit-transition: color, background 0.2s;
        -o-transition: color, background 0.2s;
    }

    .main-menu > ul > li.no-description > a {
        padding-top: 27px;
        padding-bottom: 27px;
    }

.header .search-header:after,
.header .under-menu li a {
    transition: color, background 0.2s;
    -moz-transition: color, background 0.2s;
    -webkit-transition: color, background 0.2s;
    -o-transition: color, background 0.2s;
}

.hidelis li {
    opacity: 0;
}


.search-header input[type=submit] {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    line-height: 72px;
    height: 72px;
    border: 0px;
    cursor: pointer;
    width: 9%;
    background: transparent;
    color: transparent;
}

.search-header input[type=search]::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

.search-header input[type=search]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.search-header input[type=search]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.search-header input[type=search]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

.search-header:after {
    display: block;
    position: absolute;
    content: '\f002';
    font-family: "FontAwesome";
    top: 0px;
    right: 0px;
    z-index: 0;
    width: 9%;
    line-height: 72px;
    height: 72px;
    font-size: 26px;
    text-align: center;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.search-header.active:after {
    background: #232323;
}





/* #3 Main menu */

.main-menu {
    display: block;
    z-index: 100;
    position: relative;
    background-color: inherit;
}

    .main-menu ul {
        background-color: inherit;
        width: 100%;
        position: relative;
        margin-bottom: 0px;
    }

    .main-menu li {
        display: block;
        float: left;
        background: inherit;
        position: relative;
    }

    .main-menu ul.sub-menu > li a {
        background: transparent;
    }

    .main-menu > ul > li:not(.has-ot-mega-menu) li a,
    .main-menu > ul > li > a {
        display: block;
        padding: 15px;
        color: #fff;
        text-decoration: none;
        z-index: 2;
        position: relative;
        font-size: 16px;
    }

    .main-menu > ul > li:not(.has-ot-mega-menu) li > a {
        font-size: 1em;
        padding: 17px 20px 17px 20px;
        font-weight: 700;
    }

    .main-menu li > a i {
        font-size: 0.6em;
        font-weight: 300;
        font-style: normal;
        display: block;
        line-height: 150%;
    }

    .main-menu li a > span {
        padding-right: 18px;
        display: block;
        position: relative;
    }

        .main-menu li a > span:after {
            display: block;
            font-family: "FontAwesome";
            content: "\f107";
            position: absolute;
            right: 0px;
            top: 0px;
        }

    .header .under-menu ul ul li a > span:after,
    .main-menu .sub-menu li a > span:after {
        content: '\f105';
    }

    .main-menu li > ul {
        display: none;
        position: absolute;
        left: 0px;
        top: 100%;
        width: 215px;
        padding-left: 0px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    }

        /*.main-menu li > ul.ot-mega-menu {
	position: static;
}*/

        .main-menu li > ul:not(.ot-mega-menu) ul {
            left: 100%;
            top: 0px;
        }

        .main-menu li > ul.widget {
            width: 100%;
        }

    .main-menu li ul.ot-mega-menu ul {
        box-shadow: none;
    }

    .main-menu li ul.ot-mega-menu a > span:after {
        display: none;
    }

    .main-menu li:hover > ul {
        display: block;
    }

    .main-menu > ul > li:not(.has-ot-mega-menu) li:hover > a,
    .main-menu > ul > li:hover > a {
        background: #006293;
        color: #fff !important;
    }

    .main-menu li ul > li {
        float: none;
        display: block;
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 0px;
    }

    .main-menu li > ul.sub-menu > li:after {
        display: block;
        position: absolute;
        bottom: 0px;
        height: 1px;
        background: rgba(255,255,255,0.03);
        left: 7%;
        right: 7%;
        content: '';
        z-index: 2;
    }

    .main-menu li > ul.sub-menu.widget > li:after {
        display: none;
    }

    .main-menu > ul > li:not(.has-ot-mega-menu) > ul li > a {
        background: #f9f9f9;
        color: #000;
        font-weight: normal;
    }

    .main-menu > ul > li:not(.has-ot-mega-menu) li:hover > a {
        background: #006293;
        color: #fff!important;
    }

    .main-menu.transition-active > ul > li > ul {
        visibility: hidden;
    }

    .main-menu.transition-active > ul > li:hover > ul {
        visibility: visible;
    }



.header .under-menu {
    display: block;
    background: rgba(255,255,255,0.13);
    clear: both;
    line-height: 40px;
    z-index: 99;
    position: relative;
}

    .header .under-menu:after {
        display: block;
        clear: both;
        content: '';
    }

    .header .under-menu li {
        display: block;
        float: left;
        position: relative;
        background: transparent;
    }

    .header .under-menu > ul > li {
        border-right: 1px solid rgba(255,255,255,0.1);
    }

    .header .under-menu li a {
        display: block;
        padding: 0px 20px;
        color: rgba(255,255,255,0.9);
        font-size: 0.86em;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
    }

        .header .under-menu li a > span:after {
            display: inline-block;
            content: ".";
            padding-left: 5px;
        }

    .header .under-menu li > ul {
        display: none;
        position: absolute;
        left: 0px;
        top: 100%;
        width: 230px;
        padding-left: 0px;
        background: #1a1a1a;
    }

        .header .under-menu li > ul a {
            color: #fff;
            background: transparent;
        }

        .header .under-menu li > ul li:hover > a {
            color: #fff;
            background: rgba(255,255,255,0.1);
        }

        .header .under-menu li > ul ul {
            left: 100%;
            top: 0px;
        }

    .header .under-menu li:hover > ul {
        display: block;
    }

    .header .under-menu li:hover > a {
        background: #1a1a1a;
        color: #fff!important;
    }

    .header .under-menu li:hover > ul li {
        float: none;
        display: block;
    }

    .header .under-menu li a > span {
        padding-right: 18px;
        display: block;
        position: relative;
    }

        .header .under-menu li a > span:after {
            display: block;
            font-family: "FontAwesome";
            content: "\f107";
            position: absolute;
            right: 0px;
            top: 0px;
        }



/* megamenu */

.main-menu ul:after {
    clear: both;
    content: '';
    display: block;
}

.main-menu li.has-ot-mega-menu {
    position: static!important;
}

.main-menu .ot-mega-menu {
    /*display: block;*/
    position: absolute;
    left: 0px;
    width: 100%;
}

    .main-menu .ot-mega-menu > li,
    .main-menu .ot-mega-menu > li > div {
        display: block;
        background: #1e1e1e;
        /*padding: 20px;*/
    }

        .main-menu .ot-mega-menu > li.ot-dropdown:after,
        .main-menu .ot-mega-menu > li > div:after {
            display: block;
            clear: both;
            content: '';
        }

        .main-menu .ot-mega-menu > li.ot-dropdown {
            float: left;
            width: 33.334%;
        }

            .main-menu .ot-mega-menu > li.ot-dropdown > ul {
                display: block;
                padding: 20px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

        .main-menu .ot-mega-menu > li > div > div.widget {
            float: left;
            width: 33.334%;
            display: block;
            padding: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

nav.main-menu {
    background: url(../images/header-menu-back.png) no-repeat top center;
    background-size: 100% 100%;
}




.ot-mega-menu .widget:after {
    display: block;
    clear: both;
    content: '';
}

.ot-mega-menu .widget.nopaddingplease {
    padding: 0px!important;
}

.ot-mega-menu .widget.lightcolor {
    background: #2b2b2b;
    z-index: 1;
}

.ot-mega-menu .widget-menu {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background: transparent;
}

    .ot-mega-menu .widget-menu li a i.fa {
        padding-right: 14px;
    }

    .ot-mega-menu .widget-menu li {
        display: block;
        background: transparent;
        position: relative;
    }

        .ot-mega-menu .widget-menu li:after {
            display: block;
            position: absolute;
            content: '';
            background: rgba(255,255,255,0.07);
            height: 1px;
            top: 100%;
            left: 0px;
            width: 100%;
        }

        .ot-mega-menu .widget-menu li:last-child:after {
            display: none;
        }

    .ot-mega-menu .widget-menu a {
        display: block;
        background: transparent;
        font-size: 1em;
        padding: 17px 18px;
        margin-top: 1px;
        text-transform: none;
    }

    .ot-mega-menu .widget-menu li:hover > a {
        display: block;
        background: rgba(0,0,0,0.3);
    }

.ot-mega-menu {
    overflow: hidden;
}

    .ot-mega-menu .widget {
        position: relative;
    }

        .ot-mega-menu .widget .article-block .item:after,
        .ot-mega-menu .widget .article-block:after {
            display: block;
            clear: both;
            content: '';
        }

        .ot-mega-menu .widget .article-block .item {
            clear: both;
            display: block;
            border-bottom: 1px dotted #444;
            padding-bottom: 14px;
            margin-bottom: 14px;
        }

            .ot-mega-menu .widget .article-block .item:last-child {
                padding-bottom: 0px;
                margin-bottom: 0px;
                border-bottom: 0px;
            }

        .ot-mega-menu .widget .article-block .item-header {
            display: block;
            float: left;
        }

        .ot-mega-menu .widget .article-block .item.featured .item-header img {
            width: 110px;
            height: 110px;
        }

        .ot-mega-menu .widget .article-block .item.featured .item-content {
            display: block;
            margin-left: 125px!important;
        }

        .ot-mega-menu .widget .article-block .item-content {
            display: block;
            margin-left: 65px!important;
        }

            .ot-mega-menu .widget .article-block .item-content p {
                font-size: 12px;
                margin-bottom: 6px;
                line-height: 15px;
                opacity: 0.5;
            }

            .ot-mega-menu .widget .article-block .item-content h4 {
                font-size: 18px;
                margin-bottom: 6px;
                font-weight: 400;
                line-height: 15px;
            }

            .ot-mega-menu .widget .article-block .item-content span {
                font-size: 13px;
                font-weight: 400;
                line-height: 15px;
                opacity: 0.5;
            }



    .ot-mega-menu .widget {
        position: relative;
    }

        .ot-mega-menu .widget .widget-menu {
            z-index: 3;
            position: relative;
        }

    .ot-mega-menu > .menu-item:before {
        display: block;
        right: 100%;
        top: 20px;
        bottom: 20px;
        border-left: 1px dotted #444;
        content: '';
        position: absolute;
        z-index: 0;
    }

    .ot-mega-menu .widget:before {
        display: block;
        top: 20px;
        bottom: 20px;
        right: 100%;
        border-left: 1px dotted #444;
        content: '';
        position: absolute;
        z-index: 0;
    }

    .ot-mega-menu .widget:first-child:before {
        display: none;
    }


/* Menu */


/* Desktop view */

.ot-menu-toggle {
    display: none;
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 0px;*/
    /*right: 0px;*/
    z-index: 1000;
    background: #007DC6;
    text-align: center;
    color: #f0f0f0!important;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11px 0;
    width: 35px;
    float: right;
}

body.ot-menu-active .ot-menu-toggle:after {
    content: '\f00d';
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 18px;
}

.ot-menu-toggle i.fa {
    padding-right: 10px;
}

body.ot-menu-active {
    overflow: hidden;
    margin-left: 70%;
    -moz-transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
}

    body.ot-menu-active .ot-menu-list {
        left: 0px;
        margin-left: 0px;
    }

    body.ot-menu-active .ot-menu-toggle {
        left: 70%;
    }


.ot-menu-list h3 {
    padding: 15px;
    font-size: 18px;
    color: #ccc;
    margin-bottom: 0px;
}

.ot-menu-list li {
    border: 0px!important;
    border-top: 1px solid rgba(255,255,255,0.07)!important;
}

    .ot-menu-list li li a {
        padding-left: 30px;
    }

    .ot-menu-list li a {
        color: #ccc;
        background: #232323;
        box-shadow: inset -20px 0 10px -10px rgba(0,0,0,0.2);
    }

        .ot-menu-list li a:hover {
            background: #1D1D1D;
        }

    .ot-menu-list li ul {
        height: auto!important;
    }

.ot-menu-list a {
    padding: 12px 15px;
    display: block;
    font-size: 12px;
}

    .ot-menu-list a i {
        display: none;
    }

.ot-menu-list .big-drop > ul {
    display: none;
}

body.ot-menu-active {
    margin-left: 0px;
}

    body.ot-menu-active .ot-menu-list {
        width: 70px;
    }

    body.ot-menu-active .ot-menu-toggle {
        left: -70px;
    }

.ot-menu-list .mega-menu-full > ul {
    display: none!important;
}

.item .item-header a {
    max-width: 100%;
}


/* iPad view */
@media only screen and (max-width: 800px) and (min-width: 601px) {

    body.ot-menu-ipad-enable .ot-menu-toggle,
    body.ot-menu-ipad-enable .ot-menu-list {
        display: block!important;
    }

    body.ot-menu-ipad-enable .ot-menu-add {
        display: none!important;
    }

    body.ot-menu-active {
        margin-left: 40%;
    }

        body.ot-menu-active .ot-menu-list {
            width: 40%;
        }

        body.ot-menu-active .ot-menu-toggle {
            left: 40%;
        }
}

/* iPhone view */
@media only screen and (max-width: 600px) {

    body.ot-menu-ipad-enable:not(.ot-menu-iphone-enable) {
        margin-top: 0px;
    }

    body.ot-menu-iphone-enable .ot-menu-toggle,
    body.ot-menu-iphone-enable .ot-menu-list {
        display: block!important;
    }

    body.ot-menu-ipad-enable:not(.ot-menu-iphone-enable) .ot-menu-toggle,
    body.ot-menu-ipad-enable:not(.ot-menu-iphone-enable) .ot-menu-list {
        display: none!important;
    }

    body.ot-menu-iphone-enable .ot-menu-add {
        display: none!important;
    }

    body.ot-menu-ipad-enable:not(.ot-menu-iphone-enable) .ot-menu-add {
        display: none!important;
    }

    body.ot-menu-active {
        margin-left: 70%;
    }

        body.ot-menu-active .ot-menu-list {
            width: 70%;
        }

        body.ot-menu-active .ot-menu-toggle {
            left: 70%;
        }
}



/* Menu background */
.dat-menu-setup {
    background-color: #006293;
    background-image: url(../../images/photo-3.jpg);
}

.top-header-small {
    height: 4px;
    top: 0;
    position: absolute;
    background-color: #007DC6;
    width: 100%;
}


/* DESKTOP */
@media only screen and (max-width: 1210px) {


    .header:not(.makefixed) > .wrapper {
        left: 1.5%!important;
        margin-left: 0px!important;
    }


    .header .search-header input[type=text],
    .header .search-header input[type=search] {
        height: 46px;
    }

    .header .search-header input[type=submit] {
        line-height: 46px;
        height: 46px;
    }

    .header .search-header:after {
        line-height: 46px;
        height: 46px;
        font-size: 18px;
    }

    .header .main-menu li > a i {
        font-size: 0;
    }

    .header .header-socials {
        display: none!important;
    }

    .header .header-logo {
        border-bottom: 0px;
        padding-bottom: 0px;
    }

    .header .main-menu li > a {
        font-size: 1em!important;
        padding: 16px 20px 16px 20px!important;
    }

    .header .under-menu li a {
        font-size: 0.8em!important;
    }

    .header .under-menu {
        line-height: 38px;
    }

    .header .header-logo h1 {
        font-size: 1.46em;
        line-height: 100%;
    }


    .header-right.no-bottom.has-social-block .search-header input[type=text],
    .header-right.no-bottom.has-social-block .search-header input[type=search] {
        height: 46px;
    }

    .header-right.no-bottom.has-social-block .search-header:after,
    .header-right.no-bottom.has-social-block .search-header input[type=submit] {
        height: 46px;
        line-height: 46px;
    }
}


/* TABLET */
@media only screen and (max-width: 970px) {

    .header.makefixed > .wrapper {
        position: relative!important;
        z-index: 100;
        top: 0px;
        margin-left: 25px;
        box-shadow: 0 5px 3px rgba(0,0,0,0.06);
    }

    .header {
        height: auto!important;
    }


    .owl-theme .owl-controls.clickable .owl-buttons div.owl-prev,
    .owl-theme .owl-controls.clickable .owl-buttons div.owl-next {
        display: none;
    }


    .header .search-header input[type=text],
    .header .search-header input[type=search] {
        height: 46px;
    }

    .header .search-header input[type=submit] {
        line-height: 46px;
        height: 46px;
    }

    .header .search-header:after {
        line-height: 46px;
        height: 46px;
        font-size: 18px;
    }

    .header .main-menu li > a i {
        font-size: 0;
    }

    .header .header-socials {
        display: none!important;
    }

    .header .header-logo {
        border-bottom: 0px;
        padding-bottom: 0px;
    }

    .header .main-menu li > a {
        font-size: 1em!important;
        padding: 16px 13px 16px 13px!important;
    }

    .header .under-menu li a {
        font-size: 0.8em!important;
        padding: 0px 13px!important;
    }

    .header .under-menu {
        line-height: 38px;
    }

    .header .header-logo > strong {
        display: none;
    }

    .image-hover figure figcaption,
    .image-hover figure svg {
        display: none;
    }

    .pagination .page-numbers {
        padding: 9px 12px;
    }

    .main-menu .ot-mega-menu > li > div > div.widget {
        float: none;
        clear: both;
        display: block;
        width: 100%;
        margin: 0px;
        height: auto!important;
    }

    .main-menu .ot-mega-menu > li > div {
        margin-top: -1px;
    }


    .share-article-body .right {
        float: none;
        position: static;
    }

        .share-article-body .right a:first-child {
            margin-left: 0px;
        }

        .share-article-body .right:after {
            display: block;
            clear: both;
            content: '';
        }

    ol#comments .comment-block {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .article-content ol > li,
    .article-content ul > li {
        font-size: 1.2em;
    }

    #sidebar .widget > .ot-tabbed h3 {
        font-size: 0.9em;
    }
}


/* TABLET 2 */
@media only screen and (max-width: 800px) {

    .header .header-right,
    .search-header {
        display: none!important;
    }

    .header .header-left {
        display: block;
        width: 100%;
        padding: 20px 0;
    }

    .footer .widget {
        display: block;
        width: 100%!important;
        clear: both!important;
        float: none!important;
        margin-bottom: 50px;
        margin-left: 0px;
    }

        .footer .widget:last-child {
            margin-bottom: 0px;
        }

    .main-content > .left-content {
        display: block;
        width: 100%!important;
        clear: both!important;
        float: none!important;
    }

    .small-sidebar,
    #sidebar {
        display: block;
        width: 100%;
        margin: 50px 0 0 0!important;
        padding-top: 30px;
        clear: both;
        float: none;
        border-top: 2px solid rgba(0,0,0,0.05);
    }

    .widget .article-block.reviews .item .item-header {
        float: none!important;
    }

    .header .header-logo h1 {
        font-size: 2.2em;
        line-height: 100%;
    }

    .ot-slider {
        font-size: 0.8em;
    }

    .woocommerce .products .product {
        width: 48.67%;
    }

        .woocommerce .products .product:nth-child(2n+1) {
            clear: both;
            margin-left: 0px;
        }

    .main-content.has-sidebar:before {
        display: none;
    }

    .widget .photo-gallery-widget .item {
        text-align: center;
    }

    .photo-gallery-widget .item-header,
    .widget .photo-gallery-widget .gallery-change {
        display: inline-block;
    }
}


/* PHONE */
@media only screen and (max-width: 600px) {


    .demo-settings {
        display: none!important;
    }

    .pagination .page-numbers.prev, .pagination .page-numbers.next {
        display: none;
    }

    .gallery-shortcode-photos.owl-theme .owl-controls {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        background: rgba(0,0,0,0.1);
        left: 0px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .gallery-shortcode-content a {
        margin-right: 0px;
        padding-top: 50px;
    }

    .archive-blocks .archive-single,
    .photo-galleries .item,
    .paragraph-row > li, .paragraph-row > div {
        display: block;
        width: 100%!important;
        margin: 0px!important;
        clear: both;
        float: none!important;
    }

    .archive-blocks .archive-single,
    .photo-galleries .item {
        text-align: center;
        margin-bottom: 30px!important;
        padding-bottom: 30px;
    }

    .breaking-news {
        display: none;
    }

    .header {
        padding-top: 0px;
    }

        .header:not(.makefixed) > .wrapper,
        .header > .wrapper {
            width: 100%!important;
            left: 0px!important;
        }

    .single-photo-gallery .single-photo-content h3 {
        font-size: 2em;
    }

    .single-photo-gallery .single-photo-content {
        padding: 25px;
    }

    .ot-slider.owl-carousel {
        display: none!important;
    }

    .short-tabs > ul li a {
        font-size: 0;
    }

    .short-tabs > ul li {
        counter-increment: section;
    }

        .short-tabs > ul li a:before {
            font-size: 14px;
            content: counter(section);
        }

    .big-message {
        padding: 40px 0;
    }

        .big-message h2 {
            font-size: 80px;
        }

        .big-message h3 {
            font-size: 30px;
        }

    .item.image-left .item-header {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .item.image-left .item-content {
        margin-left: 0px;
    }

    .postside {
        display: none;
    }

    .share-body i.fa {
        width: 45px;
    }

    #writecomment .coloralert {
        width: auto;
    }

    #writecomment form > p:not(.comment-info) {
        width: auto;
    }

    .review-item-bottomline .left-bottom {
        display: block;
        clear: both;
        width: 100%;
        margin-bottom: 20px;
    }

    .review-item-bottomline p {
        padding-right: 0px;
    }

    .review-item-bottomline .right-bottom {
        display: block;
        clear: both;
        width: 100%;
    }

    ol#comments .image-avatar {
        width: 30px;
        height: 30px;
    }

    ol#comments .comment-text {
        margin-left: 50px;
    }

    ol#comments .user-author {
        display: none;
    }

    .woocommerce .products .product {
        clear: both!important;
        margin-left: 0px!important;
        width: 100%!important;
    }

    .woocommerce .product > .images,
    .woocommerce .product > .summary {
        display: block;
        float: none;
        clear: both;
        margin-left: 0px;
        width: 100%;
    }

    .woocommerce .product > .summary {
        margin-top: 15px;
    }

    .woocommerce .products .price {
        display: block;
        float: none;
    }

    .woocommerce .products .price,
    .woocommerce .products .product h3,
    .woocommerce .products {
        text-align: center;
    }

        .woocommerce .products img {
            max-width: 100%;
            width: auto;
        }

    .home-featured-article .home-featured-item .feature-text span {
        display: none;
    }

    .woocommerce .products .star-rating,
    .woocommerce .products .product a.button {
        float: none;
    }

    .main-title a.button {
        display: none;
    }

    .image-hover img {
        transition: none;
        -webkit-transition: none;
    }

    .image-hover:hover img {
        transform: none;
        -webkit-transform: none;
    }

    .photo-gallery-widget .item-header,
    .widget .photo-gallery-widget .gallery-change {
        display: inline-block;
    }

    .small-sidebar .widget .article-block .item .item-header a, .small-sidebar .widget .article-block .item .item-header img {
        max-width: 100%;
        width: auto;
    }

    .category-default-block .item-main {
        margin-bottom: 20px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 20px;
    }

    .category-default-block .smaller-articles {
        padding-left: 0px;
    }

    .article-links-block .item,
    .article-review-block .item,
    .article-list-block .item {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0px;
        clear: both;
    }

    .article-review-block .item {
        margin-bottom: 15px;
    }

    .home-featured-article {
        margin-bottom: 60px;
    }

    .category-default-block {
        max-width: 406px;
        margin-left: auto;
        margin-right: auto;
    }

    .article-list-block {
        max-width: 381px;
        margin-left: auto;
        margin-right: auto;
    }

    .article-links-block,
    .article-review-block {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* PHONE */
@media only screen and (max-width: 320px) {

    .article-links-block .item,
    .article-review-block .item,
    .article-list-block .item {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0px;
        clear: both;
    }

    .article-review-block .item {
        margin-bottom: 15px;
    }

    .home-featured-article {
        margin-bottom: 60px;
    }

        .home-featured-article .home-featured-item .feature-text span {
            display: none;
        }

    .main-title a.button {
        display: none;
    }

    .main-title h2 {
        font-size: 1.5em;
    }

    .home-featured-article .home-featured-item .feature-text {
        padding-top: 10px;
        padding-bottom: 0px;
        font-size: 0.6em;
    }

    .home-featured-article .home-featured-item {
        min-height: 0px;
    }

    .home-featured-article .home-featured-menu {
        top: 25px;
    }

        .home-featured-article .home-featured-menu a {
            box-shadow: inset 0 0 0 2px #232323;
        }

            .home-featured-article .home-featured-menu a:hover,
            .home-featured-article .home-featured-menu a.active {
                background: #232323;
            }
}
