/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


@font-face { font-family: 'Thonburi'; src: url('fonts/Thonburi.eot'); /* IE9 Compat Modes */ src: url('fonts/Thonburi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Thonburi.woff2') format('woff2'), /* Modern Browsers */ url('fonts/Thonburi.woff') format('woff'), /* Modern Browsers */ url('fonts/Thonburi.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/Thonburi.svg') format('svg#Thonburi'); /* Legacy iOS */ font-weight: normal; font-style: normal; }
@font-face { font-family: 'Thonburi-Bold'; src: url('fonts/ThonburiBold.eot'); /* IE9 Compat Modes */ src: url('fonts/ThonburiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/ThonburiBold.woff2') format('woff2'), /* Modern Browsers */ url('fonts/ThonburiBold.woff') format('woff'), /* Modern Browsers */ url('fonts/ThonburiBold.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/ThonburiBold.svg') format('svg#Thonburi-Bold'); /* Legacy iOS */ font-weight: normal; font-style: normal; }/* Global Styles */


body p,
article ul,
article a,
article ol,
table,
article {
	font-family: Thonburi, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: normal;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}




/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*-----Custom --------
----------------------*/
.login-body {
    min-height: 380px;
}
.wppb-form-field select,
.wppb-form-field .custom_field_select_option {
	font-weight:bold;
	padding: 8px;
	color: #666;
	border: 1px solid #ccc;
}
.wppb-form-field input {
	padding: 8px !important;
}
.wppb-form-field select:focus {
    color: #000000;
}
.header .header-bar .logo img {
    height: 60px;
    width: auto;
}
.header .header-bar .panel .cat .nav {
    display: block;
    position: relative;
	padding-top:0;
    top: 0;
}
#mega-menu-wrap-header-menu {
	display: inline-block;
}

#mega-menu-header-menu > li > a {
	    font-size: 15px !important;
    text-transform: uppercase !important;	
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
	width:auto !important;
	max-width: 600px !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	line-height: 60px !important;
    height: 60px !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: 42px !important;
}
.nav-social.copyright {
	line-height:74px !important;
}

.header .nav-mobile {
    background: inherit;
	height: auto;
}

a:focus {
	outline:0;
}
.sponsor .s-title {
	margin-top:30px;
}

.sponsor .s-title,
.sponsor img {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}


.s-title {
	text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    color: #686868;
}

.setup-panel li.active {
	color: #ffffff;
    background-color: #337ab7;
}
.setup-panel li:hover {
	background-color: #eee;
}
.setup-panel li.disabled:hover{
	 background-color: #ffffff;
}
.setup-panel li {
    vertical-align: middle;
}

.center-block {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
}

#templatemo-container {
    width: 100%;
  max-width: 980px;
    margin: 0 auto;
    background: #FFFFFF;
}

#content_area {
    clear: both;
    background: #FFF;
}

.thumbnail_200 {
    float: left;
    margin: 10px 20px 10px 0px;
    padding: 5px 5px 6px 5px;
    position: relative;
 /*new*/
    width: 200px;
    background: #F2F2F2 url("/images/tm_2014_tn_bg7a.jpg");
    border: 1px solid #DDDDDD;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.thumbnail_200:hover .tn_des {
    visibility: visible;
    opacity: 1;
}


.thumbnail_200_label {
    background: #F2F2F2 url("/images/tm_2014_tn_bg7a.jpg");
    border: 1px solid #DDDDDD;
    border-bottom: 1px solid #E9E9E9;
  font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
  line-height: 1;
  height: 20px;
  margin: 0;
  padding: 4px 0px 8px 0px;
}

.thumbnail_200_label a {
  padding: 6px;
    padding-left: 8px;
  display: block;
}
.new-page{
  text-align: center;
  text-decoration: none;
  font-family: serif;
  font-size: 12px;

}

.templatemo-logo {
    float: left;
    max-width: 250px;
    padding-top: 35px;
    padding-left: 35px;
    font-size: 11px;
    color: #FFF;
}

#top_section {
    
    min-height: 135px;
}

.templatemo-slogan {
  clear: both;
  float: left;
  margin-top: 0;
  padding-left: 5px;
  font-size: 11px;
  font-weight: normal;
    color: #FFF;
}

.templatemo-slogan a {
    color: #FFF;
}

.templatemo-slogan a:hover {
    color: #9CF;
    text-decoration: none;
}

.templatemo-slogan span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #99CCFF;
}

.header .header-bar .logo {
	    background: #ffffff;
}

.header {
	padding-top: 0px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #e9ebec;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #d9d9c7;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}

.resp {
	display:none;
}

.erinyen.tp-bullets:before {
	border-radius: 0;
    opacity: 0.6;
}

.labelnew {
	color:#ffffff;
}

.logo {
    float: left;
    position: relative;
    top: 0 !important;
    margin-right: 0 !important;
}
.countdown-ends {
	text-align: center;
	margin: 5px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	vertical-align:middle;
}

.copyright .fa:before {
	font-size:36px;
}

.copyright a {
	color: inherit !important;
}

.copyright .fa-twitter-square {
	color: #00aced;
	margin: 0 4px;
}

.copyright .fa-facebook-square {
	color: #3b5998;
	margin: 0 4px;
}
.copyright .fa-youtube-square {
	color: #c4302b; 
	margin: 0 4px;
}
.copyright .fa-linkedin-square {
	color: #0077B5; 
	margin: 0 4px;
}

.copyright .fa-instagram { 
	margin: 0 4px;
}
.copyright .fa-instagram:hover { 
	margin: 0 4px;
	color: #e4405f;
}


.copyright .s-title {
	text-align:left;
	margin:6px 0;
}

.footer .copyright {
	padding:8px 0;
}

.wpcf7 {
    margin: 20px 0 !important;
}

div.wpcf7-validation-errors {
    border: none !important;
    font-size: 14px;
    color: red;
	margin-top:80px;
}

span.wpcf7-not-valid-tip {
    padding: 10px;
    display: inline;
}

div.wpcf7-mail-sent-ng {
    border: none;
    color: #a7a7a7;
    font-family: 'open sans';
    font-size: 16px;
}

.wpcf7-form input {
    height: 30px;
	display: inline-block;
    font-size: 14px;
	max-width: 60%;
    border: 1px solid #E3E3E3 !important;
    color: #4A4A4A !important;
}

.wpcf7-form textarea {
    padding: 5px;
	max-width: 60%;
	color: #4A4A4A !important;
	 border: 1px solid #E3E3E3 !important;
    font-size: 14px;
}

.wpcf7-form label {
    margin-bottom: 5px;
	    color: #000000;
    font-weight: bold;
    font-size: 14px;
    width: 60%;
    text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
    color: #f00 !important;
    vertical-align: middle;
    font-size: 2em !important;
    font-weight: normal;
}

div.wpcf7-validation-errors {
    border: none;
    color: white;
    background: none;
    color: red !important;
    font-size: 15px;
    font-weight: bold;
}

div.wpcf7-mail-sent-ok {
    border: none;
    color: green;
    font-size: 15px;
    font-weight: bold;
    background: none;
}

.login-username input,
.login-password input {
    width: 300px !important;
}

.footer {
	margin-top: 30px;
}

.wpcf7-form input[type="submit"] {
	font-weight: bold;
    text-transform: uppercase;
}

.header .header-bar .panel .cat .nav > ul > li > a {
    font-size: inherit;
}


.cat nav > ul {
	display:inline-block;
}

.nav-social {
	display:inline-block;
	    vertical-align: middle;
	background: #ffffff !important;
}

.nav-login {
	display:inline-block;
	    vertical-align: middle;
	background: #B0D103 !important;
	padding: 10px;
	color:#ffffff;
}

.header .header-bar .panel {
	float:right;
}

/*.header .header-bar .panel .cat .nav > ul.btn-cat > li:first-child {
	width:120px;
}
.header .header-bar .panel .cat .nav > ul.btn-cat > li:nth-child(2),
.header .header-bar .panel .cat .nav > ul.btn-cat > li:nth-child(6) {
	width:140px;
}
.header .header-bar .panel .cat .nav > ul.btn-cat > li:nth-child(3) {
	width:200px;
}
.header .header-bar .panel .cat .nav > ul.btn-cat > li:nth-child(4) {
	width:240px;
}
.header .header-bar .panel .cat .nav > ul.btn-cat > li:nth-child(5) {
	width:90px;
} */
.nav-login a {
	padding: 0 20px;
}

.header .header-bar .panel {
	    margin-bottom: 0;
}
.header {
	    padding: 0;
    background: #ffffff;
}

.secforms {
    display: none;
}
.active {
    display: inherit;
}

.np-btn {
    background-color: #4CAF50 !important;
    color: #ffffff !important;
    border-color: #4CAF50;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    /* color: inherit; */
    /* background-color: inherit; */
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.gform_footer  > .gform_button {
	display:block;
	font-size:18px !important;
	background-color: #4CAF50 !important;
    color: #ffffff !important;
    border-color: #4CAF50;
    display: inline-block;
    padding: 8px 16px !important;
	text-align:center !important;
	margin-left:auto !important;
	margin-right:auto !important;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    /* color: inherit; */
    /* background-color: inherit; */
    cursor: pointer;
    white-space: nowrap;
}

.np-right {
	float:right;
}

.np-left {
	float:left;
}

.np-btn:hover,
.gform_footer  > .gform_button:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.np-buttons {
	    margin: 30px 0;
}

input,textarea {
	    color: #666;
    border: 1px solid #ccc !important;
    border-radius: 3px;
    padding: 8px !important;
}
input:focus,
textarea:focus {
	color: #111;
}

.ui-datepicker-month,
.ui-datepicker-year {
	color: #111;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top:0px !important;
}

.gform_wrapper div.charleft {
	font-size: 12px;
    margin-top: 4px;
    color: #666 !important;
    font-style: normal;
}

.about-page h4 {
	margin: 0 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    color: #73726d !important;
    margin-bottom: 10px !important;
}
.about-page h4:after {
    display: block;
    content: "";
    text-align: left;
    width: 80px;
    height: 6px;
    margin-top: 4px;
    border-top: 4px solid #B0D103;
}

body {
    font-family: 'Raleway', sans-serif;
    color: #333;
    width: 100%;
    margin: 0;
    background: url('../sec/img/bg_seaa.jpg') no-repeat center top #FFFFFF fixed;
}

.custom-login {
	margin-top:20px;
}

.custom-login h6 {
	font-size: 14px;
    font-weight: bold;
    padding: 16px 0 0 0;
    vertical-align: middle;
}
.custom-login .login-menu {
    margin: 30px 0;
}
.custom-login ul.btn-cat {
	text-align:center;
}
.custom-login ul.btn-cat li {
	display: inline-block;
    text-align: center;
    padding: 0 20px;
}

.custom-login .login-details h6, .custom-login .login-details a {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.login-body #select_user_to_edit_form {
	display:none;
}

.wppb-form-field > span {
	margin-left: 0 !important;
	display: inline-block !important;
	font-size: inherit !important;
}

.select2-container--default .select2-selection--single {
	    border: 1px solid #ccc !important;
		font-style: normal !important;
		height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	top:0;
}

.select2-dropdown {
    border: 1px solid #ccc !important;
}
/*.wpb_revslider_element {
		margin-top: -218px;
}
.slider-margin-top {
		margin-top:-160px;
}*/
.header .header-bar .panel,
.header .header-bar .logo,
.header .header-bar .panel .cat {
	    float: none;
}
.header .header-bar .panel {
	background: #000000;
    text-align: center !important;
	height: auto;
    border-radius: 0;
}
.header .header-bar .panel .cat .btn-cat {
	background: #000000 !important;
	    padding: 0 10px;
}

.header .header-bar .logo {
	margin: 14px 0;
    padding: 0;
}

.nav-social .fa {
	color: #ffffff;
}

.nav-social .fa-facebook-square:hover {
	color: #3b5998;
}
.nav-social .fa-linkedin-square:hover {
	color: #0077B5;
}
.nav-social .fa-twitter-square:hover {
	color: #00aced;
}
.nav-social .fa-youtube-square:hover {
	color: #c4302b;
}
.fixed-header {
  position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99 !important;
    width: 100% !important; 
}
.header {
	position: relative !important;
}
.nav-head {
	margin:10px 0;
	height:70px;
}
.wrapper {
    padding-top: 0px;
}
h2.jtg-title {
	display:none;
}
/*.tp-bullets {
    margin-top: 320px !important;
}*/
.header .header-bar .logo {
	display: inline-block;
	margin:0;
}
.count-down-col {
	margin-top: -132px;
    background: rgba(0, 0, 0, .2);
    padding: 15px 20px 24px 20px;
}
.jCountdownContainer {
	margin-bottom: 12px !important;
	display:block !important;
}
#CountDownTimer1 {
	    margin-left: 30px !important;
		margin-top:-8px !important;
}
.count-down-col p {
	color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
	display:inline-block;
    text-transform: uppercase;
}

.nav-counter {
	    margin-top: -8px;
    padding-bottom: 8px;
	    margin-left: 20px;
    font-weight: bold;
    color: green;
}

#es_txt_email_pg,
#es_txt_name_pg {
	height: 30px;
    display: inline-block;
    font-size: 14px;
    max-width: 60%;
    border: 1px solid #E3E3E3 !important;
    color: #4A4A4A !important;
}
#es_txt_button_pg {
	display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    padding: 5px 20px;
    background: white;
    height: 40px;
    font-size: 16px;
    max-width: 60%;
    border: 1px solid #E3E3E3 !important;
    color: #4A4A4A !important;
}
body div.wpcf7-validation-errors {
	    background: inherit !important;
}
.nav-banner {
	display:none;
}

.date-box {
    background: #4CAF50;
    color: #ffffff;
    text-align: center;
    padding: 14px;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
}

.post-year {
	text-align: center;
    padding: 0;
    font-size: 28px;
    color: #4CAF50;
}

.post-head {
	font-weight: bold;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.margin-top-bottom-20 {
	margin:20px 0;
}


.countdown .time_left {
    border-radius: 0 !important;
    background-color: #000000 !important;
    font-size: 24px;
    font-family: Arial !important;
    font-weight: normal !important;
    color: #ffffff !important;
}

.countdown .time_description {
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    font-family: inherit !important;
    color: #ffffff !important;
    background: #000000 !important;
	margin-top:0% !important;
}

.countdown .element_conteiner .time_left {
	padding-bottom: 4% !important;
}

.countdown .element_conteiner > .secondes {
	display: none !important;
}

.content_countdown .countdown {
    margin-top: -4px !important;
    margin-bottom: 0px !important;
	    text-align: left !important;
}

.content_countdown {
    clear: both;
    height: 60px !important;
}


@media(max-width:767px){
	.resp-center-block {
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.content_countdown .countdown {
	    text-align: center !important;
	}
	.post-year {
		    display: inline-block;
			margin-left: 12px;
	}
	.date-box {
		margin-bottom: 10px;
		display: inline-block;
	}
	.post-date {
		display: inline-block;		    
	}
	
	.post-month {
		margin-left: 10px;
		display: inline-block;
	}
	
	.count-down-col {
	    margin-top: 0;
    background: inherit;
    padding: inherit;
}
	/*.tp-bullets {
    margin-top: 40px !important;
}*/
	.margin-top-10 {
		margin-top:10px;
	}
	.margin-top-20 {
		margin-top:20px;
	}
	.margin-bottom-20 {
		margin-bottom:20px;
	}
	.img-center {
		margin-left:auto;
		margin-right:auto;
		display:block;
		text-align:center;
	}
	/*.wpb_revslider_element {
		/*margin-top: -16px;
		margin-top: -80px;
	} */
	.nav-banner {
		display:block;
		   /* margin-top: 86px; */
		   margin-top:45px;
			    margin-bottom: 20px;
	}
	.nav-mobile {
		display:block !important;
	}
	.nav-mobile #mega-menu-wrap-header-menu {
		display: block;
	}
	#mega-menu-wrap-header-menu .mega-menu-toggle {
		    height: 65px;
			background: #000000;
	}
	.copyright .s-title {
		margin:0;
	}
	#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1:before {
		line-height: 65px;
		    padding: 0 8px;
	}
	.header .m-header {
		width:80% !important;
		/*width:40% !important;*/
		background: #ffffff !important;
	}
	.header .m-header .logo {
		width:50% !important;
		/*width: 100% !important;*/
	}
	.header .nav-mobile {
		    overflow: inherit;
	}
	.header .m-header .logo {
		background: initial;
	}
	.resp {
		display:block;
		margin: 40px 0;
	}
	
	.wpcf7-form label {
		width: 100% !important;
	}
	.wpcf7-form input {
		width: 84% !important;
	}
	div.wpcf7 .wpcf7-recaptcha iframe {
		border-right: 1px solid #d3d3d3 !important;
	}
	
	span.drop-icon {
		width: 30px;
		height: 30px;
		float: right;
		display:inline-block;
		padding: 0;
		margin: 16px 10px;
		background: url('./img/icon-arrow-down.png') no-repeat center center;
	}
	li.mega-menu-item-has-children > a {
		display:inline-block !important;
	}
	li.mega-menu-item-has-children > a:after {
		display:none;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item-has-children a.mega-menu-link:after {
		display:none !important;
	}
	button#responsive-menu-pro-button {
		    width: 30px !important;
			height: 30px !important;
			position: fixed;
			top: 15px;
			right: 5%;
			display: inline-block;
			transition: transform 0.5s, background-color 0.5s;
			background: #000000;
	}
	.responsive-menu-pro-submenu-open > li > a {
		font-weight: normal;
		line-height: 24px !important;
	}
	.responsive-menu-pro-submenu-open > li > a {
		padding-bottom: 4px !important;
		padding-top: 4px !important;
	}
	#responsive-menu-pro > .responsive-menu-pro-item > a {
		font-weight: normal;
		text-transform: uppercase;
	}
	.responsive-menu-pro-current-item .responsive-menu-pro-subarrow {
			border-color: rgb(34, 34, 34) !important;
			background-color: rgb(34, 34, 34) !important;
	}
	#mega-menu-wrap-header-menu .mega-menu-toggle {
			display: none !important;
	}
	.nav-mobile #mega-menu-wrap-header-menu {
			height: 65px;
			background: #000000;
	}
	#responsive-menu-pro-container {
		margin-top:65px !important; 
	}
	.responsive-menu-pro-subarrow .fa-angle-down:before,
	.responsive-menu-pro-subarrow .fa-angle-up:before {
		font-size: 24px;
		vertical-align:middle;
		    margin-right: 20px !important;
	}
	.nav-mob-social > a {
		padding-left: 0;
		padding-right: 10px !important;
	}
	.nav-mob-social .fa:before {
		font-size: 32px;
		color: #fff;
	}
	.nav-mob-social {
		padding: 14px 0 !important;
	}
	.nav-mob-login {
	    border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		padding: 14px 0 !important;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 14px;
	}
	.nav-mob-login a {
		color: #ffffff;
		font-weight: normal;
		font-size: 14px;
	}
	.nav-mob-login a:hover {
		text-decoration:none;
	}
	#responsive-menu-pro-additional-content {
		margin-top: -14px !important;
	}
	.page-template-custom-login-php > #responsive-menu-pro-noscroll-wrapper #responsive-menu-pro-button {
		display:none !important;
	}
	
	.nav-counter {
		    margin-left: auto !important;
			margin-top: 30px !important;
			text-align:center;
	}
	#CountDownTimer2 {
		float:none !important;
	}
	
	#msform h1 {
		font-size: 1.5em;
	}
	#progressbar > li {
		font-size: 0px !important;
	}
	
	/*.slider-margin-top {
		margin-top:-80px;
	} */
}


@media (min-width: 768px) and (max-width: 1062px) {
	.nav-login {
		display:block !important;
	}
	
}

#msform {
	margin:50px auto auto auto;
	position: relative;
	z-index:2;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: relative !important;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	font-size: 14px;
}
/*buttons*/

#msform  .next.action-button,
#msform  .next-last.action-button,
#msform .next-partb.action-button {
	float:right;
}
#msform  .previous.action-button,
#msform .previous-partb.action-button {
	float:left;
}
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	text-align:center;
	/*CSS counters to number the steps*/
	counter-reset: step;
	    border: none;
    border-style: none !important;
	    height: 100% !important;
}
#progressbar li {
	list-style-type: none;
	color: #000000;
	font-size: 14px;
	width: 20%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}

.gfield_radio > li > label,
.gfield_checkbox  > li > label {
	    padding-bottom: 8px !important;
}

.progressbar2 li {
	width: 12% !important;
}

.gform_footer {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
	margin-top:-76px !important;
	padding:0px !important;
}
.gform_footer .gform_button, 
.gform_footer .gform_save_link {
	text-decoration: none;
    background-color: #27AE60 !important;
    font-weight: normal;
    font-size: 16px !important;
    color: white !important;
	display:inline-block;
    border: 0 none;
	height:100%;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 20px !important;
    margin: 10px 5px;
	position: relative;
	z-index:3;
	line-height: 1.5em;
}

.gform_footer .gform_button:hover, 
.gform_footer .gform_save_link:focus,
.gform_footer .gform_button:focus, 
.gform_footer .gform_save_link:hover   {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.gform_wrapper .form_saved_message {
	background-color:inherit !important;
	border:none !important;
}
.form_saved_message_emailform > form input[type="text"] {
	margin-bottom: 10px !important;
    height: 100% !important;
    width: 300px;
    font-size: 14px !important;
    outline: none;
    padding: 8px !important;
    font-weight: bold;
    box-sizing: border-box;
    font-family: montserrat !important;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid #ccc !important;
    border-radius: 3px;
    padding: 8px !important;
	
}
.form_saved_message_emailform > form input[type="submit"] {
	background: #27AE60;
    color: white;
    height: 100%;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 20px !important;
}
.form_saved_message_emailform > form input[type="submit"]:hover,
.form_saved_message_emailform > form input[type="submit"]:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

@media(max-width:767px){
	#msform .next.action-button, 
	#msform .next-last.action-button,
	#msform .previous.action-button,
	#msform .next-partb.action-button,
	#msform .previous-partb.action-button	{
		float: none;
		display: inline-block;
	}
	#msform .action-button {
		width:80px;
	}
	#msform fieldset {
		margin:0;
		width:100%;
	}
	.gform_footer {
		margin-top:0px !important;
	}
	.imgContainer {
		float:none !important;
		margin:0 !important;
	}
}

.imgContainer {
	    float: left;
    margin: 0 60px;
}

.copyright .fa-instagram:hover {
    margin: 0 4px;
    color: #e4405f;
}