@font-face {
    font-family: 'Cooper Black';
    src: url('font/cooper-black-webfont.eot');
    src: url('font/cooper-black-webfont.eot?#iefix') format("embedded-opentype"),url('font/cooper-black-webfont.woff') format("woff"),url('font/cooper-black-webfont.ttf') format("truetype"),url('font/cooper-black-webfont.svg#cooper_blackregular') format("svg");
    font-weight: normal;
    font-style: normal
}

/* ============= General Rules =========== */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
	0% {opacity: 0.5;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}


body {
    font-size: 13px;
    position: relative;
}

a:focus {
    outline: none;
}

html {
    -webkit-font-smoothing: antialiased;
}

*:focus, .btn:focus {
    outline: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

p {
    font-size: 1em;
}

p i {
    margin-right: 5px;
}

p.list {
    margin: 20px 0;
}

p.end-section {
    margin-bottom: 20px;
}

a {
    color: inherit;
}

a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: underline;
}

a:focus {
    text-decoration: none;
}

.v-al-container {
    text-align: center;
}

.v-al-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.v-al {
    display: inline-block;
    vertical-align: middle;
}

.content .call {
    margin-top: 0;
}

.content .container .carousel {
    border-radius: 5px;
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 400;
}

i.fa, .fa:hover {
    text-decoration: none;
}

.c-border-top {
    margin-top: -1px;
}

.full-container {
    padding: 45px 30px;
}

header .full-container {
    padding: 0 30px;
}

.container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.container.no-space {
    padding-top: 0;
    padding-bottom: 0;
}

.container.no-space-bot {
    padding-bottom: 0;
}

.container > .row.no-space {
    padding-top: 0;
    padding-bottom: 0;
}

.container > .row.no-space-bot {
    padding-bottom: 0;
}

.container > .row {
    padding-top: 30px;
    padding-bottom: 30px;
}


.container > .row .main-el {
    padding-top: 15px;
    padding-bottom: 15px;
}



.bold {
    font-weight: 700;
}

.semi-bold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.light {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

h4.sep .line {
    height: 1px;
    background: grey;
    line-height: 20px;
    display: inline-block;
    width: 50px;
    margin-bottom: 5px;
}

.photo img, .image img {
    width: 100%;
}

.bg-white{
    background-color: #fff;
}

.padding0{ padding-top: 0 !important; padding-bottom:0 !important;}

h2.title{
    font-size: 50px;
}
/* ================== Dividers ================== */
.mobile-header {
    display: none;
}

.sep-line {
    width: 100%;
    height: 1px;
    display: block;
}

.dividing.sep-line {
    margin: 30px 0;
}

.divider.divider-2 {
    height: 1px;
    position: relative;
    display: block;
    width: 100%;
}

.divider.divider-2:before {
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    content: "";
    top: -1px;
}

.divider.divider-3 {
    height: 3px;
    width: 30px;
    position: relative;
    display: inline-block;
    margin: 6px 0;
}

.divider.divider-3:before {
    position: absolute;
    width: 130px;
    height: 1px;
    left: 0;
    content: "";
    top: 1px;
    background: inherit;
}

.divider.divider-3:after {
    position: absolute;
    width: 130px;
    height: 1px;
    content: "";
    right: 0;
    top: 1px;
    background: inherit;
}

.heading-sep {
    height: 1px;
    width: 100%;
    display: block;
}

.separator {
    height: 1px;
    display: block;
    width: 100%;
    margin: 25px 0;
}

.divider.divider-4 {
    height: 5px;
}




/* ======================= Header Elements ======================= */

.features-image-wrap {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 5px;
    border-radius: 5px;
}

.features-image-wrap.full {
    width: 100%;
}

.features-image-wrap .button.solid {
    position: absolute;
    top: 80px;
    left: 0;
}

.features-image {
    position: relative;
}

.features-image .overlay {
    opacity: 1;
}
.side-menu .element:first-child {
    border-radius: 3px 3px 0 0;
}

.side-menu .element:last-child {
    border-radius: 0 0 3px 3px;
}

.side-menu .element {
    display: block;
    line-height: 38px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    border-bottom: none;
}
.side-menu .element:hover {
    background: #e1e1e1;
}
.side-menu .last {
    border-bottom: 1px solid #e1e1e1;
}
.side-menu a.element:hover {
    text-decoration: none;
}

.side-menu .parent.element {
    padding: 0;
}

.side-menu .parent.element .title {
    padding: 0 20px;
}

    .side-menu .parent.element .title:hover {
        text-decoration: none;
    }

    .side-menu .parent.element .title span:before {
        content: "\2013";
    }

    .side-menu .parent.element .title.collapsed span:before {
        content: "\002B";
    }

.side-menu .element .submenu .element {
    padding: 0 20px;
    background: #f5f5f5;
    border: none;
    border-top: 1px solid #e1e1e1;
}

.side-menu .element {
    transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
    -webkit-transition: 0.35s;
}


.dropdown .dropdown-menu, .uber-dropdown .uber-menu {
    display: none;
}

.uber-menu .container {
    padding: 0;
}

.uber-menu .uber-banner {
    padding: 50px 50px 10px 50px;
}

.dropdown:hover .dropdown-menu, .uber-dropdown:hover .uber-menu {
    height: auto;
}

body.navbar-stuck {
    padding-top: 100px;
}

#tagline {
    font-size: 14px;
    position: relative;
}

#tagline .container {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

#tagline .row {
    padding: 0;
}

#tagline .tag-badge {
    position: absolute;
    left: -95px;
    top: 0;
    z-index: 200;
}

#tagline .fa.fa-times {
    font-size: 19px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:focus {
    background: none;
    border-color: none;
}

header > .container {
    position: relative;
    z-index: 1000;
    padding-top: 0;
    padding-bottom: 0;
}

header > .container > .row {
    padding: 0;
}

header.navbar-show-down {
    top: 0;
}

header {
    transition: top 2s ease;
    -webkit-transition: top 2s ease;
    -moz-transition: top 2s ease;
    -o-transition: top 2s ease;
    -ms-transition: top 2s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    padding: 0 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.header .container {
    position: static;
}

.boxed header.navbar-fixed-top {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

.boxed .advertising{
    display: none;
}

header.small {
}

header .menu-bar {
    position: relative;
}

header .logo-box {
    padding: 3px 0;
    line-height: 65px;
}


header.small .navbar-nav > .dropdown, header .navbar-nav > li {
    line-height: 65px;
}

header.small .uber-menu {
    top: 65px;
}

header.custom-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
}

header.static {
    position: static;
}

.fancy-banner {
    background: url(../images/screen-banner.png);
    height: 315px;
    width: 100%;
    background-position: center center;
    position: relative;
}

.fancy-banner .v-al {
    width: 98.5%;
}

.fancy-banner .v-al img {
    margin: 0 auto;
}

#contentbody{
    background-color: #fff;
    /*min-height: 400px;*/
    margin-top: 110px;
    min-height: 200px;
}

header.navbar-fixed-top.custom-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
}

header.navbar-fixed-top .top-bar, header.navbar-show-down .top-bar {
    display: none !important;
}

header.navbar-fixed-top .logo {
    display: none !important;
}



header.navbar-show-down {
    top: 0;
}

header.navbar-fixed-top a.logo-box {
    line-height: 63px;
    padding: 0;
}

header.navbar-fixed-top ul.navbar-nav > li {
    line-height: 60px;
}


header a.logo-box {
    /*line-height: 72px;
    padding: 15px 0;*/
    max-width: 250px;
    float: left;
}

header .logo-box img {
    display: inline-block;
}

header .navbar-nav > li {
    display: inline-block;
    line-height: 103px;
}

header .navbar-nav > .uber-dropdown {
    position: static;
}

header.navbar-fixed-top .navbar-nav > .dropdown {
    line-height: 65px;
}

header .navbar-nav > .dropdown > a > span:before {
    content: "\002B";
    display: inline-block;
    width: 5px;
}

header .navbar-nav > .dropdown:hover > a > span:before {
    content: "\2013";
}

header .navbar-nav li a {
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
    padding: 8px 7px 8px 15px;
    display: inline-block;
    transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
    -webkit-transition: 0.35s;
    text-transform: uppercase;
}

header .nav-buttons {
    padding-top: 17px;
    padding-bottom: 17px;
}

header .nav-buttons .button {
    margin-left: 5px;
}

header .nav-buttons a{
    width: auto;
}



header .navbar-nav a:hover {
    text-decoration: none;
}

a.navbar-brand {
    line-height: 72px;
    padding: 15px 0;
    max-width: 100px;
}

header a {
    line-height: 20px;
    width: 100%;
}

header .navbar-nav .dropdown-menu {
    left: 0;
    right: auto;
    margin: 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
    border-top: none;
    width: auto;
    top: 100%;
    border: none;
    text-align: left;
}

header .dropdown-menu li {
    position: relative;
    line-height: 37px;
    display: block;
    font-size: 12px;
    text-transform: capitalize;
    min-width: 200px;
}

header li.dropdown:hover {
    cursor: pointer;
    
}

header .dropdown li.menu-parent > a:after {
    content: "\002B";
    float: right;
    font-size: 13px;
    font-weight: 300;
    display: block;
    margin-right: -10px;
}

header .dropdown li.menu-parent:hover > a:after {
    content: "\2013";
}

header .dropdown li.menu-parent > ul.dropdown.repositioned {
    right: 100%;
    left: auto;
    padding-right: 3px;
    padding-left: 0;
    overflow: visible;
}

header .dropdown li.menu-parent > ul.dropdown {
    border-radius: 3px;
    position: absolute;
    left: 100%;
    padding-left: 3px;
    top: 0;
    width: 1px;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    -moz-transition-property: opacity;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

header .dropdown li.menu-parent > ul.dropdown li:first-child {
    border-top: none;
    border-radius: 3px 3px 0 0;
}

header .dropdown li.menu-parent:hover > ul.dropdown {
    width: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

header .dropdown li:last-child {
    border-bottom: none;
    border-radius: 0 0 2px 2px;
    font-weight: 700;
}

header .dropdown li a {
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: 12px;
    padding: 0 20px;
    line-height: 37px;
    border-radius: 0;
}

header .dropdown.uber-dropdown li:last-child {
    text-transform: none;
    font-weight: 400;
}

header.head-1 .navbar-nav {
    float: right;
    margin-top: 22px;
}

header .utilities-buttons .element {
    float: left;
    position: relative;
}

header .utilities-buttons .element a:focus {
    color: inherit;
}

header.head-1 .menu-bar .utilities-buttons {
    float: right;
    padding: 38px 0;
    padding-left: 10px;
}



header.head-1 .menu-bar .utilities-buttons {
    padding: 15px 0 15px 0;
    padding-left: 10px;
}

header.head-1 .menu-bar .utilities-buttons a i, header.custom-1 .utilities-buttons a i {
    border: 1px solid #e1e1e1;
    height: 34px;
    width: 34px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    text-indent: -2px;
}


header .element .lang.dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3000;
    left: initial;
    min-width: 0;
    background-clip: initial;
    border-radius: 2px;
    padding: 0;
}

header .element .lang.dropdown-menu a {
    display: block;
    width: 100%;
    text-align: right;
    line-height: 18px;
    padding: 5px 10px;
    border: none;
    font-size: 11px;
}

header .element .lang.dropdown-menu a:hover {
    text-decoration: none;
}

header .full-container {
    padding: 0;
}

header.navbar-fixed-top {

    position: fixed;
    
    top: 0;
}

header .navbar-right:last-child {
    margin: 0;
}

header .navbar-nav > li {
    line-height: 65px;
}

header .navbar-nav > .dropdown {
    line-height: 65px;
}

header .logo-box {
    padding: 5px 0;
    line-height: 65px;
}

header .nav-buttons .button.striped.sm{
    padding: 5px 19px;
}

header .nav-buttons .button.striped.sm{
    padding: 5px 19px;
}

header .nav-buttons .button.solid.sm .over {
    padding: 6px 20px;
}

.thin .uber-menu {
    top: 65px;
}

header .utilities-buttons a:hover {
    text-decoration: none;
}

.navbar-toggle .icon-bar {
    width: 14px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}
.logo-wrapper{
    float: left;
}

.uber-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 100;
    border-radius: 0 0 4px 4px;
}

.uber-menu.pre-fixed {
    position: absolute;
    top: 100%;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition-property: top;
    -webkit-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    -moz-transition-property: top;
}

.uber-menu.fixed-top {
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    transition-property: top;
    -o-transition-property: top;
    -webkit-transition-property: top;
    -ms-transition-property: top;
    -moz-transition-property: top;
    position: absolute;
    top: 100%;
}

.metro.metro-small .uber-menu.fixed-top {
    top: 70px;
}

.uber-menu > .container {
    border-radius: inherit;
}

.uber-menu .main-wrap {
    margin: 0 15px;
    border-radius: 0 0 5px 5px;
}

header .navbar-nav .uber-menu .items-wrap {
    padding: 30px 35px;
}

header .navbar-nav .uber-menu .items-wrap .col {
    border-right: 1px solid #e1e1e1;
}

header .navbar-nav .uber-menu .items-wrap .col:last-child {
    border-right: none;
}

header .navbar-nav .uber-menu a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 0;
}

header .navbar-nav .uber-menu h4 {
}

header .navbar-nav .uber-menu a span:before {
    margin-right: 5px;
    content: '\2014';
}

header .menu-5 .dropdown .uber-menu a span:before {
    display: initial;
    font-size: 12px;
    position: relative;
    left: -10px;
    top: -3px;
}

.uber-menu ul {
    margin: 0 15px;
    padding: 0;
    font-size: 12px;
    padding: 30px 0;
}

.uber-menu ul li {
    list-style-type: none;
    float: left;
    width: 25%;
    display: block;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #e5e5e5;
}

.uber-menu ul li a span:before {
    content: '\2014';
    margin-right: 5px;
}

.uber-menu ul li:nth-child(4n+1) {
    border-left: none;
}

header .uber-menu li {
    line-height: 20px;
    border-bottom: none;
}

header .uber-menu li a:hover {
    color: #fff;
    background-color: transparent;
}

ul.main-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    width: 100%;
}

ul.main-menu.in {
    height: 100% !important;
}

.main-menu ul {
    padding: 0;
}

.main-menu li {
    list-style-type: none;
    background-color: #fff;
}

.main-menu a {
    line-height: 52px;
    width: 100%;
    height: 52px;
    display: block;
    padding: 0 20px;
    font-size: 12px;
    text-transform: capitalize;
}

.main-menu a:hover {
    text-decoration: none;
}

.main-menu .submenu a {
    padding: 0 50px;
    padding-right: 20px;
}

.main-menu {
}

.main-menu .main {
    text-align: center;
    font-size: 17px;
    line-height: 67px;
}

.main-menu button {
    padding: 8.5px 10px;
    border-radius: 2px;
    display: inline-block;
    transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
}


.boxed #login, .boxed #register {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

#search {
    font-size: 13px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 30;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
}

#search > .container {
    padding: 0 15px;
}

#search > .container > .row {
    padding: 0;
}

#search .input-group {
    margin: 40px 0;
}

#search.fixed-top {
    position: fixed;
    top: 0;
}

header.static ~ #search, header.static ~ #login, header.static ~ #register{
    position: absolute;
    top: auto;
}


#search.fixed-top.show-down {
    position: fixed;
    top: 65px;
}

#search button.btn.btn-default {
    height: 60px;
    border-radius: 3px;
    padding: 0;
}

#search button.btn.btn-default .over {
    width: 60px;
    line-height: 58px;
    height: 60px;
}

#search button.btn.btn-default.fa-search {
    font-size: 15px;
}

#search button.btn.btn-default.dropdown-toggle {
    font-size: 13px;
    width: 110px;
}

#search input.form-control {
    height: 60px;
    box-shadow: none;
}

#search ul.dropdown-menu {
    font-size: 13px;
    border-radius: 3px;
    box-shadow: none;
    min-width: 110px;
    border-top: none;
    margin-top: -4px;
}

#search ul.dropdown-menu > li {
    width: 110px;
    display: block;
}

#search ul.dropdown-menu > li > a {
    padding: 7px 20px;
    width: 108px;
}

#search ul.dropdown-menu > li > a:hover {
    background: none;
}


#login, #register {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 30;
}

#login .container, #register .container {
    padding-top: 0;
    padding-bottom: 0;
}

#section-nav ul {
    position: fixed;
    left: 10px;
    top: 290px;
    width: 36px;
    display: block;
    border-radius: 2px;
    padding: 4px 0;
    z-index: 1000;
}

#section-nav ul li a {
    padding: 0;
}

#section-nav .item {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    display: block;
    margin: auto;
    margin-bottom: 8px;
    margin-top: 8px;
}

header.navbar-fixed-top.no-shade {
    box-shadow: none;
    -webkit-box-shadow: none;
}



header .top-bar .socials {
    margin-top: 10px;
}


header.head-2 .logo .container {
    padding: 0 15px;
}

header.navbar-fixed-top.head-2 ul.navbar-nav {
    width: auto;
    text-align: right;
    float: right;
}

header .navbar-nav.text-center {
    float: none;
}

/*.nav-shop, .nav-shop img {
    line-height: 50px !important;
    padding: 0 !important;
}*/
header .navbar-nav li.nav-shop a{
    transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    -webkit-transition: none !important;
}
.nav-shop a {
    background: url('../images/btn-shop.png') no-repeat 0 0;
    width: 69px;
    height: 26px;
    margin: 15px 0 0 10px;
}
.nav-shop a:hover {
    background: url('../images/btn-shop.png') no-repeat 0 -28px !important;
}

header .flag {
    display: inline-block;
    padding: 0 7px;
}

header .shadow {
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
    z-index: 999;
    left: 0;
}


iframe {
    border: none;
}

.player iframe {
    width: 100%;
}

.only-sm {
    margin-top: 60px;
    margin-bottom: 50px;
}

.to-left {
    float: left;
}

.to-right {
    float: right;
}

.secondary {
    padding: 60px 0 75px;
}

.less-faded {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.faded {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.secondary h4 {
    margin-bottom: 20px;
}

.call {
    padding: 33px;
    text-align: center;
    border-radius: 5px;
}

.rounded {
    border-radius: 5px;
}


.overlay, .background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    border-radius: inherit;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.background-overlay {
    opacity: 1;
    padding: inherit;
}

.overlay:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    cursor: pointer;
}

.overlay:hover i.sm, .overlay:hover i.md {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.overlay i.sm, .overlay i.md {
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.overlay i.md {
    line-height: 74px;
    width: 74px;
    font-size: 15px;
    margin-top: -37px;
    margin-left: -37px;
}

.overlay i.sm {
    line-height: 25px;
    width: 25px;
    font-size: 10px;
    margin-top: -13px;
    margin-left: -13px;
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

a.overlay:hover {
    text-decoration: none;
}

.no-bg-img {
    background-image: none !important;
}

.sep-heading-container h1, .sep-heading-container h2, .sep-heading-container h3, .sep-heading-container h4, .sep-heading-container h5, .sep-heading-container h6, .sep-heading-container h1 {
    float: left;
}

.sep-heading-container.shc1 .sep-container {
    height: 30px;
}

.sep-heading-container.shc2 .sep-container {
    height: 26px;
}

.sep-heading-container.shc3 .sep-container {
    height: 22px;
}

.sep-heading-container.shc4 .sep-container {
    height: 16px;
}

.sep-heading-container.shc5 .sep-container {
    height: 15px;
}

.sep-heading-container.shc6 .sep-container {
    height: 13px;
}

.sep-heading-container h1, .sep-heading-container h2, .sep-heading-container h3, .sep-heading-container h4, .sep-heading-container h5, .sep-heading-container h6 {
    margin-bottom: 0;
}

.sep-heading-container {
    padding-bottom: 0;
}

.main-el .sep-heading-container {
    padding-bottom: 15px;
}

.container > .sep-heading-container {
    padding-bottom: 15px;
}

.sep-heading-container .sep-container {
    position: relative;
    overflow: hidden;
    font-size: 100%;
}

.sep-heading-container .sep-container .the-sep {
    width: 100%;
    position: relative;
    top: 50%;
    margin-left: 10px;
}

ul.basic, ol.basic {
    margin: 0;
    padding-left: 18px;
}

ul.basic {
    list-style-type: circle;
}

ul.basic li, ol.basic li {
    margin-bottom: 20px;
}

ul.basic li:last-child, ol.basic li:last-child {
    margin-bottom: 0px;
}


.icon.list .element {
    margin-bottom: 15px;
}

.icon.list .element:last-child {
    margin-bottom: 0;
}

.icon.list .element p {
    padding: 2px;
}

ul.basic.minus {
    list-style-type: none;
    padding-left: 0;
}

ul.basic.minus li:before {
    content: '\2014';
    font-size: 12px;
    padding-right: 3px;
}

.icon.list .element p {
    margin-bottom: 10px;
}

.icon.list .element i {
    border-radius: 100%;
    height: 23px;
    line-height: 24px;
    width: 23px;
    text-align: center;
    text-indent: -1px;
    font-size: 13px;
    margin-right: 5px;
}

.icon.list.icon-list-2 .element i {
    font-size: 20px;
}

.icon-list-1 {
}

.icon-list-1 .element {
    padding: 2px;
}

.icon-list-1 .element p {
    margin-top: 1px;
    margin-bottom: 14px;
}

.icon-list-1 .element i {
    border-radius: 100%;
    height: 23px;
    line-height: 24px;
    width: 23px;
    text-align: center;
    text-indent: -1px;
    font-size: 13px;
    margin-right: 10px;
}

.icon-list-2 {
}

.icon-list-3 {
}

i.rounded {
    border-radius: 100%;
    text-align: center;
}

i.x1 {
    font-size: 13px;
    line-height: 23px;
    height: 22px;
    width: 22px;
}

i.x2 {
    line-height: 53px;
    height: 52px;
    width: 52px;
    font-size: 24px;
}

i.x3 {
    line-height: 109px;
    height: 108px;
    width: 108px;
    font-size: 70px;
}

i.x4 {
    line-height: 191px;
    height: 190px;
    width: 190px;
    font-size: 70px;
}

i#custom-bg-1 {
    background-color: #acd478;
}

i#custom-bg-2 {
    background-color: #d9534f;
    border-radius: 15px;
}

i#custom-bg-3 {
    background-color: #f0ad4e;
    border-radius: 5px;
}

i#custom-bg-4 {
    background-color: #a4d4e7;
}

.icon-list-3 .element p {
    padding-top: 2px;
    margin-bottom: 14px;
}

.icon-list-3 .element i {
    border-radius: 100%;
    height: 23px;
    line-height: 22px;
    width: 23px;
    text-align: center;
    font-size: 13px;
    margin-right: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.icon-list-4 .element p {
    padding-top: 2px;
    margin-bottom: 14px;
}

.icon-list-4 .element i {
    border-radius: 100%;
    height: 23px;
    line-height: 22px;
    width: 23px;
    text-align: center;
    font-size: 19px;
    margin-right: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.section-subtitle {
    font-size: 25px;
    font-weight: 300;
    margin: 20px 0;
}
/* =============== Carousel =============== */


.input-group input {
    box-shadow: none;
    border-radius: 3px;
    font-size: 13px;
    height: 38px;
    padding-left: 20px;
}

.input-group input:focus {
    box-shadow: none;
}

.input-group .input-group-btn .btn {
    height: 38px;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    padding: 0;
    transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
}

.input-group .input-group-btn .btn .over {
    line-height: 36px;
    height: 38px;    
    width: 38px;
}

a.list-group-item {
    font-size: 13px;
}

.tweet-box {
    margin-top: 0;
    margin-bottom: 12px;
}

.tag {
    line-height: 38px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 0 10px;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 13px;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
}

.full-portfolio {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    padding-bottom: 75px;
}

.full-portfolio .portfolio-isotope {
    margin-bottom: 15px;
    margin-left: 1px;
    margin-right: 1px;
}

.full-portfolio .breadcrumb {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
}

.full-portfolio .item-wrap {
    float: left;
    width: 16.66666666666666%;
}

.full-portfolio .item-wrap .item {
    margin-bottom: 1px;
    margin-right: 1px;
}

.full-portfolio .item {
    position: relative;
}

.full-portfolio img {
    width: 100%;
}

.container.full-pf {
    padding-top: 0;
    padding-bottom: 0;
}

.container.full-pf > .row {
    padding-top: 0;
    padding-bottom: 0;
}

.googlemap {
    position: relative;
    padding-bottom: 22%;
    overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.txt-min {
    font-size: 11px;
    line-height: 18px;
}

.txt-sm {
    font-size: 12px;
    line-height: 18px;
}

.txt-lgr {
    font-size: 15px;
    line-height: 20px;
}

.wrap-404 {
    font-size: 230px;
    line-height: 230px;
}

.wrap-404 i {
    font-size: 200px;
    position: relative;
    bottom: 10px;
}

.masonry-container .col-sizer {
    width: 25%;
}

.masonry-container .col-sizer .mason-el.width2 {
    width: 50%;
}


/* ================ Forms =============== */

input.form-control.main-form {
    border-radius: 7px;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

input.form-control.main-form:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.login-form .head, .register-form .head {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 65px 0;
    max-width: initial;
}

.login-form .buttons, .register-form .buttons {
    margin-bottom: 30px;
}

.login-form .buttons .lost {
    float: right;
    line-height: 32px;
}

/* ================ Forms =============== */

.form {
    border-radius: 5px;
    padding: 0px 15px;
}

    .form .head {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        max-width: 240px;
        margin: 0 auto;
        padding: 30px 0 20px;
    }



    .form .form-control {
        height: 30px;
        border-radius: 1px;
    }

        .form .form-control:focus {
            box-shadow: none;
            outline: none;
            border-color: none;
        }

    .form .input-group-addon {
        height: 29px;
        padding: 0 5px;
        border-radius: 1px;
    }

    .form input {
        display: inline-block;
        width: 100%;
        padding: 5px;
        outline: none;
        margin: 0;
        border-radius: 1px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }


/* ============== Buttons =============== */

.button {
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

.button:hover {
    cursor: pointer;
}

.button.full {
    width: 100%;
}

.button.solid {
    position: relative;
}

.button.solid:hover {
    text-decoration: none;
}

.button.striped {
    background: none;
    border: 1px solid;
}

.button .over {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    border-radius: inherit;
    display: block;
}

.button.lg .over {
    padding: 15px 44px;
}

.button.md .over {
    padding: 10px 44px;
}

.button.sm .over {
    padding: 7px 20px;
}

.button.icon.lg .over {
    padding: 15px 36.5px;
}

.button.icon.md .over {
    padding: 10px 36.5px;
}

.button.icon.sm .over {
    padding: 7px 12.5px;
}

.button.striped.lg {
    padding: 14px 43px;
}

.button.striped.md {
    padding: 9px 43px;
}

.button.striped.sm {
    padding: 6px 19px;
}

.lg-btn-section .button.striped {
    font-size: 18px;
    line-height: 72px;
    padding: 0 135px;
}

.lg-btn-section .button.solid .over {
    line-height: 72px;
    padding: 0 135px;
    font-size: 18px;
}

.button .over input, .button .over button, .button.striped button, .button.striped input {
    text-transform: uppercase;
    font-weight: 700;
    color: inherit;
    border: none;
    background: none;
    height: auto;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
}





/* =================== Galleries =================== */


.preview.gallery .frame {
    border-radius: 3px;
    padding: 7px;
}

.preview.gallery .main.frame {
    max-width: 556px;
    position: relative;
}

.preview.gallery .main.frame .overlay {
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: auto;
    height: auto;
}

.preview.gallery .frame .image {
    position: relative;
}

.preview.gallery .frame .image .overlay {
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.preview.gallery .thumb {
    position: relative;
    float: left;
    margin: 0 21px;
    margin-top: -1px;
    max-width: 513px;
    width: 100%;
}

.preview.gallery .navigation {
    position: relative;
}

.preview.gallery .navigation .control {
    width: 22px;
    display: block;
    border-radius: 3px;
    position: absolute;
    height: 100%;
}

.preview.gallery .navigation .control i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
}

.preview.gallery .navigation .control a:hover {
    text-decoration: none;
}

.preview.gallery .navigation .control.left {
    right: -21px;
}

.preview.gallery .navigation .control.right {
    left: -21px;
}

.preview.gallery .thumb .frame {
    width: 14.28571428571429%;
    display: block;
    float: left;
    padding: 4px;
    border-right: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.preview.gallery .thumb .frame:last-child {
    -webkit-box-shadow: 1px 0 0 0 #e1e1e1;
    box-shadow: 1px 0 0 0 #e1e1e1;
}

.preview.gallery .thumb .frame img {
    width: 100%;
}

.standard.gallery {
}

.standard.gallery .item {
    position: relative;
    display: block;
    border-radius: 5px;
}

.standard.gallery .item img {
    width: 100%;
    border-radius: 5px;
}

.prev-gal .cycle-slide img {
    width: 100%;
}

/* ================= Tables =================== */

.table {
    margin-bottom: 0;
}

.table.pricing {
    text-align: center;
}

.table.pricing .head h4 {
    margin: 0;
    padding: 12px 0;
}

.table.pricing .price {
    font-size: 50px;
    padding: 5px;
}

.table.pricing .price .amount {
    position: relative;
    display: inline-block;
    line-height: 44px;
}

.table.pricing .price .unit {
    position: absolute;
    font-size: 17px;
    top: 2px;
    left: -10px;
    line-height: 20px;
}

.table .field {
    font-size: 13px;
    padding: 12px;
}

.table.pricing .button {
    margin: 10px;
}

.table.pricing .button .over {
    padding: 7px 28px;
}

.data .head {
    padding: 20.5px 0;
}

.data .price {
    padding: 55px;
}

.data .field {
    padding: 12px;
    font-size: 13px;
    padding-left: 18px;
}

.data div:last-child {
    border: none;
}

.tablewrap {
    border-radius: 5px;
}

.table.data thead td {
    padding: 15px 20px;
    font-size: 16px;
}

.table.data td {
    font-size: 13px;
    width: 25%;
    padding: 10px 20px;
}

.table {
    border-collapse: separate !important;
    border-spacing: 0;
}

.table tr td:first-child {
    border-left: none !important;
}

.table tr:last-child td {
    border-bottom: none !important;
}

.tablewrap, .table {
    border-radius: 5px;
}

.table thead tr td:first-child {
    border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
}

.table thead tr td:last-child {
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
}

.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
}

/* ====================== Portfolio ===================== */

.portfolio-isotope .isotope-element {
}

.breadcrumb.portfolio-isotope-filters {
    padding: 0;
}

.row > .breadcrumb.portfolio-isotope-filters {
    padding-left: 15px;
    padding-right: 15px;
}

.classic.portfolio .load {
    margin-top: 0;
}

.classic.portfolio .inside.load {
    margin-top: 75px;
}

.portfolio .breadcrumb {
    padding: 0;
}

.portfolio.item {
    border-radius: 6px;
}

.portfolio.item .share {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

.portfolio.item .share:hover + .socials {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: -143px;
    padding-bottom: 40px;
    overflow: visible;
    height: auto;
    width: auto;
}

.portfolio.item .socials {
    position: absolute;
    top: -130px;
    right: -6px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    height: 0;
    width: 0;
    overflow: hidden;
}

.portfolio.item .socials:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding-bottom: 40px;
    overflow: visible;
    height: auto;
    width: auto;
    top: -143px;
}

.portfolio.item .socials a {
    display: block;
    margin-bottom: 4px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.portfolio.item .top {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.portfolio.item .top:hover {
    cursor: pointer;
}

.portfolio.item .top .overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 73px;
    width: 73px;
    border-radius: 100%;
    margin-left: -36px;
    margin-top: -36px;
}

.portfolio.item .bot {
    border-radius: 0 0 5px 5px;
    padding: 5.5px 10px;
    margin-top: 0;
}

.portfolio.item .top img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.portfolio.item .bot h5 {
    margin: 10px 0;
    line-height: 15px;
}

.portfolio.item .bot .stats {
    font-size: 11px;
    position: relative;
}

.portfolio.item .bot .stats i {
    font-size: 13px;
}

.portfolio.item .bot a i {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

.portfolio.item .stats .sep {
    width: 1px;
    margin: 0 9px 0 5px;
}



.fancy-portfolio.wrap {
    margin: -7px;
    border-radius: 5px;
}

.fancy-portfolio .item {
    position: relative;
    border-radius: 5px;
    display: inline-block;
    float: left;
    width: 100%;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.fancy-portfolio .item img {
    width: 100%;
    border-radius: 5px;
}

.fancy-portfolio .item:hover {
    cursor: pointer;
}

.fancy-portfolio .item .overlay i.md {
    top: 45%;
}

.item .overlay .title {
    font-size: 19.9px;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 12%;
    text-align: center;
}



.fancy-portfolio .item.wrap {
    width: 33.33333333333333%;
    padding: 7px;
}

.fancy-portfolio.col-4 .item.wrap {
    width: 25%;
}

.fancy-portfolio.col-2 .item.wrap {
    width: 50%;
}

.fancy-portfolio .load-wrap {
    padding: 0 8px;
    margin-top: 90px;
}

.portfolio.single {
    position: relative;
    overflow: hidden;
}

.portfolio.single.carousel {
    padding: 45px 0;
}

.portfolio.single .info > p {
    line-height: 23px;
    margin-bottom: 67px;
}

.portfolio.single .icon.list {
    margin-bottom: 50px;
}

.portfolio.single .icon.list .element {
    margin-bottom: 0;
}

.portfolio.single .icon.list .element p {
    padding: 2px;
}

.portfolio.single .icon.list .element i {
    border-radius: 100%;
    height: 23px;
    line-height: 24px;
    width: 23px;
    text-align: center;
    text-indent: -1px;
    font-size: 13px;
    margin-right: 15px;
}

.portfolio.single .photo {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.portfolio.single .photo img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.single .sg-controls a {
    position: fixed;
    top: 50%;
    margin-top: -85px;
    text-align: center;
    width: auto;
    line-height: normal;
    height: auto;
    font-size: 15px;
    z-index: 5000;
}

.single .sg-controls a.left {
    left: 0;
}

.single .sg-controls a.right {
    right: 0;
}

.single .sg-controls a i {
    font-size: 12px;
    height: 170px;
    line-height: 176px;
    z-index: 20;
    position: relative;
    width: 38px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.single .sg-controls a.left i {
    text-indent: -5px;
    border-radius: 2px 0 0 2px;
}

.single .sg-controls a.right i {
    text-indent: 5px;
    border-radius: 0 2px 2px 0;
}

.single .sg-controls a .preview {
    top: 0;
    position: absolute;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    z-index: 10;
    width: 276px;
    height: 100%;
}

.single .sg-controls a.left .preview {
    left: -235px;
    border-radius: 0 2px 2px 0;
}

.single .sg-controls a.right .preview {
    right: -235px;
    border-radius: 2px 0 0 2px;
}

.single .sg-controls a .preview:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.single .sg-controls a .preview .title {
    display: inline-block;
    vertical-align: middle;
    width: 132px;
}

.single .sg-controls a.left .preview .title {
    text-align: left;
    padding-right: 10px;
}

.single .sg-controls a.right .preview .title {
    text-align: right;
    padding-left: 10px;
}

.single .sg-controls a .preview .thumb {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
}

.single .sg-controls a.left .preview .thumb {
    margin-right: 25px;
}

.single .sg-controls a.right .preview .thumb {
    margin-left: 25px;
}

.single .sg-controls a.left:hover .preview {
    left: 38px;
}

.single .sg-controls a.right:hover .preview {
    right: 38px;
}

.list.portfolio .photo {
    border-radius: 5px;
    position: relative;
}

.list.portfolio .details {
}

.list.portfolio h3 {
    margin: 0;
}

.list.portfolio p.category {
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    line-height: 17px;
}

.list.portfolio p {
    line-height: 23px;
}

.list.portfolio .visit {
    font-size: 13px;
}

.list.portfolio .item .sep {
    padding-top: 75px;
    margin-bottom: 75px;
}

.list.portfolio .photo img {
    width: 100%;
    border-radius: 5px;
}

.list.portfolio .load {
    margin: 0;
}

.full.portfolio {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.full.portfolio .content {
    padding: 90px 0 40px;
}

.full.portfolio .c-sep {
    margin: 7px 0;
}

.full.portfolio .socials {
    padding: 35px 0;
}

.full.portfolio .controls a {
    z-index: 100;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    line-height: 53px;
    width: 50px;
    border-radius: 2px;
    text-align: center;
    font-size: 11px;
    height: 50px;
    transition: all 0.35s ease;
    -webkit-transition: background 0.35s ease;
    -moz-transition: background 0.35s ease;
    -o-transition: background 0.35s ease;
    -ms-transition: background 0.35s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.full.portfolio .controls a:hover {
    text-decoration: none;
}

.full.portfolio .controls .left {
    left: 15px;
    position: absolute;
    padding-right: 3px;
}

.full.portfolio .controls .right {
    right: 15px;
    position: absolute;
    padding-left: 3px;
}

.full.portfolio .carousel-indicators {
    bottom: 5px;
}

.full.portfolio .carousel-indicators li {
    height: 8px;
    width: 8px;
}

.full.portfolio .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

.isotope, .isotope .isotope-item, .isotope .isotope-element {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item, .isotope .isotope-element {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


.load {
}


.load .button {
    width: 100%;
}

.load.out {
    margin: 90px 0;
}

/* ================== Tabs ================= */


.tab a h6 {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

.tab a:hover {
    text-decoration: none;
}

.tab a:focus {
    outline: none;
}

.tab ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    padding: 8px 0;
    border-radius: 5px;
    width: 100%;
}

.tab.left ul {
    width: 160px;
    float: left;
    border: none;
    padding: 0;
}

.tab.right ul {
    width: 160px;
    float: right;
    border: none;
    padding: 0;
}

.tab ul li {
    display: inline-block;
    padding: 0 15px;
}

.tab.left ul li {
    border-radius: 5px 0 0 5px;
    border-right: none;
    width: 160px;
    padding: 11px 0;
    padding-left: 15px;
    z-index: 5;
    margin-bottom: 3px;
}

.tab.left ul li.ui-state-active {
    width: 162px;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.tab.right ul li {
    border-radius: 0 5px 5px 0;
    border-left: none;
    width: 160px;
    padding: 11px 0;
    padding-right: 15px;
    z-index: 5;
    margin-bottom: 3px;
    text-align: right;
}

.tab.right ul li.ui-state-active {
    width: 162px;
    border-left: none;
    border-radius: 0 5px 5px 0;
    margin-left: -2px;
}

.tab.def ul li:first-child {
    border: none;
}

.tab ul li h6 {
    margin-bottom: 0;
}


.tab .ui-tabs-panel p {
    line-height: 16px;
}

.tab.left .ui-tabs-panel {
    border-radius: 5px;
    padding: 20px 20px 10px 20px;
    margin-left: 160px;
    margin-top: 0;
}

.tab.right .ui-tabs-panel {
    border-radius: 5px;
    padding: 20px 20px 10px 20px;
    margin-right: 160px;
    margin-top: 0;
}

.tab .ui-tabs-panel {
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 20px 20px 10px 20px;
    margin-top: -5px;
}

.tab.tabs-bottom .ui-tabs-panel {
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    padding: 20px 20px 10px 20px;
    margin-bottom: -5px;
    margin-top: 0;
}

.tab.tabs-bottom .ui-tabs-nav {
    padding: 8px 0;
}

.tab.tabs-bottom .ui-tabs-nav li:first-child {
    border-left: none;
}

#b-tabs .tabs-spacer {
    float: left;
    height: 200px;
}

.tabs-bottom .ui-tabs-nav {
    clear: left;
    padding: 0 .2em .2em .2em;
}

.tabs-bottom .ui-tabs-nav li {
    top: auto;
    bottom: 0;
    margin: 0 .2em 1px 0;
    border-top: 0;
}

.tabs-bottom .ui-tabs-nav li.ui-tabs-active {
    margin-top: -1px;
    padding-top: 1px;
}

.modal-dialog {
    width: 95%;
}

.modal-content {
    border: none;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 0 0px 65px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0px 65px rgba(0, 0, 0, 0.24);
}

.modal-title {
    font-size: 26px;
    text-align: center;
}

.modal-header {
    padding: 10px 0 25px 0;
}

.modal-header .close {
    text-shadow: none;
    position: absolute;
    opacity: 1;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: -10px;
    right: -10px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}


.modal-body {
    padding: 10px 0;
}

.modal-footer {
    text-align: center;
    padding: 25px 0 5px 0;
    margin: 0;
}

#modal-1 .modal-body {
    margin-top: 30px;
}

#modal-1 .generic-title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#modal-1 img {
    margin-right: -15px;
}

#modal-1 .icon-list-1 .element p {
    margin-bottom: 10px;
}

#modal-1 {
    top: 50%;
    margin-top: -237px;
    overflow-y: hidden;
}

/* ================= Socials ================== */

.socials i {
    text-align: center;
    text-decoration: none;
}

.socials a {
    font-size: 20px;
    text-align: center;
    width: 27px;
    height: 27px;
    border-radius: 2px;
    display: inline-block;
    margin: 2px 0;
    position: relative;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    text-decoration: none;
}

.socials i.fa {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.facebook i {
    font-size: 22px !important;
    bottom: -2px !important;
}

.twitter i {
    font-size: 20px !important;
    bottom: 3px !important;
}

.gplus i {
    font-size: 17px !important;
    bottom: 4px !important;
}

.dribbble i {
    bottom: 3px;
    font-size: 21px !important;
}

.vimeo i {
    font-size: 20px !important;
    bottom: 3px !important;
}

.skype i {
    font-size: 20px !important;
    bottom: 3px !important;
}

.linkedin i {
    font-size: 15px !important;
    bottom: 4px !important;
}

.pinterest i {
    font-size: 20px !important;
    bottom: 3px !important;
}

.rss i {
    bottom: 2px !important;
    font-size: 21px !important;
    left: -1px !important;
}

#partners {
    padding: 34px 0;
}




/* ======================= Widgets ======================= */

#footer {
    padding: 10px 0;
}

#footer > .container {
    padding-top: 0;
    padding-bottom: 0;
}

#footer .list-group .list-group-item:hover{
    background-color: transparent;
}

.logo-dark {
    padding: 25px 0;
    margin: 7px 2px;
    margin-bottom: 17px;
}

.about p {
    line-height: 15px;
}

/*
.news {
    border-radius: 3px;
}

.news p {
    padding: 10px 20px;
    margin: 0;
}

.news p:last-child {
    border-bottom: none;
}
*/

footer .list-group .list-group-item {
    background: none;
}

footer .list-group .list-group-item:hover {
    text-decoration: underline;
    color: inherit;
}


.post-tab-widget ul {
    border-radius: 5px;
    margin: 0;
    padding: 0;
    color: #333333;
    position: relative;
    z-index: 1;
}

.post-tab-widget ul li {
    padding: 8px 0;
    float: left;
    list-style-type: none;
}

.post-tab-widget ul li a {
    padding: 0 10px;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
}

.post-tab-widget ul li a:hover {
    text-decoration: none;
}

.post-tab-widget .tab-pane {
    border-top: none;
    position: relative;
    z-index: 0;
    margin-top: -5px;
    padding-top: 5px;
    border-radius: 0 0 5px 5px;
}

.post-tab-widget .tab-pane:hover {
    cursor: pointer;
}

.post-tab-widget .tab-pane .post {
    padding: 12px 20px;
}

.post-tab-widget .tab-pane .post img {
    padding-right: 5px;
}

.post-tab-widget .tab-pane .title {
    line-height: 15px;
    padding-top: 2px;
}

.post-tab-widget .tab-pane .title:hover {
    text-decoration: none;
}

.post-tab-widget .tab-pane .time {
    line-height: 13px;
}

.comments-widget .comment {
    padding: 12px 20px;
}

.comments-widget .comment:hover {
    cursor: pointer;
}

.comments-widget .comment img {
    padding-right: 5px;
}

.comments-widget .author {
    line-height: 15px;
    padding-top: 2px;
}

.comments-widget .text {
    line-height: 13px;
}

.liked-posts .element {
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 2px;
}

.liked-posts .element .likes {
    width: 20%;
    padding-left: 3px;
    text-align: right;
}

.follow-element {
    margin-bottom: 20px;
}

.follow-element a {
    width: 28px;
    line-height: 28px;
    border-radius: 2px;
    text-align: center;
    margin-right: 10px;
    margin-top: 2px;
}

.follow-element a i {
    position: relative;
}

.follow-element a.facebook i {
    top: 7px;
}

.follow-element a.twitter i {
    top: 2px;
}

.follow-element a.rss i {
    top: 4px;
    left: 3px;
}

.follow-element .text {
    line-height: 15px;
    margin-top: 2px;
}

.follow-element .txt-min {
    line-height: 13px;
}

.adv-wrap {
    margin: -2px;
}

.adv-item {
    padding: 2px;
    float: left;
    width: 50%;
}

.adv-item img {
    padding: 1px;
    width: 100%;
}

.facebook-frame {
    border-radius: 5px;
    padding: 10px;
}

.contact-widget {
}

.contact-widget .line {
    padding-bottom: 15px;
}

.contact-widget .line:last-child {
    padding-bottom: 0;
}

.contact-widget .line i {
    font-size: 18px;
    float: left;
    width: 18px;
    text-align: center;
}

.contact-widget .text {
    padding-left: 35px;
}

.contact-form-widget .form-1 {
    padding: 15px;
}

.contact-form-widget .form-1 .btns {
    padding: 0;
}

.login-widget .form-1 {
    padding: 15px;
}

.login-widget .form-1 .text-fields {
    margin: 10px 0;
}

.login-widget .form-1 .login {
    width: 49%;
}

.login-widget .form-1 .register {
    width: 49%;
}


/* ======================== Botbar ========================= */

#botbar > .container {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

#botbar > .container .row {
    padding: 0;
}

#botbar {
    padding: 10px 0;
}

#botbar p {
    margin: 0;
    line-height: 20px;
    font-size: 11px;
}

#botbar .socials {
    margin-bottom: -10px;
    float: right;
}

#botbar .socials a {
    font-size: 20px;
    text-align: center;
    width: 27px;
    height: 27px;
    border-radius: 2px;
    display: inline-block;
    margin: 2px 0;
    position: relative;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

#botbar .socials i {
    position: absolute;
    left: 0;
    right: 0;
}

#botbar #facebook i {
    font-size: 22px;
    bottom: -2px;
}

#botbar #twitter i {
    bottom: 3px;
}

#botbar #gplus i {
    font-size: 17px;
    bottom: 5px;
}

#botbar #dribbble i {
    bottom: 3px;
    font-size: 21px;
}

#botbar #vimeo i {
    bottom: 3px;
}

#botbar #skype i {
    bottom: 3px;
}

#botbar #linkedin i {
    font-size: 15px;
    top: 7px;
}

#botbar #pinterest i {
    bottom: 3px;
}

#botbar #rss i {
    bottom: 2px;
    font-size: 21px;
    left: -1px;
}

#totop {
    position: fixed;
    right: 40px;
    bottom: 30px;
    border-radius: 2px;
    line-height: 47px;
    text-align: center;
    width: 47px;
    font-size: 10px;
    z-index: 10;
    transition: right 0.35s ease;
    -webkit-transition: right 0.35s ease;
    -moz-transition: right 0.35s ease;
    -o-transition: right 0.35s ease;
    -ms-transition: right 0.35s ease;
}

#totop.collapsed {
    right: -60px;
}



.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
}

*:first-child + html .clearfix {
}
/* IE7 */

.clear-left {
    clear: left;
}



/* ============== Javascript Elements ================== */

.tooltip {
    font-size: 11px;
    width: auto;
    max-width: max-content;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.tooltip .tooltip-inner {
    max-width: 500px;
}

.tooltip-inner {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-radius: 3px;
    max-width: none;
    padding: 8px 11px;
}

.tooltip.top {
    margin-bottom: 0px;
}

.tooltip.left {
    margin-right: 22px;
    max-width: 500px;
}


.tooltip.right {
    margin-left: 22px;
    max-width: 500px;
}

tooltip.right .tooltip-arrow {
    border-width: 5px 8px 5px 0;
}

tooltip.left .tooltip-arrow {
    border-width: 5px 0 5px 8px;
}

.progress .tooltip {
    left: 100% !important;
    margin-left: -30px;
}

.progress .tooltip-inner {
    padding: 3px 4px;
    font-size: 9px;
    line-height: 10px;
    border-radius: 2px;
    min-width: 30px;
}

.progress .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-top-color: #000;
    border-width: 5px 4px 0;
}

.caret.down {
    position: relative;
    top: 2px;
}

.caret.up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent rgb(52, 52, 52) transparent;
    position: relative;
    bottom: 5px;
    right: 10px;
}

.parteners carousel .cycle-slideshow img {
    display: block;
    padding: 0 13.5px;
}

.mejs-poster {
    background-size: cover;
}

.mejs-overlay-button {
    background: url(../img/MEplayer-play.png) no-repeat;
    background-position: 10px;
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 10px;
}


/* ====================== Unique Elements ======================= */

#feature-cards {
    padding: 30px 0;
    background-image: url('../images/feature-cards-bg.png');
    background-position: center center;
}

#feature-cards .card {
    margin: 10px 0;
}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    height: 300px !important;
}

.sitemap {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-transform: capitalize;
}

.sitemap ul {
    list-style-type: none;
    padding-left: 0;
}

.sitemap li {
    width: 100%;
    display: block;
    line-height: 36px;
    border-top: 1px solid #e1e1e1;
}

.sitemap a {
    padding-left: 25px;
}

.sitemap .level-1 a:before, .sitemap .level-2 a:before {
    content: "\2013";
    margin-right: 3px;
}

.sitemap .level-1 a:hover:before, .sitemap .level-2 a:hover:before {
    text-decoration: none;
}


.sitemap .level-1 a {
    padding-left: 50px;
}

.sitemap .level-2 a {
    padding-left: 80px;
}



.changelog {
    border-radius: 3px;
}


.changelog .head {
    line-height: 54px;
    padding: 0 20px;
    font-size: 16px;
}

.changelog .body .line {
    line-height: 38px;
    padding: 0 25px;
}

.changelog .body .line .action {
    text-transform: uppercase;
}

/*  ====================== Revolution Slider =======================  */


.bannercontainer {
    width: 100%;
    position: relative;
    padding: 0;
}

.bannercontainer img.img-responsive {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.banner {
    width: 100%;
    position: relative;
    line-height: 100% !important
}

.banner ul{
    list-style-type: none;
    display: none;
}

.bannercontainer .tparrows.default {
    height: 47px;
    width: 47px;
}

.bannercontainer .tparrows.default.tp-leftarrow:hover {
    background: url('../js/rs-plugin/assets/large_left_hov.png');
}

.bannercontainer .tparrows.default.tp-rightarrow:hover {
    background: url('../js/rs-plugin/assets/large_right_hov.png');
}

.bannercontainer .tp-bullets.simplebullets.round .bullet {
    background: transparent;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.bannercontainer .tp-bullets.simplebullets.round .bullet:hover {
    background: #fff;
}

.bannercontainer .tp-bullets.simplebullets.round .bullet.selected {
    background: #fff;
}

.bannercontainer .video-cover {
    background-image: url(../images/main-slider-pattern.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    background-color: rgba(0,0,0,0.4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
}

.bannercontainer .video-cover-overlay {
    background-image: url(../images/main-slider-pattern.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    background-color: rgba(0,0,0,0.4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
}

.video-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}




.line-container .the-line {
    border-top: 1px solid;
    position: relative;
    top: 50%;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.preview-grid .item-title {
    font-size: 18px;
    margin: 18px 0;
}

.big-subscribe {
    background-image: url(../images/big-subscribe-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.big-subscribe input {
    background: none;
    width: 400px;
    border-radius: 3px;
    padding: 25px 30px;
    font-size: 16px;
}

.big-subscribe .inputs {
    padding-top: 30px;
}

.big-subscribe .button {
    position: relative;
    top: 4px;
}

.big-subscribe .button.lg .over {
    padding: 17px;
    font-size: 28px;
}

.big-subscribe .button.lg .over i {
    position: relative;
    left: -3px;
}

div.ppt {
    display: none !important;
}

.preview-wrapper {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 100%;
}

.preview-wrapper .preview-image {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -o-transition: all .75s ease;
    -ms-transition: all .75s ease;
    width: 100%;
}

.preview-wrapper .preview-image.active {
    opacity: 1;
    z-index: 2;
}

.gallery.preview .main.frame {
    text-align: center;
}

.gallery.preview .main.frame .preview-wrapper {
    vertical-align: top;
}

.gallery.preview .main.frame .overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 1200px) {
    .preview.gallery .thumb {
        float: none !important;
    }
}

.mason-el.width2 {
    width: 550px;
}



/* =================== Magnific Popup ================== */

.mgp-fade .mfp-content, .mgp-fade .mfp-arrow, .mgp-fade.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.mgp-fade.mfp-ready .mfp-content, .mgp-fade.mfp-ready .mfp-arrow {
    opacity: 1;
}

.mgp-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mgp-fade.mfp-removing .mfp-content, .mgp-fade.mfp-removing .mfp-arrow, .mgp-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left:before, .mfp-arrow-right:after, .mfp-arrow-right:before, .mfp-a, .mfp-b {
    border: none;
}

button.mfp-arrow {
    width: 47px;
    height: 47px;
    transition: 0.35s;
    margin-top: -24px;
}

button.mfp-arrow:active {
    margin-top: -24px;
}

button.mfp-arrow-left {
    background: url(../images/plugins/large_left.png) no-repeat;
}

button.mfp-arrow-left:hover {
    background: url(../images/plugins/large_left_hov.png) no-repeat;
}

button.mfp-arrow-right {
    background: url(../images/plugins/large_right.png) no-repeat;
}

button.mfp-arrow-right:hover {
    background: url(../images/plugins/large_right_hov.png) no-repeat;
}

.ajax-preloader {
    display: none;
    width: 18px;
    height: 18px;
    margin: 0 auto;
}

.ajax-preloader img {
    height: 100%;
    display: block;
}

.ajax-page-preloader {
    width: 70px;
    height: 70px;
    margin: 100px auto;
}

.isotope-container, .masonry-container {
    display: none;
}

.mason-el {
    width: 284px;
    display: block;
    margin-bottom: 1px;
    margin-right: 1px;
    max-height: 220px;
    overflow: hidden;
}

.mason-el.width2 {
    width: 569px;
}

.mason-el.height2 {
    width: 284px;
}

.mason-el {
    position: relative;
}

.mason-el .title {
    position: absolute;
    bottom: 10%;
    text-align: center;
    font-size: 20px;
    width: 100%;
}

.white-popup .mfp-close {
    position: fixed;
}

#mc-embedded-subscribe {
    border: none;
    padding: 0;
}

#mc-embedded-subscribe .over {
    display: block;
}

#feedback {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -18px;
    z-index: 2000;
}

.mfp-figure:after {
    background: none;
    box-shadow: none;
}

.mfp-figure img.mfp-img {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.mfp-figure figure {
    padding: 40px 0;
}

.mfp-figure figure img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
}

.mfp-zoom-out-cur header {
    margin-left: -17px;
}

.mfp-zoom-out-cur #totop {
    margin-right: 17px;
}

.loader {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 1000;
}

.loader.spinner {
    animation: 1.2s ease-in-out 0s normal none infinite tp-rotateplane;
    /*background: url("../assets/loader.gif") no-repeat scroll center center #FFFFFF;*/
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.loader img {
    display: block;
    margin: 8px auto;
}
.loading{
    position: absolute; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    background: #fafafa url(../images/ajax-loader.gif) no-repeat center center;
    opacity: .9; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    display: none;
}
#mail-message{
    display: none;
}
.mail_response {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #219fd1;
}
.form-3 {
}

.form-3 .form-control {
    margin-bottom: 25px;
}

.form-3 input {
    height: 40px;
    box-shadow: none;
    font-size: 11px;
}

.form-3 input:focus {
    box-shadow: none;
    outline: none;
    border-color: none;
}

.form-3 textarea {
    box-shadow: none;
    font-size: 11px;
    resize: none;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 15px 12px;
}

.form-3 textarea:focus {
    box-shadow: none;
    outline: none;
    border-color: none;
}

.form-3 .button i {
    padding-right: 5px;
    font-size: 14px;
}

.form-3 .clear {
    line-height: 32px;
    font-size: 12px;
}

.form-3 .btns input {
    position: relative;
    top: -1px;
}
.boxes ul {
    margin: 0 0 0 0;
    /*padding-left: 0;*/
}

.boxes ul li {
    /*list-style-type: none !important;*/
    font-size: 18px;
    margin-bottom: 5px;
}

/*.boxes ul li:before {
    content: '\2014';
    margin-right: 2px;
}*/

.home .row{padding: 10px 0;}
.btn-home{
    
}
.btn.home{ padding: 32px; padding-right: 104px; position: relative;font-size:30px}
.btn.home i{ height: 100%; background-color: #000726;color:#fff; position: absolute; right: 0; padding: 0 10px; top: 0; bottom: 0; line-height: 110px;font-size:50px}
.btn.home:hover{background-color:#000726; color: #fff;}
.btn.home:hover i{background-color:#fff; color: #000726;}
.text-home{ font-family:'Cooper Black';font-size: 30px;color:#000;border-top:solid 3px #000726;border-bottom:solid 3px #000726;}
.boxes-5 .item {
    margin-bottom: 10px;
    padding-top: 10px;
}
.boxes-5 .item img {
    max-width: 110px;
}
.boxes-5 .item .text {
    padding-left: 120px;
    padding-top: 10px;
}
/********  Owl Slider ****************************************************************/
/**************************************************************** Owl Slider *********
*/
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.gallary-figure{ position: relative; overflow: hidden;}
/*.gallary-figure img{ width: 100%;}*/
.gallary-figure.grid img{max-width:100%;}
.galleryslick{margin: 30px 0;}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.padding0 .galleryslick{
    margin: 0 !important;
}
.owl-carousel {
    width: 100%;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    .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-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut;
    }
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*='owl-'] {
        position: absolute;
        top: 48%;
        color: #000;
        /*background-color: rgb(0,0,0,0.5);*/
        font-size: 30px;
        /*margin: 5px;
        padding: 4px 7px;*/
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            color: #acd478;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.1;

        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #4DC7A0;
            
        }
.galleryslick .owl-controls {
    text-align: center;
    line-height: 0;
}

.owl-prev {
    
    margin-left: 0px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    right: 0px;
    display: block !important;
    border: 0px solid black;
}
.marchi{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.help-block{display:none;}
.alert.alert-danger.list-unstyled ul{
    list-style-type: none;
}
.pwdstrengthbarborder{
    border: solid 1px red;
}
.contact-map{
    width: 100%;
}
.contact-map iframe{
    width: 100% !important;
}
.pagina img {
    max-width: 100%;
}