/*
Theme Name: Attractions
Theme URI: http://www.chuparim4u.co.il/
Description: Chuparim WordPress theme
Version: 1
Author: Roie Avizemer / Studio Puenta
*/

/*
COLORS
blue - #e40a14
orange - #EE6832
brown - #5672aa
green - #000 
*/

@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i');
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body{direction:rtl;font-size: 13px;}
main{font-size: 16px;}

h1,h2,h3,h4,h5,h6,p,ul,li,a,input,label,textarea,div,button{
	font-family: 'Open Sans Hebrew', sans-serif; !important;
}
::selection{
	background: #e40a14;
	color:#fff;
}
/*******************************************
				HEADER
*******************************************/
header{
	width: 100%;
	border-bottom:3px solid #e40a14;
}
header .logoright{ 
	width: 20%;
    display: inline-block;
    float: right;
    height: 100%;
    padding-top: 2px;
    margin-left: 25px;
}
header .logoright .logo{
	position: relative;
	top:6px;
}
header .logoright .logo,header .logoright .logo a img{
	width: 100%;
}
header .contact{
	width: 43%;
    display: inline-block;
    float: right;
    padding-top: 25px;
}
header .contact h5{
	font-size: 17px;
	display: inline-block;
	padding-left: 10px;
}
header .contact p,header .contact p a{
	font-size: 17px;
}
header .contact p a{
	text-decoration: none;
	color:#000;
}
header .contact .textwidget{
	display: inline-block;
	width: auto;
}
header .mainnav{
	width: auto;
	display: block;
	padding-top: 21px;
	float: none;
	text-align: center;
	margin:0 auto;
	padding-bottom: 15px;
}
header .othernav{
    width: 8%;
    display: inline-block;
    float: right;
    padding-top: 21px;
}
header .othernav ul{
	float: left; 
    width: 100%;
    list-style: none;
}
header .othernav ul li{
    display: inline-block;
    float: left;
    width: auto;
    text-align: center;
    margin-right: 10px;
}
header .othernav ul li a{
	color: #e40a14;
    text-decoration: none;
    transition: linear 0.3s;
}
header .othernav ul li a img{
	display: block;
    margin: 0 auto;
    padding-right: 0;
}
header .othernav ul li a:hover{
 	color:#EE6832;
}
header .search{
	width: 200px;
    display: inline-block;
    float: left;
    padding-top: 21px;
}
header .search .searchform{
    position: relative;
}
header .search .searchform label input{
	width: 100%;
    border: 1px solid #e40a14;
    border-radius: 20px;
    padding: 4px;
    padding-right: 30px;
    font-size: 17px;
}
header .search .searchform label input:focus{
	outline: none;
}
header .search .searchform input.search{
	background: url(img/search.png)no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    border: none;
    cursor: pointer;
    top: 7px;
    right: 10px;
}
/******************************************
				MAIN MENU
******************************************/
header nav#nav{
	margin-top: 3px;
	position: relative;
	z-index: 1;	
	text-align: center;
}
header nav#nav ul{
	list-style: none;
	position: relative;
}
header nav#nav ul li{
	float: none;
	width: auto;
	padding:0 12px;
	height: 25px;
	line-height: 25px;
	padding-bottom: 0;
	display: inline-block;
	border-left:1px solid #e40a14;
}
header nav#nav ul li:last-child{
	border-left:none;
}
header nav#nav ul li a{
	color:#000;
	display: block;
	cursor: pointer;
	transition: linear 0.3s;
	text-decoration: none;
	font-size: 18px;
}
header nav#nav ul li:hover a{
	color:#e40a14;
}
header nav#nav ul li:hover ul.sub-menu li a{
	color:#000;
}
header nav#nav ul li ul.sub-menu li:hover a{
	color:#9ec83c;
}
header nav#nav ul li#menu-item-483 a,
header nav#nav ul li#menu-item-2272 a{
	color:#e40a14;
}
header nav#nav ul li ul.sub-menu{
	display: none;
	position: absolute;
	top:35px;
	background: #fff;
	width:500px;
	-webkit-box-shadow: 11px 14px 48px -26px rgba(0,0,0,0.72);
	-moz-box-shadow: 11px 14px 48px -26px rgba(0,0,0,0.72);
	box-shadow: 11px 14px 48px -26px rgba(0,0,0,0.72);
}
header nav#nav ul li:hover ul{
	display: inline-block;
}
header nav#nav ul li ul.sub-menu li{
	width: 150px;
	float: none;
}
header nav#nav ul li ul li a{
	color:#000;
	text-decoration: none;
	transition: linear 0.3s;
}
header nav#nav ul li ul li a:hover{
	color:#9ec83c;
}
header nav#nav ul li ul.sub-menu{
	width: 235px;
}
header nav#nav ul li ul.sub-menu li{
	width:100%;
	padding:0;
	height: 25px;
}
header nav#nav ul li ul.sub-menu li a{
	padding:11px 10px 5px 30px;
}
header nav#nav ul li.menu-item-145 ul.sub-menu{
	width: 430px;
}
header nav#nav ul li.menu-item-145 ul.sub-menu li{
	width: 38%;
	padding:10px 5% 5px;
}
header nav#nav ul li.menu-item-145 ul.sub-menu li a{
	padding:0;
}
header nav#nav ul li.menu-item-206 ul.sub-menu{
	width:700px;
}
header nav#nav ul li.menu-item-206 ul.sub-menu li{
	width: 30%;
}
header nav#nav ul li.menu-item-has-children a span{
	width: 13px;
    height: 7px;
    background: url(img/arrow.png) no-repeat;
    display: block;
    position: absolute;
    top:10px;
    margin-right: -20px;
    transition: linear 0.3s;
}
header nav#nav ul li.menu-item-has-children:hover a span{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
/*******************************************
				MAIN
*******************************************/
.wrapper{
	width: 1080px;
	margin:0 auto;
}
h1{
	font-weight: 600;
	text-align: center;
}
/*******************************************
				HOME SLIDER
*******************************************/
.slider{
	border-top:3px solid #e40a14;
	width: 100%;
	overflow: hidden;
	direction: ltr;
	position: relative;
	margin-bottom: -5px;
	height: 400px;
}
.slider .mask{
	position: absolute;
	top:0;
	left:0;	
	height: 100%;
	width: 100%;
	z-index: 0;
}
.slider .sliderwrapper .slide{
	max-height: 450px;
}
.slider .sliderwrapper .slide .title{
	background: rgba(0,0,0,.6);
	position: absolute;
	bottom:55px;
	width: 100%;
	height: 55px;
}
.slider .sliderwrapper .slide .title h5,.slider .sliderwrapper .slide .caption h5{
	width: 1080px;
	margin:0 auto;
	text-align: center;
	line-height: 55px;
	color:#fff;
}
.slider .sliderwrapper .slide .caption{
	background: rgba(153,0,0,.6);
	position: absolute;
	bottom:0px;
	width: 100%;
	height: 55px;
}
.slider .sliderwrapper .slide img{
	width: 100%;
	height: auto;
}
.slider .strip{
	width: 100%;
	position: relative;
}
.slider .strip img{
	width: 100%;
	height: auto;
	/*margin-top: -473px;*/
}
.slider .caption{
	position: absolute;
	top:40%;
	left:0;
	right:0;
	padding:25px;
	width: 30%;
	margin:0 auto;
	text-align: center;
	direction: rtl;
	font-size: 21px;
	font-weight: 600;
	color:#fff;
	z-index: 2;
	background: rgba(0,0,0,.7);
}
/******************************************
				SEARCH FILTER
*******************************************/
.searchfilter {
	margin-bottom: 30px;
	margin-top: 8px;
}
.searchfilter form ul li{
	width: 13%;
	margin-left: 1%;
	float: right;
	display: inline-block;
	padding:0;
	height: 24px;
}
.searchfilter form ul li:nth-child(1){
	margin-right: 1%;
}
.searchfilter form ul li.sf-field-post-meta-holiday_price_filter{
	margin-left:0
}
.searchfilter form ul li div{
	width: 100% !important;
}
.searchfilter form ul li label ul li{
	width: 100%;
	float: none;
}
.searchfilter form ul li label div div ul li{
	height: auto;
	padding:5px;
}
.searchfilter form ul li.sf-field-submit{
	width: 100%;	
	text-align: center;
	margin-top: 40px;
}
.searchfilter form ul li.sf-field-submit input{
	width: auto;
	margin:0 auto;
	background: #000;
	color:#fff;
	border:none;
	font-size:18px;
	padding:5px 95px;
	cursor: pointer;
	transition: linear 0.3s;
}
.searchfilter form ul li.sf-field-submit input:hover{
	background: #fff;
	color:#e40a14;
}	
.searchfilter form ul li li{
	padding:0;
}	
.select2-container--default .select2-selection--multiple{
	border-radius:0 !important;
}		
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline{
	float: left !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
	float: left !important;
	padding-right: 12px !important;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{
	width: 100%;
}
main .searchfilter form ul li:nth-child(1){
	margin-right: 1%;
	font-size: 13px;
}
.searchandfilter select.sf-input-select option,
.select2-hidden-accessible{
	font-size: 13px;
}
/*******************************************
			    HOME CONTENT
*******************************************/
.home .catmenu{
	display: block;
	position: absolute;
	top:0%;
	width: 325px;
	right:0%;
	background: rgba(0,0,0,.7);
	z-index: 5;
	padding:30px 50px;
	height: 100%;
}
.home .catmenu ul{
	list-style: none;
}
.home .catmenu ul li{
	width: 100%;
	height: 80px;
	text-align: right;
}
.home .catmenu ul li a{
	text-decoration: none;
	color:#fff;
	font-size: 22px;
	font-weight: 400;	
	line-height: 80px;
	display: block;
}
.home .catmenu ul li a img{
	transition: linear 0.3s;
	width: 50px;
	height: 50px;	
}
.home .catmenu ul li:hover a img{
	opacity: 0.7;
	alpha:70%;
}
.home .searchfilter{
	background: #e40a14;
	height: 45px;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-top: 0;
}
.home .searchfilter form ul li{
	width: 32%;
}
.home .searchfilter form ul li.sf-field-submit{
	width: 32%;
	display: inline-block;
	margin-top: 0;
	float: right;
}
.home .searchfilter form ul li.sf-field-submit input{
	width: 100%;
	padding:4px 0;
}
.home section.maincontent{
	margin-top:0px;
	margin-bottom: 0px;
	background: #fff;
	padding-top: 5px;
	position: relative;
	border: 4px solid #fff;
}
.home section.maincontent h1.headline{
	margin-bottom: 5px;
	font-size:21px;
	font-weight: 600;
	color:#e40a14;
}
.home section.maincontent h2.subheadline{
	text-align: center;
	font-size:21px;
	font-weight: 600;
	color:#000;
	margin-bottom: 30px;
}
.home section.maincontent p{
	font-size:15px;
	text-align: center;
}
.home section.maincontent h2.recomend{
	margin-top: 30px;
	text-align: center;
	font-size:25px;
	color:#e40a14;
}
.home section.maincontent .image,
.home section.pagecontent .image
{
	background: url('img/big-divider.png')no-repeat top right;
	height: 23px;
	display: block;
	margin:5px 0;
	width: 1080px;
}
.home section.pagecontent{
	margin-top: 10px;
}
.home section.pagecontent p{
	text-align: center;
}
/*******************************************
			    HOME BOXES
*******************************************/
section.allboxes .attractionbox,
section.maincategories .attractionbox{
	width: 30%;
	float: right;
	margin-left: 4.7%;
	display: inline-block;
	border:1px solid #000;
	margin-bottom: 30px;
	position: relative;
}
section.allboxes .attractionbox:nth-child(3n+3),
section.maincategories .attractionbox:nth-child(3n+3){
	margin-left: 0;
	float: left;
}
section.allboxes .attractionbox .filter,
section.maincategories .attractionbox .filter{
	position: absolute;
	top:-10px;
	right:-10px;
	z-index: 200;
}
section.allboxes .attractionbox .image,
section.maincategories .attractionbox .image{
	transition: linear 0.3s;
	max-height:250px;
	height:250px;
	overflow: hidden;
}
section.allboxes .attractionbox:hover .image,
section.maincategories .attractionbox:hover .image{
	opacity: 0.7;	
}
section.allboxes .attractionbox .image1,
section.maincategories .attractionbox .image1{
	background: url('img/small divider.png') no-repeat top center;
	height: 15px;
	display: block;
}
section.allboxes .attractionbox .title h5,
section.maincategories .attractionbox .title h5{
	font-size: 22px;
	text-align: center;
	font-weight: 600;
}
section.allboxes .attractionbox .title h5 a,
section.maincategories .attractionbox .title h5 a{
	color:#000;
	text-decoration: none;
}
section.allboxes .attractionbox .tickets,
section.maincategories .attractionbox .tickets{
	padding:10px;
	min-height: 58px;
}
section.allboxes .attractionbox .tickets a,
section.maincategories .attractionbox .tickets a{
	width: 127px;
	background: #e40a14;
	display: block;
	height: 38px;
	margin:0 auto;
	color:#fff;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	transition: linear 0.3s;
}
section.allboxes .attractionbox .tickets a.ticket,
section.maincategories .attractionbox .tickets a.ticket{
	background: url('img/button.png') no-repeat top right;
}
section.allboxes .attractionbox .tickets a:hover,
section.maincategories .attractionbox .tickets a:hover{
    box-shadow: 4px 3px 15px #aaa;
    margin-top: 4px;
}
section.allboxes .attractionbox .tickets a.ticket,
section.maincategories .attractionbox .tickets a.ticket{
	float: left;
}
section.allboxes .attractionbox .tickets a.both,
section.maincategories .attractionbox .tickets a.both{
	display: inline-block;
}
section.allboxes .attractionbox .excerpt,
section.maincategories .attractionbox .excerpt{
	padding:0 10px;
	text-align: center;
	margin:6px 0;
	min-height: 41px;
}
section.allboxes .attractionbox .excerpt h5,
section.maincategories .attractionbox .excerpt h5{
	width: auto;
	display: inline-block;
	font-size: 15px;	
}
section.allboxes .attractionbox .excerpt a.clientphone,
section.maincategories .attractionbox .excerpt a.clientphone{
	text-decoration: none;
	color:#000;
	font-size: 23px;
	font-weight: 600;
	width:100%; 
	display: block;
}
section.allboxes .attractionbox .price,
section.maincategories .attractionbox .price{
	padding:0 10px;
}
section.allboxes .attractionbox .price h6,
section.maincategories .attractionbox .price h6{
	text-align: center;
	text-decoration: underline;
}
section.allboxes .attractionbox .image img,
section.maincategories .attractionbox .image img{
	width: 100%;
	height: auto;
}
section.allboxes .attractionbox .footer,
section.maincategories .attractionbox .footer{
	background: #000;
	margin-top: 10px;
	padding:10px;
	color:#fff;
}
section.allboxes .attractionbox .footer .phone,
section.maincategories .attractionbox .footer .phone{
	background: url('img/white phon icon.png')no-repeat top right 25px;
	height: 30px;
	text-align: center;
}
section.allboxes .attractionbox .footer .phone a,
section.maincategories .attractionbox .footer .phone a{
	text-align: center;
	text-decoration: none;
	color:#fff;
	font-size: 25px;
	line-height: 30px;
	transition: linear 0.3s;
}
section.allboxes .attractionbox .footer .phone a:hover,
section.maincategories .attractionbox .footer .phone a:hover{
	color:#EE6832;
}	
/*******************************************
				BREADCRUMBS
*******************************************/
.breadcrumbs{
	margin-bottom: 15px;
}
.breadcrumbs ul#breadcrumbs{
	list-style: none;
}
.breadcrumbs ul#breadcrumbs li{
	float: right;
	padding:0 2px;
}
.breadcrumbs ul#breadcrumbs li a{
	text-decoration: none;
	color:#e40a14;
	transition: linear 0.3s;
}
.breadcrumbs ul#breadcrumbs li a:hover{
	color:#EE6832;
}
.breadcrumbs ul#breadcrumbs li.item-current{
	color:#e40a14;
}
/*******************************************
				SINGLE ATTRACTION
********************************************/
.attraction .title,.tax-attractions .title{
	background: #000;
	color:#fff;
	padding:5px 0;
	text-align: center;
	margin-bottom: 10px;
}
.attraction .title.misadot,
.tax-attractions .title.misadot{
	background: #000; /* Old browsers */    
}
.attraction .title h1,.attraction .title h2{
	font-size: 20px;
	font-weight: 700;
}
.attraction .title h1 span{
	font-weight: 400;
}
.attraction .title h1 a{
	color:#fff;
	text-decoration: none;
}
.attraction .title h1 a:hover{
	text-decoration: underline;
}
.attraction .rightgallery{
	width: 69%;
	display: inline-block;
	float: left;
}
.attraction .leftprice{
	width: 27%;
	display: inline-block;
	float: right;
}
.attraction .leftprice .phone{
	background: url('img/phone icon.png')no-repeat right top 3px;
	padding:0 44px;
	padding-bottom: 10px;
	border-bottom:1px solid #000;
}
.attraction .leftprice .phone a{
	color:#e40a14;
	font-size:20px;
	text-decoration: none;
	transition: linear 0.3s;
}
.attraction .leftprice .phone a:hover{
	color:#EE6832;
}
.attraction .leftprice .phone h3{
	color:#e40a14;
	font-size:20px;
}
.attraction .days{
	padding-bottom: 9px;
	padding-top: 0;
	margin-bottom: 0px;
	text-align: center;
}
.attraction .days h4{
	color:#000;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 5px;
}
.attraction .days p{
	display: inline;
	color:#000;
}
.attraction .days p span{
	font-weight: 600;
	margin-right: 15px;
}
.attraction .days p strong{
	font-weight: 600;
}
.attraction .days span.samedays p{
	font-weight: 600;
	color:#000;
}
.attraction .leftprice .tickets{
	margin-top: 20px;
}
.attraction .leftprice .tickets a{
	width: 98%;
	display: inline-block;
	float: right;
	margin-bottom: 15px;
	height: 35px;
	line-height: 35px;
	color:#fff;
	padding-right: 2%;
	font-size:17px;
	text-decoration: none;
	background: #e40a14 url('img/arrow1.png') no-repeat center left 6px;
	transition: linear 0.3s;
	margin-left: 0px;
	text-align: center;
}
.attraction .leftprice .tickets a.ticket{
	background: url('img/button11.png');
	margin-left: 0;
	float: left;
}
.attraction .leftprice .tickets a:hover{
	color: #EE6832; 
}
.attraction .leftprice .tickets a.ticket:hover{
	color:#e40a14;
}
.attraction .rightgallery #slider,.attraction .rightgallery #carousel,
.page-template-subattraction .rightgallery #slider,.page-template-subattraction .rightgallery #carousel{
	direction: ltr;
	overflow: hidden;
}
.attraction .rightgallery #carousel,
.page-template-subattraction  .rightgallery #carousel{
	width: 19%;
	display: inline-block;
	float: left;	
}
.attraction .rightgallery #slider,
.page-template-subattraction .rightgallery #slider{
	width: 80%;
	display: inline-block;
	float: right;
}
.attraction .rightgallery #slider img,
.page-template-subattraction .rightgallery #slider img{
	width: 100%;
}
.attraction .rightgallery #carousel .bx-wrapper,.attraction .rightgallery #slider .bx-wrapper,
.page-template-subattraction .rightgallery #carousel .bx-wrapper,
.page-template-subattraction .rightgallery #slider .bx-wrapper{
	box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border:none;
	margin-bottom: 20px;
}
.attraction .rightgallery #carousel .bx-viewport,
.page-template-subattraction .rightgallery #carousel .bx-viewport{
	height: 447px !important; 	
}
.attraction .rightgallery #carousel .bx-viewport a img,
.page-template-subattraction .rightgallery #carousel .bx-viewport a img{
	margin-bottom: 16px;
}
.attraction .rightgallery .bx-wrapper .bx-controls-direction a,
.page-template-subattraction .rightgallery .bx-wrapper .bx-controls-direction a{
	z-index: 0;
	width: 28px;
}
.attraction .rightgallery #slider .bx-wrapper .bx-controls-direction a.bx-prev,
.page-template-subattraction .rightgallery #slider .bx-wrapper .bx-controls-direction a.bx-prev{
	background-position: 0 -96px;
}
.attraction .rightgallery #slider .bx-wrapper .bx-controls-direction a.bx-prev:hover,
.page-template-subattraction .rightgallery #slider .bx-wrapper .bx-controls-direction a.bx-prev:hover{
	background-position: 0 -62px;
}
.attraction .rightgallery #slider .bx-wrapper .bx-controls-direction a.bx-next,
.page-template-subattraction .rightgallery #slider .bx-wrapper .bx-controls-direction a.bx-next{
	background-position: -31px -96px;
}
.attraction .rightgallery #slider .bx-wrapper .bx-controls-direction a.bx-next:hover,
.page-template-subattraction .rightgallery #slider .bx-wrapper .bx-controls-direction a.bx-next:hover{
	background-position: -31px -62px;
}
.attraction .rightgallery #carousel .bx-wrapper .bx-controls-direction a.bx-prev,
.page-template-subattraction .rightgallery #carousel .bx-wrapper .bx-controls-direction a.bx-prev{
	top:0px;
	margin-top: 0;
	background-position: -6px -199px;
	width:25px;
	height: 17px;
	left:40%;	
}
.attraction .rightgallery #carousel .bx-wrapper .bx-controls-direction a.bx-prev:hover,
.page-template-subattraction .rightgallery #carousel .bx-wrapper .bx-controls-direction a.bx-prev:hover{
	background-position: -41px -199px;
}
.attraction .rightgallery #carousel .bx-wrapper .bx-controls-direction a.bx-next,
.page-template-subattraction .rightgallery #carousel .bx-wrapper .bx-controls-direction a.bx-next{
	top:100%;
	margin-bottom: 0;
	background-position: -6px -179px;
	width:25px;
	height: 17px;
	left:39%;
}
.attraction .rightgallery #carousel .bx-wrapper .bx-controls-direction a.bx-next:hover,
.page-template-subattraction .rightgallery #carousel .bx-wrapper .bx-controls-direction a.bx-next:hover{
	background-position: -41px -179px;
}
.attraction .image2,.page .image2{
	background: url('img/big-divider.png') no-repeat center top;
	height: 23px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0px;
}
.attraction .rightcategories,.page-template-subattraction .rightcategories{
	width: 28%;
	display: inline-block;
	float: right;
}
.attraction .rightcategories div h3,
.page-template-subattraction .rightcategories div h3{
	background: #e40a14;
	padding: 5px 10px;
	font-size:22px;
	color:#fff;
	margin-bottom: 5px;
}
.attraction .rightcategories .childpages,
.page-template-subattraction .rightcategories .childpages{
	margin-bottom: 20px;
}
.attraction .rightcategories .childpages ul,
.page-template-subattraction .rightcategories .childpages ul{
	list-style: none;
}
.attraction .rightcategories .childpages ul li,
.page-template-subattraction .rightcategories .childpages ul li{
	border-bottom:1px solid #000;
}
.attraction .rightcategories .childpages ul li a,
.page-template-subattraction .rightcategories .childpages ul li a{
	padding: 2px 10px;
	text-decoration: none;
	display: block;
	color:#000;
	transition: linear 0.3s;
}
.attraction .rightcategories .childpages ul li a:hover,
.page-template-subattraction .rightcategories .childpages ul li a:hover{
	color:#EE6832;
}
.attraction .rightcategories .categories{
	margin-bottom: 20px;
}
.attraction .rightcategories .categories ul{
	list-style: none;
}
.attraction .rightcategories .categories ul li{
	border-bottom:1px solid #000;
	padding: 2px 10px;
	text-decoration: none;
	display: block;
	color:#000;
}
.attraction .rightcategories .categories ul li a{
	color:#000;
	text-decoration: none;
	transition: linear 0.3s;
}
.attraction .rightcategories .categories ul li a:hover{
	color:#EE6832;
}
.attraction .rightcategories .contactus form,
.page-template-subattraction .rightcategories .contactus form{
	width: 100%;
	margin-top: 15px;
}
.attraction .rightcategories .contactus form label,
.page-template-subattraction .rightcategories .contactus form label{
	margin-bottom: 15px;
}
.attraction .rightcategories .contactus form label input,
.page-template-subattraction .rightcategories .contactus form label input{
	padding:5px;
	height: 25px;
	border:1px solid #e40a14; 
	color:#e40a14;
	font-size: 16px;
}
.attraction .rightcategories .contactus form label textarea,
.page-template-subattraction .rightcategories .contactus form label textarea{
	padding:5px;
	border:1px solid #e40a14; 
	color:#e40a14;
	font-size: 16px;
	width:95%;
	resize: none;
	height: 100px;
}
.attraction .rightcategories .contactus form label input:focus,
.attraction .rightcategories .contactus form label textarea:focus,
.page-template-subattraction .rightcategories .contactus form label textarea:focus,
.page-template-subattraction .rightcategories .contactus form label textarea:focus{
	outline: none;
}
.attraction .rightcategories .contactus form label input::-webkit-input-placeholder,
.page-template-subattraction .rightcategories .contactus form label input::-webkit-input-placeholder { 	/* Chrome/Opera/Safari */
  color: #e40a14
}
.attraction .rightcategories .contactus form label input::-moz-placeholder,
.page-template-subattraction .rightcategories .contactus form label input::-moz-placeholder { /* Firefox 19+ */
  color: #e40a14
}
.attraction .rightcategories .contactus form label input:-ms-input-placeholder,
.page-template-subattraction .rightcategories .contactus form label input:-ms-input-placeholder { /* IE 10+ */
  color: #e40a14
}
.attraction .rightcategories .contactus form label input:-moz-placeholder,
.page-template-subattraction .rightcategories .contactus form label input:-moz-placeholder { /* Firefox 18- */
  color: #e40a14
}
.attraction .rightcategories .contactus form label textarea::-webkit-input-placeholder,
.page-template-subattraction .rightcategories .contactus form label textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e40a14
}
.attraction .rightcategories .contactus form label textarea::-moz-placeholder,
.page-template-subattraction .rightcategories .contactus form label textarea::-moz-placeholder { /* Firefox 19+ */
  color: #e40a14
}
.attraction .rightcategories .contactus form label textarea:-ms-input-placeholder,
.page-template-subattraction .rightcategories .contactus form label textarea:-ms-input-placeholder { /* IE 10+ */
  color: #e40a14
}
.attraction .rightcategories .contactus form label textarea:-moz-placeholder,
.page-template-subattraction .rightcategories .contactus form label textarea:-moz-placeholder { /* Firefox 18- */
  color: #e40a14
}
.attraction .rightcategories .contactus form label.fname,
.page-template-subattraction .rightcategories .contactus form label.fname{
	width: 48%;
	display: inline-block;
	float: right;
}
.attraction .rightcategories .contactus form label.fname input,
.attraction .rightcategories .contactus form label.lname input,
.page-template-subattraction .rightcategories .contactus form label.fname input,
.page-template-subattraction .rightcategories .contactus form label.lname input{
	width: 90%;
}
.attraction .rightcategories .contactus form label.lname,
.page-template-subattraction .rightcategories .contactus form label.lname{
	width: 48%;
	display: inline-block;
	float: left;
}
.attraction .rightcategories .contactus form label.email span input,
.attraction .rightcategories .contactus form label.subject span input,
.page-template-subattraction .rightcategories .contactus form label.email span input,
.page-template-subattraction .rightcategories .contactus form label.subject span input{
	width: 95%;
	margin-bottom: 15px;
}
.attraction .rightcategories .contactus form input[type=submit],
.page-template-subattraction .rightcategories .contactus form input[type=submit]{
	background: #e40a14;
	border:none;
	padding:5px 15px;
	float: left;
	width:120px;
	color:#fff;
	cursor: pointer;
	margin-top: 15px;
	transition: linear 0.3s;
	font-size: 20px;
}
.attraction .rightcategories .contactus form input[type=submit]:hover,
.page-template-subattraction .rightcategories .contactus form input[type=submit]:hover{
	background: #EE6832;
}
.attraction .leftcontent{
	width: 68%;
	display: inline-block;
	float: left;
}
.attraction .leftcontent .maincontent h3{
	text-decoration: underline;
	font-size:20px;
	margin-bottom: 15px;
	color:#000;
}
.attraction .leftcontent .maincontent p{
	margin-bottom: 15px;
}
.attraction .leftcontent .maincontent p a{
	color:#EE6832;
}
.attraction .leftcontent .maincontent p strong{
	font-weight: 600;
}
.attraction .leftcontent .cuparimplus{
	margin:10px 0;	
}
.attraction .leftcontent .cuparimplus a,.attraction .leftcontent .cuparimplus a img{
	width: 100%;
}
.attraction .leftcontent .image3{
	background: url('img/divider.png') no-repeat right top;
	height: 23px;
	width: 100%;
	margin:30px 0;
}
.attraction .leftcontent .googlemap h4{
	text-decoration: underline;
	font-size:20px;
	margin-bottom: 15px;
	color:#000;
}
.attraction .leftcontent .googlemap iframe{
	width: 100% !important;
	height: 380px !important;
}
.attraction .waze{
	display: none;
	background: url('img/waze.png') no-repeat top right 30%;
	height: 35px;
	padding-right: 38px;
	text-align: center;
	margin-top: 15px;
}
.attraction .waze a{
	color:#4E4027;
	text-decoration: none;
	font-weight: 600;
}
.attraction .opencategory{
	display: none;
}
.opensearch{
	display: none;
}
.title.footertitle{
	margin-bottom: 0;
}
.title.footertitle h4{
	font-size: 20px;
	color:#fff;
}
.title.footertitle h4 a{
	color:#fff;
	text-decoration: none;
}
.attraction button.goback{
	background: none;
    border: none;
    color: #e40a14;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
/******************************************
			  REGULAR PAGE
******************************************/

.page main.page .title{
	background: #000;
	color:#fff;
	padding:10px 0;
	text-align: center;
	margin-bottom: 25px;
}
.page main.page .title h1{
	font-size: 20px;
	font-weight: 700;
}
.page main.page .content p{
	margin-bottom: 10px;
}
.page main.page .content p a.facebook,.page main.page .content p a.club{
	text-decoration: none;
	border:1px solid #e40a14; 
	padding:10px;
	background: #e40a14;
	color:#fff;
	display: inline-block;
	margin-top: 10px;
	transition: linear 0.3s;
}
.page main.page .content p a.facebook:hover,
.page main.page .content p a.club:hover{
	background: #e40a14;
	border-color:#e40a14;
}
/******************************************
			  CONTACT PAGE
******************************************/
.page-template-contact main.page .title{
	background: #000;
	color:#fff;
	padding:10px 0;
	text-align: center;
	margin-bottom: 25px;
}
.page-template-contact main.page .title h1{
	font-size: 20px;
	font-weight: 700;
}
.page-template-contact main.page .content p{
	text-align: center;
	font-size: 20px;
}
.page-template-contact main.page .content .image2{
	margin:15px auto;
}
.page-template-contact main.page section.contact{
	background:url('img/contact.png') no-repeat center top;
	height: 600px;
	margin-top: 25px;
	padding:55px 90px 0;
}	
.page-template-contact main.page section.contact h4{
	font-size:18px;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 30px;
}
.page-template-contact main.page section.contact .rightcontact{
	width:50%;
	display: inline-block;
	float: right;
}
.page-template-contact main.page section.contact .rightcontact span.required{
	margin-bottom: 5px;
	display: block;
}
.page-template-contact main.page section.contact .rightcontact form{
	border-left:1px solid #e40a14;
}
.page-template-contact main.page section.contact .rightcontact form input{
	height: 35px;
	padding:0 5px;
	outline: none;
	border:1px solid #e40a14;
	color:#e40a14;
	font-size:16px;
	background: transparent;
	width: 92%;
}
.page-template-contact main.page section.contact .rightcontact form textarea{
	padding:0 5px;
	margin-bottom: 15px;
	outline: none;
	border:1px solid #e40a14;
	color:#e40a14;
	font-size:16px;
	background: transparent;
	width: 93%;
	resize: none;
}
.page-template-contact main.page section.contact .rightcontact form label.fname,
.page-template-contact main.page section.contact .rightcontact form label.lname,
.page-template-contact main.page section.contact .rightcontact form label.email{
	width: 30%;
	display: inline-block;
	float: right;
	margin-left: 3%;
	margin-bottom: 15px;
}
.page-template-contact main.page section.contact .rightcontact form label.fname input,
.page-template-contact main.page section.contact .rightcontact form label.lname input,
.page-template-contact main.page section.contact .rightcontact form label.email input{
	width: 91%;
}
.page-template-contact main.page section.contact .rightcontact form label.fname input,
.page-template-contact main.page section.contact .rightcontact form label.lname input{
	margin-left: 3%;
}
.page-template-contact main.page section.contact .rightcontact form label.phone,
.page-template-contact main.page section.contact .rightcontact form label.subject{
	width: 47%;
	display: inline-block;
	float: right;
	margin-left: 3%;
	margin-bottom: 15px;
}
.page-template-contact main.page section.contact .rightcontact form label input::-webkit-input-placeholder,
.page-template-contact main.page section.contact .rightcontact form label textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e40a14
}
.page-template-contact main.page section.contact .rightcontact form label input::-moz-placeholder,
.page-template-contact main.page section.contact .rightcontact form label textarea { /* Firefox 19+ */
  color: #e40a14
}
.page-template-contact main.page section.contact .rightcontact form label input,
.page-template-contact main.page section.contact .rightcontact form label textarea:-ms-input-placeholder { /* IE 10+ */
  color: #e40a14
}
.page-template-contact main.page section.contact .rightcontact form label input,
.page-template-contact main.page section.contact .rightcontact form label textarea:-moz-placeholder { /* Firefox 18- */
  color: #e40a14
}
.page-template-contact main.page section.contact .rightcontact form input[type=submit]{
	width: 120px;
	background:#e40a14;
	color:#fff;
	cursor: pointer;
	transition: linear 0.3s;
	float: left;
	margin-left: 4%;
	border:none;
}
.page-template-contact main.page section.contact .rightcontact form input[type=submit]:hover{
	background: #EE6832;
}
.page-template-contact main.page section.contact .leftcontact{
	width: 48%;
	display: inline-block;
	float: left;
}
.page-template-contact main.page section.contact .leftcontact p{
	margin-bottom: 20px;
}
.page-template-contact main.page section.contact .leftcontact h5{
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
}
section.contact form div.wpcf7-mail-sent-ok{
	width: 60%;
	position: relative;
	top:-20px;
	margin:0;
}
section.contact form div.wpcf7-response-output{
	margin:0;
}
/******************************************
			  SEARCH PAGE
*******************************************/
.searchpage .attractionbox{
	width: 30%;
    float: right;
    margin-left: 4.7%;
    display: inline-block;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.searchpage .attractionbox:nth-child(3n+3){
	margin-left: 0;
	float: left;
}
.searchpage .attractionbox .image{
    transition: linear 0.3s;
    max-height: 250px;
    height: 250px;
    overflow: hidden;
}
.searchpage .attractionbox .image img{
	width: 100%;
    height: auto;
}
.searchpage .attractionbox .title{
	background: transparent;
}
.searchpage .attractionbox .title h5{
	font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.searchpage .attractionbox .title h5 a{
	color: #000;
    text-decoration: none;
}
.searchpage .attractionbox .image1{
	background: url('img/small divider.png') no-repeat top center;
    height: 15px;
    display: block;
}
.searchpage .attractionbox .tickets{
	padding: 10px;
    min-height: 58px;
}
.searchpage .attractionbox .tickets a{
	width: 127px;
    background: url(img/button.png) no-repeat top right;
    display: inline-block;
    float: right;
    height: 38px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    transition: linear 0.3s;
}
.searchpage .attractionbox .tickets a.ticket{
	float: left;
}
.searchpage .attractionbox .excerpt{
	padding: 0 10px;
    text-align: center;
    margin: 6px 0;
    min-height: 41px;
}
.searchpage .attractionbox .excerpt h5{
	width: auto;
    display: inline-block;
    font-size: 15px;
}
.searchpage .attractionbox .footer{
	background: #395288;
    margin-top: 10px;
    padding: 10px;
    color: #fff;
}
.searchpage .attractionbox .footer .phone{
	background: url(img/white phon icon.png)no-repeat top right 25px;
    height: 30px;
    text-align: center;
}
.searchpage .attractionbox .footer .phone a{
	text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    transition: linear 0.3s;
}
/******************************************
			ZIMMER CATEGORY PAGE
*******************************************/
.tax-attractions main .title{
	height: 40px;
	color: #fff;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 25px;
}
.tax-attractions main .title h1{
	line-height: 40px;
	font-size: 20px;
	font-weight: 700;
}
.tax-attractions section.maincategories h5,
.tax-attractions section.maincategories h6{
	text-align: center;
}
.tax-attractions section.maincategories h5{
	font-size:18px;
}
.tax-attractions section.maincategories h6{
	font-size:21px;
}
.tax-attractions section.maincategories .categoryattraction .title{
	background: none;
	height: auto;
	margin-bottom: 0;
}
.tax-attractions section.maincategories .categoryattraction{
	margin-top: 25px;
}
.tax-attractions section.maincategories .categoryattraction h6{
	font-size:14px;	
}
/******************************************
				ARCHIVES
******************************************/
.post-type-archive .attraction .allboxes .attractionbox .title{
	background: none;
    height: auto;
    margin-bottom: 0;
}
.post-type-archive .attraction .allboxes .attractionbox .title h5{
	font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.post-type-archive .attraction .allboxes .attractionbox .title h5 a{
	color: #e40a14;
    text-decoration: none;
}
/******************************************
				REVIEW
*******************************************/
.page-template-review .wpcr3_respond_3{
	text-align: center;
}
.page-template-review .wpcr3_button_1.wpcr3_show_btn{
	background: #e40a14;
	color:#fff;
	border:none;
	padding:15px;
	font-size:16px;
	transition: linear 0.3s;
}		
.page-template-review .wpcr3_button_1.wpcr3_show_btn:hover{
	background: #e40a14;
}	
.page-template-review .wpcr3_div_2{
	width: 100%;
}
.page-template-review .wpcr3_table_2{
	text-align: right;
	width: 400px;
	margin: 0 auto;
}
.page-template-review .wpcr3_leave_text{
	text-align: center;
	margin-bottom: 25px;
	color:#e40a14;
}
.page-template-review .wpcr3_table_2 td{
	text-align: right;
}
.page-template-review .wpcr3_table_2 input,.page-template-review .wpcr3_table_2 textarea{
	margin-bottom: 15px;
	padding:10px;
}
.page-template-review .wpcr3_fakehide{
	left:0 !important;
	height: 0 !important;
	width: 0 !important;
}
.page-template-review .wpcr3_button_1{
	background: #e40a14;
	padding:10px 30px;
	transition: linear 0.3s;
	color:#fff;
	border:none;
}
.page-template-review .wpcr3_button_1:hover{
	background: #e40a14;
}
/******************************************
				SUB_ZIMMER
*******************************************/
.page-template-subattraction .rightgallery{
	width: 65%;
	display: inline-block;
	float: left;
}	
.page-template-subattraction .content{
	width: 70%;
	float: left;
	display: inline-block;
}	
.page-template-subattraction .content .tableprice h3{
	color:#000;
	font-size:18px;
}
.page-template-subattraction .content table{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.page-template-subattraction .content table tr.first td{
	padding:10px;
	background: #e40a14;
	color:#fff;
	border-left:1px solid #fff;
}
.page-template-subattraction .content table tr.first td:last-child{
	border-left:none;
}
.page-template-subattraction .content table tr.first td:nth-child(1){
	border-right:1px solid #e40a14;
}
.page-template-subattraction .content table tr.second td,
.page-template-subattraction .content table tr.third td{
	padding:10px;
	border-bottom:1px solid #e40a14;
	border-right: 1px solid #e40a14;
}
.page-template-subattraction .content table tr.second td:last-child,
.page-template-subattraction .content table tr.third td:last-child{
	border-left:1px solid #e40a14;
}
.page-template-subattraction .content .image2{
	margin:0 auto 10px ;
}
/******************************************
			SEARCH FILTER PAGE
******************************************/
.blog section.maincategories .attractionbox .title{
	background:transparent;
	margin-bottom: 0;
}
.chosen-container-multi .chosen-choices li.search-choice{
	background: #9ec83c !important;
}
.chosen-container-multi .chosen-choices li.search-field{
	-webkit-appearance: menulist !important;
}
.searchfilter form ul li{
	-webkit-appearance: menulist !important;
}
span.select2-container{
	width: 100% !important;
}
.searchfilter form ul li.sf-field-submit{
	-webkit-appearance: none !important;
}
.searchfilter form ul li.select2-selection__choice{
	white-space: normal;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	padding:0 !important;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{
    border-radius: 0 !important;
    background-color: #e40a14 !important;
    height: auto !important;
    color:#fff !important;
}
/*****************************************
				BLOG
******************************************/
.page-template-blog .blogwrapper{
	background: #d0e6f3;
}	
.page-template-blog .blogwrapper .blogpost{
	width: 46%;
	display: inline-block;
	float: right;
	margin: 1%;
	background-color: #fff;
	background-image: url('img/lepestok.gif');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 160px;
	padding:1%;
}
.page-template-blog .blogwrapper .blogpost:nth-of-type(even){
	float: left;
}
.page-template-blog .blogwrapper .blogpost .postimsge{
	display: inline-block;
	max-width:35%;
	float: right;
	margin-left: 2%; 
}
.page-template-blog .blogwrapper .blogpost .postimsge img{
	width: 100%;
	height: auto;
}
.page-template-blog .blogwrapper .blogpost .postcontent1{
	display: inline-block;
	float: right;
	width: 62%;
}
.page-template-blog .blogwrapper .blogpost .postcontent h3{
	font-weight: 600;
	margin-bottom: 10px;
}
.page-template-blog .blogwrapper .blogpost a{
	color:#000;
	text-decoration: none;
}
.single-post .title{
	background: #e40a14;
	margin-bottom: 15px;
}
.single-post .title h1{
	color:#fff;
	font-size: 18px;
}
.single-post p{
	margin-bottom: 8px;
}
.single-post p strong{
	font-weight: 600;
}
/* Pagination */
.pagination {
    clear:both;
    position:relative;
    font-size:12px; /* Pagination text size */
    line-height:13px;
    float:right; /* Pagination float direction */
}
 
.pagination span, .pagination a {
    display:block;
    float:right;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #e40a14; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
} 
.pagination a:hover{
    color:#fff;
    background: #9ec83c; /* Pagination background on hover */
} 
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #9ec83c; /* Current page background */
    color:#fff;
}	
/************** NEW CONTACT ***************/
form.wpcf7-form .theird{
	margin-bottom: 15px;
}
form.wpcf7-form .theird label{
	width: 33%;
	display: inline-block;
	float: right;
}
form.wpcf7-form .full{
	margin-bottom: 15px;
}
form.wpcf7-form .full label{
	width: 100%;
}
form.wpcf7-form .theird label input{
	padding-right: 7px;
	width: calc(95% - 7px);
	height: 30px;	
	display: block;
	margin-bottom: 30px;
}
form.wpcf7-form .full label input{
	padding-right: 7px;
	width: calc(97.5% - 7px);
	height: 30px;	
	display: block;
	margin-bottom: 30px;
}
form.wpcf7-form textarea{
	padding-right: 7px;
	width: calc(97.5% - 7px);	
	display: block;
	margin-bottom: 30px;
}
form.wpcf7-form input[type=submit]{
	background: #e40a14;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px 0;
    width: 20%;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}
/*******************************************
			   FOOTER
*******************************************/
footer{
	background: #e40a14;
	margin-top: 40px;
}
footer .threecol{
	width: 33%;
	display: inline-block;
	float: right;
	padding:20px 0;
}
footer .threecol h3.rounded{
	color:#fff;
	margin-bottom: 20px;
	font-size:18px;
	font-weight: 600;
}
footer .threecol.first ul.menu,footer .threecol.second ul.menu{
	list-style: none;
}
footer .threecol.first ul.menu li{
	margin-bottom: 20px;
}
footer .threecol.first ul.menu li a,footer .threecol.second ul.menu li a{
	text-decoration: none;
	color:#fff;
	transition: linear 0.3s;
	font-size: 16px;
}
footer .threecol.first ul.menu li a:hover,footer .threecol.second ul.menu li a:hover{
	color:#EE6832;
}
footer .threecol.thierd .textwidget p{
	background: url('img/adress.png')no-repeat right top;
	height: 41px;
	padding-right: 50px;
	line-height: 40px;
	font-size: 14px;
	color:#fff;
	margin-bottom: 10px;
}
footer .threecol.thierd .textwidget p:nth-child(2){
	background-image: url('img/phon icon.png');
}
footer .threecol.thierd .textwidget p:nth-child(3){
	background-image: url('img/mail.png');
}
footer .credit{
	background: #000;
	border-top:2px solid #fff;
	color:#fff;
	text-align: center;
	font-size: 14px;
	padding:10px 0;
	font-weight: 400;
}
footer .credit a{
	color:#fff;
}
footer .threecol.thierd .textwidget p a{
	color:#fff;
}
/*************************
	  LANDING PAGE
*************************/	
.page-template-landingpage header{
	height: auto;
	padding-bottom: 20px;
	border:none;
}
.page-template-landingpage header #banner .leftside{
	width: 30%;
	display: inline-block;
	background: #d2d2d2;
	position: absolute;
	height: 100%;
	left:0;
	padding-top: 3%;
}
.page-template-landingpage header #banner .leftside .logo{
	width: 70%;
	padding-right: 3%;
}
.page-template-landingpage header #banner .leftside .logo img{
	width: 60%;
}
.page-template-landingpage header #banner .leftside .logo h1{
	font-size: 25px;
	color:#5772a3;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 15%;
	text-align: right;
}
.page-template-landingpage header #banner .leftside .logo p{
	font-size: 25px;
	color:#5874a4;
}
.page-template-landingpage header #banner .rightside{
	width: 70%;
	display: inline-block;
	float: right;
}
.page-template-landingpage #banner{
	overflow: hidden;
	position: relative;
}
.page-template-landingpage #banner img{
	width: 100%;
	height: auto;
	display: block;
}
.page-template-landingpage #content{
	padding:15px 0;
}
.page-template-landingpage #content p{
	padding:0 15%;
	text-align: center;
	font-size: 28px;
	color:#5873a3;
}
.page-template-landingpage #content a{
	text-align: center;
	font-size: 25px;
	color:#4c5f7b;
	font-weight: 600;
	display: block;
	text-decoration: none;
	margin-top: 5px;
}
.page-template-landingpage footer{
	background-color: #78c4e9;
	text-align: center;
	padding:10px 0;
}
.page-template-landingpage footer h3{
	text-align: center;
	font-size: 22px;
	color:#000;
	margin-bottom: 15px;
	font-weight: 600;
}
.page-template-landingpage footer form{
	width: 100%;
	margin:0 auto;
}
.page-template-landingpage footer form input{
	width: 26.5%;
	display: inline-block;
	margin-left: 1%;
	height: 35px;
	border:none;
	padding-right: 1%;
	outline: none;
}
.page-template-landingpage footer form p.submit{
	width: 13%;
	float: left;
}
.page-template-landingpage footer form p.submit input{
	width: 100%;
	height: 37px;
	border:1px solid #e52a73;
	background: #e52a73;
	color:#fff;
	font-size: 22px;
	cursor:pointer;
}
.page-template-landingpage footer form p.emailinput input{
	width: 100%;
}
/*************************
		COPOUNS
*************************/		
.dis{
	display: none;
}
.other{
	display: none;
}
.designcopoun{
	border:1px dotted #000;
	margin-bottom: 10px;
	max-width: 300px;
	padding:5px 0;
	}
.designcopoun .cut-out{
	background: url('img/cut-out.png')no-repeat;
	position: absolute;
	width: 16px;
	height: 16px;
	top:-8px;
	left:10px;
}
.copouns{		
	width: 100%;
	position: relative;
}
.copouns img{
	width: 45%;
	height: auto;
	display: inline-block;
	float: right;
	padding-right: 8px;
}
.copouns h3.discount{
	width: 45%;
	display: inline-block;
	float: left;
	font-size: 22px;
    color: #e40a14;
    font-weight: 600;
    padding-top: 0px;
    padding-left: 8px;
}
.copouns h3.discount img{
	width: 84%;
}
.copouns h4{
	color:#000;
	text-align: center;
	margin-top: 6px;
	font-weight: 600;
	margin-bottom: 6px;
	margin-top: 1px;
	min-height: 44px;
}
.copouns h2,
.copouns h3{
	text-align: center;
	font-weight: 600;
}
.copouns span{
	font-size: 13px;
	clear:both;
	display: block;
	padding:0 8px;
}
.copouns input{
	position: absolute;
	left:0;
	bottom:0;
	background: #e40a14;
	border:none;
	color:#fff;
	padding:5px 8px;
	cursor: pointer;
	transition: linear 0.3s;	
	font-size: 14px;
}
.copouns input:hover{
	background: #EE6832;
}
.cuponfooter{
	margin-top: 10px;
}
.cuponfooter a{
	position: relative;
	right:-1px;
	bottom:-2px;
	background: #e40a14;
	border:none;
	color:#fff;
	padding:5px 8px;
	cursor: pointer;
	transition: linear 0.3s;
	font-size: 14px;
	text-decoration: none;	
}
.cuponfooter a:hover{
	background: #EE6832;
}
.page-template-cupoun .copunwrapper .copouns,
.page-template-monthdeal .copunwrapper .copouns{
	width: 30%;
	display: inline-block;
	margin-left: 3%;	
	margin-bottom: 35px;
}
.page-template-cupoun .copunwrapper .copouns:nth-child(3n+3),
.page-template-monthdeal .copunwrapper .copouns:nth-child(3n+3){
	margin-left: 0;
}
.page-template-cupoun .copunwrapper .copouns .designcopoun,
.page-template-monthdeal .copunwrapper .copouns .designcopoun{
	border:1px dotted #000;
	padding:5px 0;
	max-width: 100%;
	margin-bottom: 0;
}
input.allcopuns{
	width: auto;
	margin:45px auto;
	display: block;
	background: #EE6832;
	border:none;
	color:#fff;
	padding:5px 8px;
	cursor: pointer;
	transition: linear 0.3s;
	font-size:18px;
}
.page-template-monthdeal .cuponheader{
	text-align: center;
	font-weight: bold;
	border-bottom:1px dotted #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.page-template-monthdeal .maincoontent{
	text-align: center;
	margin-bottom: 15px;
}
 @media print{
 	h2,h3{text-align: center;font-weight: 500;display: block;} 	
 	.dis{display: block;padding:0 10px;} 
 	span{width: 100% !important;clear:both;display: block;text-align: center;}
 	.dis h2 {text-align: center;font-weight: bold;}
 	.dis p {font-size:13px;text-align: center;}
 	.dis h5 {text-align: center;margin-top: 0px;}
 	.dis h5 span {width: 100%;display: block;padding-right: 0;}
 	.designcopoun .cut-out{display: list-item;list-style-image:url('img/cut-out.png'); list-style-position: inside;position: relative;right: 85%;top:-15px;}	
 	.designcopoun img { width: 45%; height: auto;display: inline-block;float: right; }
 	h3.discount{width: 45%;	display: inline-block;float: left;font-size: 22px;color: #5672aa;font-weight: 600;padding-top: 14px;padding-left: 8px;}
 	h4{color:#000;text-align: center;margin-top: 6px;font-weight: 600;margin-bottom: 6px;margin-top: 1px;}
 	input {display: none;}
 	.cuponfooter a {display: none;} 	
 }