/*
Theme name: Website Maharishi Vedic Pandits
Description: Custom Theme
*/

/******* Website Maharishi Vedic Pandits WordPress CSS *******/

/* Common elements styling */
.post .entry h1 { font-size: 20px; line-height: 30px}
.post .entry h2 { font-size: 18px; line-height: 27px}
.post .entry h3 { font-size: 16px; line-height: 24px}
.post .entry h4 { font-size: 13px; line-height: 21px}
.post .entry h5 { font-size: 12px; line-height: 18px}
.post .entry h6 { font-size: 10px; line-height: 15px}

.post .entry ul { margin-left: 25px; }
.post .entry ol { margin-left: 25px; }
.post .entry a img { border: 0 }

p img { padding: 0;	max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 2px 0 2px 7px; display: inline; }
img.alignleft { margin: 2px 7px 2px 0; display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { border: 1px solid #ddd; text-align: center; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; } 

/******* /Website Maharishi Vedic Pandits WordPress CSS *******/

* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
	font-size: 14px;
	line-height: 1.8;
	font-family: Arial, sans-serif;
	color: #87675c;
	background: #fff;
	min-width: 100%;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: none;
}

a { color: #e07e27; text-decoration: none; cursor: pointer; font-style: italic; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family: Arial, sans-serif; }
textarea { overflow: auto; }

h1 { font-size: 26px; line-height: 30px; }
h2 { font-size: 24px; line-height: 28px; }
h3 { font-size: 22px; line-height: 26px; }
h4 { font-size: 20px; line-height: 24px; }
h5 { font-size: 18px; line-height: 22px; }
h6 { font-size: 16px; line-height: 20px; }

/* transitions */
/*a,
a:hover { 
	 -webkit-transition: color 0.4s, background 0.4s; 
	 -moz-transition: color 0.4s, background 0.4s; 
	 -o-transition: color 0.4s, background 0.4s; 
	 transition: color 0.4s, background 0.4s; }

.opacity,
.opacity:hover { 
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}*/

/*div.logo,
div.logo:hover,
.zoom-image:before,
.zoom-image:hover:before,
.form-countrys .gform_footer input,
.form-countrys .gform_footer input:hover,
.btn,
.btn:hover,
.form-newsletter .gform_footer input,
.form-newsletter .gform_footer input:hover,
.form-newsletter .ginput_container input,
.form-newsletter .ginput_container textarea,
.form-newsletter .ginput_container input:focus,
.form-newsletter .ginput_container textarea:focus,
.video-link:before,
.video-link:hover:before,
.teams a,
.teams a:hover { 
	-webkit-transition: all 0.4s; 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s;
	transition: all 0.4s; 
}*/

/* helper classes */
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.clearfix:before, .clearfix:after,
.grid-holder:before, .grid-holder:after,
.shell:before, .shell:after { display: table; content: ' '; }
.clearfix:after,
.grid-holder:after,
.shell:after { clear: both; }
.clearfix,
.grid-holder,
.shell { *zoom: 1; }

.shell { width: 960px; margin: 0 auto; position: relative; }

/* logo */
div.logo { width: 396px; font-size: 0; line-height: 0; margin: 0 auto; position: relative; top: 0; }
div.logo a { display: block; height: 90px; background: url(images/logo.png) no-repeat 0 0; text-indent: -4000px; }
/*div.logo:hover { text-decoration: none; top: -10px; }*/

/* header */
.header { width: 100%; padding: 45px 0 0 0; }
.header .top { width: 100%; padding-bottom: 15px; }
.header .bottom { width: 100%; position: relative; text-align: right; }
.header .top:after { content: ' '; position: absolute; left: 50%; top: 112px; width: 170px; height: 1px; background: #e07e27; margin-left: -85px; }

/* footer */
.footer .shell { padding: 25px 0 0 0; position: relative; }
.footer .holder { position: relative; border-bottom: 66px solid #e37d22; padding-bottom: 26px; margin: 0 20px;  }
.footer .text { float: left; width: 48%; text-align: right; }
.footer .text ~ .text { float: right; text-align: left; }
.footer .text p { font-size: 12px; line-height: 14px; color: #e07e27; }
.footer .text p a { color: #e07e27; }
.footer .shell .border-line { margin-bottom: 40px; padding-top: 0;}

.footer .divider { width: 1px; height: 25px; background : #e79a55; display: block; position: absolute; text-indent: -4000px; left: 50%; }

.button-holder { clear: both; display: block; text-align: center; padding-top: 20px; }

/* mian */
.main { width: 100%; padding: 0; }
.main .shell/*, body.home .footer .shell*/  { border-left: 2px dotted #e79a55; border-right: 2px dotted #e79a55; }



/* entry */
.pagetitle { padding: 0 0 20px 25px; }
.entry { padding: 0 24px 0 24px; }
.entry h1 { color: #e37d22; text-transform: uppercase; font-weight: normal; padding-bottom: 10px; }
.entry h2 { color: #e37d22; text-transform: uppercase; font-weight: normal; padding-bottom: 10px; }
.entry h3 { color: #e37d22; text-transform: uppercase; font-weight: normal; padding-bottom: 10px; }
.entry h4 { color: #e37d22; text-transform: uppercase; font-weight: normal; padding-bottom: 10px; font-size: 17px; }
.entry h4 strong { font-weight: normal; color: #85675f; }
.entry h5 { color: #e37d22; text-transform: uppercase; font-weight: normal; padding-bottom: 10px; }
.entry h5 strong { font-weight: normal; color: #85675f; }
.entry h6 { color: #e37d22; text-transform: uppercase; font-weight: normal; padding-bottom: 10px; }
.entry h6 strong { font-weight: normal; color: #85675f; }
.entry p { padding-bottom: 8px; line-height: 24px;}
.entry img { max-width: 100%; height: auto !important; }
.entry ol, .entry ul { padding: 0 0 14px 16px; }
.entry li { padding-bottom: 10px; }
.entry .newsletter-list { clear: both; list-style: none; }
.entry .newsletter-list li { padding-bottom: 0; }
.entry blockquote { font-style: italic; font-size: 12px; padding-bottom: 18px; }
.entry blockquote p { padding: 0; }
.entry blockquote p ~ p { padding-top: 18px; }
.entry .alignnone { padding: 0 0 14px 0; }
.entry .alignleft { padding: 0 16px 14px 0; }
.entry .alignright { padding: 0 0 14px 16px; }
.entry .btn { margin-top: 12px; }

.featured-image { width: 100%; padding-bottom: 23px; }

.border-line { width: 100%; border-bottom: 2px dotted #e79a55; padding-top: 20px; margin-bottom: 25px; font-size: 0; line-height: 0; text-indent: -4000px; height: 0; }

/* items */
.item .image { float: left; }
.item .text { padding: 0 0 0 160px; }
.item.item-right .text { padding: 0 160px 0 0; }

.item-left .image { float: left; }
.item-right .image { float: right; }

.hidden-video { display: none; }

/* lists */
.list ul { padding: 0 0 14px 0; }
.list li { list-style: none; padding-bottom: 4px; }

.list-normal ul { padding: 0 0 14px 0; }
.list-normal li { list-style: none; position: relative; padding-left: 16px; padding-bottom: 0; }
.list-normal li:before { content: ' '; position: absolute; left: 0; top: 12px; width: 10px; height: 1px; background: #86675f; }

.list-time p { padding: 0; }
.list-time > ul { padding: 0 0 20px 0; }
.list-time > ul > li { list-style: none; padding-left: 105px; position: relative; padding-bottom: 0; }
.list-time > ul > li > span { position: absolute; left: 0; top: 0; }



/* video */
.video { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; margin-bottom: 20px; }
.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-link { display: inline-block; position: relative; max-width: 100%; }
.video-link:before { content: ' '; width: 68px; height: 68px; background: url(images/sprite.png) no-repeat -249px -92px; position: absolute; left: 50%; top: 75%; margin: -34px 0 0 -34px; }
/*.video-link:hover { text-decoration: none; }
.video-link:hover:before { margin-top: -44px;  }*/
.video-link.no-pointer:before { background: none; width: 0; height: 0; }

/* zoom image */
.zoom-image { display: inline-block; position: relative; border: 1px solid #bfaea8; margin-bottom: 20px; max-width: 100%; }
.zoom-image img { padding: 16px; display: block; }
a.zoom-image .alignnone { padding-bottom: 0 !important; }
a.zoom-image .alignleft { padding-bottom: 0 !important; padding-right: 0 !important; margin:0 !important;}
.left-side .zoom-image img { padding: 0;}
.zoom-image:before { content: ' '; position: absolute; left: -10px; bottom: -10px; width: 22px; height: 22px; background: url(images/sprite.png) no-repeat -5px -34px; }
.zoom-image:hover { text-decoration: none; }
/*.zoom-image:hover:before { bottom: 10px; }*/

/* navigations */
.nav-main { width: 100%; padding-bottom: 40px; }
.nav-main ul { font-size: 0; line-height: 0; text-align: center; position: relative; left: 0;}
.nav-main li { list-style: none; display: inline-block; padding: 0 10px; }
.nav-main ul ul { position: absolute; top: 28px; display: none; }
.nav-main ul ul a { font-size: 12px; line-height: 14px; color: #eaa669; }
.nav-main ul > li:hover > ul { display: block; z-index:9999 !important; }
.nav-main a { font-size: 14px; line-height: 18px; text-transform: uppercase; color: #85675f; display: block; padding-bottom: 10px; font-style:normal; }
.nav-main a:hover,
.nav-main li.current-menu-item > a,
.nav-main li.current-menu-ancestor > a,
.nav-main ul > li:hover > a { text-decoration: none; color: #e07e27;}

/* attempt at making drop down permanent when selected */
.current-menu-ancestor > ul {
display:inline-block !important;
}

.nav-main ul ul {
    background: white none repeat scroll 0 0;
}


/* buttons */
.languages-list {display: inline-block; padding-left: 52px; background: url(images/icon-language.png) no-repeat 0 0;  }
#language-selecter { padding: 3px; }

.btn-language { display: inline-block; font-size: 12px; line-height: 20px; text-transform: uppercase; color: #ccbdb8; font-weight: bold; }
.btn-language:hover { text-decoration: none; color: #e07e27; }

.btn-reception {display:inline-block;font-size:16px;color:#fff;line-height: 50px; text-align: center; padding: 0 20px; text-transform: uppercase;background: #e98425; }
.btn-reception:hover {text-decoration:underline;}


.btn { display: inline-block; font-size: 14px; line-height: 22px; text-align: center; padding: 0 20px; text-transform: uppercase; color: #fff; }
.btn { background: #e98425; }
.btn:hover { color: #fae1c5; }

.btn-large { line-height: 50px; font-size: 16px; min-width: 393px; }

.btn-brown { background: #86675f; }
.btn-brown:hover { color: #e4d5d1; }

/* icons */
.icon { display: inline; background: url(images/sprite.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; margin: 0 2px; }
.icon-facebook { width: 16px; height: 16px; background-position: -6px -7px; padding: 11px; }

/* expand text */
.expand-text .visible { display: block; padding-bottom: 24px; }
.expand-text .left-side { float: left; width: 283px;  }
.expand-text .text { padding-left: 310px; }
.expand-text .hidden { display: none; }
.expand-text .hidden .left-side,
.expand-text .hidden .text { padding-bottom: 10px; }
.expand-text .hidden p.close-container { padding-left: 310px; }
.expand-text a.close, .accordion-entry a.close { padding-left: 12px; background: url(images/icon-close.png) no-repeat 0 8px;  width: 90px; text-align: center; display: block; }

.expand-style-one.open-box .visible { padding-bottom: 0; }
.expand-style-one.open-box .visible a.open { display: none; }
.expand-style-one.open-box .hidden { display: block; }

.expand-style-two.open-box .visible .text { display: none; }
.expand-style-two.open-box .hidden { display: block; }
.expand-style-two .visible p { padding-bottom: 6px; }

/* boxes */
.box-orange { padding: 40px; background: #faede0; text-align: center; }
.box-orange h6 { padding-bottom: 39px; }
.box-orange p em { text-transform: uppercase; display: block; padding: 0 120px; }
.box-orange .border-line { margin: 0 75px 45px 75px; width: auto; }

.box-quote { padding: 40px; text-align: center; }
.box-quote h6 { padding-bottom: 39px; }
.box-quote p em { /*text-transform: uppercase;*/ display: block; padding: 0 120px; }
.box-quote .border-line { margin: 0 75px 45px 75px; width: auto; }

.box-white { text-align: center; padding: 0 60px; }
.box-white h5 { padding-bottom: 50px; }
.box-white h5 ~ h5 { padding-bottom: 20px; }
.box-white h6 { padding-bottom: 30px; }
.box-white p { padding-bottom: 30px; }

.box-info { text-align: center; width: 100%; padding: 30px 0; }
.box-info h5 { font-style: italic; font-weight: normal; padding-bottom: 30px; }
.box-info h4 { padding-bottom: 40px; text-transform: none; }
.box-info h6 { font-weight: normal; font-style: italic; }

/* teams */
.teams { display: table; width: 100%; text-align: center; padding-top: 30px; }
.teams .team-member { display: inline-table; vertical-align: top; width: 225px; padding: 0 30px; margin-bottom: 40px; color: #99766d; position: relative; top: 0; cursor: default; }
.teams .team-member img { display: block; margin: 0 auto; }
.teams .team-member span { display: block; padding: 10px 0 0 0; }

/* grid */
.grid-holder { position: relative; margin: 24px 0; margin-bottom: 0;}
.grid-holder .grid { float: left; }
.grid-holder .grid > .holder { padding: 0 24px; }
.grid-holder .grid:nth-child(1) .holder { padding-left: 0 !important; }
.grid-holder .grid:nth-child(2) .holder { padding-right: 0 !important; }
.grid-holder .grid > .holder.button { padding: 0 12px; }
.grid-holder .grid > .holder .btn { margin-top: 0; }
.grid-holder .grid-center { text-align: center; }

.grid-border-50 { overflow: hidden; margin: 30px 0; margin-bottom: 0; }
.grid-border-50:before { content: ' '; position: absolute; left: 50%; top: 0; width: 0; border-left: 2px dotted #e79a55; height: 9999px; margin: 0 0 0 -1px; }


.grid-desktop-100 { width: 100%; }
.grid-desktop-80 { width: 80%; }
.grid-desktop-75 { width: 75%; }
.grid-desktop-50 { width: 50%; }
.grid-desktop-33 { width: 33%; }
.grid-desktop-25 { width: 25%; }
.grid-desktop-20 { width: 20%; }

/* forms */
.gform_wrapper form:before, .gform_wrapper form:after { display: table; content: ' '; }
.gform_wrapper form:after { clear: both; }
.gform_wrapper form { *zoom: 1; }

.form-countrys { width: 350px; margin:0 auto;}
.page-template-template-about-php .form-countrys { margin: 0; }
.form-countrys ul { padding: 0 0 18px 0; }
.form-countrys li { list-style: none; }
.form-countrys .gform_body { float: left; width: 210px; }
.form-countrys .gfield > label { display: none; }
.form-countrys .gform_footer {  width: 100px; float: right;}
.page-template-template-about-php .form-countrys .gform_footer { float: none; }
.form-countrys .gform_footer input, 
.form-countrys .gform_footer a { background: none; border: 0; font-style: italic; font-size: 14px; text-transform: uppercase; color: #e98324; cursor: pointer; }
.form-countrys .gform_footer input:hover,
.form-countrys .gform_footer a:hover { text-shadow: 0 0 1px #e98324; }
.form-countrys select { width: 200px; }

.form-no-heading .gform_heading { display: none; }

.form-newsletter { background: #fff; padding: 25px 0; width: 720px; }
.form-newsletter .gform_heading { padding: 0 20px 34px; }
.form-newsletter h3 { color: #e98324; text-transform: uppercase; font-size: 16px; line-height: 22px; font-weight: normal; }
.form-newsletter ul { padding: 0; }
.form-newsletter ul li { list-style: none; position: relative; padding-bottom: 14px; }
.form-newsletter .gform_body { width: 500px; padding-right: 23px; float: right; }
.form-newsletter .gfield { padding-left: 128px; }
.form-newsletter .gfield > label { position: absolute; left: 0; top: 0; width: 120px; }
.form-newsletter .ginput_container input,
.form-newsletter .ginput_container textarea { border: 1px solid #f5c99e; padding: 3px 2%; width: 96%; font-size: 14px; color: #99766d; }
.form-newsletter .ginput_container input:focus,
.form-newsletter .ginput_container textarea:focus { box-shadow: 0 0 4px #f5c99e; }
.form-newsletter .ginput_container textarea { resize: none; height: 150px; }
.form-newsletter .gform_footer { padding-top: 37px; text-align: center; clear: both; width: 100%; }
.form-newsletter .gform_footer input { background: none; font-size: 18px; line-height: 20px; text-transform: uppercase; font-style: italic; color: #e98324; border: 0; cursor: pointer; }
.form-newsletter .gform_footer input:hover { text-shadow: 0 0 1px #e98324; }

.validation_error { display: none; }
.form-newsletter .gfield_error .ginput_container input, 
.form-newsletter .gfield_error .ginput_container textarea { border: 1px solid #f00; }

.additional-ambassador { padding-top: 20px; }
.gform_confirmation_message { text-align: center; }

/* popups */
.pop-ups { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #ccc; z-index: 999; display: none; }

/* slider */
.slider { position: relative; margin-bottom: 20px; }
.slider ul.slides { width: 100%; height: 362px; position: relative; overflow: hidden; padding: 0; }
.slider li { list-style: none; float: left; width: 100%; padding: 0; }
.slider img { display: block; width: 100%; height: auto !important; }

.slider-pagination { position: absolute; right: 15px; bottom: 15px; z-index: 30; font-size: 0; line-height: 0; }
.slider-pagination a { width: 9px; height: 9px; display: inline-block; border-radius: 12px; margin: 0 2px; background: #f7dec6; font-size: 0; line-height: 0; text-indent: -4000px; }
.slider-pagination a.selected { background: #e07e27; }

body.home .form-countrys { width: auto; margin: 0; }
body.home .form-countrys .gform_body,
body.home .form-countrys .gform_footer { float: none; width: auto; }
body.home .form-countrys select { width: auto; }

.ecard-container {margin-top: 15px; }
.ecard-container .ecard {width: 49%; float: left; margin-right: 18px; margin-bottom: 10px; }
.ecard-container .ecard:nth-child(2n) {margin-right: 0; }
.ecard-container .ecard img { margin-bottom: 0; }

/*.ecard-container form > #recaptcha_widget_div,
.ecard-container form input,
.ecard-container form > p {display:none; } */
.invalid { box-shadow: 0px 0px 3px #E90000; } 
#recaptcha_widget_div {margin-left:20px;margin-bottom:20px;} 
div.g-recaptcha {margin:10px 0 20px 20px !important; }

.ecard-container p {margin-left:20px;}

/* Netherlands video class */
.Netherlandvideo {position:relative !important;}
.Netherlandvideo1 {position:absolute !important;top:83% !important;left:10% ;text-align:center;padding:0 5px;background-color:#ffffff;}
.Netherlandvideo2 {position:absolute !important;top:83% !important;right:10% ;text-align:center;padding:0 5px;background-color:#ffffff;}

/* ------------------------------------------------------------ *\
	Toolstip
\* ------------------------------------------------------------ */
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background { border-top-color: #fff !important; top: -1px !important; }
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border { border-top-color: #e07e27 !important; top: 1px !important; }
.tooltipster-box{ background-color: #fff !important;  border-color: #e07e27 !important; border-width: 1px !important; }
.tooltipster-content { color: #87675c !important; }

@media only screen and (max-width: 985px){
	.btn-large { min-width: 120px; display: block; }
}

@media only screen and (max-width: 960px){
	.shell { width: auto; margin: 0; margin: 0 5px; padding: 0 5px; }
	.ecard-container .ecard {width: 70%; margin:0 auto; float: none; margin-bottom: 15px; }
	.ecard-container .ecard:nth-child(2n) {margin-right: auto !important; }
}

/* accordion styles */
.accordion-entry .hidden-content { display: none; }

.mejs-container { margin: 10px 0 0 50px; }
.wp-audio-shortcode { visibility: visible !important; margin: 10px 0 0 0; }

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

	.form-newsletter { width: 350px; }
	.form-newsletter .gfield { padding-left: 55px; }
	.form-newsletter .gfield > label { left: 10px; }
	.form-newsletter .gform_body { width: 320px; padding-right: 0; }
	#cboxClose { right: 0 !important; }

	/* navigations */
	.nav-main { background: #e07e27; padding: 10px 0; margin-bottom: 20px; }
	.nav-main li { display: block; }
	.nav-main .shell > ul { display: none; padding-top: 10px; }
	.nav-main ul ul { position: relative; left: 0 !important; top: 0; background: #d59457; padding: 10px 0; margin-bottom: 10px; display: block; margin-left: 0 !important; }
	.nav-main a,
	.nav-main a:hover,
	.nav-main ul ul a,
	.nav-main ul > li:hover > a { color: #fff; }
	.nav-main li.current-menu-item a { color: #ccbdb8; }
	.nav-main .btn-main { padding: 0; }

	/* buttons */
	.btn-main { display: block; background: url(images/sprite.png) no-repeat -282px -1px; font-size: 0; line-height: 0; text-indent: -4000px; width: 36px; height: 36px; margin: 0 auto; padding: 0; }
	.btn-main:hover { text-decoration: none; }
	
	/* zoom-image */
	.zoom-image:hover:before { bottom: -10px; }
	.zoom-image img  { padding: 2%; width: 96%; height: auto; }

	/* body classes */
	body.open-nav-main .nav-main .shell > ul { display: block; }

}

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

	body { font-size: 12px; }

	h1 { font-size: 22px; line-height: 26px; }
	h2 { font-size: 20px; line-height: 24px; }
	h3 { font-size: 18px; line-height: 22px; }
	h4 { font-size: 16px; line-height: 20px; }
	h5 { font-size: 14px; line-height: 18px; }
	h6 { font-size: 12px; line-height: 16px; }

	/* logo */
	div.logo { width: 300px; }
	div.logo a { height: 84px; background: url(images/logo.png) no-repeat 0 0; background-size: 100% auto; }
	div.logo:hover { top: 0; }

	/* header */
	.header { padding-top: 20px; }
	.header .bottom { padding-top: 25px; text-align: center; }

	/* footer */
	.footer .shell { padding-top: 20px; }
	.footer .holder { padding-bottom: 20px; }
	.footer .text { float: none; width: auto; text-align: center; padding-bottom: 20px; }
	.footer .text p ~ p { padding-top: 10px; }
	.footer .text ~ .text { float: none; border-top: 1px solid #e07e27; padding-top: 20px; text-align: center; }
	.footer .holder:before { display: none; }

	.button-holder { padding-top: 0; }

	/* entry */
	.entry p { padding-bottom: 12px; }
	.entry ol, .entry ul { padding: 0 0 12px 16px; }
	.entry .alignnone { padding: 0 0 12px 0; }
	.entry .alignleft { padding: 0 16px 12px 0; }
	.entry .alignright { padding: 0 0 12px 16px; }
	.entry .btn { margin-bottom: 20px; }

	.featured-image { padding-bottom: 20px; }

	.border-line { margin-bottom: 24px; padding-top: 24px; }

	/* lists */
	.list-normal ul { padding: 0 0 14px; }

	.list-time > ul { padding: 0 0 20px; }
	
	.list ul { padding: 0 0 14px; }

	/* grid */
	.grid-holder { padding-top: 12px; margin: 0; }
	.grid-holder .grid > .holder { padding: 0 0 20px 0; }
	.grid-holder .grid > .holder .btn { margin-bottom: 0; }
	.grid-holder .grid > .holder.button { padding: 0 !important; }
	.grid-holder .grid ~ .grid > .holder.button { padding-top: 5px !important; }

	.grid-border-50:before  { display: none; }

	.grid-mobile-100 { width: 100%; }
	.grid-mobile-80 { width: 80%; }
	.grid-mobile-75 { width: 75%; }
	.grid-mobile-50 { width: 50%; }
	.grid-mobile-33 { width: 33%; }
	.grid-mobile-25 { width: 25%; }
	.grid-mobile-20 { width: 20%; }

	/* buttons */
	.btn-large { min-width: 0; display: block; }

	/* expand text */
	.expand-text .left-side { float: none; width: auto; text-align: left; padding: 0; }
	.expand-text .text,
	.expand-text .hidden .left-side, 
	.expand-text .hidden .text { padding: 0; }
	.expand-text .hidden p.close-container { padding-left: 0;}
	.expand-style-two.open-box .hidden { padding-bottom: 20px; }

	/* boxes */
	.box-orange { padding: 20px; }
	.box-orange p em { padding: 0; }

	.box-white { padding: 0 20px; }
	.box-white h5 { padding-bottom: 30px; }

	/* forms */
	.form-countrys { width: auto; padding-bottom: 10px; }
	.form-countrys ul { padding: 0; }
	.form-countrys .gform_body { padding-bottom: 10px; }
	.form-countrys .gform_footer { float: left; }

	/* zoom image */
	.zoom-image { display: block; width: 96%; padding: 2%; }
	.zoom-image img { display: block; padding: 0; } 

	/* teams */
	.teams a { width: 180px; padding: 0 10px; }

	/* footer */
	.footer .divider { display: none; }
}

@media only screen and (max-width: 600px) {
	/* Netherlands video class */
.Netherlandvideo {position:relative !important;}
.Netherlandvideo1 {position:absolute !important;top:55% !important;width:205px;left: 0 ;right: 0;margin: auto;text-align:center;padding:0 5px;background-color:#ffffff;}
.Netherlandvideo2 {position:absolute !important;top:70% !important;width:205px;left: 0;right: 0;margin: auto;text-align:center;padding:0 5px;background-color:#ffffff;}
}


@media only screen and (max-width: 479px) {
	/* entry */
	.entry { padding: 0 5px; }

	/* buttons */
	.btn-large { font-size: 13px; }
}


div.faqstyle {
	padding: 10px 0;
}



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

.gsection_title, .gform_validation_container {
display:none !important;	
}

.ginput_complex label {
	display:none;
}

.ginput_complex input {
	margin-bottom:14px !important;
}

.ginput_complex select, .gform_body select {
	border: 1px solid #f5c99e;
    color: #99766d;
    font-size: 14px;
    padding: 3px 2%;
    width: 96%;
}

input[type="radio"] {
	width:15px !important;
	margin-right:10px;
  height: 15px!important;
  vertical-align: middle !important;
  
}

.ecard input[type="radio"] {width: auto !important;display:inline; }

.ecardtext {
	position:absolute;
	top:1.5% !important;
	left:35%;
	color: #e37d22;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
	font-size: 24px;
    line-height: 28px;
}

.ecardbutton, .m-btn {
    font-size: 13px;
    line-height: 36px;
    /*min-width: 393px;*/
	background: #e98425 none repeat scroll 0 0;
	color: #fff;
    display: inline-block;
    padding: 0 12px !important;
    text-align: center;
    text-transform: uppercase;
	margin: 0 ;
	cursor:pointer;
}

.ginput_complex select, .gform_body select {
margin-bottom:3px;}

#field_4_20 label.gfield_label {
	display:none;
}

div.ecard {
	display: all !important;
	/*display: inherit !important;*/
}


.white-popup { position: relative; background: #FFF; padding: 20px; width: auto; max-width: 500px; margin: 20px auto; border:1px solid #e37d22; }
.mfp-bg { background: #fff !important; }

