/* Reset

http://mediag.com/news/popular-screen-resolutions-designing-for-all/
http://viewportsizes.com/
http://blog.fluidui.com/the-mobile-resolutions-to-be-aware-of-when-designing/


------------------------------------------------------------ */
* { margin: 0; padding: 0; -webkit-overflow-scrolling: touch;}
html {height: 100%; margin: 0; overflow-y: scroll; -webkit-text-size-adjust: 100%; overflow-x: hidden; width: 100%; box-sizing: border-box;}
body {height: 100%; margin: 0; width: 100%; text-align: center; background:#ffffff; font-size: 16px; color: #333; font-family: 'Ubuntu', Arial, Helvetica, sans-serif;  margin: 0px 0px 0px 0px;
-webkit-backface-visibility: hidden; overflow-x: hidden; width: 100%; box-sizing: border-box;
}

/* chrome border button click */
button:focus, img.focus {outline:0;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1, h2, h3, h4 { margin-bottom: 0px; font-family: "Open Sans", helvetica, arial, sans-serif; color: #626262;}	
h3 {font-size: 14px}
h4 {font-size: 18px; color: #333;}
.contentsTextRed{font-family:Verdana, Arial;font-size:12px;color: #CC0000; line-height: 16pt; text-align:justify}
a, img { outline: none; border:none; color: #000;}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
/* hover yellow FFCC00*/
a:active {
	text-decoration: none;
	color: #000;
}

*:focus {
    outline: none;
}

p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}

aside { font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, header2, nav2, section { 
    display: block;
	}

.tabletDevice{
	
}

.phoneDevice{
	display: none;	
}

.mbl{
	display: none;	
}
.dsktp, .dsktpOnly{

}

#page-container{
	position: relative; 
	min-height: 100vh
}

#container, #contentsContainer{
	padding: 0px 10px;
	box-sizing: border-box;
	text-align: left;
	min-width: 1250px;
	max-width: 1750px;
	margin:0 auto;
	
	min-height: -webkit-calc(100% - 120px);     /* Chrome */
    min-height: -moz-calc(100% - 120px);     /* Firefox */
    min-height: calc(100% - 120px);     /* native */
}

.lfloat{float: left}
.rfloat{float: right}
.hAlignMiddle{margin:0 auto; text-align: center}
.vAlignMiddle{vertical-align: middle}
.singleLineCenter{line-height: 40px; text-align: center;}
.inline{display: inline-block;}

.blueFont{color: #386695}
.orangeFont{color: #ec7527}
.greenFont{color: #71ca4c}
.greyFont{color: #8a8a8a}
.darkGreyFont{color: #717171}
.redFont{color: #9f2532}
.fontSizeSmall{font-size: 12px}
.fontSizelarge{font-size: 24px}
.fntsize16{font-size: 16px; font-weight: normal}

.toHeaderMargin{margin-top: 15px}
.marg-bot-5{margin-bottom: 5px}
.marg-bot-15{margin-bottom: 15px}
.marg-bot-30{margin-bottom: 30px}

.crPointer{cursor: pointer}

.georgia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: strong;
}
.brushScript{
	font-family:"Brush Script MT";
	font-size: 36px;
}

#header{
	height: 125px;
	line-height: 125px;
}

.flagSelImg{
	width: 90px;
}

.greenBar{
	width: 100%;
	padding-left: 12px;
	text-align: left;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bolder;
	text-shadow: -2px 2px #4ebb51;
	background: #71ca4b;/* #71ca4b */
	background: linear-gradient(180deg, rgba(113,202,75,1) 0%, rgba(99,175,66,1) 100%);
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}

.barTextOpacity{
	opacity: 0.5;
	cursor: pointer;
}
.barTextOpacity:hover{
	opacity: 1;
}

.greenBar40{
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}

.greenBar30{
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}

.greenbg{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 18px;
	text-align: left;
	padding-left: 10px;
	background: #71ca4b;
	height: 25px;
	line-height: 25px;
	box-sizing: border-box;
}

.bluebg{
	background: #466d8c;
}

.greyBar{
	margin-top: 10px;
	width: 100%;
	background: #9aa199;
	height: 10px;
	overflow: hidden;
}

.greyBlock{
	border-top: solid 1px #fff;
	border-bottom: solid 12px #fff;
	width: 100%;
	background: #f3f6ef;
	height: 10px;
	overflow: hidden;
}

.selgreenbg{
	background: #71ca4b;
}

.darkgreenbg{
	cursor: pointer;
	text-shadow: 0px 0px #669567;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b5935+0,213e27+100 */
	background: #33683e; /* Old browsers */
	background: -moz-linear-gradient(top,  #33683e 0%, #22462a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #33683e 0%,#22462a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #33683e 0%,#22462a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33683e', endColorstr='#22462a',GradientType=0 ); /* IE6-9 */
	
	transition: all .15s ease-in-out; 
}

.col1{
	width: 100%;
	display: inline-block;
}

.col2, .colEditTB{
	width: 49%;
	display: inline-block;
}
.col3{
	width: 33%;
	display: inline-block;
	box-sizing: border-box;
}
.col3AboutUs{
	 min-height: 655px;
}

.col5{
	width: 19.5%;
	display: inline-block;
	box-sizing: border-box;
}

.day{
	width: 150px;
	display: inline-block;
}
.time{
	width: 125px;
	display: inline-block;
}


.profileRow{
	width: 100%; 
	vertical-align:top; 
	height: 350px; 
	vertical-align: top;
	margin-top: 10px; 
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.col5Profile{
	width: 19.5%;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	line-height: 25px;
	height: 355px;
	vertical-align: top;
	border-bottom: solid 1px #625954;
	margin-bottom: 2px;
	box-sizing: border-box;
}

.col5ProfileExt{
	display: none;
}

.colProfileContents{
	height: 315px;
	overflow: auto;
}

.col3Profile{
	width: 39%;
	padding: 10px 0px;
}

.col41Profile{
	padding: 10px;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.profileLine{
	border-top: solid 3px #969695; 
	height: 3px; 
	overflow: hidden;
}

.profileHeader{
	font-size: 16px;
	color: #000;
}

.profileContents{
	font-size: 16px;
	color: #8a8a8a;
	margin-bottom: 10px;
}

.profileText{
	font-size: 16px;
	color: #000;
}

.col100p{
	width: 100%; /* was 87% */	
}

.col80p{
	width: 87%;	
}

.col1250{
	padding: 25px;
	width: 1250px;
	min-height: 500px;
	background: #fff;
	box-sizing: border-box;
}

.searchTabContainer{
	width: 360px; 
	height: 30px; 
	line-height: 30px; 
	padding:0px; 
	margin:0px; 
	cursor: default; 
	text-shadow: 1px 1px #3e764b;
}
.searchTab{
	width: 120px;
	height: 30px;
	text-align: center;
}
/* used on search results page */
.searchTabExt{
	position: absolute; 
	top: 100px; 
	left: 350px;
	z-index: 1;
}
.searchFormBox{
	width: 50%;
	vertical-align:top;
	float:left;
}
.searchFormInner{
	width: 80%;
	padding-top: 80px;
}
	
.searchHistoryBox{
	width: 24%; 
	margin-top: 50px; 
	box-sizing: border-box;
	float:left;
}

.searchBar{
	text-align: left;
	line-height: 85px;
	padding-left: 8px;
	background: #71ca4b;
	height: 85px;
	line-height: 85px;
	box-sizing: border-box;
	border-bottom: solid 1px #8db67e;
	box-sizing: border-box;
}

.claimed{
	text-align: left;
	padding: 10px;
	width: 820px;
	height: 230px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border: solid 3px #71ca4c;
	margin-bottom: 50px; 
	box-sizing: border-box;

	cursor: pointer;
}
.claimedCol1{
	width: 535px;  
	vertical-align: top;
	display: inline-block;
}
.claimedCol1Height{
	130px;
}
.claimedOption0{
	width: 185px; 
}
.claimedOption1{
	width: 150px; 
}
.claimedOption2{
	width: 175px; 
}
.claimedBtmLeft{
	width: 240px; 
	vertical-align: top;
}

.unclaimed{
	text-align: left;
	padding: 5px 0px 15px 0px;
	width: 820px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-top: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	margin-bottom: 50px;

	cursor: pointer;
}
.unclaimedCol1{
	width: 350px; 
	vertical-align: top;
	display: inline-block;
}
.unclaimedCol2{
	width: 250px; 
	vertical-align: top;
	display: inline-block;
	line-height: 50px;
}
.unclaimedCol3{
	width: 155px; 
	vertical-align: top;
	display: inline-block;
	line-height: 50px;
}


.textFieldWhite{
	width: 40%;
	height:45px;
	line-height: 45px;
	border: solid 1px #89b373;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-left: 4px;
	
	-webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
	
	-webkit-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.20);
	box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.20);
}

.textFieldWhiteNarrow{

	height:35px;
	line-height: 35px;
	
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.20);
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.20);
}

.textFieldWhiteSmall{
	height:24px;
	line-height: 24px;
	border: solid 1px #89b373;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3f4140;
	vertical-align: middle;
	
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
	
	-webkit-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.20);
	box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.20);
}

.greyBorder{
	width: 100%;
	padding: 0px 10px;
	border: solid 2px #c1c1c1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7a7a7a;
	vertical-align: middle;
	box-sizing: border-box;

	
	-webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
}

.textfieldEmailForm{
	width: 100%;
	height: 40px;
	line-height: 35px;
	padding: 0px 10px;
	border: solid 1px #c1c1c1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7a7a7a;
	vertical-align: middle;
	box-sizing: border-box;
	margin-top: 10px;
	
	-webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
}

#emailLoginDiv{
	text-align: center; 
	margin-top: 20px; 
	border: 0px
}

.fltLeft{
	width: 48%;
	float: left;
}

.fltRight{
	width: 48%;
	text-align: right;
	float: right;
}
.fltRight60{
	width: 60%;
	float: right;
}

.submitBtn{
	width: 100px;
	height: 35px;
	color: #fff;
	padding: 0px 10px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background: #71ca4b;
	
	border: 0px solid #fff;	
	-webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
	cursor: pointer;
}
.submitBtn:hover{
	color: #fff;
/*	background:#3c6898 url(images/submitArrow.png) no-repeat right;	 */
	border: 1px solid #71ca4b;	
}


.listingIcon{
	vertical-align: middle; 
	margin-right: 15px;
	cursor: pointer;
}

.countryList{
	text-align: left;
	position: absolute; 
	line-height: 30px;
	width: 750px; 
	height: 100px; 
	background: #fff; 
	border:solid 0px #CCC;
	display: none;
	z-index: 100;
	
	-webkit-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.20);
	box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.20);
}

.searchLeftCol{
	display: inline-block;
	min-height: 850px;
}

.searchRightCol{
	float: right; 
	width: 346px; 
	vertical-align: top;
}

.searchLists{
	text-align: left;
	position: absolute; 
	line-height: 30px;
	width: 300px; 
	height: 330px; 
	background: #fff; 
	border:solid 1px #CCC;
	display: none;
	z-index: 100;
}

.searchLists div{
	padding: 0px 10px;
	color: #333;
	cursor: pointer;
}
.searchLists div:hover, .searchListItemActive{
	color: #fff;
	background: #71ca4b;
	text-shadow: 1px 1px #66b243;
}

.searchTypeIcon{
	width: 14px;
	height: 14px;	
}


.reviewRating{
	display: inline-block;
	color:#333;
	text-align:center;
	padding: 3px;
	background:#dddddd;
	font-size: 14px;
	
	-webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
}

#emailBox{
	width: 600px; 
	text-align: left; 
	border: 2px solid #71ca4b; 
	-webkit-border-radius:12px; 
	-moz-border-radius:12px; 
	border-radius:12px; 
	margin: 0 auto
}

.loginField{
	margin-top: 10px;
	height: 30px;
	width: 300px;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-style: italic;
	border: 1px solid #71ca4b;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;

}

.loginField:focus{
	font-style: normal;
	color:#000;
}

.loginField:valid{
	font-style: normal;
	color:#000;
}

.loginRequired{	

	border: solid 2px #900;

	-webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
  
  animation: shake 0.62s cubic-bezier(.36,.07,.19,.2) both;
  transform: translate3d(0, 0, 0);
  
}

.agreeDiv{
/*	width: 300px; 
	margin-left: 55px;  */
	padding-top: 0px;
	font-size: 16px;
	margin: 0 auto;
	border: 0px solid #fff;
	text-align: left;
	
}

.loginButton{
	margin-top: 10px;
	width: 320px;
	height: 40px;
	color: #fff;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	background: #71ca4b;
	
	border: 1px solid #fff;	
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
	cursor: pointer;
}
.loginButton:hover{
	color: #fff;
/*	background:#3c6898 url(images/submitArrow.png) no-repeat right;	 */
	border: 1px solid #71ca4b;	
}


.btn{
	padding-top: 0px;
	padding-left: 15px; padding-right: 15px;
	vertical-align:top;
	margin-left: 5px; margin-right: 5px; margin-top: 0px;
	color: #7699bf;
	background: #fff; 
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d8d8d8;
	 -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
	cursor: pointer;
}

.btn:hover{
	background: #3c6898; 
	border: 1px solid #3c6898;
	color: #fff;
}

.profileBtn{
	padding-top: 0px;
	padding-left: 15px; padding-right: 15px;
	vertical-align:top;
	margin-left: 5px; margin-right: 5px; margin-top: 0px;
	color: #fff;
	background: #71ca4b;
	background: linear-gradient(180deg, rgba(113,202,75,1) 0%, rgba(99,175,66,1) 100%);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	height: 26px;
	line-height: 22px;
	border: 1px solid #6fcb4c;
	 -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
	cursor: pointer;
}

.mrgFooter{
		padding-bottom: 200px;
}

#footer{
	position: absolute;
  	bottom: 0;
	
	width: 100%;
	min-width: 100%;
	min-height: 110px;
	text-align:center;
	border-top: solid 0px #bababa;

	background: #878787; /* Old browsers */
	background: -moz-linear-gradient(top, #878787 0%, #5a5a5a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #878787 0%,#5a5a5a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #878787 0%,#5a5a5a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#676767',GradientType=0 ); /* IE6-9 */
}

#footerBottom{

	
}

#footerTopSolid{
	background: #666;
	font-size: 20px;
	
}

#footerTopSolid{
	background: #666;
	font-size: 20px;
	color: #fff;
	padding: 10px;
}
#footerTopSolidCol{
	display: inline-block;
	width: 30%;	
	vertical-align: top;
}

#footerTop{
	color: #EBEBEB;
}

.footerBtn{
	margin: 20px 5px 0px 5px;
	padding: 0px;

	box-sizing: border-box;
	width: 150px;
	height: 24px;
	line-height: 14px;
	vertical-align: middle;
	color: #fff;
	background: #7c7c7c; /* Old browsers */
	background: -moz-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7c7c7c 0%,#4d4d4d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7c7c7c 0%,#4d4d4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#4d4d4d',GradientType=0 ); /* IE6-9 */
	font-size: 13px;
	border: 1px solid #fff;
	 -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
	cursor: pointer;
}

.footerBtn:hover{
	background: #717171; 
	border: 1px solid #fff;
}

@-moz-document url-prefix() {
    .footerBtn{
		padding-bottom: 3px;
	}
}

/* balloon tip */
span.tip {
    text-decoration: none;
	cursor: pointer;
}
span.tip:hover {
    position: relative
}
span.tip span {
    display: none
}
span.tip:hover span {
    border: #d8d8d8 1px solid;
    padding: 5px 20px 5px 5px;
    display: inline-block;
    z-index: 100;
    background: url(../images/status-info.png) #f7f7f7 no-repeat 100% 5%;
    left: 0px;
    margin: 10px;
    width: auto;
	white-space: nowrap;
    position: absolute;
    top: 20px;
    text-decoration: none;
	color: #000;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	cursor: default;
	
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
	
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
}

/* popup styles */
#hider, #cookiehider
    {
        position:fixed;
        top: 0%;
        left: 0%;
        width:100%;
        height:100vh;

        /*
        z- index must be lower than pop up box
       */
        z-index: 99;
       background-color:White;
       opacity:0.95;
    }

    .popup_box  
    {

    	position:fixed;
        top: 50%;
        left: 50%;
        width:700px;
        height:90%;
		max-height: 800px;
        -webkit-transform: translate(-50%, -50%);
    	transform: translate(-50%, -50%);

		background: #fff;
        border: 2px solid #71ca4b;
		
		-webkit-border-radius:12px;
    	-moz-border-radius:12px;
    	border-radius:12px;
		
        z-index:5000;  /* required to avoid openstreetmap issues */

    }
	
	.popup_box_SignUp  
    {
        width:500px;
        height:375px;
    }
	
	.topHeaderRadius{
    	border-radius:8px 8px 0px 0px;
	}
	

/* end popup styles */

@media screen and (max-width: 1250px) {
	/* Up to 1150 Purchase Promo is hidden use 45% for other two promos */

	.mrgFooter{
		padding-bottom: 300px;
	}

	#container, #contentsContainer, .col80p{
		padding: 0px;
		width: 100%;
		min-width: 100%;
	}
	
	.tbl{
		display: inline-block;	
	}
	/* for desktop and mobile */ 
	.dsktpOnly{
		display: none;	
	}
	.col1250{
		padding: 0px;
		width: 100%;
		min-height: inherit;
	}
	.col2, .col5{
		width: 100%;
		display: block;
		box-sizing: border-box;
		margin-bottom: 35px;
	}
	
	.col5Flag{
		width: 19.5%;
		display: inline-block;
	}
	
	.col3{
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.col3AboutUs{
	 	min-height: initial;
	}
	
	.searchBar{
	/*	position: absolute;
		top: 200px;*/
	}
	
	.searchHistoryBox{
		width: 75%;
		min-width: 750px;
		box-sizing: border-box;
		float:none;
		position:absolute;
		top: 225px;
		left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
		margin-top: 0px;
	}
	
	.searchFormBox{
		margin-top: 25px;
		vertical-align: top;
		width: 75%;
		min-width: 750px;
		float:none;
		margin: 0 auto;
	/* 	margin-bottom: 400px;create room for absolute positioned history below search box */
	}
	
	.searchFormInner{
		width: 100%;	
	}
	.searchLeftCol{
		width: 100%; 
		margin: 0 auto;
		min-height: 150px;
	}
	
	.searchRightCol{
		float:none; 
		width: 100%; 
		vertical-align: top;
		margin-top: 50px
	}
	
	.claimed, .unclaimed{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.profileRow{
		height: 704px; 
	}
	.col5Profile {
		width: 33%; 
	}
	.col3Profile {
		width: 66%; 
		padding: 10px;
	}
	.col5ProfileExt{
		display: inline-block;
	}
	.profileHeader, .profileContents, .profileText{
		padding-left: 10px;
	}
	.greyBar{
		margin-top: 18px;
	}
}

/* tablet search results*/
@media screen and (min-width: 768px) and (max-width: 950px) {
	
	.searchTabExt{
		left: 250px;
	}
	.claimed{
		margin: 30px 10px;
		width: 97%;
		box-sizing: border-box;
	}
	.claimedCol1{
		width: auto;  
		vertical-align: top;
		display: inline-block;
	}
	.claimedBtmLeft{
		width: 210px; 
		vertical-align: top;
	}
	.claimedOption0{
		width: 160px; 
	}
	.claimedOption1{
		width: 155px; 
	}
	.claimedOption2{
		width: 150px; 
	}
	.unclaimed{
		text-align: left;
		padding: 5px 20px 5px 20px;
		width: 100%;
		height: auto;
		font-size: 18px;
		border-top: solid 2px #cccccc;
		border-bottom: solid 0px #cccccc;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	/* inline for mobile, block for desktop */
	.mblInline{
		display: inline-block;
	}
	.unclaimedCol3{
		width: 100%; 
		vertical-align: top;
		display: inline-block;
		line-height: 50px;
	}
	.unclaimedOptions{
		width: 49%; 
	}
	.footer{
		height: auto;
	}
}

/* 100% Image Width on Smaller Screens */
@media screen and (max-width: 767px){
    .modal-content {
        width: 100%;
    }
	
	.mbl{
		display: inline-block;	
	}
	.dsktp{
		display: none;	
	}
	/* inline for mobile, block for desktop */
	.mblInline{
		display: inline-block;
	}
	
	.mblMargin{
		margin: 0px 10px;
	}
	
	.flagSelImg{
		width: 90px;
	}
	
	.searchTabContainer, .col80p, .searchLeftCol, .col5Profile {
		width: 100%; 
	}
	.searchTabExt{
		display: none;
		left: 250px;
	}
	.profileRow, .col5Profile {
		height: auto;
	}
	.profileHeader, .profileContents, .profileText{
		padding-left: 10px;
	}

	.searchTab{
		width: 33.3%;
	}
	#searchFormZIcon{
		display: none;
	}
	
	.searchFormBox{
		margin-top: 25px;
		vertical-align: top;
		width: 100%;
		min-width: 100%; 
		float:none;
		
	}
	
	.searchFormInner{
		width: auto;
		padding-top: 100px;
		min-height: 300px;
	}
	
	.searchHistoryBox{
		width: 100%;
		min-width: 100%; 
		box-sizing: border-box;
		float:none;
		position:absolute;
		top: 300px;
		margin-top: 0px;
	}
	.searchHistoryBoxOff{
		display: none;
	}
	.searchBar{
		line-height: 50px; 
		padding-top: 10px; 
		height: 150px;
		bottom-border: solid 5px #939393;
	}
	
	.textFieldWhite{
		width: 85%;
		margin-left: 0px;
		margin-top: 5px;
	}
	.searchFormSubmit{
		position: absolute;
		right: 4px;
		top: 80px;
	}
	.searchLists{
		width: 95%;
	}
	
	#emailLoginDiv{
		margin-top: 40px;
	/*	padding-top: 30px;
		border-top: solid 1px #666;*/
	}
	
	.claimed{
		text-align: left;
		padding: 10px;
		width: 95%;
		height: auto;
		font-size: 18px;
		border: solid 3px #71ca4c;
		margin: 10px;
		margin-bottom: 20px; 
		box-sizing: border-box;
	}
	.claimedCol1{
		width: 100%; 
		vertical-align: top;
		display: inline-block;
	}
	.claimedCol1Height{
		30px;
		margin-bottom: -25px;
	}
	.claimedOption1{
		width: 49%; 
	}
	.claimedOption2{
		width: 49%; 
	}
	.unclaimed{
		text-align: left;
		padding: 5px 20px 5px 20px;
		width: 100%;
		height: auto;
		font-size: 18px;
		border-top: solid 2px #cccccc;
		border-bottom: solid 0px #cccccc;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	
	.unclaimedCol1{
		width: 100%; 
		vertical-align: top;
		display: inline-block;
	}
	.unclaimedCol2{
		width: 100%; 
		vertical-align: top;
		display: inline-block;
		line-height: 50px;
		margin-top: 10px;
	}
	.unclaimedCol3{
		width: 100%; 
		vertical-align: top;
		display: inline-block;
		line-height: 50px;
	}
	.unclaimedOptions{
		width: 49%; 
	}
	
	.searchRightCol{
		float:none; 
		width: 100%; 
		vertical-align: top;
		margin-top: 50px
	}
	
	.countryList{
		text-align: center;
		position: absolute; 
		line-height: 30px;
		width:100%;
		height:auto;
		top: 232px;
		left: 0;
		background: #fff; 
		border:solid 0px #CCC;
		display: none;
		z-index: 100;
	
		-webkit-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.20);
		box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.20);
	}
	
	.col2, .col5{
		width: 100%;
		display: block;
		box-sizing: border-box;
		margin-bottom: 35px;
	}
	
	.col5Flag{
		width: 49%;
		display: inline-block;
	}
	.col5ProfileExt{
		display: none;
	}
	
	.col3{
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.col3AboutUs{
	 	min-height: initial;
	}
	
	.fltRight60{
		width: 100%;
	}
	
	#emailBox{
		width: 100%; 
		text-align: left; 
		border: 0px solid #71ca4b; 
		-webkit-border-radius:0px; 
		-moz-border-radius:0px; 
		border-radius:0px; 
		margin: 0 auto
	}
	
	.topHeaderRadius{
    	border-radius:0px 0px 0px 0px;
	}
	
	.mrgFooter{
		padding-bottom: 400px;
	}
	
	#footer{
		width: 100%;
		min-width: 100%;
		height: auto;
		text-align:center;
		border-top: solid 0px #bababa;
		padding-bottom: 15px;

		background: #878787; /* Old browsers */
		background: -moz-linear-gradient(top, #878787 0%, #5a5a5a 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #878787 0%,#5a5a5a 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #878787 0%,#5a5a5a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#676767',GradientType=0 ); /* IE6-9 */
	}
} 

/* footer update one menu button on second row */
@media screen and (max-width: 850px) {
	.mrgFooter{
		padding-bottom: 400px;
	}
}

@media screen and (max-width: 380px) {
	.mrgFooter{
		padding-bottom: 600px;
	}
}

@media screen and (max-width: 414px) {
	/* Up to 414 Purchase Promo is hidden use 45% for other two promos */
	
	.mrgFooter{
		padding-bottom: 600px;
	}
	
	.mbl{
		display: block;	
	}
	.dsktp, .dsktpTblt{
		display: none;	
	}
	
	#container, #contentsContainer{
		width: 100%;
		min-width: 100%;
	}
	
	.greenBar{
		padding-left: 0px;	
	}
	
	.searchTabContainer, .col80p {
		width: 100%; 
	}

	.searchTab{
		width: 33.3%;
	}
	#searchFormZIcon{
		display: none;
	}
	
	.searchFormBox{
		margin-top: 25px;
		vertical-align: top;
		width: 100%;
		float:none;
		
	}
	
	.searchFormInner{
		width: auto;
		padding-top: 100px;
		min-height: 300px;
	}
	
	.searchHistoryBox{
		width: 100%; 
		box-sizing: border-box;
		float:none;
		position:absolute;
		top: 300px;
		margin-top: 0px;
	}
	.searchHistoryBoxOff{
		display: none;
	}
	.searchBar{
		line-height: 50px; 
		padding-top: 10px; 
		height: 150px;
		bottom-border: solid 5px #939393;
	}
	
	.textFieldWhite{
		width: 80%;
		margin-left: 0px;
		margin-top: 5px;
	}
	.searchFormSubmit{
		position: absolute;
		right: 0px;
		top: 80px;
	}
	
	.col3{
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.col3AboutUs{
	 	min-height: initial;
	}
	.promos{
		width: 100%;
		max-width: 414px;
		height: 600px;

	}
	.promoText{
		font-size: 11px;
		width: 74%;	/* 59 for iphone test, original value 79 !!! */
		float: right;
	}

	#footerTopSolidCol{
		display: block;
		width: 100%;
		margin-bottom: 25px;	
	}
}


@media screen and (max-width: 767px) and (orientation : portrait){
	.landscape{
		display: none;	
	}
	.portrait{
		display: inline-block;	
	}

}
@media screen and (max-width: 767px) and (orientation : landscape){
	.landscape{
		display: inline-block;	
	}
	.portrait{
		display: none;	
	}

}



@media screen and (min-width: 768px) and (orientation : portrait){ /* and (min-width: 768px) */
	/* hide landscape elements */
	/* additional page edit controls right column for portrait*/
	
	.portraitTablet{
		display: inline-block;
	}
	.landscapeTablet{
		display: none;
	}
	.portraitTabletHide{
	/*	background:#9FC;*/
		display: none;	
	}
	.portraitTabletShow{
		width: 100%;
		display: inline-block;	
		height: 60px;
	}
}

@media screen and (min-width: 768px) and (orientation : landscape){ /*  and (min-width: 768px) */
	/* hide portrait elements */
	/* default page edit controls right column */


.searchField::-ms-clear {
    display: none;
}

.searchField{
	height: 45px;
	width: 500px;
	border: 5px;
	padding: 0px 50px 0px 30px;
	font-size: 16px;
	color:#5e5e5e;
	background: #fff;
	font-style: italic;
	border-color: rgba(0,0,0,0.9) transparent transparent;
	-webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;

}

.searchField:focus{
	font-style: normal;
	color:#999;
	outline: none;
}

.searchField:valid{
	font-style: normal;
	color:#999;
}


/* popup */

.popup{
	font-size: 16px;
	padding-top: 10px;
	background: #fff;
/*	animation-duration: 0.5s;
    animation-name: fadeAndScale;
	-webkit-animation: fadeAndScale;
    -webkit-animation-duration: 0.5s;*/
	
	border: 0px solid #afcbe9;
	 -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
	
	display: none;
	
	overflow: auto; 
	-webkit-overflow-scrolling: touch;

}

#userSignUpPopup, #passwordPopup, #businessSignUpPopup, #loginPopup, #resetPasswordPopup, #accountDetailsPopup, #logoPopup, #abuseLoginPopup, #mediaPopup, #deleteReviewPopup, #ibaPopup, #settingsPopup, #warningPopup, #signUpInitPopup, #homescreenPopup, #signUp1Popup, #makePublicPopup, #statsPopup, #securityPopup, #editingPopup, #shieldPopup, #deletePopup, #reviewsFilterPopup, #addressPublicPopup, #contactPopup, #writeReviewPopup, #preWrittenReviewsPopup, #blockedPopup, #languagePopup, #privacyPopup, #bizoffaPopup{
	width: 500px;
}

#addressPopup, #pageElementPopup, locationInfoPopup{
	width: 500px;
}

#preWrittenReviewsPopup{
	max-height: 768px;
}

#categoryPopup, #reviewPopup, #imagePopup, #countrySearchPopup, #abusePopup, #countrySearchPopup, #notificationsPopup{
	width: 750px;	
}

#loginPopup, #homescreenPopup, #signUp1Popup, #userSignUpPopup, #businessSignUpPopup, #addressPopup, #passwordPopup, #resetPasswordPopup, #accountDetailsPopup, #mediaPopup, #logoPopup, #settingsPopup, #categoryPopup, #imagePopup, #warningPopup, #makePublicPopup, #statsPopup, #pageElementPopup, #abusePopup, #abuseLoginPopup, #securityPopup, #editingPopup, #shieldPopup, #deletePopup, #reviewsFilterPopup, #addressPublicPopup, #contactPopup, #writeReviewPopup, #blockedPopup, #preWrittenReviewsPopup, #privacyPopup, #bizoffaPopup
#loginPopup_wrapper, #homescreenPopup_wrapper, #signUp1Popup_wrapper, #userSignUpPopup_wrapper, #businessSignUpPopup_wrapper, #addressPopup_wrapper, #passwordPopup_wrapper, #resetPasswordPopup_wrapper, #accountDetailsPopup_wrapper, #mediaPopup_wrapper, #logoPopup_wrapper, #settingsPopup_wrapper, #categoryPopup_wrapper, #imagePopup_wrapper, #warningPopup_wrapper, #makePublicPopup_wrapper, #statsPopup_wrapper, #pageElementPopup_wrapper, #abusePopup_wrapper, #abuseLoginPopup_wrapper, #securityPopup_wrapper, #editingPopup_wrapper, #shieldPopup_wrapper, #deletePopup_wrapper, #reviewsFilterPopup_wrapper, #addressPublicPopup_wrapper, #contactPopup_wrapper, #writeReviewPopup_wrapper, #preWrittenReviewsPopup_wrapper, #countrySearchPopup_wrapper, #notificationsPopup_wrapper, #blockedPopup_wrapper, #languagePopup_wrapper, #privacyPopup_wrapper, #bizoffaPopup_wrapper{
  transition: translateX 1.3s ease-out;
  -webkit-transform: translateX 1.3s ease-out;
}
#loginPopup, #homescreenPopup, #signUp1Popup, #userSignUpPopup, #businessSignUpPopup, #addressPopup, #passwordPopup, #resetPasswordPopup, #accountDetailsPopup, #mediaPopup, #logoPopup, #settingsPopup, #categoryPopup, #imagePopup, #warningPopup, #makePublicPopup, #statsPopup, #pageElementPopup, #abusePopup, #abuseLoginPopup, #securityPopup, #editingPopup, #shieldPopup, #deletePopup, #reviewsFilterPopup, #addressPublicPopup, #contactPopup, #writeReviewPopup, #preWrittenReviewsPopup, #countrySearchPopup, #notificationsPopup, #blockedPopup, #languagePopup, #privacyPopup, #bizoffaPopup{
  transform: translateX(50%) translateY(0%);
  -webkit-transform: translateX(50%) translateY(0%);
}
.popup_visible #loginPopup, .popup_visible #homescreenPopup, .popup_visible #signUp1Popup, .popup_visible #userSignUpPopup, .popup_visible #businessSignUpPopup, .popup_visible #addressPopup, .popup_visible #passwordPopup, .popup_visible #resetPasswordPopup, .popup_visible #accountDetailsPopup, .popup_visible #mediaPopup, .popup_visible #logoPopup, .popup_visible #settingsPopup, .popup_visible #categoryPopup, .popup_visible #imagePopup, .popup_visible #warningPopup,  .popup_visible #makePublicPopup, .popup_visible #statsPopup, .popup_visible #pageElementPopup,  .popup_visible #abusePopup,  .popup_visible #abuseLoginPopup,  .popup_visible #securityPopup, .popup_visible #editingPopup, .popup_visible #shieldPopup, .popup_visible #deletePopup, .popup_visible #reviewsFilterPopup, .popup_visible #addressPublicPopup, .popup_visible #contactPopup, .popup_visible #writeReviewPopup, .popup_visible #preWrittenReviewsPopup, .popup_visible #countrySearchPopup, .popup_visible #notificationsPopup, .popup_visible #blockedPopup, .popup_visible #languagePopup, .popup_visible #privacyPopup, .popup_visible #bizoffaPopup {
  transform: translateX(0%) translateY(0);
  -webkit-transform: translateX(0%) translateY(0);
}

#langPopup, #likePopup, #menuPopup, #userMenuPopup, #starAlertPopup {
	padding: 10px;
	position: fixed;
	border: 1px solid #CCC;
	
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}




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

}


@media screen and (min-width: 768px) and (max-width:1000px ){/*(orientation : portrait){
	
	/* this is for tablet portrait */

}

@media screen and (max-width: 767px) {
	
	.mobileHide{
		display: none;	
	}
	
	.tabletDevice{
		display: none;
	}

	.phoneDevice{
		display: inline-block;
		width: 100%;
	}
	
	.colEditTB{
		width: 100%;
	}	

	#userSignUpPopup, #passwordPopup, #businessSignUpPopup, #loginPopup, #resetPasswordPopup, #accountDetailsPopup, #logoPopup, #abuseLoginPopup, #mediaPopup, #deleteReviewPopup, #ibaPopup, #settingsPopup, #warningPopup, #signUpInitPopup, #homescreenPopup, #signUp1Popup, #categoryPopup, #makePublicPopup, #statsPopup, #abusePopup, #abuseLoginPopup, #securityPopup, #editingPopup, #shieldPopup, #deletePopup, #reviewsFilterPopup, #addressPublicPopup, #contactPopup, #writeReviewPopup, #preWrittenReviewsPopup, #countrySearchPopup, #categoryPopup, #notificationsPopup, #blockedPopup, #languagePopup, #privacyPopup, #bizoffaPopup{
		width:  100%;
		height:  100vh;
	}
	
	#addressPopup, #pageElementPopup, locationInfoPopup{
		width:  100%;
		height:  100%;
	}	

}



@media screen and (min-width: 415px) and (max-width: 900px) {
	/* hide main menu */
	header nav {
		display: none;	
	}
	/* show main menu mid devices (header2) */
	#wrapperHeader2{
		display: block;
	}
	
	#main {
		width: 95%;
		margin-right: 5%;
		float: left;
		}	
	
	aside {
		width: 95%;
		margin-right: 5%;
		float: left;
		}
	
	#copyright{
		color: #737373;
		float: left;
		margin-top: 10px;
		padding-left: 4px;
	}
	
	.newsItemText{
		font-size: 12px;
	}

}


@media screen and (min-width: 414px) and (max-width: 575px) {
	/* hide some menu items on mobile landscape */

}

/* smart phones lansdcape */
@media only screen and (min-width: 415px) {

}


/* smart phones iphone 6+ = 414, this is the largest up to iphone 5s 320, iphone 4 = 480*/
@media only screen and (max-width: 414px) {


	#skipTo {
		display: none;/* block  will show a link at the top*/
		}
	
	.midMenuItem{
		display: none;
	}
	
	header h1 {
	height: 52px;
	width: 235px;
	float: left;
	display: block;
	background: url(images/logoMobile.png) 0 0 no-repeat;
	text-indent: -9999px;
	}
	
	header nav, #main, aside {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}	
		header nav li {
			margin: 0;
			background: #363636;
			display: block;
			margin-bottom: 3px;
			}
			header nav a {
				display: block;
				padding: 8px;
				text-align: center;
				}
		header nav li a {
		color: #cccccc;
		background: -moz-linear-gradient(top, #363636 0%, #272727 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(100%,#272727)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #363636 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #363636 0%,#272727 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #363636 0%,#272727 100%); /* IE10+ */
		background: linear-gradient(to bottom, #363636 0%,#272727 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
		font-weight: normal;
		font-size: 14px;
		text-decoration: none;
		}
		
	header nav{
		display: none;
		margin-top: 3px;
	}
	
	#bannerWrapper {
	clear: left;
	width: 100%;	
	max-width: 736px;
	margin: auto;
	display: none;
	}

	#bannerWrapperMobile {
	clear: left;
	width: 100%;	
	max-width: 480px;
	margin: auto;
	display: inline-block;
	}
	

	
	
	#main {
		width: 95%;
		margin-right: 5%;
		float: left;
	}	
	
	aside {
		width: 95%;
		margin-right: 5%;
		float: left;
		}
		
	/* "including asset store" text total downloads */	
	.tdAssetStore{
		display: none;	
	}
	
	#copyright{
		color: #737373;
		font-size: 10px;
		float: left;
		margin-top: 10px;
		padding-left: 4px;
	}
	
	.footerMenuItem{
		display: none;	
	}
	
	.col2{
		width: 100%;
	}

}


/* Styles related to thumbnail modal*/

.lightbox{
height: 100px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 20px 20px 20px 20px;

}

 /* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
	opacity: 0.90;
}

#myImg:hover {opacity: 1;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
/*    width: 80%;*/
/*    max-width: 1000px;*/
}


/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.4s;
    animation-name: zoom;
    animation-duration: 0.4s;
}





@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}


@keyframes fadeAndScale {
    0% {
        opacity: 0;
        transform: scale(0.75, 0.75);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

@-webkit-keyframes fadeAndScale {
    0% {
        -webkit-opacity: 0;
		-webkit-transform: scale(0.75, 0.75);
    }
    100% {
        -webkit-opacity: 1;
		-webkit-transform: scale(1, 1);
    }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes -webkit-shake {
  10%, 90% {
	-webkit-transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
	-webkit-transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
	-webkit-transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
	-webkit-transform: translate3d(4px, 0, 0);
  }
}