/*
Template Name: Cruise Seminars
*/
/* common */
body {
    color: #484848;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}
p {
    margin: 0 0 15px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul, ol {
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
a:hover, a:focus {
    color: #3ac1d6;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
.featured-image {
    background-size: cover !important;
    height: 298px;
    margin-bottom: 40px;
position:relative;
    z-index: -1;
}
.logo-area img {
    margin-top: 13px;
}
.spacer{display: none;}
.logo-area {
    position: relative;
    display: inline-block;
}
/*Header style css Start*/
.header-menu .navbar-nav > li a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #525252;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 4px;
}
#responsive-menu-button {display:none!important;}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.header-social-icon img{
    float: left;
    width: 42px;
    height: 42px;
    margin-left: 15px;
    margin-top: 12px;
}
.header-social-icon {
  float: right;
  min-width: 117px;
}
.header{
    padding: 20px 0px 25px 0px;
}
.nav>li{
    padding: 25px 5px 0px 5px;
    text-transform: uppercase;
    font-family: 'Raleway' ;
    font-weight: 600;
}
.nav>li a{
    color:#525252;
    font-size:16px;
}
div.wpcf7-mail-sent-ok {color:#fff;}
.navbar-default .navbar-nav>li>a::after {
    content: '';
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0b7ab9;
    width: 35px;
    height: 3px;
    margin: 0 auto;
}
.navbar-default .navbar-nav>li {
    position: relative;
}
.navbar-default .navbar-nav>li:hover > a,
.navbar-default .navbar-nav>li.current-menu-item > a,
.navbar-default .navbar-nav>li.current_page_parent > a{
    color: #0b7ab9;
}
.navbar-default .navbar-nav>li:hover > a::after,
.navbar-default .navbar-nav>li.current-menu-item > a::after,
.navbar-default .navbar-nav>li.current_page_parent > a::after {
    display: block;
}
.navbar-default .navbar-nav>li .sub-menu {
    display: none;
    background: #0b7ab9;
    position: absolute;
    padding: 15px 18px;
    z-index: 99999;
    min-width: 190px;
}
.navbar-default .navbar-nav>li .sub-menu::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 21px;
    border-bottom: 7px solid #0079b9;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    width: 0;
    height: 0;
}
.navbar-default .navbar-nav>li:hover > .sub-menu {
    display: block;
}
.navbar-default .navbar-nav>li .sub-menu li a {
    color: #fff;
    font-size: 13px;
}
.navbar-default .navbar-nav>li .sub-menu li.current-menu-item a {
    color: #525252;
}
.navbar-default .navbar-nav>li .sub-menu li a:hover{color:#b8b8b8;}

/*Header style css End*/
/* Footer style css Start*/
.small-footer-wrap{
    background-color: #f6f6f6;
}
.small-footer-left{
    padding: 36px 0 16px 0px;
    font-family: 'OpenSans';
    font-size: 14px;
    color: #7d7d7d;
}
.small-footer-left a{
    font-size: 14px;
    color: #7d7d7d;  
}
footer p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #7d7d7d;
}
footer p a:hover {
    color: #0d6a9c;
}
/* Footer style css End*/
/*About Us Page Start*/
.page-title {
    padding-top: 120px;
    color: #fff;
    font-family: 'Raleway' ;
    font-size: 50px;
    font-style: italic;
    font-weight: 600;
    background: url(images/title-border.png) no-repeat scroll left bottom;
    line-height: 110px;
}
/*About Us Page End*/

/* contact page */
.contact-form-wraper input, .contact-form-wraper select {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #5e5e5e;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 37px;
    margin-bottom: 8px;
    padding: 0 12px;
}
.contact-form-wraper textarea {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #5e5e5e;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 125px;
    padding: 7px 12px;
    width: 100%;
    margin-top: -28px;
}
.contact-form-wraper label {
    display: block;
}
.contact-form-wraper .event-form-top select {
    float: left;
    vertical-align: top;
    width: 12%;
}
.contact-form-wraper .event-form-top input, .event-form-two .your-phone input {
    float: left;
    margin-left: 1%;
    vertical-align: top;
    width: 43%;
}
.event-form-two .wpcf7-form-control-wrap.your-email {
  display: block;
  float: left;
  width: 56%;
}
.contact-form-wraper .event-form-two .your-email input,
.event-form .event-form-two .your-email input {
    float: left;
    vertical-align: top;
    width: 100%;
}
.contact-form-wraper .your-email span.wpcf7-not-valid-tip,
.event-form .your-email span.wpcf7-not-valid-tip {
  top: 9px;
}
.event-form-full select {
    width: 100%;
}
.event-form-full .wpcf7-form-control.wpcf7-submit {
    background: #0079b9 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    margin-bottom: 65px;
    margin-top: -8px;
    text-transform: uppercase;
    width: 138px;
}

/*Contact us page End*/
/* home */
.right-image.vc_col-sm-2 {
  height: 587px;
 /* margin-left: 15px;
  margin-right: -95px; 
  width: 23%;*/
}
.right-image.vc_col-sm-2 .vc_column-inner {
    height: 587px;
}

.fullwidth-1{
/*background-image: url(http://www.cruiseseminars.com.au/wordpress/wp-content/uploads/2017/06/general-3.jpg);*/
	background-repeat: no-repeat;
background-position:right top !important; 
	padding-top: 0px;}

.fullwidth-1 .vc_column-inner {padding-top: 0px !important;}

.home-content {
    padding-top: 0px;
}
.home-top{
    margin-top: -27px;
}
.home-top .wpb_single_image {
    margin-bottom: 30px;
}
.home h1 {
    width: 88%;
    background: url('images/home-title-style.png') no-repeat left bottom;
    padding-bottom: 35px;
    margin-top: 0;
    margin-bottom: 26px;
}
.home-cta {
    border-bottom: 1px solid #fff;
}
.htop-one {
    margin-bottom: 16px;
}
.htop-one p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #919191;
    font-size: 20px;
    font-style: italic;
    line-height: 36px;
}
.htop-one p a {
    color: #919191;
}
.htop-two p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #484848;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 19px;
}
.htop-two p strong {
    font-weight: 700;
}
.home-cta .vc_col-sm-6 .vc_column-inner {
    min-height: 251px;
}
.home-cta .vc_column-inner p a {
  background: url("images/cta-cap-bg.png") no-repeat scroll 0 0;
  color: #fff;
  display: block;
  font-family: "Raleway",sans-serif;
  font-size: 23px;
  font-style: italic;
  height: 114px;
  line-height: 110px;
  margin: 29px auto 0;
  width: 275px;
  text-align: center;
}
.home-form h2 {
    font-style: italic!important;
    margin: 0 0 29px;
}
.home-form form .enquiry-left {
    float: left;
    width: 49%;
}
.home-form form .enquiry-left label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.home-form form .enquiry-left label input {
    width: 100%;
    border: none;
    padding: 8px 18px;
    background: #efe4d9;
}
.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
    right: 0;
    width: 142px;
    top: 20px;
    z-index: 999;
}
.home-form span.wpcf7-not-valid-tip {
    top: 0;
}
.home-form div.wpcf7-validation-errors {
    color: #fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Raleway', sans-serif;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 600;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Raleway', sans-serif;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 600;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Raleway', sans-serif;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 600;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: 'Raleway', sans-serif;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 600;
}
.home-form form .enquiry-right {
    float: right;
    width: 50%;
}
.home-form form .enquiry-right label {
    width: 100%;
}
.home-form form .enquiry-right textarea {
    width: 100%;
    border: none;
    padding: 8px 18px;
    background: #efe4d9;
    height: 133px;
}
.home-form form .enquiry-full {
    clear: both;
    text-align: center;
}
.home-form form input[type="submit"] {
    border: none;
    background: #0e6b9d;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 43px;
    margin-top: 5px;
}
.home-form .vc_column-inner {
    padding-top: 26px!important;
}
.home-form {
    padding-bottom: 38px;
}
.home .metaslider .caption{
    padding: 0px; 
}
.home .metaslider .caption-wrap {
  background: transparent none repeat scroll 0 0;
  bottom: 197px;
  color: white;
  display: block;
  left: 0;
  line-height: 1.4em;
  margin: 0 auto;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  width: 75%;
}
.home .metaslider .caption-wrap .caption-bg-css{
    background: url('images/home-caption.png');
    padding: 1px 10px 10px 10px;
}
.home .metaslider .caption-wrap .caption-bg-css h2{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
    font-family: 'Raleway' ;
}
.home .metaslider .caption-wrap .caption-bg-css p{
    font-size: 18px;
}

.home .metaslider .caption-wrap a{
    background: url('images/home-btn.png') no-repeat;
    padding: 46px 60px 60px 45px;
    top: 55px;
    position: relative;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Raleway' ;
    font-weight: 700;
} 
.home .rslides_tabs a{
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 50px;
    height: 10px !important;
    padding: 10px !important;
    text-indent: -99999px;
    width: 10px !important;
    display: block !important;
    margin: 0px 5px;
    margin-bottom: 33px;
}
.main-slider .rslides_tabs .rslides_here a {
    background: #0b7ab9 !important;
    border-radius: 50px;
    height: 10px;
    /* padding: 0; */
    text-indent: -9999px;
    width: 10px;
    display: block;
}
.rslides_tabs {
    position: relative;
    background: transparent !important;
    top: -61px;
    z-index: 9;
}
.rslides_nav.prev{
    background: url('images/laft-angle.png') no-repeat;
    margin-left: 4%;
}
.rslides_nav.next{
    background: url('images/right-angle.png') no-repeat;
    margin-right: 4%;
}
.rslides_nav{
    padding: 20px !important;
    opacity: 1 !important;
    text-indent: -9999px;
    top: 37% !important;

}

/* home end*/
/* pagination */
.wp-pagenavi {
    margin-bottom: 30px;
    margin-top: 41px;
    padding-top: 20px;
    text-align: right;
    width: 100%;
}
.wp-pagenavi span.current {
    background: #0079b9;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 31px;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50px;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active {
    background: #c8c8c8;
    border: medium none;
    color: #fff !important;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 31px;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    width: 40px;
    text-decoration: none;
    border-radius: 50px;
}
.wp-pagenavi .pages {
    display: none;
}
/* End pagination */


/*Event page style Strat*/
.event-box{min-height:520px;}
.event-box-content h3{
    font-style: italic;
    font-family: 'Raleway' ;
    font-size: 20px;
    font-weight:700;
}
.event-box-content p{
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    color: #484848;
}
.event-box-content .read-more{
    color: #fff;
    background-color:#0b7ab9;
    font-family: 'Raleway' ;
    padding:9px 27px;
    margin-bottom: 60px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    font-size: 14px;
}

/*Event page style End*/

/*single-event-content page Start*/

.single-event-content h1{
    font-weight:700;
    font-size: 25px;
    color: #337ab7;
    font-style: italic;
    font-family: 'Raleway' ;
    margin-top: -5px;
    margin-bottom: 20px;
}
.single-event-content p{
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
}
.single-event-content .event-middle ul li{
    background: url(images/circal-tick.png) no-repeat scroll left 10px;
    line-height: 20px;
    padding-left: 50px;
    font-size: 20px;
    color: #919191;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 5px;
}
.single-event-content .overview-css-tab ul li{
    background: url(images/circal-tick.png) no-repeat scroll left 10px;
    line-height: 20px;
    padding-left: 50px;
    font-size: 20px;
    color: #919191;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 5px;
}
.single-event-content .event-tab .wpb_wrapper{
    background-color: #f8f8f8;
    border: none;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab{
    background-color:transparent !important;
}
.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab{
    margin: inherit !important;
    //padding: 0px 50px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a{
    background-color:transparent !important; 
    border-color:transparent !important; 
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a span{
    background-color: #919191 !important;
    padding: 10px 48px;
    color: #fff;
    text-transform: uppercase;
}
.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
	padding:10px 0 0 0 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body{
    background-color:transparent !important;
    border-color: #f8f8f8 !important;
}


.event-cta .vc_col-sm-6 .vc_column-inner {
    
}
.event-cta .vc_column-inner p a {
  background: url("images/cta-eve-bg.png") no-repeat scroll 0 0;
  color: #fff;
  display: block;
  font-family: "Raleway",sans-serif;
  font-size: 32px;
  font-style: italic;
  height: 114px;
  line-height: 110px;
  margin: 29px auto 0;
  width: 275px;
  text-align: center;
}

/*03-07-2017*/

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a span{
    background-color: #0b7ab9 !important;
    text-transform: uppercase;
}

.event-tab img{
    /*margin-right: 40px;*/
}
.event-tab .vc_tta-panel-body h2{
    font-style: italic !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}
.dowonlode-detail-cs p a{
    background-color: #0b7ab9 !important;
    color: #fff;
    font-family: 'Raleway' ;
    margin-top: 50px;
    display: inline-block;
    padding: 18px 35px 18px 70px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    background: url(images/event-btn.png) no-repeat scroll 25px center;

}
.event-form h2{
    font-style: italic !important;
    font-weight: 700 !important;
    font-size: 25px !important; 
}


.event-form input, .event-form select {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #5e5e5e;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 37px;
    margin-bottom: 8px;
    padding: 0 12px;
}
.event-form textarea {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #5e5e5e;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 125px;
    padding: 7px 12px;
    width: 100%;
}
.event-form label {
    display: block;
    margin-bottom: 0;
}
.event-form .event-form-top select {
    float: left;
    vertical-align: top;
    width: 12%;
}
.event-form .event-form-top input, .event-form-two .phone input, .event-form .event-room select {
    float: left;
    margin-left: 1%;
    vertical-align: top;
    width: 43%;
}
.event-form-two .your-email input, .event-form .event-number_pass select {
    float: left;
    vertical-align: top;
    width: 56%;
}
.event-form-full select {
    width: 100%;
}
.event-form-full .wpcf7-form-control.wpcf7-submit {
    background: #0079b9 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    margin-bottom: 65px;
    margin-top: -8px;
    text-transform: uppercase;
    width: 138px;
}



/*single-event-content page End*/


/*blog page start*/
.blog-list h4{
    font-style: italic;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 700; 
    color: #337ab7;
}
.blog-list .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
    color: #fff !important;
    background-color: #0b7ab9 !important;
    font-family: 'Raleway';
    padding: 15px 27px;
    margin-bottom: 60px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    font-size: 14px;
    border-radius: inherit; 
}
.blog-list .vc_custom_1419240516480{
    background-color: transparent !important;
}
.blog-list .vc_custom_1419240516480 p{

    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #484848;
}

/*blog page end*/


/* Responsive site css */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.navbar-collapse {
  padding: 0;
}
.header-menu .navbar-nav > li a {
  padding-left: 7px;
  padding-right: 7px;
}
.home .metaslider .caption-wrap {
  bottom: 160px;
  width: 80%;
}
.right-image.vc_col-sm-2 {
  height: 485px;
  margin-right: -15px;
  width: 16.4%;
}
.right-image.vc_col-sm-2 .vc_column-inner {
  height: 485px;
}
.navbar-right {
  margin-right: 0;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a span {
  padding: 10px 35px;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.header-menu .navbar-nav > li a {
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
}
.nav > li {
  padding: 5px 5px 0;
}
.top-social-icon .textwidget > p {
  margin: 0;
}
.home .metaslider .caption-wrap .caption-bg-css h2 {
  font-size: 40px;
}
.home .metaslider .caption-wrap .caption-bg-css p {
  font-size: 15px;
  margin: 0;
}
.home .metaslider .caption-wrap .caption-bg-css {
  margin-bottom: 15px;
}
.right-image.vc_col-sm-2 {
  height: 370px;
  margin-right: -10px;
  width: 15.9%;
}
.right-image.vc_col-sm-2 .vc_column-inner {
  height: 370px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
  padding: 14px 10px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a span {
  padding: 10px 22px;
}
	.fullwidth-1 .general-image-all-wraper{
		min-height: 600px !important;
		background-color: #fff;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.right-image.vc_col-sm-2 {
  height: 205px;
  margin: 0 auto 50px;
  width: 290px;
}
.right-image.vc_col-sm-2 .vc_column-inner {
  height: 205px;
}
.home h1 {
  width: 100%;
  font-size: 35px !important;
  line-height: 35px !important;
}
.header-left.col-xs-12.col-sm-4.col-md-4 {
  width: 250px;
}
.navbar-default .navbar-toggle {
  background: none repeat scroll 0 0 !important;
  border-color: #0b7ab9;
  margin-right: 0;
  margin-top: -54px;
  z-index: 99999;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #0b7ab9;
}
.navbar-default {
  margin-bottom: 0;
  margin-top: 10px;
  min-height: 1px;
}
.header-social-icon {
  float: none;
  min-width: 100%;
  text-align: center;
}
.header-social-icon .textwidget > p {
  display: inline-block;
  margin: 0;
}
.small-footer-right {
  margin-bottom: 30px;
}
.small-footer-left {
  text-align: center;
}
.small-footer-left a {
  display: inline-block;
}
.home-form form .enquiry-left, .home-form form .enquiry-right {
  width: 100%;
}
.navbar-nav {
  margin: 0 0 10px;
  text-align: center;
}
.nav > li {
  padding: 0 5px;
}
.header-menu .navbar-nav > li a {
  font-size: 16px;
  margin: 5px 0;
  padding-left: 0;
  padding-right: 0;
}
.navbar-default .navbar-nav > li .sub-menu li a {
  color: #0b7ab9;
}
.navbar-default .navbar-nav > li .sub-menu::before {
  content: none;
}
.navbar-default .navbar-nav > li .sub-menu {
  background: none repeat scroll 0 0;
  display: block;
  min-width: 100%;
  padding: 0;
  position: relative;
}
.home .metaslider .caption-wrap {
  bottom: 30px;
  width: 66%;
}
.home .rslides_tabs {
  top: -33px;
}
.home .metaslider .caption-wrap a {
  background-size: 100px 50px !important;
  display: block;
  font-size: 8px;
  height: 50px;
  line-height: 48px;
  margin: auto;
  padding: 0;
  top: 0;
  width: 100px;
}
.home .metaslider .caption-wrap .caption-bg-css {
  margin-bottom: 10px;
  padding: 1px 15px 8px;
}
.home .metaslider .caption-wrap .caption-bg-css h2 {
  font-size: 13px;
  line-height: 13px;
  margin: 5px 0;
}
.home .metaslider .caption-wrap .caption-bg-css p {
  font-size: 8px;
  line-height: 8px;
  margin: 0;
	display: none;
}
.home-cta .vc_col-sm-6 .vc_column-inner {
  margin: 0 auto;
  max-width: 290px;
  min-height: 251px;
}
.home-cta .vc_column-inner p a {
  background-size: 259px auto;
  height: 108px;
  line-height: 98px;
  width: 259px;
}
.page-title {
  font-size: 35px;
  padding-top: 0;
  line-height: 100px;
}
.featured-image {
  height: 140px;
}
.event-box.col-xs-12.col-sm-4.col-md-4 {
  float: none;
  margin: 0 auto;
  max-width: 358px;
}
.contact-form-wraper .event-form-top select {
  width: 100%;
}
.contact-form-wraper .event-form-top input, .event-form-two .your-phone input {
  margin-left: 0;
  width: 100%;
}
.event-form-two .wpcf7-form-control-wrap.your-email {
  width: 100%;
}
.contact-form-wraper .your-email span.wpcf7-not-valid-tip, .event-form .your-email span.wpcf7-not-valid-tip {
  float: left;
  margin-bottom: 5px;
  position: relative;
  top: 0;
}
span.wpcf7-not-valid-tip {
  float: left;
  margin-bottom: 5px;
  position: relative;
  right: 0;
  top: 0;
}
.event-tab img {
  margin-bottom: 20px;
}
.dowonlode-detail-cs p a {
  font-size: 15px;
  padding: 18px 15px 18px 70px;
}
.event-form .event-form-top select {
  width: 100%;
}
.event-form .event-form-top input, .event-form-two .phone input, .event-form .event-room select {
  margin-left: 0;
  width: 100%;
}
.event-form-two .your-email input, .event-form .event-number_pass select {
  width: 100%;
}
.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #fff !important;
	background: #0b7ab9 !important;
}
	
		.fullwidth-1 .general-image-all-wraper{
		min-height: 30px !important;
		background-color: #fff;
	}
	
.wpb-js-composer .event-tab .vc_tta.vc_general .vc_tta-panel-title > a {
  background: #919191 none repeat scroll 0 0;
  color: #fff !important;
  font-family: roboto;
  font-weight: 400;
  text-transform: uppercase;
}
.wpb-js-composer .event-tab .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  background: #0b7ab9 none repeat scroll 0 0 !important;
}
#wprmenu_menu ul li.current-menu-item > a {
  color: #000000;
}

#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover {
  font-size: 16px !important;
  text-transform: uppercase;
}
#wprmenu_bar {
    position: fixed;
  height: 45px;
  padding: 0;
  z-index:100000;
}
#wprmenu_bar .wprmenu_icon {
  background: #000 none repeat scroll 0 0;
  height: 45px;
top:0;
  margin-right: 10px;
  padding-top: 0;
  text-align: center;
  width: 45px;
  z-index:100000;position: absolute;
}
.spacer
{
    width: 100%;
    height: 45px;
    position: absolute;display: block;
}
#wprmenu_bar .wprmenu_icon span {
  height: 2px;
  left: 0;
  margin: 12px auto 0;
  right: 0;
  width: 14px;
}
#wprmenu_bar.menu_is_opened .wprmenu_ic_1 {
  top: -20px;
}
#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu {
  color: #ffffff;
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
}
#wprmenu_bar .menu_title {padding-left:50px;width:100%;background: #0b7ab9;    top: 0;}
.header-left.col-xs-12.col-sm-4.col-md-4 {
  text-align: center;
  width: 100%;
}
button#responsive-menu-button {padding-left:10px!important;text-align: left;width: 100%!important;display:block!important;}
.header {padding-top:60px;}
#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a:first-child {border-top:none;}
#responsive-menu-search-box {display:none;}
} 
@media only screen and (max-width : 670px) {
div.wpcf7-response-output{position: absolute;}

.event-box-content{border-bottom:1px solid #e3e3e3;}
}