/*
Theme Name: Eco Turkey 3
Theme URI: https://www.ecoturkey.co.uk/
Description: The third theme for the Eco Turkey Travel website.
Author: Lee Tindell
Author URI: https://leetindell.com/
Version: 1.0
*/


/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}







/* FIXES MOBILE SAFARI TEXT ADJUSTMENT*/

html { -webkit-text-size-adjust: none; font-weight: normal; font-style: normal; padding: 0px; margin: 0px; }

input,
textarea {
	-webkit-border-radius:0;
	border-radius:0;
}


.hideme { display: none; }


/* GENERAL */

@font-face {
    font-family: 'TeXGyreTermesRegular';
    src: url('texgyretermes-regular-webfont.eot');
    src: url('texgyretermes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyretermes-regular-webfont.woff') format('woff'),
         url('texgyretermes-regular-webfont.ttf') format('truetype'),
         url('texgyretermes-regular-webfont.svg#TeXGyreTermesRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreTermesBold';
    src: url('texgyretermes-bold-webfont.eot');
    src: url('texgyretermes-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyretermes-bold-webfont.woff') format('woff'),
         url('texgyretermes-bold-webfont.ttf') format('truetype'),
         url('texgyretermes-bold-webfont.svg#TeXGyreTermesBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
background-color: #ffffff;
}


* {
	margin: 0;
	padding: 0;
}


#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	min-height: 400px;
	margin-bottom: 32px;
	background-color: #fff;
    -moz-box-shadow:
        10px 0 10px -10px rgba(0,0,0,0.18),
        -10px 0 10px -10px rgba(0,0,0,0.18);
    -webkit-box-shadow:
        10px 0 10px -10px rgba(0,0,0,0.18),
        -10px 0 10px -10px rgba(0,0,0,0.18);
    box-shadow:
        10px 0 10px -10px rgba(0,0,0,0.18),
        -10px 0 10px -10px rgba(0,0,0,0.18);
}



/* HEADER */


#topbar {
    position: relative;
	float: left;
	width: 920px;
    height: 32px;
    margin-bottom: 40px;
	background-color: #BECA98;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

#topbar h3 a:hover { text-decoration: underline; }

#insidetopleft {
    position: relative;
	float: left;
	width: 390px;
    height: 28px;
	margin-top: 4px;
}

.spacetoright { position: relative; margin-right: 22px; }

#insidetopright {
    position: relative;
	float: right;
	text-align: right;
	width: 400px;
    height: 28px;
	margin-top: 4px;
}

#logo {
	position: relative;
	float: left;
	width: 348px;
	height: 72px;
	left: 20px;
}

#infologos {
	position: relative;
	float: right;
	/* width: 476px; */
	width: 377px;
	height: 49px;
	top: 14px;
	right: 20px;
}

.thelogos { position: relative; float: left; width: auto; height: auto; }

#theguardian { top: 3px; margin-right: 15px; }





/* - menu */

#topnav {
	position: relative;
	float: left;
	width: 948px;
	height: 28px;
	font-family: 'TeXGyreTermesRegular', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 12px;
	font-style: normal;
	color: #656666;
	z-index: 400;
	margin-top: 42px;
	background-color: #E3DEDB;
}

#topnav .page-item-270 { display: none; }

#topnav li {
    float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 600;
}

#topnav .page_item {
	margin-right: 24px;
	cursor: pointer;
}
#topnav .page_item:last-child { margin-right: 0px; }

#topnav .page_item a:link, #topnav .page_item a:visited, #topnav .page_item a:active {
	color: #656666;
	text-decoration: none;
	display: block;
	height: 21px;
	padding-top: 7px;
	padding-left: 11px;
	padding-right: 11px;
	cursor: pointer;
}

#topnav .page_item a:hover, #topnav .current_page_item a:link, #topnav .current_page_item a:visited, #topnav .current_page_item a:active {
	color: #656666;
	text-decoration: none;
	cursor: pointer;
}

#topnav .page_item:hover, #topnav .page_item:hover a, #topnav .current_page_item {
background-color: #CEC7C1;
color: #4A4A4A;
cursor: pointer;
}

#topnav .current_page_parent {
	cursor: pointer;
}

#topnav .current_page_parent a:link, #topnav .current_page_parent a:visited, #topnav .current_page_parent a:active {
	color: #656666;
	text-decoration: none;
	cursor: pointer;
}

#topnav .current_page_parent {
background-color: #CEC7C1;
color: #4A4A4A;
cursor: pointer;
}


ul.navdropdown li:hover > ul {
 visibility: visible;
}



ul.navdropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.navdropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 padding-top: 0px;
 z-index: 5980;
 width: 220px;
}

ul.navdropdown ul li a {
 width: 200px;
  padding: 4px;
  padding-left: 10px !important;
  padding-top: 11px !important;
 background-color: #CEC7C1;
 border-bottom: 1px solid #D5CFCC;
 display: block;
 color: #AE6400;
 text-decoration: none;
}

ul.navdropdown ul li a:hover { background-color: #EBDDCB; color: #fff !important; }



/* Main Content */

#mainbox {
    position: relative;
	float: left;
	width: 920px;
    height: auto;
    z-index: 5;
	margin-top: 30px;
    margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}



/* Feature Slider */

#feature {
    position: relative;
	float: right;
	width: 656px;
    height: 450px;
    z-index: 5;
    margin-bottom: 28px;
	overflow: hidden;
}

.singlefeature {
    position: relative;
	float: left;
	width: 656px;
    height: 450px;
    z-index: 5;
}

.featurecaption {
    position: absolute;
	width: 656px;
    height: auto;
    z-index: 200;
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
}

.captiontext {
    position: relative;
	width: 450px;
    min-height: 65px;
	height: auto;
	top: 8px;
	left: 12px;
}

.captiontext h3 { padding-bottom: 10px; }
.captiontext p { color: #fff; }

.captionmore {
    position: absolute;
	width: 110px;
    height: 25px;
	top: 23px;
	left: 540px;
}


#popularlocations {
    position: relative;
	float: right;
	width: 656px;
    height: 150px;
    z-index: 5;
}

.singlelocation {
    position: relative;
	float: left;
	width: 144px;
    height: 150px;
    margin-right: 26px;
}

.singlelocation img, .nameoflocation {
    position: relative;
	width: 144px;
    height: 100px;
}

.nameoflocation {
	width: 128px;
    height: 32px;
	top: -3px;
	background-color: #DCD8D6;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

.nameoflocation a:link, .nameoflocation a:visited, .nameoflocation a:hover { color: #1F1F1F; text-decoration: none; }




/* Side Search */

#totheleft { /* needed when flight search banner below */
    position: relative;
	float: left;
	width: 250px;
    min-height: 620px;
	height: auto;
    margin-bottom: 30px;
}

#sidesearch {
    position: relative;
	float: left;
	width: 246px;
    min-height: 346px;
	height: auto;
    z-index: 5;
    margin-bottom: 30px;
	background-color: #DDE2C7;
}

#sidesearchHeader {
    position: relative;
	float: left;
	width: 234px;
    height: 24px;
    margin-bottom: 12px;
	background-color: #6CB387;
	padding-top: 3px;
	padding-left: 12px;
	border-bottom: 2px solid #519B6C;
}

#sidesearchHeader h3 { font-family: 'TeXGyreTermesRegular', sans-serif; }


#turkishairlines { position: relative; float: left; width: auto; height: auto; }


/* Drop Down and Input Stylings */

.label { position: relative; clear: both; margin-left: 12px; margin-bottom: 5px; color: #515056; padding-bottom: 0px; }
.sidelabel { position: relative; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 5px; margin-left: 12px; color: #515056; padding-bottom: 0px; }
.roomnumlabel { position: relative; clear: both; margin-left: 12px; margin-bottom: 1x; color: #515056; padding-bottom: 0px; }
.twopartslabel { position: relative; clear: both; margin-left: 0px; margin-bottom: 3px; color: #515056; padding-bottom: 0px; }

select::-ms-expand { /* Hides IE10 dropdown arrows */
    display: none;
}

.dropdown, .mini_dropdown, .day_dropdown, .year_dropdown, .minute_dropdown, .textinput, .childageinput, .hirerage, .flex_dropdown, .board_dropdown, .twoparts_dropdown {
	-webkit-appearance: none;
	position: relative;
	margin-left: 11px;
	margin-bottom: 12px;
	width: 222px;
	height: 32px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 2px 4px 2px 4px;
	background-color: #F5F7EE;
	border: 1px solid #DADDC1;
	color: #428059;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/dropdownarrow.png);
	background-position: 198px 11px;
	background-repeat: no-repeat;
}

#destination { margin-bottom: 8px; }

.textinput { width: 204px; height: 15px; padding: 7px 8px 8px 8px; background-image: none; }


.childageblock { position: relative; float: left; width: 232px; margin-bottom: 8px; display: none; }
.childageinput { width: 25px; height: 15px; padding: 7px 8px 8px 8px; background-image: none; display: none; }

.hirerage { width: 25px; height: 15px; margin-top: 8px; padding: 7px 8px 8px 8px; background-image: none; }


.searchtypewrap {
	position: relative;
	float: left;
	width: 232px;
	height: auto;
	margin-top: 5px;
	margin-left: 11px;
	margin-bottom: 6px;
}

.secondline { position: relative; float: left; width: 232px; height: auto; margin-top: 5px; }

.radioinput { position: relative; float: left; margin-right: 5px; margin-bottom: 8px; cursor: pointer; }
.radiolabel {
	position: relative;
	float: left;
	margin-top: -4px;
	margin-right: 16px;
	color: #515056;
	padding-bottom: 0px;
}


.mini_dropdown { width: 60px; margin-left: 0px; margin-right: 2px; background-position: 40px 11px; }
.day_dropdown { width: 50px; margin-left: 11px; margin-right: 2px; background-position: 30px 11px; }
.year_dropdown { width: 66px; margin-left: 0px; margin-right: 3px; background-position: 46px 11px; }

.minute_dropdown { width: 50px; margin-left: 0px; margin-right: 2px; background-position: 30px 11px; }


.flex_dropdown { width: 100px; margin-top: 1px; margin-right: 3px; margin-bottom: 12px; margin-left: 0px; background-position: 80px 11px; }
.board_dropdown { width: 138px; margin-top: 1px; margin-right: 3px; margin-bottom: 12px; margin-left: 0px; background-position: 116px 11px; }

.twoparts_dropdown { width: 92px; margin-left: 0px; margin-right: 3px; background-position: 70px 11px; }

.roomstarwrap, .adultchildwrap {
	position: relative;
	float: left;
	width: 102px;
	height: 62px;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 11px;
	margin-bottom: 0px;
}

.adultchildwrap { height: 66px; }

#roomstarright, .adultchildright { margin-right: 0px !important; }


#room2, #room3, #room4, #room5 { display: none; }


.ui-datepicker-trigger { position: relative; width: 24px; height: 20px; top: 5px; cursor: pointer; }

.searchbutton {
	position: relative;
	float: right;
	clear: both;
	margin-top: 10px;
	margin-bottom: 21px;
	margin-right: 19px;
	width: auto;
	height: 25px;
	background-color: #617E6C;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	border: 1px solid #6D8D79;
	cursor: pointer;
	padding: 0px;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 12px;
}

a.searchbutton:link, a.searchbutton:visited, a.searchbutton:hover { text-decoration: none; color: #fff; }



/* Hotel Car Transfers Promotion */

#promoteoptions {
    position: relative;
	float: left;
	width: 920px;
	height: 123px;
    z-index: 5;
	margin-top: 8px;
    margin-bottom: 26px;
}

#promotehoteloption {
    position: relative;
	float: left;
	width: 410px;
	height: 102px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DCD8D6;
	margin-right: 38px;
}

#promotecartransferoption {
    position: relative;
	float: left;
	width: 472px;
	height: 102px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DCD8D6;
}


.promoteimagepart {
	position: relative;
	float: left;
	margin-right: 22px;
	z-index: 500;
	cursor: pointer;
}

.promotetextpart {
	position: relative;
	width: auto;
	height: 94px;
	margin-top: 6px;
}

.promotetextpart h2 { color: #4B4B4B; margin-bottom: 4px; }

.promotetextpart h2 a:link, .promotetextpart h2 a:visited { color: #4B4B4B; }


/* Welcome Text */

#welcomeblock {
    position: relative;
	float: left;
	width: 920px;
	height: 150px;
    z-index: 5;
	margin-top: 0px;
    margin-bottom: 44px;
}

#welcomeheader {
    position: relative;
	float: left;
	width: 248px;
	height: 168px;
	margin-right: 15px;
}

#welcometext {
    position: relative;
	float: right;
	width: 656px;
	height: 168px;
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
	-moz-column-gap:22px; /* Firefox */
	-webkit-column-gap:22px; /* Safari and Chrome */
	column-gap:22px;
}

@-moz-document url-prefix() {
	#welcometext {
		height: 174px;
	}
}




/* Holiday Types */

#typehighlights {
    position: relative;
	float: left;
	width: 896px;
	height: 303px;
    z-index: 5;
	margin-top: 0px;
    margin-bottom: 34px;
	padding: 12px;
	background-color: #E2DDDC;
}


.holidaytype {
    position: relative;
	float: left;
	width: 208px;
	height: 140px;
    z-index: 5;
	margin-right: 18px;
	margin-bottom: 18px;
	background-color: #666;
	border: 1px solid #fff;
}

.nameoftype {
    position: relative;
	width: 208px;
    height: 32px;
    z-index: 200;
	background-color: rgba(0, 0, 0, 0.6);
	top: -35px;
}

.typetext {
    position: relative;
	width: 190px;
    height: 22px;
	top: 5px;
	left: 12px;
	overflow: hidden;
}




/* Ideal Holiday */

#idealholiday {
    position: relative;
	float: left;
	width: 530px;
	height: auto;
    z-index: 5;
}

#idealholiday h1 { padding-bottom: 28px; }




/* Subscribe */


#subscribeblock {
    position: relative;
	float: right;
	width: 260px;
	height: auto;
	margin-top: 20px;
	margin-right: 12px;
    z-index: 5;
	padding: 16px;
	background: #E2DDDC;
}

#subscribeblock h1 { font-size: 18px; color:#4B4B4B; padding-bottom: 8px; }

.sendpress-signup-form input[type="text"] {
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	margin-top: 4px;
	width: 240px !important;
	height: 15px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 7px 8px 8px 8px;
	background-color: #fff;
	border: 1px solid #DFDCD9;
	color: #4B4B4B;
}

.signup-fields-bottom { padding-bottom: 6px; }

.sendpress-submit {
	position: relative;
	float: left;
	margin-top: 0px !important;
	margin-bottom: 12px;
	width: auto;
	height: auto;
	background-color: #617E6C;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	border: 1px solid #6D8D79;
	cursor: pointer;
	padding: 7px;
}

.ajaxloader {
    top: 260px;
    position: absolute;
    left: 100px;
}

.sendpress-signup-form #thanks {
	margin-top: 24px !important;
	margin-bottom: 20px !important;
	font-family: "TeXGyreTermesBold",sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #4B4B4B;
	line-height: 19px;
}


/* Testiomonails and Social */

#testimonialblock {
    position: relative;
	float: left;
	clear: both;
	width: 530px;
	height: auto;
	margin-top: 20px;
	margin-right: 12px;
    z-index: 5;
}

#testimonialblock h1 { font-size: 18px; padding-bottom: 12px; }


#socialblock {
    position: relative;
	float: right;
	width: 302px;
	height: 150px;
	margin-top: 20px;
    z-index: 5;
}

#socialblock h1 { font-size: 18px; padding-bottom: 12px; color: #4B7658; }

.socialicon {
    position: relative;
	float: left;
	width: 34px;
	height: 34px;
	margin-right: 12px;
}

#socialblock .fb-like {
	float: left;
	margin-top: 6px;
}






/*  Right Block Main Header */

#rightheader {
    position: relative;
	float: right;
	width: 644px;
	height: 42px;
	background-color: #EBE8E5;
	border-bottom: 4px solid #E3DEDB;
	padding-left: 12px;
	/*padding-right: 12px;*/
}

#rightheader .page-title, #rightheader .complete-title {
    position: relative;
	float: left;
	top: 10px;
}

#rightheader h1 { font-family: 'TeXGyreTermesBold', sans-serif; font-size: 18px; color: #515055; line-height: 21px; }

.woocommerce-result-count { display: none; }


.page-description { position: relative; margin-bottom: 18px; }





/*  Hotel - Destination Search Box Styling */

#searchdestination {
	background-position: 190px center;
	background-repeat: no-repeat;
	transition: background 0.5s linear;
}

ul#destinationresults {
	position: absolute;
	margin-left: 11px;
	width: 200px;
	max-height: 220px;
	padding: 0px 10px 0px 10px;
	background-color: #F5F7EE;
	overflow-y: auto;
	border: 1px solid #DADDC1;
	margin-top: -12px;
	z-index: 4000;
}

ul#destinationresults h4 { padding-top: 8px; padding-bottom: 3px; }
ul#destinationresults p { padding-bottom: 11px; }

ul#destinationresults li { border-bottom: 1px solid #DADDC1; cursor: pointer; }

ul#destinationresults li:hover h4, ul#destinationresults li:hover p { color: #428059 !important; }



/*  Holiday - Search Results */

#searchresultsWrapper, #similarWrapper, #singlecontent {
    position: relative;
	float: right;
	width: 656px;
	min-height: 176px;
	height: auto;
	padding-top: 24px;
}

#similarWrapper { padding-top: 18px; }
#similarWrapper h2.otheresults {
	color: #515055;
	font-size: 18px;
	padding-bottom: 30px;
	display: none;
}


.singleholiday, .singleresult {
    position: relative;
	float: left;
	width: 656px;
	height: auto;
	padding-bottom: 24px;
	border-bottom: 1px solid #E9E5E3;
	margin-bottom: 24px;
}

.singleresult { display: none; }

.singleholiday img, .singleresult img {
    position: relative;
	float: left;
	width: 142px;
	height: 106px;
	margin-right: 18px;
}


.titleandtext {
    position: relative;
	float: left;
	width: 370px;
	height: auto;
	margin-top: -3px;
}

.titleandtext p { padding-bottom: 0px; }


h2.title, h2.title a:link, h2.title a:visited {
	font-size: 18px;
	color: #617E6C;
	padding-bottom: 3px;
}

h2.title a:hover { text-decoration: none; color: #4D6455; }

.duration { padding-bottom: 9px !important; }


.hotelrating { position: relative; height: 12px; width: auto; padding-top: 7px; padding-bottom: 9px !important; }

.staricon, .emptystaricon {
    position: relative;
	float: left;
	width: 12px;
	height: 12px;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/fullstar.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-right: 4px;
}

.emptystaricon { background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/emptystar.png); }



/* Woocommerce Pagination */

.woocommerce-pagination {
	position: relative;
	float: left;
	width: 656px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.woocommerce-pagination li {
    float: left;
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 22px;
	z-index: 600;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #4B4B4B;
}

.woocommerce-pagination li a:link {
	color: #4B4B4B;
	text-decoration: none;
}

.woocommerce-pagination li a:visited {
	text-decoration: none;
	color: #4B4B4B;
}

.woocommerce-pagination li a:hover {
	text-decoration: none;
	color: #4B4B4B;
}


.woocommerce-pagination li a.prev { margin-right: 14px; }
.woocommerce-pagination li a.next { margin-left: 6px; }

.woocommerce-pagination li .page-numbers {
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #EBE8E5;
	border-top: 4px solid #E3DEDB;
	margin-right: 8px;
}

.woocommerce-pagination li .page-numbers:hover {
	background-color: #DCD7D1;
	border-top: 4px solid #CFC9C0;
}

.woocommerce-pagination li .current {
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #E1E7CF;
	border-top: 4px solid #BECA98;
}

.woocommerce-pagination li .current:hover {
	background-color: #E1E7CF;
	border-top: 4px solid #BECA98;
}


.woocommerce-pagination li .dots {
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #fff;
	border-top: none;
}

.woocommerce-pagination li .dots:hover {
	background-color: #fff;
	border-top: none;
}





/* Order by and Key */

#keyandsort {
	position: relative;
	float: right;
	min-width: 338px;
	width: auto;
	height: auto;
	margin-top: 7px;
}


#ppkey {
    position: relative;
	float: left;
	width: 86px;
	height: 12px;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/ppicon.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 14px;
	margin-bottom: 1px;
	padding-left: 32px;
	padding-top: 10px;
}

#ppkey p { padding-bottom: 0px; line-height: 0px; }



.orderbylabel {
    position: relative;
	float: left;
	width: auto;
	height: 22px;
	margin-top: 4px;
	margin-right: 10px;
}

.orderbylabel h3 { color: #343434; font-size: 14px; }

.orderby {
	-webkit-appearance: none;
	position: relative;
	width: 138px;
	height: 28px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 1px 2px 2px 2px;
	background-color: #E1DCD9;
	border: 1px solid #DCD7D3;
	color: #48474C;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/orderdropicon.png);
	background-position: 119px 9px;
	background-repeat: no-repeat;
}





/* Price and View Button Area */

.hidemonthquan { display: none; }

.priceandview {
    position: relative;
	float: right;
	width: 110px;
	height: auto;
}


.priceperperson {
    position: relative;
	float: left;
	width: 96px;
	height: 27px;
	background-color: #EBE8E5;
	border-top: 2px solid #E3DEDB;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/ppicon.png);
	background-position: 78px 5px;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
}

.priceperperson h2, .hotelprice h2 {
	font-size: 18px;
	color: #515055;
	padding-bottom: 0px;
}


.hotelprice {
	position: relative;
	float: right;
	width: 73px;
	height: 27px;
	background-color: #EBE8E5;
	border-top: 2px solid #E3DEDB;
	margin-bottom: 1px;
	padding-left: 7px;
	padding-right: 8px;
	padding-top: 5px;
	text-align: center;
}

.hotelpricedivide {
	position: relative;
	float: right;
	width: 74px;
	height: 22px;
	background-color: #EBE8E5;
	margin-bottom: 12px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}



.totalprice {
    position: relative;
	float: left;
	width: 96px;
	height: 22px;
	background-color: #EBE8E5;
	margin-bottom: 12px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
}

.totalprice p { position: relative; float: left; padding-bottom: 0px; }
p.onlyprice { position: relative; float: right; color: #495F51; }



.greenbutton {
    position: relative;
	float: right;
	width: 72px;
    height: 26px;
	background-color: #617E6C;
	border: 1px solid #637E6B;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/buttonarrowicon.png);
	background-position: 60px 6px;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 18px;
	color: #fff !important;
}

a.greenbutton:hover { text-decoration: none; }




/* Highlights */

.highlights {
    position: relative;
	float: left;
	width: 656px;
	height: 30px;
	margin-top: 18px;
	overflow: hidden;
}

.highlights p {
    position: relative;
	float: left;
	width: auto;
	height: 25px;
	margin-right: 10px;
	border-top: 2px solid #BECA98;
	background-color: #E1E7CF;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}



/* Loading Results */

#loadingresults {
    position: relative;
	float: left;
	width: 170px;
    height: 90px;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/largeloading.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 66px;
	margin-left: 160px;
	padding-top: 38px;
	padding-left: 120px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 18px;
	color: #A29691;
	line-height: 21px;
}





/*  Single Hotel or Holiday */


/*  star option and date check before book block  */

.linesplitter {
	border-bottom: 1px solid #E9E5E3;
	padding-bottom: 28px;
	margin-bottom: 44px;
}

.h4altpadding { padding-top: 6px; padding-bottom: 0px; }


#hoteloptions .dropdown, #staroptions, #dateoptions {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	width: 156px;
	height: 32px;
	background-color: #EBE9E7;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/greydropdownarrow.png);
	background-position: 134px 11px;
	background-repeat: no-repeat;
	padding-left: 4px !important;
}

#dateoptions { float: none; }

#staroptions { width: 220px; background-position: 198px 11px; clear: both; }


div.ui-datepicker{
 font-size: 13px !important;
}
.ui-icon { cursor: pointer !important; }
.ui-corner-all { border-radius: 0px !important; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #617E6C !important;
    background: #617E6C !important;
    font-weight: normal !important;
    color: #fff !important;
}

.dateselect {
	position: relative;
	float: left;
	margin-top: 6px;
	margin-bottom: 20px;
	width: auto;
	height: auto;
}

.yourholiday {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}

.newtotal {
	position: relative;
    float: left;
    width: 200px;
    height: auto;
	margin-left: 38px;
	margin-top: 64px;
}

.newtotal h4 { color: #4B4B4B; }
.newtotal h3 { color: rgb(77, 125, 96); }




/*  Find #singlecontent up top with #searchresultsWrapper  */

#hidesinglepriceanmore { }

.singlesize { width: 534px !important; margin-right: 4px; }


/*#rightheader a.enquirebutton, #bottombook a.enquirebutton {
	position: relative;
	float: right;
	width: auto;
	height: 32px;
	background-color: rgb(227, 222, 219);
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 38px;
	margin-right: -12px;
    font-family: 'TeXGyreTermesBold',sans-serif;
    font-size: 18px;
    color: rgb(81, 80, 85);
    line-height: 21px;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/greybuttonarrowicon.png);
	background-position: 82px 12px;
	background-repeat: no-repeat;
}

a.enquirebutton:hover { text-decoration: none; }*/


a.enquirebutton, a.enquirebutton {
    position: relative;
	float: right;
	width: 74px;
	height: 30px;
	background-color: #617E6C;
	border-bottom: 4px solid #536C5C;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/buttonarrowicon.png);
	background-position: 64px 12px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 18px;
	color: #fff !important;
}


a.enquirebutton:hover { text-decoration: none; }



#totalpricetop, #totalpricebottom {
	position: relative;
	float: left;
	width: auto;
	height: 26px;
	margin-bottom: 4px;
	margin-left: 18px;
	padding-top: 2px;
	padding-right: 16px;
	padding-left: 12px;
	background-color: rgb(227, 222, 219);
}

#totalpricebottom {
	position: relative;
	float: left;
	width: auto;
	height: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 16px;
	padding-left: 12px;
	background-color: rgb(227, 222, 219);
}

#totalpricetop h3, #totalpricebottom h3, .enquirebutton h1 { position: relative; float: left; color: #515054; }

.pricebdarrow {
	position: relative;
	float: left;
	width: 20px;
	height: 18px;
	margin-top: 2px;
	margin-left: 10px;
	cursor: pointer;
}





/* Add to Cart becomes book button */

.single_add_to_cart_button {
    position: relative;
	float: right;
	width: 94px;
	height: 46px;
	background-color: #617E6C;
	border: none;
	border-bottom: 4px solid #536C5C;
	padding-left: 10px;
	text-align: left;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/buttonarrowicon.png);
	background-position: 64px 12px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 18px;
	color: #fff;
}

.bigbookbutton {
    position: relative;
	float: right;
	width: 74px;
	height: 30px;
	background-color: #617E6C;
	border-bottom: 4px solid #536C5C;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/buttonarrowicon.png);
	background-position: 64px 12px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 18px;
	color: #fff !important;
}

a.bigbookbutton:hover { text-decoration: none; }






.addbutton {
	position: relative;
	float: left;
	margin-top: 12px;
	margin-bottom: 21px;
	margin-left: 58px;
	width: auto;
	height: 25px;
	background-color: #617E6C;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	border: 1px solid #6D8D79;
	cursor: pointer;
	padding: 0px;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 14px;
}

a.addbutton:link, a.addbutton:visited, a.addbutton:hover { text-decoration: none; color: #fff; }


.groupsavings {
    position: relative;
	float: left;
	width: 656px;
	height: auto;
	padding-bottom: 22px;
	margin-bottom: 42px;
	border-bottom: 1px solid #E9E5E3;
}

.groupsavings h2 { font-size: 18px; color: #515054; margin-bottom: 12px; }

#description {
    position: relative;
	float: left;
	width: 288px;
	min-height: 270px;
	height: auto;
}


.descriptiondurationbox { margin-bottom: 20px; }

.descriptiondurationbox h2, .descriptiondurationbox h3, .descriptiondurationbox p { display: inline; }

.descriptiondurationbox h2 { font-size: 18px; color: #515054; margin-right: 80px; }

.descriptiondurationbox h3 { color: #515054; margin-left: 8px; }


#photogallery {
    position: relative;
	float: right;
	width: 340px;
	min-height: 300px;
	height: auto;
}


#photogallery .thumbnails {
    position: relative;
	float: right;
	width: 296px;
	height: auto;
	margin-top: 6px;
}

#photogallery .thumbnails img { width: 96px; height: 64px; margin-right: 4px;  margin-bottom: 4px; }

#photogallery .expandphotos { position: relative; float: left; margin-top: 6px; }


.singleheading {
    position: relative;
	float: left;
	width: 656px;
	height: 42px;
	border-bottom: 1px solid #E9E5E3;
	margin-top: 46px;
	margin-bottom: 24px;
}
.singleheading h2 { font-size: 18px; color: #515054; }


#singlecontent .highlights { margin-top: 0px; height: auto; }
#singlecontent .highlights p { margin-bottom: 10px; }


.includes {
    position: relative;
	float: left;
	width: 300px;
	height: auto;
	padding-left: 16px;
}

.rightincludes {
    position: relative;
	float: right;
	width: 300px;
	height: auto;
	padding-left: 16px;
}

.includes li, .rightincludes li {
    position: relative;
	float: left;
	width: 258px;
	height: auto;
	margin-right: 70px;
	margin-bottom: 10px;
	list-style: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/listicon.png);
	padding-left: 6px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #343434;
	line-height: 19px;
}

.rightincludes li { margin-right: 0px; }


.itinerary {
    position: relative;
	float: left;
	width: 656px;
	height: auto;
}

.itinerary h3, .pleasenote h3 { font-size: 15px; color: #776863; padding-top: 32px; padding-bottom: 19px; }

.pleasenote h3 { padding-top: 19px; }

.itinerary h4, .pleasenote h4 { font-size: 13px; font-weight: bold; color: #776863; padding-top: 22px; padding-bottom: 22px; }


.itinerary li {
    position: relative;
	width: 258px;
	height: auto;
	margin-left: 18px;
	margin-bottom: 10px;
	list-style: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/listicon.png);
	padding-left: 6px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #343434;
	line-height: 19px;
}



/* - slight mod of Right Header for Bottom */

#bookpricewrap {
    position: relative;
	float: right;
	width: 656px;
	height: auto;
	margin-top: 46px;
}

#bookpricewrap .bigbookbutton { height: 32px; padding-top: 10px; border-top: 4px solid #536C5C; border-bottom: none; }

#bookpricewrap .single_add_to_cart_button { padding-bottom: 4px; border-top: 4px solid #536C5C; border-bottom: none; background-position: 64px 11px;  }

#bottombook {
    position: relative;
	float: left;
	width: 644px;
	height: 42px;
	background-color: #EBE8E5;
	border-top: 4px solid #E3DEDB;
	padding-left: 12px;
	/*padding-right: 12px;*/
	margin-right: 4px;
}

#bottombook .pricebdarrow { margin-top: 1px; }

#bottombook .depositpitch {
    position: relative;
	float: left;
	top: 10px;
}

#bottombook h1 { font-family: 'TeXGyreTermesBold', sans-serif; font-size: 18px; color: #515055; line-height: 21px; }



.pleasenote {
    position: relative;
	float: right;
	width: 656px;
	height: auto;
	margin-bottom: 20px;
}

.pleasenote .hupso_twitter {
	margin-left: 0px !important;
}

.pleasenote li {
    position: relative;
	width: 258px;
	height: auto;
	margin-left: 18px;
	margin-bottom: 10px;
	list-style: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/listicon.png);
	padding-left: 6px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #343434;
	line-height: 19px;
}




/* hide everything single holidayproduct woocommerce except new book button */

.quantity, .product_meta, .posted_in, #hidepricesingle, #movedoverdata { display: none; }





/* Hotel Styling */

#mainphoto { width: 340px; height: auto; }

.bigalert {
	position: absolute;
	left: 74px;
	top: 90px;
	background-color: #EBE8E5;
	border: 1px solid #E3DEDB;
	color: #515054;
	z-index: 5000;
	height: 45px;
	width: 462px;
	display: none;
	padding: 16px;
}


#checkoutalert {
	position: absolute;
	left: 74px;
	bottom: 220px;
	background-color: #EBE8E5;
	border: 1px solid #E3DEDB;
	color: #515054;
	z-index: 5000;
	height: auto;
	width: 462px;
	display: none;
	padding: 16px;
}

.bigalert h3, #checkoutalert h3 {
	position: relative;
	float: left;
	color: #515054;
	line-height: 22px;
}




/* Hotel Room Options */

#hoteloptions {
position: relative;
float: left;
width: 656px;
height: auto;
margin-top: 6px;
margin-bottom: 40px;
display: none;
}

h3.roomoptionsheading { color: #515055; padding-bottom: 16px; }
p.roomoptionsexplain { padding-bottom: 25px; }

.eachroomoption, .selectedroomoption {
position: relative;
float: left;
width: 320px;
min-height: 60px;
height: auto;
background-color: #EBE8E5;
border: 1px solid #E3DEDB;
margin-right: 10px;
margin-bottom: 10px;
color: #515054;
cursor: pointer;
}

.eachroomoption p, .selectedroomoption p { padding-bottom: 4px; }
.selectedroomoption p { color: #fff; }

.selectedroomoption {
background-color: #617E6C;
border: 1px solid #536C5C;
color: #fff !important;
}


.eachroomoption .roomoptioninfo, .selectedroomoption .roomoptioninfo {
position: relative;
float: left;
width: 300px;
height: auto;
padding-bottom: 10px;
border-bottom: 1px solid #E3DEDB;
margin-top: 10px;
margin-left: 10px;
}
.selectedroomoption .roomoptioninfo { border-bottom: 1px solid #536C5C; }

.eachroomoption .roomoptioninfo h3 { display: inline; color: #515055; }
.selectedroomoption .roomoptioninfo h3 { display: inline; color: #fff; }

.ratetoboard { display: inline; padding-left: 8px; }

.eachroomoption .roomnumbercircle, .selectedroomoption .roomnumbercircle {
position: relative;
float: left;
width: 14px;
height: 18px;
margin-top: 12px;
margin-right: 12px;
background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/roomnumbericon.png);
background-repeat: no-repeat;
padding-top: 3px;
padding-left: 7px;
font-family: 'TeXGyreTermesBold', sans-serif;
font-size: 14px;
color: #515055;
}

.selectedroomoption .roomnumbercircle {
background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/greenroomnumbericon.png);
background-repeat: no-repeat;
color: #fff;
}




/* Hotel Location and map */


#hotellocation {
position: relative;
float: left;
width: 656px;
height: auto;
}

#hotellocation h3 { color: #515055; padding-bottom: 4px; }


#map {
position: relative;
float: left;
width: 656px;
height: 340px;
}





/* Summary Aside */

#summarywrap {
    position: relative;
	float: left;
	width: 246px;
	height: auto;
}

#sidesummary {
    position: relative;
	float: left;
	width: 246px;
    min-height: 120px;
	height: auto;
    z-index: 5;
    margin-bottom: 30px;
	background-color: #DDE2C7;
}

.newuser {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	margin-top: 8px;
	margin-left: 10px;
	display: none;
}

#addinfo {
	display: none;
    position: relative;
	float: left;
	width: 246px;
    min-height: 120px;
	height: auto;
    z-index: 5;
    margin-bottom: 30px;
	background-color: #DDE2C7;
}

#addalert {
	display: none;
    position: absolute;
	width: 188px;
	height: 24px;
    z-index: 5;
    top: 32px;
	left: 214px;
	background-color: #6CB387;
	padding-top: 6px;
	padding-left: 6px;
	border-top: 2px solid #519B6C;
}

#addalert p { color: #fff; padding-bottom: 0px; }

.nodetailsbutton, .waitsec, .carbook {
display: none;
position: relative;
float: right;
width: 84px;
height: 30px;
background-color: #617E6C;
border: none;
border-bottom: 4px solid #536C5C;
padding-top: 12px;
padding-left: 10px;
text-align: left;
background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/buttonarrowicon.png);
background-position: 66px 12px;
background-repeat: no-repeat;
cursor: pointer;
font-family: 'TeXGyreTermesBold', sans-serif;
font-size: 18px;
color: #fff;
}

.detailforsummary {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	margin-top: 8px;
	margin-bottom: 17px;
	margin-left: 10px;
}

.detailforsummary p { padding-bottom: 4px; }
.detailforsummary h3 { color: #39714F; line-height: 24px; }


#detailsdestination, #detailsholname, #detailstotalcost { width: 220px; }

#detailsleave { margin-right: 34px; }


.racwrap { position: relative; float: left; width: 220px; display: none; }

#detailsroom, #detailsadults, #detailsroom2, #detailsadults2, #detailsroom3, #detailsadults3, #detailsroom4, #detailsadults4, #detailsroom5, #detailsadults5 { margin-right: 30px; }



.changebutton {
	position: relative;
	float: left;
	clear: both;
	margin-top: 8px;
	margin-bottom: 24px;
	margin-left: 10px;
	width: auto;
	height: 22px;
	background-color: #617E6C;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	border: 1px solid #6D8D79;
	cursor: pointer;
	padding: 0px;
	padding-top: 7px;
	padding-right: 12px;
	padding-left: 8px;
}

a.changebutton:link, a.changebutton:visited, a.changebutton:hover { text-decoration: none; color: #fff; }




/* Complete Booking Checkout */

.woocommerce #payment {
	background: none !important;
	background-color: #EBE8E5 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border-top: 4px solid #E3DEDB;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
background: none !important;
background-color: #E3DEDB !important;
color: #515055;
}

.woocommerce #payment ul.payment_methods {
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #515055;
}



.woocommerce #payment .terms { margin-top: 10px; }


.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
background: none !important;
background-color: #617E6C !important;
border-color: #536C5C !important;
border: none !important;
border-top: 4px solid #536C5C !important;
color: #ffffff;
text-shadow: none !important;
width: 122px !important;
height: 42px !important;
font-size: 16px !important;
}


.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
font-family: 'TeXGyreTermesBold', sans-serif !important;
font-weight: normal !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
text-shadow: none !important;
border: 1px solid #617E6C !important;
background: none !important;
background-color: #617E6C !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
padding-top: 4px !important;
color: #fff !important;
}


.woocommerce-message, .woocommerce-error, .woocommerce-info {
margin: 0 0 2em !important;
position: relative;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
background: none !important;
background-color: #fff !important;
color: #5e5e5e;
text-shadow: none !important;
list-style: none outside;
width: auto;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-family: 'TeXGyreTermesBold', sans-serif !important;
font-weight: normal !important;
font-size: 15px !important;
}




/* - Continued Customizing of WooCommerce default form styles */

	.chzn-container-single .chzn-single {
		height: 32px;
	  line-height: 29px;
	}
	.chzn-container-single .chzn-single div b {
		background: none !important;
	}

.chzn-container .chzn-drop {
  background-color: #EBE9E7 !important;
  border: none !important;
  border-top: 0;
  position: absolute;
  top: 0px !important;
  left: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow   : none !important;
  box-shadow        : none !important;
  z-index: 1010;
}

.chzn-container-single .chzn-single {
	-webkit-appearance: none !important;
	position: relative;
	margin-bottom: 15px;
	height: 21px !important;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 4px 4px 6px 8px !important;
	background-color: #EBE9E7 !important;
	border: 1px solid #DFDCD9 !important;
	color: #4B4B4B !important;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/greydropdownarrow.png) !important;
	background-position: 284px 11px;
	background-repeat: no-repeat;
  -webkit-border-radius: 0px !important;
  -moz-border-radius   : 0px !important;
  border-radius        : 0px !important;
   -webkit-box-shadow: none !important;
  -moz-box-shadow   : none !important;
  box-shadow        : none !important;
}


.form-row label { margin-bottom: 8px; }

.woocommerce h3 { color: #515055; padding-bottom: 19px; }

.input-text {
	-webkit-appearance: none !important;
	position: relative;
	margin-bottom: 15px;
	height: 32px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 4px 4px 6px 8px !important;
	background-color: #EBE9E7 !important;
	border: 1px solid #DFDCD9 !important;
	color: #4B4B4B !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius   : 0px !important;
  border-radius        : 0px !important;
   -webkit-box-shadow: none !important;
  -moz-box-shadow   : none !important;
  box-shadow        : none !important;
}

#order_comments { height: 82px; line-height: 19px; }

#order_comments_field { margin-top: 38px; }


/* Hide more details input which is for extra details for booking */
#moredetails { display: none; }


.form-row label.checkbox { margin-right: 6px; }

.form-row .input-checkbox {
margin: -2px 26px 0 0 !important;
}

#order_review_heading { margin-top: 28px; }


.woocommerce table.shop_table {
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #515055;
}

span.product-quantity {
position: relative;
float: left;
margin-bottom: 10px;
}



/* Custom Checkout Option, Enquiry not in use

.woocommerce #payment ul.payment_methods li input { margin: 0 6px 0 0 !important; } */



/* Complete Booking and Response */

.order_details {
	width: 650px !important;
	margin-bottom: 50px !important;
	font-family: 'TeXGyreTermesBold', sans-serif !important;
	font-weight: normal !important;
	color: #4B4B4B !important;
}

.woocommerce h2 { width: 400px; clear: both; margin-bottom: 12px; }

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
border-bottom: 1px solid #eeeeee;
padding-bottom: 8px;
margin-bottom: 8px;
}



/* Hotel Only Extra Styling */

#othertravellerdetails, #cancellationpolicy {
position: relative;
float: left;
width: 656px;
height: auto;
margin-top: 28px;
margin-bottom: 28px;
}

#cancellationpolicy { margin-top: 32px; margin-bottom: 10px; }

#othertravellerdetails h3, #cancellationpolicy h3 { padding-bottom: 30px; }

.reduceh3 { padding-bottom: 20px !important; font-size: 15px; }

#othertravellerdetails .labelsforfirstandlast { padding-bottom: 8px; }

.eachtraveller {
	clear: both;
	position: relative;
	width: auto;
	height: auto;
}

.floatingtogether { float: left; position: relative; width: 174px; height: auto; margin-right: 14px; }

.hoteltitlename, .hotelfirstname, .hotellastname {
width: 160px;
height: 20px;
}

#othertravellerdetails .mini_dropdown, #maintravellertitle {
	position: relative;
	float: left;
	margin-top: 27px;
	margin-right: 14px;
	width: 60px;
	height: 32px;
	background-color: #EBE9E7;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/greydropdownarrow.png);
	background-position: 40px 11px;
	background-repeat: no-repeat;
	padding-left: 4px !important;
}

#maintravellertitle { margin-top: 12px; }



.policy {
	position: relative;
	float: left;
	width: 318px;
	height: auto;
	margin-right: 20px;
}




#place_hotel_booking {
	line-height: 1em;
	cursor: pointer;
	position: absolute;
	right: 16px;
	margin: 0;
	background: none !important;
	background-color: #617E6C !important;
	border-color: #536C5C !important;
	border: none !important;
	border-top: 4px solid #536C5C !important;
	color: #ffffff;
	text-shadow: none !important;
	width: 102px !important;
	height: 18px !important;
	font-family: 'TeXGyreTermesBold', sans-serif !important;
	font-weight: normal !important;
	font-size: 16px !important;
	overflow: visible;
	padding: 10px;
	text-decoration: none;
}



/* Woomerce Pay Page */

#submit_epdq_payment_form {
	width: 180px !important;
}

.cancel {
border: none !important;
padding: 10px !important;
padding-top: 10px !important;
color: #fff !important;
}

#bookingsummarypage .pay {
color: #fff !important;
font-size: 16px !important;
border: none !important;
margin-bottom: 24px !important;
}

#bookingsummarypage .errorDetails { display: none; }





/* Standard Pages Layout */

.alignleft { position: relative; float: left; margin-right: 32px; margin-bottom: 32px; }
.alignright { position: relative; float: right; margin-left: 32px; margin-bottom: 32px; }

#contentheader {
    position: relative;
	float: left;
	width: 920px;
    height: auto;
    z-index: 5;
    margin-bottom: 24px;
}

#contentheader h1 {
font-family: 'TeXGyreTermesRegular', sans-serif;
font-size: 22px;
color: #776863;
line-height: 28px;
}

#standardpage, #bookingsummarypage {
    position: relative;
	float: left;
	width: 920px;
    height: auto;
	min-height: 400px;
    z-index: 5;
    margin-bottom: 30px;
}



#standardpage h1, #bookingsummarypage h1, #standardpage h2, #bookingsummarypage h2, #standardpage h3, #bookingsummarypage h3 { color: #776863; }
#standardpage h3, #bookingsummarypage h3 { padding-top: 10px; padding-bottom: 21px; }

#standardpage h3, #bookingsummarypage h3 { padding-top: 10px; padding-bottom: 21px; }

#standardpage h3 a:link, #bookingsummarypage h3 a:link, #standardpage h3 a:visited, #bookingsummarypage h3 a:visited {
	color: #776863;
	text-decoration: none;
    cursor: pointer;
}

#standardpage h3 a:hover, #bookingsummarypage h3 a:hover {
	text-decoration: underline;
    color: #776863;
}


#maintext, #maintextbook, #Widemaintext, #slimtext {
    position: relative;
	float: left;
	width: 680px;
    height: auto;
	min-height: 150px;
    z-index: 5;
}

#maintextbook { float: right; width: 640px; }

#maintext h2, #maintextbook h2, #Widemaintext h2 { font-size: 18px; padding-bottom: 19px; }

#slimtext { width: 580px; }

#aside300 {
    position: relative;
	float: right;
	width: 300px;
    height: auto;
    z-index: 5;
}

#Widemaintext { width: 900px; }
#Widemaintext p { width: 560px; }

#aside {
    position: relative;
	float: right;
	width: 280px;
    height: auto;
	min-height: 150px;
    z-index: 5;
}


.destinationlistsummary p { color: #656666; }


#sidenav {
    position: relative;
	float: left;
	width: 198px;
    height: auto;
	min-height: 100px;
    z-index: 5;
	margin-right: 38px;
	border-right: 1px solid #EBE8E5;
}

#sidenav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 600;
}

#sidenav li a:link, #sidenav li a:visited {
	color: #5F7E6C;
	text-decoration: none;
	display: block;
	padding-bottom: 20px;
	cursor: pointer;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-weight: normal;
	font-size: 15px;
}

#sidenav li a:hover { text-decoration: underline; color: #4D7D60; }

#sidenav .current_page_item a:link, #sidenav .current_page_item a:visited, #sidenav .current_page_item a:hover { color: #776863; text-decoration: none; }

#sidenav .children { display: none; }

#sidenav .current_page_item .children,
#sidenav .current_page_parent .children
{ display: block; }


.featureimage { position: relative; float: left; margin-right: 20px; margin-bottom: 20px; }

.maintextblock { position: relative; }


.singletestimonial {
	position: relative;
	float: left;
	width: 680px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBE8E5;
}







/* Destination List */

#destinationlist {
    position: relative;
	float: left;
	width: 920px;
    height: auto;
	margin-top: 20px;
    z-index: 5;
}

.eachdestination {
    position: relative;
	float: left;
	width: 424px;
    height: 100px;
	padding-right: 30px;
	border-right: 1px solid #E3DEDB;
	margin-right: 34px;
	margin-bottom: 53px;
    z-index: 5;
}

.eachdestinationdivider {
	position: relative;
	float: left;
	width: 424px;
	height: 30px;
	border-bottom: 1px solid #E3DEDB;
}

.eachdestination img {
    position: relative;
	float: left;
	width: 134px;
    height: 93px;
    z-index: 5;
	margin-right: 16px;
}

.destinationName h3 a:link, .destinationName h3 a:visited, .destinationName h3 a:hover { color: #607E6C; }

.destinationName h3 a:hover { text-decoration: underline; }

.destinationName { padding-bottom: 8px; }

.destinationdescription { padding-bottom: 8px; }

.findmoreinfo { padding-bottom: 0px; }





/* Single Destination Holiday Type Info and Holidays */

#termid { display: none; }

#taxonomyinfo {
    position: relative;
	float: right;
	width: 656px;
	height: auto;
	margin-bottom: 12px;
}

#taxonomyinfo img { position: relative; float: left; margin-right: 16px; margin-bottom: 16px; }

#taxonomyinfo .page-title {
    position: relative;
}

#taxonomyinfo h1 { font-family: 'TeXGyreTermesBold', sans-serif; font-size: 21px; color: #515055; line-height: 21px; }

#taxonomyinfo h3 { color: #776863; padding-top: 10px; padding-bottom: 21px; }


#taxonomyinfo .term-description {
    position: relative;
	text-align: justify;
	margin-top: 22px;
}








/* Airport Transfers - any additional styling not already connected with other parts of the site is defined here */

.infantslabel { margin-top: 20px; }

#transferdestination, #transferresort { zoom: 1; filter: alpha(opacity=58); opacity: 0.58; }


.titleandtextonly {
    position: relative;
	float: left;
	width: 546px;
	height: auto;
	margin-top: -3px;
}

.titleandtextonly p { padding-bottom: 0px; }

h3.whereto {
	position: relative;
	height: auto;
	width: auto;
	padding-top: 3px;
	color: #617E6C;
	font-size: 15px;
	padding-bottom: 10px;
}

.transdetails {
padding-bottom: 14px !important;
}

.tofromflip { display: none; }




/* Some extra car hire stylings */

#country, #city, #location, #dropoffcountry, #dropoffcity, #dropofflocation {
zoom: 1;
filter: alpha(opacity=58);
opacity: 0.58;
}

#dropoffhidden {
display: none;
margin-bottom: 12px;
}

#linkdropoffboxes, #dropoffhidden h4 {
font-family: 'TeXGyreTermesBold', sans-serif;
font-weight: normal;
font-size: 13px;
margin-left: 12px;
}

#linkdropoffboxes {
position: relative;
float: left;
margin-bottom: 20px;
}

#dropoffhidden h4 { margin-left: 12px; }



.singlevehicle {
    position: relative;
	float: left;
	width: 656px;
	height: auto;
	padding-bottom: 24px;
	border-bottom: 1px solid #E9E5E3;
	margin-bottom: 24px;
}

.singlevehicle { display: none; }

.carimage {
position: relative;
float: left;
width: 150px;
height: 100px;
margin-right: 28px;
}


.singlevehicle .titleandtext {
    position: relative;
	float: left;
	width: 360px;
	height: auto;
	margin-top: 4px;
}

.singlevehicle .titleandtext p { padding-bottom: 0px; }

.vehicleid { display: none; }

.carspecs {
position: relative;
float: left;
width: auto;
height: auto;
margin-top: 16px;
}

.singlespec {
float: left;
position: relative;
margin-right: 10px;
width: auto;
height: auto;
}

#pickupsummary { position: relative; width: auto; height: auto; margin-top: 10px; }

.pickdropinfo { margin-left: 12px; }

.pickdropinfo h3 { color: #4B4B4B; }



/* - car hire extras */

#extrasbox h3, #extrasbox h2 { color: #4B4B4B; padding-bottom: 14px; }

#excessbox, .extraoptionswrap {
position: relative;
float: left;
width: 656px;
margin-top: 14px;
}

#excessbox { margin-top: 0px; margin-bottom: 20px; }

#excesslink {
  position: relative;
  float: left;
  margin-top: 6px;
  font-family: 'TeXGyreTermesBold', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  padding-bottom: 0px;
}

h4.excesstotelheading { clear: both; padding-bottom: 6px; }


#yestoexcess { position: relative; float: left; margin-top: 10px; }

#excesslabel {
position: relative;
float: left;
width: 150px;
height: 30px;
margin-top: 6px;
margin-left: 7px;
}


.singleextra {
position: relative;
float: left;
width: 460px;
height: 18px;
margin-bottom: 12px;
padding-bottom: 26px;
border-bottom: 1px solid #E9E5E3;
}

#extrasbox .extraid, #extrasbox .extraamountav, #extrasbox .extraprice, #extrasbox .minprice {
display: none;
}

.extraname {
position: relative;
float: left;
width: 400px;
height: 20px;
}

.extraname h4 { padding-bottom: 24px; padding-top: 5px; }

#extrasbox .selectamount {
	position: relative;
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	width: 46px;
	height: 32px;
	background-color: #EBE9E7;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/greydropdownarrow.png);
	background-position: 26px 10px;
	background-repeat: no-repeat;
	padding-left: 4px !important;
}

h3.hiddenprice { display: none; }

.carbook { display: block !important; } /* Other styling set earlier */



/* - Excess plus Rental Terms Popup */

#termsbox, #excessexplainedbox {
display: none;
}

.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 500px;
    background-color: #EBE8E5;
    border: 4px solid #E3DEDB;
    padding: 18px;
	overflow: auto;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


#closebox {
	position: relative;
	float: right;
	width: 38px;
	height: 15px;
	background-color: #617E6C;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #FFF;
	border: none;
	border-bottom: 4px solid #536C5C;
	cursor: pointer;
	text-align: left;
	padding: 10px;
	text-decoration: none;
}

.boxtitle { position: relative; float: left; margin-top: 8px; }

.boxcontent { position: relative; clear: both; margin-top: 60px; }
.boxcontent h2, .boxtitle h2 { color: #515055; }
.boxcontent p { padding-bottom: 30px; color: #515055; }







/* Transfers Booking and car hire form */

.fullsection {
float: left;
position: relative;
width: 656px;
height: auto;
margin-bottom: 30px;
}

.altform h3 {
color: #515055;
padding-bottom: 30px;
}
.altform h4 { padding-top: 0px; }


.altform .col-1 {
float: left;
width: 45%;
}

.altform .col-2 {
float: right;
width: 45%;
}

.altform #detailstitleadjust { margin-top: 47px; }

.altform .labelsforfirstandlast { padding-bottom: 6px; }

.altform .justonerow {
float: left;
width: 100%;
clear: both;
}

.altform .mini_dropdown {
position: relative;
width: 60px;
height: 32px;
background-color: #EBE9E7;
background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/greydropdownarrow.png);
background-position: 40px 11px;
background-repeat: no-repeat;
padding-left: 4px !important;
margin-right: 8px;
}

#detailsmonth { width: 100px; background-position: 78px 11px; }


.altbox {
  width: 278px;
  height: 82px;
  line-height: 19px;
}

.alttiny { width: 40px; height: 20px; }
.altsmall { width: 80px; height: 20px; }
.althalf { width: 125px; height: 20px; }
.altlarge { width: 170px; height: 20px; }
.altfull { width: 278px; height: 20px; }

.altform .floatingtogether {
float: left;
position: relative;
width: auto;
height: auto;
margin-right: 15px;
}

.altform .noright { margin-right: 0px !important; }


#arrivetime, #departtime, #expiryblock { float: left; position: relative; width: auto; height: auto; margin-left: 37px; }

.altform .fulldrop { width: 292px; }
.altform #paymentmethod { background-position: 268px 11px; }
.altform .year_dropdown {
width: 70px;
margin-left: 0px;
background-position: 48px 11px;
}



.altsummary #detailsarrive { margin-right: 30px; }

.altsummary #detailschildren {
margin-right: 30px;
}

.detailcloserto { margin-top: 0px !important; }



#makealtbooking {
position: relative;
float: left;
width: 624px;
height: 44px;
background: none !important;
background-color: #EBE8E5 !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
border-top: 4px solid #E3DEDB;
margin: 0 0 6px;
padding: 16px;
margin-top: 40px;
}

.altform .terms { width: 400px; margin-top: 12px; }

.altform #checkoutalert h3 { padding-bottom: 0px !important; }


.totalbookingprice {
position: absolute;
top: 27px;
left: 390px;
width: 120px;
height: auto;
}








/* Blog */


.latestnewspost {
    position: relative;
	float: left;
	width: 680px;
    height: auto;
	min-height: 150px;
    z-index: 5;
	margin-bottom: 26px;
	padding-bottom: 26px;
	border-bottom: 1px solid #E3DEDB;
}

.latestnewspost img { float: left; position: relative; }

.latestnewsdescription { float: right; position: relative; width: 440px; }

.latestnewsdescription h3 { padding-top: 0 !important; }






/* Social Buttons */

h3.sharesidetext { padding-bottom: 6px !important; position: relative; clear: left; }

#sidenav .hupso_twitter, #sidenav .hupso_facebook, #sidenav .hupso_google, #sidenav .hupso_pinterest {
	margin-left: 0px !important;
	margin-bottom: 14px;
}






/* Generate pay link */

#smallform { width: 350px !important; }

#thelink {
position: relative;
float: left;
width: 734px;
height: auto;
margin-top: 24px;
padding-top: 20px;
border-top: 1px solid #E3DEDB;
display: none;
}


/* Contact Form */

.form { width: 100%; margin-left: 0px; margin-top: 14px; margin-bottom: 20px; }

.form a:link, .form a:visited {
	color: #CA1313;
	text-decoration: underline;
}

.form a:hover { text-decoration: none; }

.form .textbox {
	margin-top: 0px;
	margin-bottom: 24px;
	width: 232px;
	height: 12px;
	padding: 10px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #4B4B4B;
	background-color: #fff;
	border: 3px solid #D03780;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
}

.form h2 { margin-top: 16px; }

.form #address { width: 256px; height: 60px; margin-bottom: 14px; }
.form #postcode { width: 90px; }
.form #message { width: 256px; height: 90px; margin-bottom: 14px; }

#formpick {
position: relative;
float: left;
width: 680px;
height: auto;
margin-bottom: 24px;
}

span.wpcf7-list-item { margin-left: 1px; margin-right: 14px; }

span.wpcf7-list-item-label { margin-left: 2px; margin-top: 6px; }

.form input[type="submit"] {
	text-align: left;
	position: relative;
	margin-top: 8px;
	margin-bottom: 24px;
	width: auto;
	height: 38px;
	background-color: #617E6C;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	border: 1px solid #6D8D79;
	cursor: pointer;
	padding: 0px;
	padding-right: 23px;
	padding-left: 20px;
	margin-top: 28px;
}


.screen-reader-response { display: none; }

span.wpcf7-not-valid-tip {
	position: relative;
	top: -10px;
	z-index: 100;
	color: #fff !important;
    background-color: #CA1313 !important;
	font-size: 11px;
	width: 220px !important;
    height: 18px !important;
	padding: 6px !important;
	border: none !important;
}

span.your-name span.wpcf7-not-valid-tip {
	position: absolute !important;
	top: 38px;
	left: 0px;
	width: 140px !important;
}

span.wpcf7-not-valid-tip-no-ajax { color: #AF2969; background-color: #FB0000; font-size: 13px; display: block; }

div.wpcf7 img.ajax-loader { position: relative; left: 20px; top: 1px; }


div.wpcf7-mail-sent-ok {  }

div.wpcf7-validation-errors {  }

div.wpcf7-mail-sent-ng {  }

div.wpcf7-response-output {
padding: 0px !important;
margin: 0px !important;
margin-top: 20px !important;
margin-bottom: 32px !important;
margin-bottom: 16px;
font-family: 'TeXGyreTermesBold', sans-serif;
font-size: 14px;
font-style: normal;
line-height: 19px;
color: #4B4B4B !important;
width: 400px;
height: auto;
position: relative;
left: 0px;
top: 8px;
border: none !important;
}

#holidayenquiry div.wpcf7-response-output { margin-top: 0px !important; top: 0px !important; }

.goleft { position: relative; float: left; width: 276px; }
.goright { position: relative; float: right; width: 276px; }



/* Drop Down and Input Stylings */

.form .together {
	position: relative;
	float: left;
}

.form .dates { position: relative; clear: both; }

.form .dropdown, .form .mini_dropdown, .form .year_dropdown, .form .input, .form .datebox  {
	position: relative;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 24px;
	width: 270px;
	height: 30px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 1px 4px 2px 4px;
	color: #4B4B4B;
	border: 1px solid #DFDCD9;
	background-color: #EBE9E7;
	background-image: url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/greydropdownarrow.png);
	background-position: 248px 10px;
	background-repeat: no-repeat;
}

.form .input { background-image: none; padding: 6px 6px 6px 6px; }

.form p { padding-bottom: 3px; }
.form h2 { position: relative; clear:both; width: 100%; }

.form .input { width: 256px; height: 16px; }
.form .textarea { margin-top: 6px; margin-bottom: 18px; }

.form .mini_dropdown { width: 60px; margin-left: 0px; margin-right: 8px; background-position: 40px 11px; }
.form .year_dropdown { width: 70px; margin-left: 0px; margin-right: 12px; background-position: 48px 11px; }

.form .ui-datepicker-trigger { position: relative; float: left; width: auto; height: auto; margin-top: 9px; cursor: pointer; }

.form .radio, .form .checkbox { clear: both; margin-bottom: 22px; }

.form .boxlabel p {
	padding-bottom: 18px;
}


.form #fullname { width: 188px; }

.form .datebox {
width: 190px;
height: 20px;
margin-right: 22px;
}

.form span.timelabel { padding-left: 74px; }

.form .timewrap { position: relative; float: left; margin-top: -8px; margin-left: 24px; }

.form .warning {
	display: none;
	position: absolute;
	top: 280px;
	left: 96px;
	width: 156px;
	height: auto;
	background-color: #CA1313;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 19px;
	padding: 8px 8px 8px 8px;
	text-align: left;
}





/* Booking Complete Page / Booking Details */


.product-total { text-align: left; padding-bottom: 8px; }






/* FOOTER */

#footer {
	clear: both;
	width: 960px;
	height: 240px;
	/* height: 96px; */
	-moz-box-shadow:
        0px 10px 10px -10px rgba(0,0,0,0.18);
    -webkit-box-shadow:
        0px 10px 10px -10px rgba(0,0,0,0.18);
    box-shadow:
        0px 10px 10px -10px rgba(0,0,0,0.18);
}

#insidefooter {
	position: relative;
	width: 920px;
	height: 90%;
	margin-left: 20px;
	padding-top: 20px;
	border-top: 1px solid #DCD7D4;
}

#copyrightandterms {
    position: relative;
	float: left;
	width: 458px;
    height: 37px;
	padding-top: 15px;
}

#copyrightandterms h3 { display: inline; font-size: 13px; text-transform: uppercase; color: #776863; margin-right: 24px; }
#copyrightandterms h3 a:link, #copyrightandterms h3 a:visited { color: #4B7658; }
#copyrightandterms h3 a:hover { color: #4B7658; text-decoration: underline; }


#paymentoptions {
    position: relative;
	float: right;
	width: 480px;
    height: 52px;
}


#atoltext {
	position: relative;
	clear: both;
	float: left;
	margin-top: 27px;
}

#atoltext h3 {
	color: #776863;
	padding-bottom: 19px;
}





/* STYLE */

h1 {
	font-family: 'TeXGyreTermesRegular', sans-serif;
	font-size: 30px;
    color: #776863;
    line-height: 38px;

}

h2 {
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 21px;
	padding-bottom: 6px;
}

h3 {
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 19px;
}


h4 {
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #4B4B4B;
	padding-top: 12px;
	padding-bottom: 19px;
	line-height: 19px;
}


h1 a:link, h2 a:link, h3 a:link {
	color: #fff;
	text-decoration: none;
    cursor: pointer;
}

h1 a:visited, h2 a:visited, h3 a:visited {
	text-decoration: none;
    cursor: pointer;
	color: #fff;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
    cursor: pointer;
	color: #fff;
}


h3 a:link, h3 a:visited, h3 a:hover {
	color: #fff;
}


p {
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4B4B4B;
	line-height: 19px;
	padding-bottom: 19px;
}


#maintext ol {
list-style: decimal;
position: relative;
margin-bottom: 9px;
}

#maintext ul {
list-style: disc;
position: relative;
margin-bottom: 9px;
}

#maintext ul li {
	position: relative;
	width: 100%;
	list-style-type: disc;
	margin: 0px;
	margin-left: 16px;
	margin-bottom: 10px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4B4B4B;
	line-height: 19px;
}

#maintext ol li {
	position: relative;
	width: 100%;
	list-style-type: decimal;
	margin: 0px;
	margin-left: 16px;
	margin-bottom: 10px;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4B4B4B;
	line-height: 19px;
}

#maintext ol li:last-child, #maintext ul li:last-child { margin-bottom: 19px; }


#maintext ul li.page_item {
	list-style-type: none;
	font-family: 'TeXGyreTermesBold', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #4B4B4B;
	line-height: 19px;
	margin-left: 0px;
	margin-bottom: 16px;
}

#maintext ul.children {
	margin-top: 16px;
	margin-left: 16px;
}





strong { font-weight: bold; }
#maintext strong, #idealholiday strong { font-size: 15px; font-weight: normal; }
em { font-style: italic; }


a:link {
	color: #4D7D60;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #4D7D60;
}

a:hover {
	text-decoration: underline;
	color: #4D7D60;
}

a:active {
	text-decoration: none;
}








/* PAGENAVI */

.wp-pagenavi {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
        color: #160903;
	line-height: 19px;
	clear: both;
        text-align: center;
        position: relative;
        float: left;
        width: 600px;
        height: 38px;
	margin-top: 20px;
        margin-left: 60px;
        margin-bottom: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	margin: 0px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
}

.wp-pagenavi span.current {
}

.wp-pagenavi a.nextpostslink {
        position: absolute;
        left: 514px;
        top: 0px;
        width: 110px;
        height: 28px;
        text-align: left;
}

.wp-pagenavi a.previouspostslink {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 106px;
        height: 28px;
        text-align: right;
}



#thereviews {
	position: relative;
	float: left;
}

.woocommerce-tabs h2 a:link, .woocommerce-tabs h2 a:visited, .woocommerce-tabs h2 a:hover {
font-size: 18px;
color: #515054;
}

 #reviews h2 small,-page #reviews h2 small{float:right;color:#777777;font-size:15px;line-height:21px;margin:10px 0 0 0} #reviews h2 small a,-page #reviews h2 small a {
text-decoration:none;
color:#777777;
}

 #reviews h3,-page #reviews h3 {
margin:0;
}

 #reviews #respond,-page #reviews #respond {
margin:0;
border:0;
padding:0;
}

 #reviews #comment,-page #reviews #comment {
height:75px;
}

 #reviews #comments .add_review:after,-page #reviews #comments .add_review:after{content:"";display:block;clear:both} #reviews #comments h2,-page #reviews #comments h2 {
clear:none;
}

 #reviews #comments ol.commentlist,-page #reviews #comments ol.commentlist {
margin:0;
max-max-max-width:100%;
background:none;
list-style:none;
position: relative;
float: left;
margin-top: 10px;
margin-bottom: 14px !important;
}

.comment-text p { padding-bottom: 0px; }

.comment-text .description { padding-bottom: 10px; }

 #reviews #comments ol.commentlist:after,-page #reviews #comments ol.commentlist:after{content:"";display:block;clear:both} #reviews #comments ol.commentlist li,-page #reviews #comments ol.commentlist li {
padding:00;
margin:0 0 20px;
border:0;
position:relative;
background:0;
border:0;
}

 #reviews #comments ol.commentlist li .meta,-page #reviews #comments ol.commentlist li .meta {
color:#777777;
font-size:0.75em;
}

 #reviews #comments ol.commentlist li img.avatar,-page #reviews #comments ol.commentlist li img.avatar {
float:left;
position:absolute;
top:0;
left:0;
padding:3px;
width:32px;
height:auto;
background:#f7f6f7;
border:1px solid #f0eef0;
margin:0;
line-height:1;
}

 #reviews #comments ol.commentlist li .comment-text,-page #reviews #comments ol.commentlist li .comment-text {
margin: 0px !important;
border: none !important;
-webkit-border-radius:0px !important;
-moz-border-radius:0px !important;
border-radius:0px !important;
border-bottom: 1px solid #f0eef0 !important;
padding: 0px !important;
}

 #reviews #comments ol.commentlist li .comment-text p,-page #reviews #comments ol.commentlist li .comment-text p {
margin:0 0 1em;
}

 #reviews #comments ol.commentlist li .comment-text p.meta,-page #reviews #comments ol.commentlist li .comment-text p.meta {
font-size:0.83em;
}


 #reviews #comments .commentlist > li:before,-page #reviews #comments .commentlist > li:before {
content:??;
}

#overall-rating {
position: relative;
margin-top: -60px;
}

 .star-rating,-page .star-rating {
float:right;
overflow:hidden;
position:relative;
height:1em;
line-height:1em;
font-size:0.9em !important;
width:5.4em;
font-family:'star';
color: #545258 !important;
}

 .star-rating:before,-page .star-rating:before {
content:"\73\73\73\73\73";
color:#DDD6D2 !important;
float:left;
top:0;
left:0;
position:absolute;
}

 .star-rating span,-page .star-rating span {
overflow:hidden;
float:left;
top:0;
left:0;
position:absolute;
padding-top:1.5em;
}

 .star-rating span:before,-page .star-rating span:before {
content:"\53\53\53\53\53";
top:0;
position:absolute;
left:0;
}

 .products .star-rating,-page .products .star-rating {
display:block;
margin:0 0 .5em;
float:none;
}

 .hreview-aggregate .star-rating,-page .hreview-aggregate .star-rating {
margin:10px 0 0 0;
}


.comment-form-comment label {
	position: relative;
	float: left;
	margin-bottom: 14px;
}

.reviewinputbox, .comment-form-comment #comment {
border: 1px solid #EDE9E7;
background-color: #F5F2F1;
font-family: 'TeXGyreTermesBold', sans-serif;
font-size: 13px;
font-weight: normal;
color: #4B4B4B;
padding: 5px;
}

.comment-form-comment #comment {
float: left;
clear: both;
position: relative;
}

 #review_form #respond,-page #review_form #respond {
position:static;
margin:0;
width:auto;
padding:0 0 0;
background:transparent none;
border:0;
}

 #review_form #respond:after,-page #review_form #respond:after {
content:"";
display:block;
clear:both;
}

 #review_form #respond p,-page #review_form #respond p {
margin:0 0 10px;
}

 #review_form #respond .form-submit input,-page #review_form #respond .form-submit input {
left:auto;
}

#respond .form-submit {
margin-top: 24px !important;
float: left !important;
position: relative;
clear: both;
}

#respond .form-submit #submit {
font-family: 'TeXGyreTermesBold', sans-serif !important;
font-weight: normal !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
text-shadow: none !important;
border: 1px solid #617E6C !important;
background: none !important;
background-color: #617E6C !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
padding: 5px !important;
color: #fff !important;
cursor: pointer;
}

#respond .form-submit input[type="submit"] { }

 #review_form #respond textarea,-page #review_form #respond textarea {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
max-max-max-width:100%;
}

p.comment-form-rating { padding-bottom: 10px; }

 p.stars:after,-page p.stars:after {
content:"";
display:block;
clear:both;
}

 p.stars span,-page p.stars span {
width:80px;
height:14px;
position:relative;
float:left;
background:url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/reviewstars.png) repeat-x left 0
}

 p.stars span a,-page p.stars span a {
float:left;
position:absolute;
left:0;
top:0;
width:16px;
height:0;
padding-top:16px;
overflow:hidden
}

 p.stars span a:hover, p.stars span a:focus,-page p.stars span a:hover,-page p.stars span a:focus {
background:url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/reviewstars.png) repeat-x left -16px;
}

 p.stars span a.active,-page p.stars span a.active {
background:url(https://www.ecoturkey.com/et-content/themes/ecoturkey3/images/reviewstars.png) repeat-x left -32px;
}

 p.stars span a.star-1,-page p.stars span a.star-1 {
width:16px;z-index:10;
}

 p.stars span a.star-2,-page p.stars span a.star-2 {
width:32px;
z-index:9;
}

 p.stars span a.star-3,-page p.stars span a.star-3 {
width:48px;
z-index:8;
}

 p.stars span a.star-4,-page p.stars span a.star-4 {
width:64px;
z-index:7;
}

 p.stars span a.star-5,-page p.stars span a.star-5 {
width:80px;
z-index:6;
}