@font-face{
font-family:'Gotham-Bold';src:url('../fonts/Gotham-Bold.eot');src:url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/Gotham-Bold.woff2') format('woff2'),
url('../fonts/Gotham-Bold.woff') format('woff'),
url('../fonts/Gotham-Bold.ttf') format('truetype'),
url('../fonts/Gotham-Bold.svg') format('svg');font-weight:bold;font-style:normal;
}

@font-face{
font-family:'Gotham-Book';src:url('../fonts/Gotham-Book.eot');src:url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
url('../fonts/Gotham-Book.woff2') format('woff2'),
url('../fonts/Gotham-Book.woff') format('woff'),
url('../fonts/Gotham-Book.ttf') format('truetype'),
url('../fonts/Gotham-Book.svg') format('svg');font-weight:normal;font-style:normal;
}

@font-face{
font-family:'Gotham-Light';src:url('../fonts/Gotham-Light.eot');src:url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/Gotham-Light.woff2') format('woff2'),
url('../fonts/Gotham-Light.woff') format('woff'),
url('../fonts/Gotham-Light.ttf') format('truetype'),
url('../fonts/Gotham-Light.svg') format('svg');font-weight:normal;font-style:normal;
}


@font-face{
font-family:'Gotham-Medium';src:url('../fonts/Gotham-Medium.eot');src:url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/Gotham-Medium.woff2') format('woff2'),
url('../fonts/Gotham-Medium.woff') format('woff'),
url('../fonts/Gotham-Medium.ttf') format('truetype'),
url('../fonts/Gotham-Medium.svg') format('svg');font-weight:normal;font-style:normal;
}


/*==============================================
 Pre Loader
 ===============================================*/
#tb-preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}

.tb-preloader-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

.tb-preloader-wave:before,
.tb-preloader-wave:after {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
            animation: preloader-wave 1.6s linear infinite; 
    border-radius: 50%;
    background: #222;
}

.tb-preloader-wave:after {
    -webkit-animation-delay: -.8s;
            animation-delay: -.8s;
}

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
                transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
                transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 0;
    }
}

/*==============================================
 Base
 ===============================================*/
body {
    color: #323232;
    font-family:"Gotham-Book";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;

    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased; 
    text-rendering: optimizeLegibility;
}

a:active,
a:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px 0;
    color: #333;
    font-weight: bold; 
    line-height: 1;
}

h1,
h2 {
    letter-spacing:0px;
}

h3,
h4 {
    letter-spacing:0px;
}

h5,
h6 {
    letter-spacing:0px;
}

a {
    text-decoration: none !important;
}

a:hover,
a:focus {
    color: #323232;
}

a,
.btn {
    -webkit-transition: all .3s;
            transition: all .3s;
}

a img,
iframe {
    border: none;
}

p {
    margin: 0 0 30px;
    color: #4d4d4d;
	/*color: #ffffff;*/
    line-height: 30px;
}

.privacy_policy {
    margin: 0 0 30px;
    color: #ffffff; 
    line-height: 30px;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: 0; 
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

.parallax-window {
    min-height: 400px;
    padding: 150px 0; 
    background: transparent;
}

/*==============================================
 Utility
 ===============================================*/
.column-two,
.column-three,
.column-four {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

.column-two {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}

.column-three {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}

.column-four {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
}

.m-top-0,
.m-top-10,
.m-top-15,
.m-top-20,
.m-top-25,
.m-top-30,
.m-top-35,
.m-top-40,
.m-top-50,
.m-top-80,
.m-top-100,
.m-bot-0,
.m-bot-10,
.m-bot-15,
.m-bot-20,
.m-bot-25,
.m-bot-30,
.m-bot-35,
.m-bot-40,
.m-bot-50,
.m-bot-80,
.m-bot-100 {
    display: inline-block;
}

.m-top-0 {
    margin-top: 0 !important;
}

.m-top-5 {
    margin-top: 5px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-25 {
    margin-top: 25px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-35 {
    margin-top: 35px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-80 {
    margin-top: 80px;
}

.m-top-100 {
    margin-top: 100px;
}

/*margin bottom*/
.m-bot-0 {
    margin-bottom: 0 !important;
}

.m-bot-10 {
    margin-bottom: 10px;
}

.m-bot-15 {
    margin-bottom: 15px;
}

.m-bot-20 {
    margin-bottom: 20px;
}

.m-bot-25 {
    margin-bottom: 25px;
}

.m-bot-30 {
    margin-bottom: 30px;
}

.m-bot-35 {
    margin-bottom: 35px;
}

.m-bot-40 {
    margin-bottom: 40px;
}

.m-bot-50 {
    margin-bottom: 50px;
}

.m-bot-80 {
    margin-bottom: 80px;
}

.m-bot-100 {
    margin-bottom: 100px;
}

.m-left-10 {
    margin-left: 20px;
}

/*padding top*/
.p-top-0 {
    padding-top: 0 !important;
}

.p-top-10 {
    padding-top: 10px;
}

.p-top-15 {
    padding-top: 15px;
}

.p-top-20 {
    padding-top: 20px;
}

.p-top-25 {
    padding-top: 25px;
}

.p-top-30 {
    padding-top: 30px;
}

.p-top-35 {
    padding-top: 35px;
}

.p-top-40 {
    padding-top: 40px;
}

.p-top-50 {
    padding-top: 50px;
}

.p-top-80 {
    padding-top: 80px;
}

.p-top-100 {
    padding-top: 100px;
}

.p-tb-10 {
    padding: 10px 0;
}

.p-tb-20 {
    padding: 20px 0;
}

.p-tb-30 {
    padding: 30px 0;
}

.p-tb-50 {
    padding: 50px 0;
}

.p-tb-100 {
    padding: 100px 0;
}

.p-tb-150 {
    padding: 150px 0;
}

.p-tb-200 {
    padding: 200px 0;
}

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

.p-bot-0 {
    padding-bottom: 0 !important;
}

.p-bot-100 {
    padding-bottom: 100px !important;
}

.theme-bg-space {
    padding: 10px 20px;
}

.bg-space-lg {
    padding: 40px;
}

.bg-space-m {
    padding: 20px 100px;
}

.inline-block {
    display: inline-block;
    width: 100%;
}

.relative {
    position: relative;
}

.vertical-align {
    position: relative;
}

.ls-20 {
    letter-spacing: 20px !important;
}

.ls-40 {
    letter-spacing: 40px !important;
}

.b-lg-lw {
    font-weight: 100;
}

.txt-xl {
    font-size: 26px !important;
    font-weight: 300;
    line-height: 36px;
}

.txt-sm {
    font-size: 16px !important;
    font-weight: normal;
    line-height: 20px;
}

.height-160 {
    height: 160px !important;
}

.height-227 {
    height: 227px !important;
}

.height-300 {
    height: 300px !important;
}

.height-310 {
    height: 310px !important;
}

.height-361 {
    height: 361px !important;
}

.height-450 {
    height: 450px !important;
}

.height-550 {
    height: 550px !important;
}

.height-600 {
    height: 600px !important;
}

.width-300 {
    width: 300px !important;
}

.dark-bg-top{
	background:#7bab21;
	padding:40px;
}

.dark-bg-top p{
 color : #FFFFFF;
  color : rgb(255, 255, 255);
	line-height: 25px;
	text-align: center;
	margin-bottom: 0;
}

.dark-bg-alt {
    background: #0095ce;
}
.dark-bg-alt h1{
	  font-size : 36px;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
	font-weight: 600;
}


.blue-gray-bg{
	background:#e2f5fb;
}

.blue-gray-bg h4{
	font-weight: 600;
	font-family:"Gotham-Bold";
	font-size:2rem;
}

.gray-bg-alt {
    background: #e8e8e8;
}

.white-bg-alt {
    background: #fff;
}

.mediaThumb {
    float: left;
    border: #d9d9d9 solid 1px;
    width: 192px;
    height: 139px;
    margin-right: 26px;
    text-align: center;
    font: 0/0 a;
}

.media-body p {
    margin-bottom: 12px;
}

.mediaThumb:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.mediaThumb img {
    display: inline-block;
    vertical-align: middle;
}

.nopadding {
    padding: 0 !important;
}

.thumbBoxArea {
    border-radius: 0;
    box-shadow: none;
    padding: 23px;
    margin-bottom: 10px;
}

h4.media-heading {
    margin-top: 20px;
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #3fadbc;
    border-color: #3fadbc;
    outline: none;
}

.btn-pressure {
    position: relative;
    margin-bottom: 0;
    outline: none;
	width:auto;
}

.btn-danger {
    background-color: #4eb7cd;
    border-color: #4eb7cd;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.selectBtnBg {
    display: block;
    height: 24px;
    vertical-align: middle;
    background: url(../img/selectBtnBg.png) 97% 50% no-repeat;
    padding-right: 35px;
    padding-left: 10px;
    margin: 5px 10px;
}

.selectedBtnBg {
    display: block;
    height: 24px;
    vertical-align: middle;
    background: url(../img/selectedBtnBg.png) 3% 50% no-repeat;
    padding-right: 10px;
    padding-left: 35px;
    margin: 5px 10px;
}

.monthCounterArea .btn-info.btn-pressure {
    margin-right: 66px;
}

.monthCounterArea .btn-info.btn-pressure {
    margin-right: 66px;
	outline : none;
	border: none;		
}

.monthCounterArea .btn-info.btn-pressure:after {
    width: 110px;
    height: 29px;
    position: absolute;
    content: '';
    bottom: -23px;
    left: 154px;
    margin: 0 auto;
    background: url(../img/blackArrow.png) 0 0 no-repeat;
	outline : none;
}

.monthCounterArea .btn-info {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #3587aa;
    border-color: #3587aa;
    padding: 16px 22px;
    /* text-shadow: 1px 1px 0 #238ed5; */
}

.float-none {
    float: none !important;
}

/*==============================================
 Bootstrap Reset
 ===============================================*/
.container-fluid,
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xs-1,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xs-2,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xs-3,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xs-4,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xs-5,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xs-6,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xs-7,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xs-8,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xs-9,
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xs-10,
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xs-11,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
    padding-right: 30px; 
    padding-left: 30px;
}

.btn-default {
    border-color: #e5e5e5;
}

/*==============================================
 Top Bar
 ===============================================*/
.top-border{
	border-bottom:3px solid #0095ce;
}

.top-bar {
    height: 60px;
    line-height:60px;
	font-size:1.6rem;
	font-weight:600;
	background: #f1f1f1;
}

.top-bar.gray-bg {
    background: #f1f1f1;
}

.top-social-link a {
    display: inline-block;
    margin-right: 10px; 
    color: #aaa;
}

.white-bg{
	background:#fff;
	width: 100%;
	float: left;
	padding: 30px 15px 30px;
	margin-bottom:20px;
	border:2px solid #a6d7f2;
}
/*==== Header ======*/

.register-bg{
	margin-top:-30px; 
}

.about-us{
	margin-top:2.5em; 
}

.about-us h3{
	font-size:2.2rem;
	font-weight: 600;
}

.about-us p{
	margin-bottom:10px;
	line-height:30px;
}

.top-ads {
    float: right;
    margin-top: 10px;
}

.modal-dialog{
	width: 80%;
	margin-top: 6%;
}

.modal-dialog h3{
	font-size:1.6rem;
	margin-bottom:15px;
	margin-top:15px;
	text-align: left;
}

.modal-dialog p{
	font-size:1.4rem;
	margin-bottom:15px;
	line-height:25px;
}

.modal-header{
	border-bottom:none;
	padding:0;
}

.modal-header button{
width:auto;	
}

button.close {
	color:#fff;
    opacity: 1;
    font-weight: 300;
	background:#000;
	width:30px;
	height:30px;
	border-radius: 50%;
	margin-top:-15px !important;
	margin-right:-10px;
}

.header-top{
	background:#0095ce;
	padding:12px 0;
}

.header-top h3{
	margin-bottom: 0;
	color:#fff;
	font-size:1.3rem;
	font-weight: 400;
}

.logo-text{
	font-size:1.6rem;
	color:#0095ce;
}

.logo-text a{
	color:#0095ce;
}

select {
    color: #636466;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*==============================================
 Navbar
 ===============================================*/
.menuzord {
    position: relative;
    float: left;
    width: 100%;
    padding: 0; 
    letter-spacing: .5px;
    text-transform: uppercase;
    background: none;
}

.img-res{
	width:100%;
	border:1px solid #cecece;
}

.logo-brand {
    float: left;
    height: 50px;
    margin-right: 30px;
    color: #666; 
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}

.logo-brand img {
    position: relative;
    top: -2px;
    display: inline-block;
    max-height: 100%;
    padding: 2px 0;
}

.menuzord-menu {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuzord-menu.menuzord-right {
    float: right;
}

.menuzord-menu ul.dropdown li a,
.menuzord-menu > li > .megamenu a,
.menuzord-menu > li > .megamenu h5 {
    color: #222;
}

.menuzord-menu > li > .megamenu h5 {
    margin-bottom: 20px;
    padding-left: 10px; 
    font-size: 14px;
    font-weight: 600;
}

.menuzord-menu > li > .megamenu .megamenu-row li a {
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
}

.menuzord-menu a {
    -webkit-transition: color .3s, background .3s;
            transition: color .3s, background .3s;
}

.menuzord-menu.scrollable > .scrollable-fix {
    display: none;
}

.menuzord-menu > li {
    display: inline-block;
    float: left;
    margin-left: 2px;
}

.menuzord-menu > li > a {
    display: inline-block;
    padding: 0 12px;
    text-decoration: none;
    color: #333; 
    outline: 0;
    font-size: 13px;
    font-weight: normal;

    -webkit-tap-highlight-color: transparent;
}

.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
    color: #333;
}

.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 190px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    background: #fff;
}

.menuzord-menu ul.dropdown li ul.dropdown {
    top: -1px; 
    left: 100%;
}

.menuzord-menu ul.dropdown li {
    position: relative; 
    clear: both;
    width: 100%;
    border: 0;
    font-size: 12px;
}

.menuzord-menu ul.dropdown li a {
    position: relative;
    display: inline-block;
    float: left;
    clear: both;
    width: 100%;
    padding: 10px 25px 10px 22px;
    text-decoration: none;
    color: #222;
    outline: 0; 
    background: 0 0;
}

.menuzord-menu ul.dropdown li:hover > a {
    padding-right: 19px;
    color: #333;
}

.menuzord-menu ul.dropdown.dropdown-left {
    left: auto;
}

.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
    right: 100%; 
    left: auto;
}

.menuzord-menu li .indicator {
    margin-left: 3px;
}

.menuzord-menu li ul.dropdown li .indicator {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 15px;
}

.menuzord-menu > li > .megamenu {
    position: absolute;
    z-index: 1000;
    left: 0;
    display: none;
    width: 100%;
    padding: 20px;
    border-top: solid 1px #f0f0f0;
    background: #fff;
}

.menuzord-menu > li > .megamenu.megamenu-half-width {
    left: auto; 
    width: 50%;
}

.menuzord-menu > li > .megamenu.megamenu-quarter-width {
    left: auto; 
    width: 25%;
}

.menuzord-menu > li > .megamenu .megamenu-row {
    width: 100%;
    margin-top: 15px;
}

.menuzord-menu > li > .megamenu .megamenu-row:first-child {
    margin-top: 0;
}

.menuzord-menu > li > .megamenu .megamenu-row:after,
.menuzord-menu > li > .megamenu .megamenu-row:before {
    display: table;
    content: "";
    line-height: 0;
}

.menuzord-menu > li > .megamenu .megamenu-row:after {
    clear: both;
}

.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9 {
    display: block;
    float: left;
    min-height: 20px;
    margin-left: 3%;
}

.menuzord-menu > li > .megamenu .megamenu-row [class*=col]:first-child {
    margin-left: 0;
}

.menuzord-menu > li > .megamenu .megamenu-row .col1 {
    width: 5.583333333333%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col2 {
    width: 14.166666666666%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col3 {
    width: 22.75%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col4 {
    width: 31.333333333333%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col5 {
    width: 39.916666666667%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col6 {
    width: 48.5%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col7 {
    width: 57.083333333333%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col8 {
    width: 65.666666666667%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col9 {
    width: 74.25%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col10 {
    width: 82.833333333334%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col11 {
    width: 91.416666666667%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col12 {
    width: 100%;
}

.menuzord .showhide {
    display: none;
    float: right;
    width: 30px;
    height: 46px;
    padding: 13px 0 0;
    text-decoration: none;
    outline: 0;

    -webkit-tap-highlight-color: transparent;
}

.menuzord .showhide em {
    float: right;
    width: 20px;
    height: 3px;
    margin: 3.5px 0 0;
    background: #777;
}

.menuzord-menu > li > a > .fa {
    float: left;
    margin: 0 5px 0 0;
    color: inherit; 
    font-size: 14px;
    line-height: inherit;
}

.menuzord-menu > li.search form {
    float: left;
    padding: 22px 16px 17px;
}

.menuzord-tabs {
    float: left; 
    width: 100%;
}


.menuzord-tabs-nav {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuzord-tabs-nav > li > a {
    float: left;
    width: 100%;
    padding: 7px 16px;
    text-decoration: none;
    color: #666;
    border: 1px solid #f0f0f0;
    outline: 0; 
    font-size: 13px;
}

.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
    background: #f0f0f0;
}

.menuzord-tabs-content {
    display: none;
    float: right;
    width: 80%;
    min-height: 30px;
    padding: 20px;
    border: 1px solid #f0f0f0; 
    font-size: 13px;
}

.menuzord-tabs-content.active {
    display: block;
}

.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
    border: 1px solid #efefef; 
    background: #fff;
}

.menuzord-menu ul.dropdown li:hover > a {
    color: #fff;
}

.menuzord-menu > li > .megamenu {
    border: 1px solid #efefef; 
    border-top: none;
    background: #fff;
}

.menuzord-tabs-nav > li > a {
    color: #fff;
}

.navbar-search .form-control {
    border-radius: 0;
}

@media (max-width: 768px) {
    .l-header {
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    }
    .menuzord-responsive .menuzord-menu > li.nav-divider {
        display: none;
    }
    .l-navbar_t-light,
    .l-navbar_t-light-trans,
    .l-navbar_t-dark .showhide em,
    .l-navbar_t-semi-trans .showhide em,
    .l-navbar_t-dark-trans .showhide em {
        background: #fff;
    }
    .l-navbar_t-dark,
    .l-navbar_t-semi-trans,
    .l-navbar_t-dark-trans {
        background: #0a0a0a;
    }
}

@media (min-width: 769px) {
    .l-header_overlay {
        position: absolute;
        z-index: 1200;
        top: 0;
        width: 100%;
    }
    .menuzord-menu .megamenu,
    .menuzord-menu .dropdown {
        text-align: left;
        border: 0 !important;
    }
    .menuzord-menu .megamenu,
    .menuzord-menu .dropdown,
    .l-navbar-wrapper_has-sticky .l-navbar,
    .l-navbar_s-left {
        box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    }
    .logo-brand {
        display: inline-block; 
        height: 100px;
    }
    .l-navbar-wrapper_has-sticky .logo-brand {
        display: block;
    }
    .logo-brand,
    .c-nav_s-standard > li > a {
        line-height: 100px;
    }
    .c-nav_s-bg > li > a {
        line-height: 40px;
    }
    .c-nav_s-bg > li.active > a,
    .c-nav_s-bg > li:hover > a {
        color: #fff !important;
    }
    .c-nav_s-outline > li > a {
        border: 1px solid transparent;
        line-height: 38px;
    }
    .c-nav_s-underline > li > a {
        border-bottom: 1px solid transparent; 
        line-height: 99px;
    }
    .l-navbar_expand .c-nav_s-bg > li > a,
    .l-navbar_expand .c-nav_s-outline > li > a {
        margin: 30px 0;
    }
    .l-navbar_compact .c-nav_s-bg > li > a,
    .l-navbar_compact .c-nav_s-outline > li > a {
        margin: 10px 0;
    }
    .l-navbar-wrapper_has-sticky .c-nav_s-bg > li > a,
    .l-navbar-wrapper_has-sticky .c-nav_s-outline > li > a {
        margin: 0;
    }
    .l-navbar-wrapper_has-sticky .c-nav_s-outline > li > a {
        line-height: 58px;
    }
    .menuzord-menu .dropdown > li > a,
    .menuzord-menu .megamenu-row li > a {
        line-height: 18px;
    }
    .l-navbar-wrapper,
    .logo-brand,
    .menuzord-menu > li > a {
        -webkit-transition: height .3s, line-height .3s, margin .3s;
                transition: height .3s, line-height .3s, margin .3s;
    }
    .l-navbar_t-light {
        background: #fff;
    }
    .l-navbar_t-dark {
        background: #0a0a0a;
    }
    .l-navbar_t-dark .menuzord-menu > li > a,
    .l-navbar_t-semi-trans .menuzord-menu > li > a,
    .l-navbar_t-dark-trans .menuzord-menu > li > a {
        color: #fff;
    }
    .l-navbar_t-semi-trans {
        background: rgba(10, 10, 10, .5);
    }
    .l-navbar_t-light-trans,
    .l-navbar_t-dark-trans,
    .l-navbar_t-semi-trans {
        -webkit-transition: background-color .3s;
                transition: background-color .3s;
    }
    .l-navbar_compact .logo-brand {
        height: 60px;
    }
    .l-navbar_compact .logo-brand,
    .l-navbar_compact .c-nav_s-standard > li > a {
        line-height: 60px;
    }
    .l-navbar_compact.l-navbar_s-center .logo-brand {
        height: 100px;
    }
    .l-navbar_s-center {
        text-align: center;
    }
    .l-navbar_s-center.l-navbar_t-light {
        border-top-color: #ddd;
    }
    .l-navbar_s-center.l-navbar_t-light-trans .menuzord-menu,
    .l-navbar_s-center.l-navbar_t-dark-trans .menuzord-menu,
    .l-navbar_s-center.l-navbar_t-semi-trans .menuzord-menu {
        border-top-color: rgba(10, 10, 10, .2);
    }
    .l-navbar_s-center.l-navbar_t-dark {
        border-top-color: #222;
    }
    .l-navbar_s-center .logo-brand {
        float: none;
    }
    .l-navbar_s-center .menuzord-menu,
    .l-navbar_s-center .menuzord-menu > li {
        float: none;
        text-align: center;
    }
    .l-navbar_s-center .logo-brand.sticky-fix {
        float: left;
    }
    .l-navbar-wrapper_has-sticky .l-navbar_s-center .menuzord-menu.menuzord-right,
    .l-navbar-wrapper_has-sticky .l-navbar_s-center .menuzord-menu.pull-right {
        float: right;
    }
    .l-navbar_s-floating {
        width: 1170px;
        margin: auto;
        margin-top: 50px;
    }
    .l-navbar-wrapper_has-sticky .l-navbar_s-floating {
        margin-top: 0;
    }
    .l-navbar-wrapper_has-sticky .l-navbar_t-semi-trans,
    .l-navbar-wrapper_has-sticky .l-navbar_t-dark-trans {
        background: #0a0a0a;
    }
    .l-navbar-wrapper_has-sticky .l-navbar_t-light-trans {
        background: #fff;
    }
    .l-navbar-wrapper_has-sticky .logo-brand,
    .l-navbar-wrapper_has-sticky .menuzord-menu > li > a {
        line-height: 60px;
    }
    .l-navbar-wrapper_has-sticky .logo-brand {
        height: 60px;
    }
    .body_has-navbar-left .wrapper {
        margin-left: 260px;
    }
    .body_has-navbar-left .l-header {
        position: fixed;
        z-index: 1000;
        top: 0;
        bottom: 0;
        left: 0;
        width: 260px;
    }
    .body_has-navbar-left .l-navbar_s-left {
        height: 100%;
    }
    .l-navbar_s-left.l-navbar_t-dark {
        background: #333;
    }
    .l-navbar_s-left .container,
    .l-navbar_s-left .container-fluid,
    .l-navbar_s-left .col-lg-1,
    .l-navbar_s-left
    .col-md-1,
    .l-navbar_s-left
    .col-sm-1,
    .l-navbar_s-left
    .col-xs-1,
    .l-navbar_s-left .col-lg-2,
    .l-navbar_s-left
    .col-md-2,
    .l-navbar_s-left
    .col-sm-2,
    .l-navbar_s-left
    .col-xs-2,
    .l-navbar_s-left .col-lg-3,
    .l-navbar_s-left
    .col-md-3,
    .l-navbar_s-left
    .col-sm-3,
    .l-navbar_s-left
    .col-xs-3,
    .l-navbar_s-left .col-lg-4,
    .l-navbar_s-left
    .col-md-4,
    .l-navbar_s-left
    .col-sm-4,
    .l-navbar_s-left
    .col-xs-4,
    .l-navbar_s-left .col-lg-5,
    .l-navbar_s-left
    .col-md-5,
    .l-navbar_s-left
    .col-sm-5,
    .l-navbar_s-left
    .col-xs-5,
    .l-navbar_s-left .col-lg-6,
    .l-navbar_s-left
    .col-md-6,
    .l-navbar_s-left
    .col-sm-6,
    .l-navbar_s-left
    .col-xs-6,
    .l-navbar_s-left .col-lg-7,
    .l-navbar_s-left
    .col-md-7,
    .l-navbar_s-left
    .col-sm-7,
    .l-navbar_s-left
    .col-xs-7,
    .l-navbar_s-left .col-lg-8,
    .l-navbar_s-left
    .col-md-8,
    .l-navbar_s-left
    .col-sm-8,
    .l-navbar_s-left
    .col-xs-8,
    .l-navbar_s-left .col-lg-9,
    .l-navbar_s-left
    .col-md-9,
    .l-navbar_s-left
    .col-sm-9,
    .l-navbar_s-left
    .col-xs-9,
    .l-navbar_s-left .col-lg-10,
    .l-navbar_s-left
    .col-md-10,
    .l-navbar_s-left
    .col-sm-10,
    .l-navbar_s-left
    .col-xs-10,
    .l-navbar_s-left .col-lg-11,
    .l-navbar_s-left
    .col-md-11,
    .l-navbar_s-left
    .col-sm-11,
    .l-navbar_s-left
    .col-xs-11,
    .l-navbar_s-left .col-lg-12,
    .l-navbar_s-left
    .col-md-12,
    .l-navbar_s-left
    .col-sm-12,
    .l-navbar_s-left
    .col-xs-12 {
        width: auto;
        padding: 0;
    }
    .l-navbar_s-left .logo-brand,
    .l-navbar_s-left .menuzord-menu,
    .l-navbar_s-left .menuzord-menu > li {
        float: none;
    }
    .l-navbar_s-left .logo-brand {
        display: block;
        margin: 40px 20px;
        text-align: center;
    }
    .l-navbar_s-left .menuzord-menu > li {
        display: block;
        margin: 0;
    }
    .l-navbar_s-left .menuzord-menu > li > a {
        display: block;
        padding: 0 20px;
    }
    .l-navbar_s-left .menuzord-menu > li > a {
        line-height: 40px;
    }
    .l-navbar_s-left .menuzord-menu > li > .dropdown,
    .l-navbar_s-left .menuzord-menu > li > .megamenu {
        left: 260px !important;
        margin-top: -40px;
    }
    .l-navbar_s-left .menuzord-menu > li > .megamenu {
        width: 800px;
        padding: 20px;
    }
    .l-navbar_s-left .menuzord-menu > li.nav-divider {
        display: none;
    }
    .l-navbar_s-left .menuzord-menu > li > .navbar-search {
        width: 450px;
    }
    .nav-divider a {
        cursor: text;
    }
    .l-navbar_bottom {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}

/*==============================================
 Nav: Primary
 ===============================================*/
#primary_nav_wrap ul {
    position: relative;
    z-index: 1200; 
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

#primary_nav_wrap ul a {
    display: block;
    padding: 0 15px; 
    text-decoration: none;
    color: #8b8b8b;
    font-size: 12px;
    line-height: 40px;
}

#primary_nav_wrap ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#primary_nav_wrap ul li.current-menu-item {
    background: #ddd;
}

#primary_nav_wrap ul li:hover {
    background: rgba(255, 255, 255, .06);
}

#primary_nav_wrap ul ul {
    position: absolute;
    top: 100%;
    left: 15px;
    display: none;
    /*border: 1px solid #eee;*/
    padding: 0; 
    background: #222;
}

#primary_nav_wrap ul ul li {
    float: none;
    min-width: 150px;
}

#primary_nav_wrap ul ul a {
    padding: 10px 15px;
    color: #b0b0b0; 
    line-height: 120%;
}

#primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%;
}

#primary_nav_wrap ul li:hover > ul {
    display: block;
}

/*===== Breadcrumb ========*/

.breadcrumb li {
    text-transform: uppercase;
}

.breadcrumb li > a {
    color: #7e7e7e;
}

.breadcrumb li > a:hover {
    color: #222;
}

.breadcrumb > .active {
    color: #222;
}

/*==============================================
 Body
 ===============================================*/
.body-content {
    position: relative;
    overflow: hidden; 
    width: 100%;
}

.parallax {
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}

.parallax-inner {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}

.banner-state {
    height: 75vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-banner {
    position: relative;
    background-position: 50% 50%; 
    background-size: cover;
}

.page-content {
    width: 100%; 
    padding: 60px 0;
}

.page-content-sm {
    display: inline-block;
    width: 100%; 
    padding: 50px 0;
}

.full-content {
    display: inline-block;
    width: 100%;
    padding: 0 0 !important;
}

.overlay-dark {
    display: inherit; 
    background: rgba(0, 0, 0, .5);
}

.overlay-light {
    display: inherit; 
    background: rgba(255, 255, 255, .5);
}

.massive-list {
    padding-left: 15px;
}

.massive-list li {
    margin-bottom: 10px;
}


/*==============================================
 Portfolio
 ===============================================*/
.portfolio {
    margin: 50px 0;
}

.portfolio .portfolio-item {
    float: left;
}

.portfolio .portfolio-item .thumb {
    position: relative;
}

.portfolio .portfolio-item .thumb img {
    display: block; 
    width: 100%;
    height: auto;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    -webkit-transition: all .3s;
            transition: all .3s; 
    opacity: 0;
    border: 20px solid rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .9);
}

.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-description,
.portfolio-item:hover .portfolio-hover .action-btn {
    opacity: 1;
}

.portfolio-item:hover .portfolio-hover .portfolio-description {
    bottom: 45%;
    margin-bottom: -90px;
}

.portfolio-item:hover .portfolio-hover .action-btn {
    top: 40%;
    margin-top: -55px;
}

.portfolio-hover .portfolio-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s;
            transition: all .3s; 
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
    opacity: 0;
}

.portfolio-hover .action-btn {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s;
            transition: all .3s;
    -webkit-transform: translateY(45%);
        -ms-transform: translateY(45%);
            transform: translateY(45%);
    text-align: center;
    opacity: 0;
    font-size: 35px;
}

.portfolio-description,
.portfolio-description h4 a,
.portfolio-hover .action-btn a {
    text-align: center;
    color: #222;
}

.portfolio-description h4 {
    margin-bottom: 5px;
    letter-spacing: 4px; 
    text-transform: uppercase;
    font-size: 14px;
}

.portfolio-description p {
    margin-bottom: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #757575; 
    font-size: 12px;
    /*font-family: 'Abel', sans-serif;*/
    font-weight: normal;
}

.portfolio-description a,
.portfolio-title a {
    color: #757575;
}

/*gutter*/
.portfolio.gutter .portfolio-item {
    padding: 10px;
}

/*portfolio 2 grid*/
.portfolio.col-2 .portfolio-item {
    width: 49.99%;
}

/*portfolio 3 grid*/
.portfolio.col-3 .portfolio-item {
    width: 33.3333333%;
}

/*portfolio 4 grid*/
.portfolio.col-4 .portfolio-item {
    width: 24.98%;
}

/*portfolio 5 grid*/
.portfolio.col-5 .portfolio-item {
    width: 19.99%;
}

/*portfolio 6 grid*/
.portfolio.col-6 .portfolio-item {
    width: 16.666666667%;
}

.portfolio-filter {
    margin: 0;
    padding: 0;
    list-style: none;
}

.portfolio-filter li {
    display: inline-block;
}

.portfolio-filter li a {
    margin: 0 15px;
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 3px; 
    text-transform: uppercase;
    color: #a9a8a8;
    font-size: 14px;
}

.portfolio-filter li a:hover,
.portfolio-filter li.active a {
    color: #222;
}

/* ----------------------------------------------------------------
	portfolio with title
-----------------------------------------------------------------*/
.portfolio-with-title .portfolio-item:hover .portfolio-hover .action-btn {
    top: 50%;
    margin-top: -45px;
}

.portfolio-with-title .portfolio-title {
    padding: 15px 0;
}

.portfolio-with-title .portfolio-title h4,
.portfolio-with-title .portfolio-title h4 a {
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222; 
    font-size: 14px;
}

.portfolio-with-title .portfolio-title h3,
.portfolio-with-title .portfolio-title h3 a {
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222; 
    font-size: 18px;
}

.portfolio-with-title .portfolio-title p {
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7e7e7e; 
    font-size: 12px;
    /*font-family: 'Abel', sans-serif;*/
    font-weight: normal;
}

.portfolio-with-title.portfolio-masonry .portfolio-title {
    padding: 15px;
}

.portfolio-with-title.portfolio-masonry.gutter .portfolio-title {
    padding: 15px 0;
}

/* ----------------------------------------------------------------
	portfolio masonry
-----------------------------------------------------------------*/
/* clear fix */
.portfolio-masonry:after {
    display: block;
    clear: both; 
    content: "";
}

/* ---- .grid-item ---- */
.portfolio-masonry .portfolio-item {
    float: left;
}

.portfolio-masonry .portfolio-item-width2 {
    width: 200px;
}

.portfolio-masonry .portfolio-item-height2 {
    height: 200px;
}

.portfolio-nav-row {
    position: relative;
    padding: 40px 0;
}

.portfolio-nav {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    max-width: 300px;
    margin-top: -12px;
}

.portfolio-nav.left {
    position: absolute;
    top: 50%;
    right: auto;
    left: 0;
    max-width: 300px;
    margin-top: -12px;
}

.portfolio-nav a {
    display: block;
    float: left;
    margin-left: 20px; 
    text-align: center;
    color: #aeaeae;
}

.portfolio-nav.left a {
    margin-right: 20px;
    margin-left: 0;
}

.portfolio-nav a:hover,
.portfolio-nav a:hover span {
    -webkit-transition: all .3s;
            transition: all .3s; 
    color: #323232;
}

.portfolio-nav a span,
.portfolio-nav a span i {
    display: inline-block;
    margin-top: 0;
    -webkit-transition: all .3s;
            transition: all .3s;
}

.portfolio-gap-less .portfolio {
    margin: 0;
}

/*==============================================
 Banner: Flex
 ===============================================*/
.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    border: none; 
    outline: none;
}

.flex-control-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.flex-direction-nav {
    display: none;
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
            transition: all 1s ease;
}

.flex-control-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    bottom: 15px;
    margin: 0; 
    text-align: center;
}

.flex-control-nav li {
    display: block;
    float: left;
    width: 10px;
    height: 10px; 
    margin: 0 3px;
}

.flex-control-nav li a {
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out; 
            transition: all .3s ease-in-out;
    text-indent: -9999px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #fff;
}

.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    position: absolute;
    z-index: 200;
    top: 50%;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: -40px 0 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, .5);
    line-height: 40px;
}

.flex-direction-nav a:hover {
    background-color: rgba(0, 0, 0, .7);
}

.flex-direction-nav a:before {
    display: block;
    width: 40px; 
    content: "\f104";
    text-align: center;
    color: #fff;
    font-family: "fontawesome";
    font-size: 16px;
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}

.post-slider-thumb .flex-control-thumbs {
    position: relative;
    z-index: 10;
    top: 10px;
    right: auto;
    left: auto; 
    margin: 0 auto;
    text-align: left;
}

.post-slider-thumb .flex-control-thumbs li {
    display: inline-block;
    float: none;
    width: 80px;
    height: auto;
    margin: 0 3px 0 0;
    cursor: pointer;
}

.post-slider .flex-direction-nav,
.post-slider-thumb .flex-direction-nav {
    display: block;
}

.post-slider .flex-direction-nav .flex-prev,
.post-slider .flex-direction-nav .flex-next,
.post-slider-thumb .flex-direction-nav .flex-prev,
.post-slider-thumb .flex-direction-nav .flex-next {
    opacity: 0;
}

.post-slider:hover .flex-direction-nav .flex-prev,
.post-slider:hover .flex-direction-nav .flex-next,
.post-slider-thumb:hover .flex-direction-nav .flex-prev,
.post-slider-thumb:hover .flex-direction-nav .flex-next {
    opacity: 1;
}

.post-list-aside .post-img img {
    border: 2px solid transparent;
}

.post-list-aside .post-img img.flex-active {
    border: 2px solid rgba(0, 0, 0, .8);
}

.post-slider .flex-control-thumbs {
    display: none;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev,
    .post-slider .flex-direction-nav .flex-prev,
    .post-slider-thumb .flex-direction-nav .flex-prev {
        left: 0; 
        opacity: 1;
    }
    .flex-direction-nav .flex-next,
    .post-slider .flex-direction-nav .flex-next,
    .post-slider-thumb .flex-direction-nav .flex-next {
        right: 0; 
        opacity: 1;
    }
}

/*==============================================
 Banner: Static
 ===============================================*/
.vertical-align .container-mid {
    position: absolute;
    z-index: 200; 
    top: 10%;
    width: 100%;
}


.genderText {
    display:inline-block;
    font-family: 'lato';
    font-weight:300;
    color: #4B4B4B;
    font-size: 1em;
}


.gender input[type="radio"] {
  display:none;	
	 appearance:none;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
}


.maleRadio input[type="radio"] + label {
    display:inline-block;
    width:35px;
    height:35px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url("../img/male.png") left top no-repeat;
    cursor:pointer;
	 appearance:none;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
}

.maleRadio input[type="radio"]:checked + label {
	  background:url("../img/male-active.png") left top no-repeat;
	 appearance:none;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
}

.femaleRadio input[type="radio"] + label {
    display:inline-block;
    width:35px;
    height:35px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url("../img/female.png") left top no-repeat;
    cursor:pointer;
	 appearance:none;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
}

.femaleRadio input[type="radio"]:checked + label {
    background:url("../img/female-active.png") left top no-repeat;
	 appearance:none;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
}

input[type=checkbox], input[type=radio] { 
	-webkit-appearance:none;
   -moz-appearance:    none;
   appearance:         none;
	display: none;
}


.maleRadio, .femaleRadio  {
	  display:inline-block;
	 appearance:none;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
}


.light-box,
.dark-box {
   
}

.light-box {
  background:#f7fdfd;
  border-radius:15px;
}

.light-box-body{
	padding:30px 30px 15px 30px;
	border:1px solid #0095ce;
	border-radius: 0 0 15px 15px;
}

.light-box-body h3{
	font-size:1.4rem;
	font-weight: 400;
}

.light-box-body p{
 margin-bottom:0px;	
 font-size:1.3rem;
 text-align: center;
}

.light-box-body i{
	font-size:1.8rem;
	margin-right:8px;
}

.light-box-header{
	background:#0095ce;
	border-radius:15px 15px 0 0;
	padding: 15px;
	text-align: center;
}

.light-box-header h2{
  font-size :2rem;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
  margin-bottom:0;
  font-family:"Gotham-Medium";
	font-weight: 400;
}

.light-box-header p{
	margin-bottom:0;
	color : #FFFFFF;
    color : rgb(255, 255, 255);
	font-size:1.3rem;
}

.dark-box {
    outline: 5px solid rgba(0, 0, 0, .5);
    outline-offset: 5px; 
    background: rgba(0, 0, 0, .5);
}

.banner-box {
    max-width: 650px;
    margin: 0 auto;
}

/*.banner-title{
	margin:15rem 0 0 0;
}*/

.banner-title{
	margin:2rem 0 0 0;
}

.banner-box h1,
.banner-box h3,
.banner-title h1,
.banner-title h3,
.banner-box h2,
.banner-box h2,
.banner-title h2,
.banner-title h2 {
    margin-bottom: 0;
}

.banner-box h1,
.banner-title h1 {
	margin-bottom:1rem;
    letter-spacing:0px;
    font-size:4.4rem;
    font-weight:600;
    line-height: normal;
}

.banner-box h3,
.banner-title h3 {
    letter-spacing:0px;
    font-size:1.8rem;
	font-family:'Gotham-Book';
	font-weight: 200;
	margin-bottom:2rem;
}

.banner-title.light-txt h1,
.banner-title.light-txt h2,
.banner-title.light-txt h3 {
    color: #fff;
}

.b-lg-txt {
    font-size: 100px !important;
    font-weight: 300;
}

.hero-text {
    position: relative;
    z-index: 6000;
}

.hero-text h1 {
    margin-bottom: 10px;
}

.hero-text a {
    margin: 10px 5px;
}

.banner-scroll a {
    position: absolute;
    z-index: 10; 
    bottom: 20px;
    left: 50%;
    margin-left: -11px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.banner-scroll a:before {
    display: block;
    width: 25px;
    height: 35px;
    margin-bottom: 5px; 
    margin-left: 5px;
    content: "";
    border: 2px solid #fff;
    border-radius: 15px;
}

.banner-scroll .scroll-down {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 50%;
    display: block;
    width: 2px;
    height: 8px;
    margin-left: -3px;
    -webkit-animation: 3s arrow infinite ease;
            animation: 3s arrow infinite ease; 
    background: #fff;
}

/*==============================================
 Banner: Video
 ===============================================*/
.video-banner {
    position: relative;
    display: block;
    overflow: hidden; 
    width: 100%;
    height: 100vh;
}

.video-banner.overlay-background .container {
    position: absolute; 
    z-index: 300;
}

.overlay-background {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
}

.overlay-background .container {
    position: relative; 
    z-index: 300;
}

.overlay-block {
    position: absolute;
    z-index: 200; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.overlay-block-light {
    position: absolute;
    z-index: 200; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
}

/*==============================================
 Video Parallax
 ===============================================*/
.video-parallax {
    position: relative;
    overflow: hidden;
}

.video-parallax .container {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -80px; 
    color: #fff;
}

.video-parallax .container i {
    display: block; 
    margin-bottom: 30px;
    font-size: 50px;
}

.video-parallax .container + .video-wrap {
    z-index: 1;
}

.video-wrap {
    position: relative; 
    overflow: hidden;
    width: 100%;
}

.video-overlay,
.banner-overaly {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);

    -webkit-backface-visibility: hidden;
}

/*==============================================
 Countdown
 ===============================================*/
.count-down,
.count-down-alt {
    text-transform: uppercase;
}

.count-down .c-grid,
.count-down-alt .c-grid {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 20px; 
    padding-top: 42px;
    text-align: center;
}

.count-down.light-bg .c-grid,
.count-down-alt.light-bg .c-grid {
    background: #fff;
}

.count-down-alt .c-grid {
    border: 5px solid rgba(0, 0, 0, .2);
}

.count-down .c-grid {
    border: 1px solid #e0e0e0;
}

.count-down .c-grid,
.count-down.light .c-grid {
    border: 1px solid #fff;
}

.count-down.light .c-value,
.count-down.light .c-title,
.count-down-alt.light .c-value,
.count-down-alt.light .c-title {
    color: #fff;
}

.count-down .c-value,
.count-down .c-title,
.count-down-alt .c-value,
.count-down-alt .c-title {
    display: block;
}

.count-down .c-value,
.count-down-alt .c-value {
    font-size: 30px;
}

.count-down .c-title,
.count-down-alt .c-title {
    letter-spacing: 3px; 
    font-size: 14px;
}

.count-down.circle .c-grid,
.count-down-alt.circle .c-grid {
    border-radius: 50% !important;
}

.count-down.round .c-grid,
.count-down-alt.round .c-grid {
    border-radius: 5px !important;
}

.count-parallax {
    background-image: url("../img/parallax/5.jpg");
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size: cover;
}

.count-icon {
    position: absolute;
    top: 50px; 
    right: 0;
}

.count-icon i {
    font-size: 40px;
}

/*==============================================
 Pagination
 ===============================================*/
.custom-pagination > li:first-child > a,
.custom-pagination > li:first-child > span,
.custom-pagination > li:last-child > a,
.custom-pagination > li:last-child > span {
    border-radius: 0;
}

.custom-pagination > li > a {
    margin: 0 3px;
    color: #424242;
}

.custom-pagination > li > a:hover {
    color: #000;
}

.custom-pagination.pagination > .active > a,
.custom-pagination.pagination > .active > a:focus,
.custom-pagination.pagination > .active > a:hover,
.custom-pagination.pagination > .active > span,
.custom-pagination.pagination > .active > span:focus,
.custom-pagination.pagination > .active > span:hover {
    z-index: 2;
    cursor: default;
    color: #fff;
    border-color: #222; 
    background-color: #222;
}

/*==============================================
 Product
 ===============================================*/
.cart-info .megamenu-quarter-width {
    width: 450px !important;
}

.cart-table-list,
.cart-table-list i {
    color: #222;
    border: none;
}

header li.nav-icon .cart-table-list a {
    color: #222; 
    line-height: normal;
}

.total-cart {
    display: inline-block;
    float: right;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: right; 
    color: #222;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.total-cart ul {
    float: right;
    width: 100%; 
    padding: 0;
    list-style: none;
}

.total-cart ul li {
    display: block;
    overflow: hidden;
}

.total-cart ul li span {
    display: inline-block;
    width: 100px;
    text-align: right;
    white-space: nowrap;
}

.cart-table-list a.close img {
    width: 11px;
    height: 11px;
}

.cart-table-list td img {
    width: 50px;
    height: auto;
}

.s-cart-btn a {
    margin: 0 0 10px 10px;
    color: #fff !important;
}

.cart-table-list.table > tbody > tr > td {
    height: 20px;
    vertical-align: middle; 
    border: none;
    line-height: 20px;
}

.product-list {
    min-height: 440px; 
    margin-bottom: 50px;
}

.product-list .product-img {
    position: relative;
    /*height: 340px;*/
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.product-img:hover > a:nth-of-type(2) {
    z-index: 2; 
    opacity: 1;
}

.product-img > a:nth-of-type(2) {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0; 
    opacity: 0;
}

.sale-label {
    position: absolute;
    z-index: 10; 
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    line-height: 50px;
}

.product-img > a,
.product-img:hover > a {
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
}

.product-list .product-img img,
.product-img img,
.product-img > a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-title h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.product-title h5 a {
    color: #222;
}

.product-price {
    margin-bottom: 5px; 
    font-size: 18px;
}

.product-price del {
    color: #837f7e;
    font-size: 14px;
}

.product-rating {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    color: #9b9a9a;
}

.product-cart {
    font-size: 12px;
}

.product-grid input {
    height: 40px; 
    border-radius: 0;
    box-shadow: none;
}

.product-grid input:focus,
.product-grid .form-control:focus,
.portfolio-meta .form-control:focus {
    border-color: #000; 
    box-shadow: none;
}

.product-grid button.btn,
.p-values,
.full-width button.btn {
    width: 100%;
}

.fit-img img {
    width: 100%;
    height: auto;
}

.product-grid .form-control,
.p-quantity .form-control,
.portfolio-meta .form-control {
    box-shadow: none;
}

.p-quantity {
    margin-bottom: 0; 
    /*padding: 0;*/
    list-style: none;
}

.p-values {
    display: inline-block;
}

.p-values ul {
    float: left;
}

.p-quantity li {
    float: left;
    width: 130px;
    margin: 15px 0;
    letter-spacing: 2px;
    text-transform: uppercase; 
    color: #000;
    font-size: 12px;
}

.p-quantity li label {
    padding-top: 7px;
    font-weight: normal;
}

.p-quantity .input-group-btn:first-child > .btn,
.p-quantity .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.p-quantity .btn.focus,
.p-quantity .btn:focus,
.p-quantity .btn:hover {
    color: #222 !important;
}

.product-grid .col-lg-1,
.product-grid .col-lg-10,
.product-grid .col-lg-11,
.product-grid .col-lg-12,
.product-grid .col-lg-2,
.product-grid .col-lg-3,
.product-grid .col-lg-4,
.product-grid .col-lg-5,
.product-grid .col-lg-6,
.product-grid .col-lg-7,
.product-grid .col-lg-8,
.product-grid .col-lg-9,
.product-grid .col-md-1,
.product-grid .col-md-10,
.product-grid .col-md-11,
.product-grid .col-md-12,
.product-grid .col-md-2,
.product-grid .col-md-3,
.product-grid .col-md-4,
.product-grid .col-md-5,
.product-grid .col-md-6,
.product-grid .col-md-7,
.product-grid .col-md-8,
.product-grid .col-md-9,
.product-grid .col-sm-1,
.product-grid .col-sm-10,
.product-grid .col-sm-11,
.product-grid .col-sm-12,
.product-grid .col-sm-2,
.product-grid .col-sm-3,
.product-grid .col-sm-4,
.product-grid .col-sm-5,
.product-grid .col-sm-6,
.product-grid .col-sm-7,
.product-grid .col-sm-8,
.product-grid .col-sm-9,
.product-grid .col-xs-1,
.product-grid .col-xs-10,
.product-grid .col-xs-11,
.product-grid .col-xs-12,
.product-grid .col-xs-2,
.product-grid .col-xs-3,
.product-grid .col-xs-4,
.product-grid .col-xs-5,
.product-grid .col-xs-6,
.product-grid .col-xs-7,
.product-grid .col-xs-8,
.product-grid .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
}

.product-grid .row {
    margin-right: -15px;
    margin-left: -15px;
}

.stock .number-item {
    color: #757575; 
    font-size: 30px;
}

.stock .status {
    display: initial;
    padding: 5px 10px;
    letter-spacing: normal; 

    color: #fff;
    border-radius: 2px;
}

.review-avatar {
    width: 60px;
    height: auto; 
    margin-right: 10px;
}

.review-rating i {
    padding: 0 !important;
}

.review-rating {
    float: right;
}

.cart-table {
    border: 1px solid #ddd;
}

.cart-table td a {
    color: #222;
}

.cart-table td a:hover {
    color: #000;
}

.cart-table thead th {
    text-transform: uppercase;
}

.cart-table.table > tbody > tr > td,
.cart-table.table > tbody > tr > th,
.cart-table.table > tfoot > tr > td,
.cart-table.table > tfoot > tr > th,
.cart-table.table > thead > tr > td,
.cart-table.table > thead > tr > th {
    vertical-align: middle;
}

.cart-img img {
    width: 60px;
    height: auto;
}

.cart-action input {
    padding: 6px 3px 6px 6px;
}

.cart-action input,
.cart-action button {
    float: left;
    margin-right: 3px;
}

.cart-action button:hover i {
    color: #222;
}

.cart-quantity {
    width: 45px;
    border-radius: 0;
}

.coupon-form input {
    height: 40px;
    border-radius: 0;
}

.coupon-form label {
    text-transform: uppercase; 
    font-weight: normal;
}

.cart-total {
    font-size: 16px;
}

.cart-btn-row a {
    margin-right: 0;
    margin-left: 10px;
}

.coupon-form label {
    margin-right: 20px;
}

.coupon-form input {
    margin-right: 10px;
}

.pro-box .one-third,
.featured-box.pro-box .one-third:nth-child(2) {
    padding: 10px 5px;
}

.panel {
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}

.shop-view-mode {
    display: inline-block; 
    margin-top: 5px;
}

.shop-view-mode a {
    margin-left: 15px;
    color: #adadad;
}

.shop-view-mode a:hover {
    color: #222;
}

/*==============================================
 Boxed View
 ===============================================*/
.boxed.box-bg {
    background: #ddd;
}

.boxed .wrapper {
    position: relative; 
    width: 1170px;
    margin: 0 auto;
    background: #fff;
}

.boxed header.sticky,
.boxed header.sticky .header-sticky,
.boxed header.transparent-header {
    width: 1170px;
}

.box-background-img {
    height: 100vh;
    background-image: url("../img/parallax/para7.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}

.box-pattern {
    background-image: url("../img/pattern-2.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
}

/*==============================================
 Blog
 ===============================================*/
.blog-classic {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #efefef;
}

.blog-classic .date {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 40px; 
    padding-top: 15px;
    text-align: center;
    color: #fff;
    background: #222;
    font-size: 30px;
}

.blog-classic .date.right {
    float: right;
    margin-right: 0; 
    margin-left: 40px;
}

.blog-classic .date span {
    display: block; 
    font-size: 12px;
}

.blog-classic .blog-post {
    overflow: hidden;
}

.blog-classic .blog-post .full-width {
    margin-bottom: 50px;
}

.blog-post h4 a {
    color: #222;
}

.blog-post h4 {
    margin-bottom: 10px;
}

.post-meta {
    margin-bottom: 40px; 
    padding: 0;
    list-style: none;
}

.post-meta li {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    color: #a7a7a7;
    font-size: 12px;
}

.post-meta li a {
    margin-right: 5px;
    color: #a7a7a7;
}

.post-meta li i {
    padding-right: 10px;
}

.blog-post blockquote {
    margin: 0 0 20px;
    padding: 0;
    border-left: none;
    font-size: 17.5px;
    font-style: italic;
}

.quote-post p:before {
    padding-right: 10px;
    content: "\f10d";
    color: #837f7e; 
    font-family: "FontAwesome";
}

.quote-post p:after {
    padding-left: 10px;
    content: "\f10e";
    color: #837f7e; 
    font-family: "FontAwesome";
}

.portfolio-with-title.blog-m .portfolio-title h4 a {
    font-size: 16px;
}

.portfolio-with-title.blog-m .portfolio-title p {
    letter-spacing: normal;
}

.video-fit {
    position: relative; 
    width: 100%;
    padding-top: 50%;
}

.audio-fit {
    position: relative; 
    width: 100%;
    padding-top: 20%;
}

.video-fit iframe,
.video-fit object,
.video-fit embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.audio-fit iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
}

/* custom pagination */
.custom-pagination > li:first-child > a,
.custom-pagination > li:first-child > span,
.custom-pagination > li:last-child > a,
.custom-pagination > li:last-child > span {
    border-radius: 0;
}

.custom-pagination > li > a {
    margin: 0 3px;
    color: #424242;
}

.custom-pagination > li > a:hover {
    color: #000;
}

.custom-pagination.pagination > .active > a,
.custom-pagination.pagination > .active > a:focus,
.custom-pagination.pagination > .active > a:hover,
.custom-pagination.pagination > .active > span,
.custom-pagination.pagination > .active > span:focus,
.custom-pagination.pagination > .active > span:hover {
    z-index: 2;
    cursor: default;
    color: #fff;
    border-color: #222; 
    background-color: #222;
}

/*search-row*/
.search-row {
    position: relative;
}

.search-btn {
    position: absolute;
    top: 50%;
    right: 1px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    color: #ccc;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px; 
    line-height: 36px;
}

.search-row input {
    width: 100% !important;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
}

.search-row input:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

.widget {
    display: inline-block;
    width: 100%; 
    margin-bottom: 60px;
}

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

.widget .avatar {
    display: block; 
    margin-bottom: 30px;
}

.widget-latest-post,
.widget-category,
.widget-comments {
    padding: 0; 
    list-style: none;
}

.widget-latest-post li,
.widget-category li,
.widget-comments li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.widget-category li,
.widget-comments li {
    margin-bottom: 20px;
}

.widget-category li a,
.widget-comments li a {
    color: #837f7e;
}

.widget-category li a:before {
    padding-right: 10px;
    content: "\f105";
    font-family: "FontAwesome";
}

.widget-comments li:before {
    padding-right: 10px;
    content: "\f0e6";
    color: #837f7e; 
    font-family: "FontAwesome";
}

.widget-latest-post li:last-child {
    margin-bottom: 0;
}

.widget-latest-post .thumb {
    float: left;
    width: 75px;
    height: auto; 
    margin-right: 20px;
}

.widget-latest-post .thumb img {
    width: 100%;
    height: 100%;
}

.widget-latest-post .w-desk {
    display: inherit; 
    overflow: hidden;
    color: #9b9a9a;
}

.widget-latest-post .w-desk a {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
}

.widget-social-link a {
    float: left;
}

.widget-social-link a {
    width: 35px;
    height: 35px;
    margin: 0 15px 15px 0; 
    text-align: center;
    color: #5a5a5a;
    border: 1px solid #5a5a5a;
    font-size: 16px;
    line-height: 35px;
}

.widget-social-link a:hover,
.widget-tags a:hover {
    color: #fff;
}

.circle a {
    border-radius: 50%;
}

.widget-tags a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 10px;
    color: #837f7e;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
}

/*------------------------------
blog-masonry
------------------------------*/
.portfolio-with-title.blog-m .portfolio-title p {
    margin: 5px 0 0 0;
    text-transform: none;
    color: #757575;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
}

.portfolio-with-title.blog-m .portfolio-title p {
    display: block; 
    margin-bottom: 20px;
}

.portfolio-with-title.blog-m .portfolio-title .date {
    display: block;
    margin: 5px 0 20px 0;
    letter-spacing: 1px;
    text-transform: uppercase; 
    font-size: 12px;
}

.portfolio-with-title.blog-m .portfolio-title .date,
.portfolio-with-title.blog-m .portfolio-title .date a {
    color: #a8a8a8;
}

/*------------------------------
comments-list
------------------------------*/
.comments-list .comment-author a {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    font-size: 12px; 
    /*font-family: 'Abel', sans-serif;*/
    font-weight: bold;
}

.comments-list .media > .pull-left {
    padding-right: 20px;
}

.comments-list .comment-info,
.comments-list .comment-info a {
    color: #a7a7a7;
}

.comments-list .comment-info .comment-author a {
    color: #222;
}

.comments-list .comment-info i {
    padding: 0 10px;
}

.comments-list .comment-avatar {
    width: 50px;
    height: auto;
}

.blog-comments .col-md-6,
.blog-comments .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.blog-comments .form-control {
    border-radius: 0;
    box-shadow: none;
}

.blog-comments .form-control:focus {
    border-color: #222;
}

/*----*/
.pagination-row {
    overflow: hidden;
}

.pagination-row {
    margin-bottom: 60px; 
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.pagination-post .prev-post {
    float: left;
    text-align: left;
}

.pagination-post .prev-post,
.pagination-post .next-post {
    width: 45%;
}

.pagination-post .post-list-link {
    float: left;
    width: 10%;
    margin-top: 5px; 
    text-align: center;
}

.pagination-post .next-post {
    float: right;
    text-align: right;
}

.pagination-post .prev-post .arrow {
    float: left;
    margin-right: 20px;
}

.pagination-post .arrow {
    color: #e5e5e5;
    font-size: 50px;
    line-height: 50px;
}

.pagination-post .next-post .arrow {
    float: right;
    margin-left: 20px;
}

.pagination-post .post-list-link a {
    color: #d2d2d2;
    outline: none; 
    font-size: 30px;
}

.pagination-post .pagination-txt {
    margin-top: 18px;
}

.pagination-post a {
    color: #d2d2d2;
}

.pagination-post a:hover,
.pagination-post a:hover .arrow {
    color: #222;
}

.pagination-post a,
.pagination-post a .arrow,
.pagination-post a:hover,
.pagination-post a:hover .arrow {
    -webkit-transition: all .3s;
            transition: all .3s;
}

/*==============================================
 Post
 ===============================================*/
.video-fit {
    position: relative; 
    width: 100%;
    padding-top: 50%;
}

.audio-fit {
    position: relative; 
    width: 100%;
    padding-top: 20%;
}

.video-fit iframe,
.video-fit object,
.video-fit embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.audio-fit iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    border: none;
}

/*==============================================
 TB Grid
 ===============================================*/
.tb-grid {
    width: 100%;
    margin: auto;
}
.tb-grid .box,
.tb-grid .box2,
.tb-grid .box3 {
    display: inline-block;
}
.tb-grid .box {
    width: 33.3333%;
    padding-top: 33.3333%;
}
.tb-grid .box2 {
    width: 66.6666%;
    padding-top: 33.3333%;
}
.tb-grid .box3 {
    width: 66.6666%;
    padding-top: 66.6666%;
}
.tb-grid .box-nano {
    position: relative;
    float: left; 
    width: 50%;
    margin: 0;
    padding-top: 50%;
}
.tb-grid .item > .item-inner,
.tb-grid .box-nano > .item-inner {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    margin: 0;
    cursor: crosshair; 
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.tb-grid .items > .item-inner {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*==============================================
 Typist
 ===============================================*/
@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: .0;
    }
    100% {
        opacity: 1.0;
    }
}
@keyframes blink {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: .0;
    }
    100% {
        opacity: 1.0;
    }
}

.typist-blink:after {
    position: relative;
    top: 10px;
    display: inline-block;
    height: 47px;
    margin-right: 7px;
    margin-left: 3px;
    content: " ";
    -webkit-animation: blink 1s step-start 0s infinite;
            animation: blink 1s step-start 0s infinite; 
    border-right: 2px solid;
}

.typist-blink > .selectedText {
    display: none;
}

.typist-mark > .selectedText {
    color: #fff;
    background-color: #222;
    font-style: normal;
}

/*==============================================
 Footer
 ===============================================*/
#footer.gray {
    padding: 80px 0; 
    background: #f5f5f5;
}

#footer.dark {
    background: #fff;
}

#footer.gray .sub-title {
    margin: 15px 0; 
    letter-spacing: 2px;
    color: #222;
    font-size: 12px;
}

#footer.dark .sub-title {
    margin: 15px 0; 
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
}

#footer.gray .social-link a {
    display: inline-block;
    margin: 10px; 
    color: #222;
    font-size: 20px;
}

#footer.dark .social-link a {
    display: inline-block;
    margin: 5px; 
    color: #fff;
    font-size: 20px;
}

#footer.gray .social-link.circle a {
    width: 40px;
    height: 40px;
    text-align: center; 
    border: 1px solid #222;
    border-radius: 50%;
    line-height: 40px;
}

#footer.dark .social-link.circle a {
    width: 40px;
    height: 40px;
    text-align: center; 
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 40px;
}

#footer.gray .social-link.circle a:hover {
    color: #fff;
    border: 1px solid transparent; 
    background: #222;
}

#footer.dark .social-link.circle a:hover {
    color: #222;
    border: 1px solid transparent; 
    background: #fff;
}

#footer.gray .copyright {
    letter-spacing:0px; 
     color : #333333;
  color : rgb(51, 51, 51);
    font-size: 1.4rem;
}

#footer.dark .copyright {
    letter-spacing:0px; 
     color : #333333;
  color : rgb(51, 51, 51);
    font-size: 14px;
}

#footer.gray .copyright-sub-title {
    letter-spacing: 2px; 
    font-size: 12px;
}

.footer-logo {
    display: block;
}

.f-link,
#footer.dark h5 {
    color: #fff;
}

#footer.dark h5 {
    letter-spacing: 1px;
}

#footer.dark {
    color: #6f7273;
}

#footer.dark .primary-footer {
    padding: 10px 0 0; 
    background: #fff;
}

#footer .f-list,
.r-work {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .f-list li a {
    display: block; 
    color : #333333;
  	color : rgb(51, 51, 51);
    line-height: 45px;
	padding:0 15px 0 0;
	font-size:1.4rem;
}

#footer .f-list li {
       display: inline-block;
}

#footer .f-list li a:before {

}

.r-work li a {
    float: left;
    margin: 0 10px 10px 0;
}

.r-work li a {
    width: 55px;
    height: 55px;
}

.r-work li a img {
    width: 100%;
    height: auto;
}

#footer.dark .secondary-footer {
    display: inline-block;
    width: 100%;
    padding: 0 10px 0;
    background: #fff;
    font-weight: normal;
}

#footer.dark .secondary-footer .social-link a {
    display: inline-block;
    margin: 0 0 0 15px; 
    color: #5a5a5a;
    font-size: 20px;
}

#footer.dark .secondary-footer .social-link.circle a {
    width: 35px;
    height: 35px;
    text-align: center; 
    border: 1px solid #5a5a5a;
    border-radius: 50%;
    line-height: 35px;
}

#footer.dark .secondary-footer .social-link.circle a:hover {
    color: #fff;
    border: 1px solid transparent; 
    background: #5a5a5a;
}

.footer-3,
.footer-4 {
    position: relative;
}

.footer-3 .f-logo-center {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -3%;
    padding: 20px;
    text-align: center;
    border: 5px solid #f5f5f5; 
    background-color: #fff;
}

.footer-4 .f-logo-center {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -5%;
    padding: 20px;
    text-align: center;
    border: 5px solid #222; 
    background-color: #fff;
}

.footer-4.dark {
    padding: 80px 0; 
    background: #222;
}

.footer-4.dark .social-link a {
    display: inline-block;
    margin: 10px; 
    color: #fff;
    font-size: 20px;
}

.footer-4.dark .social-link.circle a {
    width: 40px;
    height: 40px;
    text-align: center; 
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 40px;
}

.footer-4.dark .social-link.circle a:hover {
    color: #222;
    border: 1px solid transparent; 
    background: #fff;
}

.footer-4.dark .copyright {
    letter-spacing: 2px; 
    color: #fff;
    font-size: 14px;
}

.footer-4.dark .copyright-sub-title {
    letter-spacing: 2px;
    color: #d0d0d0; 
    font-size: 12px;
}

.gray .border-top {
    padding-top: 40px; 
    border-top: 1px dashed rgba(0, 0, 0, .1);
}

.dark .border-top {
    padding-top: 40px; 
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.short-pad {
    padding: 40px 0 !important;
}


#multiphase button{
  border-radius:0px;
}

form#multiphase{
  width:100%;
}

#progressBar{
  width:100%;
  height:20px;
  background-color: 'blue';
  color:#fff;
}

form#multiphase > #phase2, #phase3, #show_all_data{
  display:none;
  transition: all 0.2s linear 0.2s;
}

form#multiphase > #phase1, #phase2, #phase3, #show_all_data, select{
  width:100%;
}
form#multiphase input, button{
  width:100%;
}

form#multiphase select {
  height:40px;
}

.nav-controls{
  display:inline-flex;
  width:100%;
/*   flex-wrap: nowrap; */
  justify-content: space-between;
}

.nav-controls button{
  width:100px;
}

#back{
  border-radius:50%;
  width:25px;
  height:25px;
  color:#000;
  text-align:center;
  line-height:22px;
  font-weight:bolder;
  margin-top:-15px;
  margin-bottom:15px;
  background: #fafafa;
  cursor:pointer;
  transition:all 0.2s linear 0s;
}
#back:hover{
  color:#fff;
  background: #000;
  border:2px solid #fff;
  line-height:18px;
}



/**/
.login-accordion > dd {
    padding: 10px 0;
}

.login-accordion .login .form-control,
.tab-pane .form-control {
    border-radius: 0;
}

.dark-txt {
    color: #222;
}

.border-less-input input {
    border: none;
}

.login-bg-input input {
    background: #f5f5f5;
}



.contact-comments-step .col-md-6,
.contact-comments-step .col-md-4,
.contact-comments-step .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.contact-comments-steps{
	color:#135e86;
}

.contact-comments-steps .btn{
	font-size:1.8rem;
}


.contact-comments-steps .form-control {
    height: 45px; 
    border-radius: 0;
	border: 1px solid #0095ce;
	background: #fff;
	text-align:left;
}

.contact-comments-steps .cmnt-text {
    height: 95px;
}

.contact-comments-steps label {
    color: #135e86; 
    font-weight: 400;
	font-size:1.4rem;
}

.contact-comments-steps h5{
	font-size:1.8rem;
	margin-bottom:0;
	color:#135e86;
	letter-spacing:0;
}

.check-box p{
	margin-bottom: 0;
	padding-left: 3%;
	margin-top: 10px;
}

.dark-bg-earn{
	background:#0095ce;
}

.dark-bg-earn h3{
 color:#fff;	
}

/************************************************/

.contact-comments .btn-select{
	margin-bottom: 0;
}

.contact-comments .btn-select .btn-select-value{
	text-align: center;
	padding-left: 15px;
	padding-right: 0;
}

.contact-comments .col-md-6,
.contact-comments .col-md-4,
.contact-comments .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.contact-comments{
	/*color:#135e86;*/
	color:#ffffff;
}

.contact-comments .btn{
	font-size:2.5rem;
}

.form-control {
    border: 1px solid #e5e5e5;
    border-radius: 3px; 
    box-shadow: none;
}

.form-control:focus {
    border-color: #222;
    box-shadow: none;
}

.contact-comments select{
	text-align: center;
	/*padding-left:35%;*/
}

 option{
	text-align: center;
}

.contact-comments .form-control {
    height: 45px; 
    /*border-radius: 0;
	border: 1px solid #0095ce;*/
	border-color: transparent;
    border-radius: 2em;
	background: #fff;
	text-align:center;
}

.contact-comments .cmnt-text {
    height: 95px;
}

.contact-comments label {
    color: #135e86; 
    font-weight: 400;
	font-size:1.4rem;
}

.contact-comments h5{
	font-size:1.8rem;
	margin-bottom:0;
	/*color:#135e86;*/
	color:#ffffff;
	letter-spacing:0;
}

.form-progress-bar-value span {
    font-weight: 900;
}

.form-progress-bar-value {
    font-size: .875em;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.form-progress {
    position: relative;
    display: table;
    width: 100%;
    max-width: 380px;
    min-height: 6px;
    margin: 10px auto;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 0 0 1px #a6d7f2;
	margin-top: -15px;
}

.form-progress-bar {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #197db3;
    background: #d2ebf9;
}

.form-progress-bar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form-progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

address p {
    margin-bottom: 0;
}

.ticket-register .form-control {
    height: 40px;
    color: #a7a7a7; 
    border-radius: 5px;
}

.ticket-register .form-group,
.register-member a {
    margin: 0 5px;
}

.register-member a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.register-member a img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}



.aside-social {
    margin-bottom: 20px; 
    border: 1px solid #ddd;
    font-size: 0;
}

.aside-social li {
    width: 25%; 
    padding-top: 8px;
    -webkit-transition: background .3s ease 0s;
            transition: background .3s ease 0s;
    text-align: center;
    border-left: 1px solid #ddd;
}

.aside-social li:hover {
    -webkit-transition: background .3s ease 0s;
            transition: background .3s ease 0s;
    color: #fff; 
    border-left: 1px solid #333;
    background: #333;
}

.aside-social li:hover i,
.aside-social li:hover p {
    -webkit-transition: .3s ease 0s;
            transition: .3s ease 0s; 
    color: #fff;
}

.aside-social li:first-child {
    border-left: medium none;
}

.aside-social.list-inline > li {
    display: inline-block;
}

.aside-social.list-inline {
    margin-left: 0;
}

.aside-social li i {
    margin-top: 5px;
    -webkit-transition: .3s ease 0s;
            transition: .3s ease 0s; 
    color: #aaa;
    font-size: 16px;
}

.aside-social li p {
    margin-top: 5px;
    margin-bottom: 6px;
    -webkit-transition: .3s ease 0s;
            transition: .3s ease 0s; 
    font-size: 11px;
}


.dark-bg-alt .intro-portfolio a {
    text-transform: uppercase;
    color: #fff;
}


.featured-item.feature-outline.travel-feature {
    position: relative;
    padding: 0 0 0 130px;
}

.fashion-title h1 {
    margin-bottom: 0; 
    letter-spacing: 5px;
    font-size: 100px;
    font-weight: 100;
}

.fashion-footer p {
    font-size: 13px; 
    line-height: 20px;
}

.fashion-footer .subscribe-form {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.fashion-footer .subscribe-form input {
    width: 65% !important;
    border-radius: 4px; 
    background: #f8f8f8;
}

.fashion-footer ul {
    padding: 0;
    list-style: none;
}

.fashion-footer ul li a {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #6f7273;
    font-size: 13px;
}

.fashion-footer ul li a:hover {
    color: #222;
}

.fashion-footer .social-link a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 50%; 
    line-height: 35px;
}

.fashion-footer .social-link a:hover {
    color: #fff;
    border: 1px solid transparent; 
    background: #5a5a5a;
}

.wedding-font {
    text-transform: none; 
    font-family: "Arizonia", cursive;
}

.bride-groom-txt {
    font-size: 100px !important;
    line-height: normal;
}


.wd-font-50 {
    font-size: 50px !important;
}

.wd-font-72 {
    font-size: 72px !important;
}

.wd-font-light {
    font-weight: 300 !important;
}

.bride-groom-row {
    padding: 0 50px;
}

.bride-groom-row .team-img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.bride-groom-row .team-img img {
    width: 100%;
    height: auto;
}

.wed-thumb,
.bride-groom-row .team-img.fnf-img {
    display: inline-block; 
    width: 160px;
    height: 160px;
}

.wed-thumb img,
.bride-groom-row .team-img.fnf-img img {
    width: 100%;
    height: auto;
    border: 10px solid #fff; 
    border-radius: 50%;
}

.m-top-negative {
    position: relative;
    top: -80px;
}

.pad-less {
    padding: 0;
}

.wedding-form .form-control {
    border-radius: 5px;
}

.wd-photo-border {
    border: 10px solid #f2f3f3 !important;
}

.heart-space {
    padding: 0 10px; 
    font-size: 30px;
}

.decor-category a {
    position: relative; 
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.decor-category a img {
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.decor-category a:hover img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}

.decor-category a .title {
    position: absolute;
    top: 35%;
    right: 10%;
    text-align: right;
    text-transform: uppercase; 
    font-size: 24px;
    font-weight: 300;
}

.decor-category a .title.dark {
    color: #222;
}

.decor-category a .title.light {
    color: #fff;
}

.portfolio-meta {
    padding: 0; 
    list-style: none;
}

.portfolio-meta li {
    margin: 15px 0;
    color: #666;
}

.portfolio-meta li span {
    display: inline-block;
    width: 130px;
    letter-spacing: 2px;
    text-transform: uppercase; 
    color: #000;
    font-size: 12px;
}

.portfolio-meta li a {
    margin-right: 10px;
    color: #cdcdcd;
}

.portfolio-meta li a:hover {
    color: #323232;
}

/*==============================================
 Scroll Top
 ===============================================*/
.lift-off {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
	border-radius:30px;
    -webkit-transition: all .3s;
            transition: all .3s; 
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .9);
    line-height: 40px;
}

.lift-off_show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); 
    opacity: 1;
}

.lift-off_hide {
    visibility: hidden;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px); 
    opacity: 0;
}

/*==============================================
 Background Images
 ===============================================*/
.home-banner {
    background-image: url("../img/banner.jpg") !important;
}

.home-banner-step {
    background-image: url("../img/banner-step.jpg") !important;
}


@media screen and (max-width: 1199px) {
	
	   #site_title { font-size:36px !important;}
	.banner-box h1, .banner-title h1{
		font-size: 3.5rem;
	}
	
}


@media screen and (max-width: 1024px) {
	   #site_title { font-size:36px !important;}
	
    .login-box.gray-bg {
        margin-bottom: 20px;
    }

	
	.banner-box h1, .banner-title h1{
		font-size: 3.5rem;
	}
	
	.featured-item .icon i img{
		width:75%;
	}
	
	.vertical-align .container-mid {
    position: absolute;
    z-index: 200;
    top: 10%;
    width: 100%;
}
}

@media screen and (max-width: 992px) {

	.banner-box h1, .banner-title h1 {
    font-size: 3rem;
}
	
	.about-us{
		margin-top:0;
	}
	
	.register-bg{
	margin-top:20px; 
}
	
	/*portfolio   grid*/
    .portfolio.col-2 .portfolio-item,
    .portfolio.col-3 .portfolio-item,
    .portfolio.col-4 .portfolio-item,
    .portfolio.col-5 .portfolio-item,
    .portfolio.col-6 .portfolio-item {
        width: 33.3333333%;
        /*width: 50%;*/
    }
	
	#footer.dark .secondary-footer{
		padding: 0;
	}
    .social-link.pull-right {
        float: left !important;
        margin-top: 10px;
		margin-bottom:10px;
    }
    #footer.dark .secondary-footer .social-link a {
        margin: 0 15px 0 0;
    }
    .f-list {
        margin-bottom:0px !important;
    }
    .clients.grid-2 li {
        width: 50%;
    }
    .clients.grid-3 li,
    .clients.grid-4 li,
    .clients.grid-5 li,
    .clients.grid-6 li {
        width: 33.33%;
    }
    .clients.angle-box.grid-2 li {
        width: 46%;
    }
    .clients.angle-box.grid-3 li,
    .clients.angle-box.grid-4 li,
    .clients.angle-box.grid-5 li,
    .clients.angle-box.grid-6 li {
        width: 29.33%;
    }
    .feature-bg-box {
        margin-bottom: 50px;
    }
	
	
}

@media screen and (max-width: 800px) {
    /*portfolio   grid*/
    .portfolio.col-2 .portfolio-item,
    .portfolio.col-3 .portfolio-item,
    .portfolio.col-4 .portfolio-item,
    .portfolio.col-5 .portfolio-item,
    .portfolio.col-6 .portfolio-item {
        /*width: 33.3333333%;*/
        width: 50%;
    }
	.banner-state{
		height:auto;
		min-height:580px;
	}
	

	
	.banner-box h1, .banner-title h1 {
    font-size: 2.2rem;
}
	

    .testimonial.grid-2 li,
    .img-post.col-2 .item,
    .img-post.col-3 .item,
    .img-post.col-4 .item {
        width: 100%;
    }
    .subscribe-info,
    .subscribe-form {
        width: 90%;
    }
    .subscribe-info {
        display: inline-block; 
        margin-bottom: 30px;
    }
    .post-parallax .dark-overlay {
        display: none;
    }
    .v-middle {
        padding-bottom: 30px;
    }
    .post-list-aside {
        margin-bottom: 50px;
    }
    .feature-border-box {
        display: inline-block; 
        margin-bottom: 50px;
    }
    .bs-hero.full-screen .carousel-inner .item img {
        width: 100%; 
        height: 100vh;
    }
}

/* -------------------------------
   Tablet Portrait
   ------------------------------- */
@media screen and (max-width: 768px) {
	
.container-fluid,
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xs-1,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xs-2,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xs-3,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xs-4,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xs-5,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xs-6,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xs-7,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xs-8,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xs-9,
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xs-10,
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xs-11,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
    padding-right: 15px; 
    padding-left: 15px;
}
	
	.gray-bgs{
		background:#fff;
	}
	
	.featured-item .title h4{
		padding-top: 0;
	}	
	
	.contact-comments .col-md-6, 
	.contact-comments .col-md-4, 
	.contact-comments .col-md-12{
		padding-left:8px;
		padding-right:8px;
	}
	
	.monthCounterArea .btn-info{
		padding:10px;
	}
	
	.mediaThumb{
		width: 100%;
		height:140px;
	}
	
	.monthCounterArea .btn-info.btn-pressure{
		margin-right:0px;
		width: 100%;
		margin-bottom:20px;
	}
	
	.media-body, .media-left, .media-right {
  display:inline;
    vertical-align: top;
}
	
	.media-body .pull-right{
		float: left !important;
	}
	
	.media-body p{
		line-height:25px;
	}
	
	.modal-dialog{
		width: 90%;
	}
	
	.contact-comments span{
		display:block;
	}
	
	.vertical-align .container-mid{
		position: relative;
		padding-top:10%;
	}
	
	.featured-item .icon i img{
		width:72%;
	}
	
	.light-box-header p{
		line-height: 1.4rem;
	}
	
	.light-box-header h2{
		font-size:1.8rem;
	}
	
	.contact-comments h5{
		font-size: 1.6rem;
	}
	
	.featured-item.feature-outline{
		padding: 0 0 0 110px;
	}
	
	.banner-state{
		height:auto;
		min-height:580px;
		padding-bottom:8%;
	}
	
	.icon-list li i{
		margin-right: 0;
	}
	
	
	.banner-title{
		margin:7rem 0 0 0;
	}
	
	.btn-large{
		padding:1.3rem;
	}
	
	#footer.dark .copyright{
		font-size: 12px;
	}
	
	#footer.dark .secondary-footer{
		text-align: center;
		background:#f2f2f2;
	}
	
	#footer .f-list li {
    display: block;
    text-align: center;
	}
	
	#footer.dark .primary-footer{
		background: #f2f2f2;
	}
	
	.social-link.pull-right {
    float: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
	
    .page-title {
        margin-top: 47px;
    }
	
	.menuzord-menu{
		float:none;
	}
	
	.menuzord-menu > li{
		float:none;
		text-align: center;
	}
	
    .menuzord-responsive.menuzord {
        padding: 0;
    }
    .menuzord-responsive .logo-brand {
        font-size: 20px;
        line-height: 2.55;
    }
    .menuzord-responsive .showhide {
        margin: 0;
    }
    .menuzord-responsive .menuzord-menu {
        float: left !important; 
        width: 100%;
    }
    .menuzord-responsive .menuzord-menu.scrollable {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
        display: block;
    }
    .menuzord-responsive .menuzord-menu > li {
        position: relative; 
        display: block;
        width: 100%;
    }
    .menuzord-responsive .menuzord-menu > li > a {
        display: block;
        width: 100%;
        padding: 12px 20px;
        border-bottom: solid 1px #f0f0f0;
    }
    .menuzord-responsive .menuzord-menu > li:first-child > a {
        border-top: solid 1px #f0f0f0;
    }
    .menuzord-responsive .menuzord-menu ul.dropdown,
    .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
        position: static;
        left: 0;
        float: left; 
        width: 100%;
        border: none;
        background: #fff;
    }
    .menuzord-responsive .menuzord-menu ul.dropdown li {
        position: relative;
    }
    .menuzord-responsive .menuzord-menu ul.dropdown li a {
        border-bottom: solid 1px #f0f0f0;
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
        padding-left: 40px !important;
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 60px !important;
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 80px !important;
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a {
        /*padding-left: 50px!important*/
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
        padding-left: 70px !important;
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a {
        padding-left: 90px !important;
    }
    .menuzord-responsive .menuzord-menu li .indicator {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 45px;
        text-align: center;
        border-left: solid 1px #f5f5f5; 
        font-size: 22px;
        line-height: 43px;
    }
    .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
        top: 0;
        right: 0;
        height: 38px;
        font-size: 18px;
        line-height: 36px;
    }
    .menuzord-responsive .menuzord-menu > li > .megamenu {
        position: static;
        left: 0 !important;
        width: 100% !important;
        border-top: none;
        border-bottom: solid 1px #f0f0f0;
    }
    .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*=col] {
        display: block;
        float: none;
        width: 100% !important;
        margin-top: 15px; 
        margin-left: 0;
    }
    .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row,
    .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child [class*=col]:first-child {
        margin-top: 0;
    }
    .menuzord-responsive .menuzord-menu > li.search form {
        width: 100%;
        margin: 4px 0;
        padding: 10px 16px !important;
    }
    .menuzord-responsive .menuzord-menu > li.search form input[type=text],
    .menuzord-responsive .menuzord-tabs-content,
    .menuzord-responsive .menuzord-tabs-nav {
        width: 100%;
    }
    /*-------------------------*/
    /* Mneu items */
    /*-------------------------*/
    .menuzord-responsive .menuzord-menu > li > a {
        padding: 12px 20px !important;
        line-height: 20px;
    }
    /* Dropdown indicators */
    .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
        border: none;
    }
    /* Dropdown */
    .menuzord-responsive .menuzord-menu ul.dropdown,
    .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
        background: #fff;
    }
    /* Dropdown items */
    .menuzord-responsive .menuzord-menu ul.dropdown li a {
        border: none;
    }
    .menuzord-menu li .indicator i.fa-angle-down:before {
        content: "\f107";
    }
    /*----*/
    .top-ads {
        display: none;
    }
    .portfolio-filter li {
        display: inline-block;
        line-height: 40px;
    }
    ul.menuzord-menu {
        background:none;
    }
    .login-box.gray-bg {
        margin-bottom: 20px;
    }
    .count-down .c-grid,
    .count-down-alt .c-grid {
        float: left; 
        margin: 10px;
    }
    .count-icon {
        right: 40px;
    }
    .feature-bg-box {
        margin-bottom: 50px !important;
    }
    .catering-form input,
    .catering-form button,
    .catering-form select {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .catering-form .form-group,
    header.nav-center-align .logo-brand img {
        margin: 0;
    }
    header.nav-center-align .logo-brand img {
        height: 40px;
    }
    .cart-info .megamenu-quarter-width {
        width: auto !important;
    }
    .boxed .wrapper,
    .boxed header.sticky,
    .boxed header.sticky .header-sticky,
    .boxed header.transparent-header {
        width: 100%;
    }
    .banner-box h1,
    .banner-title h1 {
        font-size: 2.2rem;
		text-align: center;
    }
    .banner-box h3,
    .banner-title h3,
    h3 {
        font-size:1.6rem;
		text-align: center;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 20px;
    }
    .b-lg-txt {
        font-size: 40px !important;
    }
    .post-single .post-desk {
        height: auto;
    }
    .nav-center-align .logo-brand,
    .nav-center-align .menuzord-menu,
    .nav-center-align .menuzord-menu > li {
        float: left;
    }
    /**/
    .travel-form.icon-tabs .nav > li > a {
        padding: 30px 25px;
    }
	
	.dark-bg-alt h1{
		font-size:1.8em;
	}
	
	.heading-title h1{
		font-size:1.8em;
	}
	
	.feature-border-box{
		min-height: auto;
		    width: 100%;
	}
	
	.page-title.banner-background h2{
		font-size:1.8rem;
	}
	
	.page-title.banner-background{
	    padding: 80px 0 60px 0;
	}
	
	.feature-border-box .icon{
		left:45%; 
	}
	
}

@media screen and (max-width: 767px) {

	
	.light-box{
		margin-top:12%;
	}
	
    .page-title .breadcrumb {
        right: auto; 
        left: 15px;
        margin: 20px 0 0;
    }
    .page-content {
        padding: 40px 0;
    }
    .heading-title {
        margin-bottom: 40px;
    }
    .promo-info {
        padding-right: 0;
    }
    .promo-btn {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 0;
        margin-top: 20px;
    }
    .fun-factor {
        padding: 30px 0;
    }
    .post-grid {
        margin: 0;
    }
    .post-grid .col-lg-1,
    .post-grid .col-lg-10,
    .post-grid .col-lg-11,
    .post-grid .col-lg-12,
    .post-grid .col-lg-2,
    .post-grid .col-lg-3,
    .post-grid .col-lg-4,
    .post-grid .col-lg-5,
    .post-grid .col-lg-6,
    .post-grid .col-lg-7,
    .post-grid .col-lg-8,
    .post-grid .col-lg-9,
    .post-grid .col-md-1,
    .post-grid .col-md-10,
    .post-grid .col-md-11,
    .post-grid .col-md-12,
    .post-grid .col-md-2,
    .post-grid .col-md-3,
    .post-grid .col-md-4,
    .post-grid .col-md-5,
    .post-grid .col-md-6,
    .post-grid .col-md-7,
    .post-grid .col-md-8,
    .post-grid .col-md-9,
    .post-grid .col-sm-1,
    .post-grid .col-sm-10,
    .post-grid .col-sm-11,
    .post-grid .col-sm-12,
    .post-grid .col-sm-2,
    .post-grid .col-sm-3,
    .post-grid .col-sm-4,
    .post-grid .col-sm-5,
    .post-grid .col-sm-6,
    .post-grid .col-sm-7,
    .post-grid .col-sm-8,
    .post-grid .col-sm-9,
    .post-grid .col-xs-1,
    .post-grid .col-xs-10,
    .post-grid .col-xs-11,
    .post-grid .col-xs-12,
    .post-grid .col-xs-2,
    .post-grid .col-xs-3,
    .post-grid .col-xs-4,
    .post-grid .col-xs-5,
    .post-grid .col-xs-6,
    .post-grid .col-xs-7,
    .post-grid .col-xs-8,
    .post-grid .col-xs-9 {
        padding-right: 15px; 
        padding-left: 15px;
    }
    .post-desk.pad-left-less {
        padding-left: 40px !important;
    }
    .portfolio-filter li {
        display: inline-block;
        line-height: 40px;
    }
    .page-title {
        text-align: center;
    }
    .page-title .breadcrumb {
        position: relative !important; 
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        margin: 10px 0 0 !important;
    }
    .footer-3 .f-logo-center,
    .footer-4 .f-logo-center {
        left: 40px !important;
    }
    .clients.grid-2 li,
    .clients.grid-3 li,
    .clients.grid-4 li,
    .clients.grid-5 li,
    .clients.grid-6 li {
        width: 50%;
    }
    .clients.angle-box.grid-2 li,
    .clients.angle-box.grid-3 li,
    .clients.angle-box.grid-4 li,
    .clients.angle-box.grid-5 li,
    .clients.angle-box.grid-6 li {
        width: 46%;
    }
    .testimonial.grid-2 li,
    .subscribe-info,
    .subscribe-form,
    .c-info-row .c-info,
    .c-info-row .c-slide,
    .nav > li,
    .featured-box .one-third {
        width: 100%;
    }
    .half-txt {
        width: 80%;
    }
    .icon-box-tabs .nav-pills > li + li {
        margin-left: 0;
    }
    .icon-box-tabs .nav-pills > li {
        margin-bottom: 10px;
        text-align: center;
    }
    .subscribe-info,
    .featured-item {
        display: inline-block;
        width: 100%; 
        margin-bottom: 30px;
    }
    .subscribe-form input,
    .subscribe-box.text-center .subscribe-form input {
        display: inline-block; 
        margin-bottom: 10px;
    }
    .subscribe-form input,
    .subscribe-form .btn {
        width: 100% !important;
    }
	.error {	
	color:#ff0000;
	}
    .error-info {
        display: inline-block;
        width: 100%;
        margin-top: 60px;
        padding-top: 30px;
        padding-left: 0;
        text-align: center; 
        border-top: 1px solid #ddd;
        border-left: none;
    }
    .maintenance-banner img,
    .responsive-img img {
        width: 100%;
        height: auto;
    }
    .feature-border-box {
        display: inline-block; 
        margin-bottom: 50px;
    }
    #portfolio-carousel.owl-theme .owl-controls,
    #portfolio-carousel-alt.owl-theme .owl-controls {
        position: absolute;
        top: auto; 
        right: 0;
        bottom: -48px;
        left: 0;
        margin-top: 10px;
        text-align: center;
    }
    .count-down .c-grid,
    .count-down-alt .c-grid {
        margin: 20px;
    }
    .count-icon {
        right: 40px;
    }
    .p-quantity,
    .featured-box .one-third:nth-child(2) {
        padding: 0;
    }
    .img-post .post-desk {
        padding: 10px;
    }
    .side-object .content {
        width: 100%; 
        padding: 100px 0;
        text-align: center;
    }
    .side-object .object {
        display: none;
    }
    .bs-hero.full-screen .carousel-inner .item img {
        width: 100%; 
        height: 100%;
    }
    .btn {
        margin-bottom: 5px;
    }
    .btn-medium {
        font-size: 18px;
    }
    .intro-title h2 {
        font-size: 20px;
    }
    .intro-title p {
        font-size: 12px;
    }
    .intro-title p span {
        font-size: 20px;
    }
    .tp-caption .btn {
        padding: 5px;
        font-size: 10px;
    }
   
    /**/
    .bs-hero.full-screen .carousel.slide .carousel-control {
        width: 30%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .fashion-title h1 {
        margin-bottom: 0; 
        letter-spacing: 5px;
        font-size: 25px;
        font-weight: 100;
    }
    .bs-hero.full-screen .carousel-inner .item img {
        width: 100%; 
        height: 100vh;
    }
    .fashion-footer .subscribe-form input {
        width: 100% !important;
    }
    .fashion-footer ul {
        display: block; 
        margin: 20px 0 30px 0;
    }
    .fashion-footer ul,
    .fashion-footer .social-link {
        text-align: center;
    }
    
	.page-title.background-title-step{
	padding: 70px 0 30px;
	}
}

/* -------------------------------
   Phone
   ------------------------------- */
@media screen and (max-width: 480px) {
	
	.btn-large{
		width:280px;
		white-space: normal;
		font-size:1.4rem;
	}
	
	.feature-border-box .icon{
		left:40%; 
	}
	
	.light-box{
		margin-top:15%;
	}
	.form-group{
		margin-bottom:10px;
	}
	
	.contact-comments h5{
		font-size:1.4rem;
	}
	
	.header-top h3{
	font-size:1.2rem;
	}
	
	.vertical-align .container-mid{
		padding-top:1%;
	}
	
	.light-box-body {
    padding: 20px 20px 15px 20px;
	}
	
	.top-bar {
    height: 50px;
    line-height: 50px;
	}
	
	.light-box-header h2{
	  font-size: 1.6rem;
	  margin-bottom: 6px;
	}
	
	.maleRadio input[type="radio"] + label{
	width: 60px;
    height: 60px;	
	background-size: cover;	
	}
	
	.maleRadio input[type="radio"]:checked + label{
		background-size: cover;	
	}
	
	.femaleRadio input[type="radio"] + label {
	width: 60px;
    height: 60px;	
	background-size: cover;	
	}
	
	.femaleRadio input[type="radio"]:checked + label{
	background-size: cover;		
	}
	
    /*portfolio   grid*/
    .portfolio.col-2 .portfolio-item,
    .portfolio.col-3 .portfolio-item,
    .portfolio.col-4 .portfolio-item,
    .portfolio.col-5 .portfolio-item,
    .portfolio.col-6 .portfolio-item,
    .testimonial.grid-2 li {
        width: 100%;
        /*width: 50%;*/
    }
    .error-parallax .error-avatar img {
        width: 50%;
        height: auto;
    }
    .error-parallax .error-avatar {
        display: block;
        margin-top: 80px; 
        margin-bottom: 20px;
    }
    .error-parallax .error-info {
        display: inline-block;
        margin-top: 0;
        padding-top: 0; 
        padding-left: 0;
        border-top: none;
        border-left: none;
    }
    /**/
    .coming-soon-logo img {
        width: 30%;
    }
    .count-down .c-grid,
    .count-down-alt .c-grid {
        margin: 10px 30px;
    }
}

/* -------------------------------
   Small Phone
   ------------------------------- */
@media screen and (max-width: 479px) {
#site_title { font-size:20px !important; margin-bottom:10px !important;}
#site_subtitle { font-size:16px !important; margin-bottom:15px !important; line-height:16px !important; }
.tick { font-size:12px !important; line-height:13px !important; }

.maleRadio input[type="radio"] + label {    background-size: 40px !important; width: 40px!important;  height: 40px!important;}
.femaleRadio input[type="radio"] + label {    background-size: 40px !important; width: 40px!important;  height: 40px!important;}
.contact-comments .form-control { height:30px !important;}
.contact-comments .btn { font-size:1.6rem !important;}
.btn-medium {     padding: 15px 30px !important;   }
	.light-box{
		margin-top:30%;
	}
	
	#step2_page_title {padding: 50px 0 20px !important;   }
	
	
	
	.contact-comments select{
		padding-left:30%;
	}
	
	.blue-gray-bg .m-top-40{
		margin-top:0px;
	}
	
	.m-start-cash{
		margin-top:20px;
	}
		
    .clients.grid-2 li,
    .clients.grid-3 li,
    .clients.grid-4 li,
    .clients.grid-5 li,
    .clients.grid-6 li,
    .testimonial.grid-2 li {
        width: 100%;
    }
    .clients.angle-box.grid-2 li,
    .clients.angle-box.grid-3 li,
    .clients.angle-box.grid-4 li,
    .clients.angle-box.grid-5 li,
    .clients.angle-box.grid-6 li {
        width: 96%;
    }
    .error-avatar img {
        width: 100%;
        height: auto;
    }
    .error-parallax .error-avatar img {
        width: 50%;
        height: auto;
    }
    .error-parallax .error-avatar {
        display: block;
        margin-top: 80px; 
        margin-bottom: 20px;
    }
    .error-parallax .error-info {
        display: inline-block;
        margin-top: 0;
        padding-top: 0; 
        padding-left: 0;
        border-top: none;
        border-left: none;
    }
    .login-box,
    .login-social-link a,
    .c-info-row .c-info,
    .c-info-row .c-slide {
        width: 100%;
    }
    .login-social-link a {
        display: block; 
        margin-bottom: 15px;
    }
    #portfolio-carousel.owl-theme .owl-controls,
    #portfolio-carousel-alt.owl-theme .owl-controls {
        position: absolute;
        top: auto; 
        right: 0;
        bottom: -48px;
        left: 0;
        margin-top: 10px;
        text-align: center;
    }
    .count-down .c-grid,
    .count-down-alt .c-grid {
        float: left; 
        width: 100%;
        margin: 10px 0;
    }
    .count-icon {
        right: 40px;
    }
    .count-down.circle .c-grid,
    .count-down-alt.circle .c-grid {
        border-radius: 0 !important;
    }
    .count-down.round .c-grid,
    .count-down-alt.round .c-grid {
        border-radius: 0 !important;
    }
    .tp-caption .btn {
        padding: 5px;
        font-size: 6px;
    }
    /**/
    .count-down .c-grid,
    .count-down-alt .c-grid {
        width: 40%; 
        height: 70px;
        padding-top: 5px;
    }
    .count-down .c-value,
    .count-down-alt .c-value {
        font-size: 20px;
    }
    .count-down .c-title,
    .count-down-alt .c-title {
        letter-spacing: 3px; 
        font-size: 12px;
    }
    .count-down .c-grid,
    .count-down-alt .c-grid {
        margin: 10px;
    }
}


@media screen and (min-width:1440px) and (max-width: 1920px) {
	#site_title { font-size:40px !important; margin-bottom:25px !important;}
	#site_subtitle { font-size:18px !important; margin-bottom:25px !important; line-height:25px !important; }
	
/*	.maleRadio input[type="radio"] + label { margin-top:15px !important;}
.femaleRadio input[type="radio"] + label {    margin-top:15px !important;}*/
	
.vertical-align .container-mid {
    position: absolute;
    z-index: 200;
    top: 20%;
    width: 100%;
}

}