﻿/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
 z-index: 2;
}
.isotope-hidden.isotope-item {

pointer-events:none;
 
z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {

 -webkit-transition-duration: 0.8s;
 -moz-transition-duration: 0.8s;

 -ms-transition-duration: 0.8s;

-o-transition-duration: 0.8s;

transition-duration: 0.8s;

}
.isotope {
-webkit-transition-property: height, width;

-moz-transition-property: height, width;

-ms-transition-property: height, width;

-o-transition-property: height, width;

transition-property: height, width;

}
.isotope .isotope-item {

-webkit-transition-property: -webkit-transform, opacity;

-moz-transition-property:    -moz-transform, opacity;
      
-ms-transition-property:     -ms-transform, opacity;
       
-o-transition-property:         top, left, opacity;
          
transition-property:         transform, opacity;

}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
     
-moz-transition-duration: 0s;
      
-ms-transition-duration: 0s;
       
-o-transition-duration: 0s;
          
transition-duration: 0s;

}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
  
-webkit-transition: none;
     
-moz-transition: none;
      
-ms-transition: none;
       
-o-transition: none;
          
transition: none;

}
/* Sets the background image */
#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

/**** Base styles ****/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  
margin: 0;
  
padding: 0;
  
border: 0;

}

h1{
	text-shadow: -2px -2px 4px #dcdcdc;
	font-size:2em;
	line-height:1.5em;
	margin-top:.2em;
}


body {
  
font-family: 'Helvetica Neue', Arial, sans-serif;
  text-transform:uppercase;
font-size: 13px;

/*background:#DEDDC8;*/

}

iframe { vertical-align: bottom; }
/* required for containers to inherit vertical size from window */


.element {

width: 120px;
height: 120px;
margin: 10px 5px 10px 5px;
float: left;
overflow: hidden;
position: absolute;
color: #222;

-webkit-border-top-right-radius: 1.2em;
-moz-border-radius-topright: 1.2em;
border-top-right-radius: 1.2em;

-webkit-border-top-left-radius: 1.2em;
-moz-border-radius-topleft: 1.2em;
border-top-left-radius: 1.2em;

-webkit-border-bottom-right-radius: 1.2em;
-moz-border-radius-bottomright: 1.2em;
border-bottom-right-radius: 1.2em;

-webkit-border-bottom-left-radius: 1.2em;
-moz-border-radius-bottomleft: 1.2em;
border-bottom-left-radius: 1.2em;

background: url(images/bg-400-paper.jpg);
background: -ms-linear-gradient(top, #FFFFFF 0%, #DCDCDC 100%);
background: -moz-linear-gradient(top, #FFFFFF 0%, #DCDCDC 100%);
background: -o-linear-gradient(top, #FFFFFF 0%, #DCDCDC 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DCDCDC));/ 
background: -webkit-linear-gradient(top, #FFFFFF 0%, #DCDCDC 100%);
background: linear-gradient(to bottom, #FFFFFF 0%, #DCDCDC 100%);


/*Drop Shadow*/
-moz-box-shadow:0px 0px 10px 1px #777777;
-webkit-box-shadow:0px 0px 10px 1px #777777;
box-shadow:0px 0px 10px 1px #777777;

}

.element:hover {
	background:white;
	transition: box-shadow 0.3s ease-out;
	-webkit-transition: box-shadow 0.3s ease-out;
	/*Drop Shadow*/
	-moz-box-shadow:0px 0px 10px 4px #5A7251;
	-webkit-box-shadow:0px 0px 10px 4px #5A7251;
	box-shadow:0px 0px 10px 4px #5A7251;
}



.element img{
	position:absolute;
	left:15%;
	top:15%;
	width:70%;
}

.city{
	position:absolute;
	top:7%;
	color:#515C4E;
	font-weight:bold;
	font-size:12px;
	width:100%;
	text-align:center;
	line-height:12px;
	height:12px;
}


.country{
	position:absolute;
	top:85%;
	color:#515C4E;
	font-weight:bold;
	font-size:12px;
	width:100%;
	text-align:center;
	line-height:12px;
	height:12px;
}


.close{
	float:right;
	padding-right:10px;
	padding-top:10px;
	cursor:pointer;
}

/**** Example Options ****/

ul#filters  {
	list-style: none;
	display: block;
	width: 175px;
	background: url(images/shadow.png) no-repeat;
	-webkit-background-size: 50% 100%;
}

li {
	margin: 5px 0 0 0;
}

ul#filters li a {
	-webkit-transition: all 0.3s ease-out;
background: #2989d8; /* Old browsers */
background: -moz-linear-gradient(top, #2989d8 0%, #f7f7f7 0%, #e2e2e2 100%, #207cca 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2989d8), color-stop(0%,#f7f7f7), color-stop(100%,#e2e2e2), color-stop(100%,#207cca)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2989d8 0%,#f7f7f7 0%,#e2e2e2 100%,#207cca 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2989d8 0%,#f7f7f7 0%,#e2e2e2 100%,#207cca 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2989d8 0%,#f7f7f7 0%,#e2e2e2 100%,#207cca 100%); /* IE10+ */
background: linear-gradient(to bottom, #2989d8 0%,#f7f7f7 0%,#e2e2e2 100%,#207cca 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */
	color: black;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:10px;
	-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
			border-radius: 10px;
	width: 130px;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 4px #888;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
	font-weight:bold;
}

ul#filters  li a:hover {
background: #77c3ef; /* Old browsers */
background: -moz-linear-gradient(top, #77c3ef 0%, #2daae0 0%, #2989d8 100%, #207cca 100%, #77c3ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77c3ef), color-stop(0%,#2daae0), color-stop(100%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#77c3ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c3ef', endColorstr='#77c3ef',GradientType=0 ); /* IE6-9 */
	color: white;
	width: 150px;
	text-align:center;
	text-shadow: 0.1em 0.1em #333;
	padding-left:0px;
}

ul#filters li a.selected {
background: #77c3ef; /* Old browsers */
background: -moz-linear-gradient(top, #77c3ef 0%, #2daae0 0%, #2989d8 100%, #207cca 100%, #77c3ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77c3ef), color-stop(0%,#2daae0), color-stop(100%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#77c3ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c3ef', endColorstr='#77c3ef',GradientType=0 ); /* IE6-9 */
	color: white;
	width: 150px;
	text-align:center;
	text-shadow: 0.1em 0.1em #333;
	padding-left:0px;
}

ul#sort-by  {
	list-style: none;
	display: block;
	width: 175px;
	background: url(images/shadow.png) no-repeat;
	-webkit-background-size: 50% 100%;
}

ul#sort-by li a {
	-webkit-transition: padding 0.3s ease-out;
background: #2989d8; /* Old browsers */
background: -moz-linear-gradient(top, #2989d8 0%, #f7f7f7 0%, #e2e2e2 100%, #207cca 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2989d8), color-stop(0%,#f7f7f7), color-stop(100%,#e2e2e2), color-stop(100%,#207cca)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2989d8 0%,#f7f7f7 0%,#e2e2e2 100%,#207cca 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2989d8 0%,#f7f7f7 0%,#e2e2e2 100%,#207cca 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2989d8 0%,#f7f7f7 0%,#e2e2e2 100%,#207cca 100%); /* IE10+ */
background: linear-gradient(to bottom, #2989d8 0%,#f7f7f7 0%,#e2e2e2 100%,#207cca 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */
	color: black;
	padding-top: 10px;
	padding-bottom:10px;
	padding-right:10px;
	-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
			border-radius: 10px;
	width: 130px;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 4px #888;
	text-align:right;
	float:right;
	margin-right:20px;
	margin-top:10px;
	font-weight:bold;
}

ul#sort-by  li a:hover {
background: #77c3ef; /* Old browsers */
background: -moz-linear-gradient(top, #77c3ef 0%, #2daae0 0%, #2989d8 100%, #207cca 100%, #77c3ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77c3ef), color-stop(0%,#2daae0), color-stop(100%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#77c3ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c3ef', endColorstr='#77c3ef',GradientType=0 ); /* IE6-9 */
	color: white;
	width: 150px;
	text-align:center;
	text-shadow: 0.1em 0.1em #333;
	padding-right:0px;
}

ul#sort-by li a.selected {
background: #77c3ef; /* Old browsers */
background: -moz-linear-gradient(top, #77c3ef 0%, #2daae0 0%, #2989d8 100%, #207cca 100%, #77c3ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77c3ef), color-stop(0%,#2daae0), color-stop(100%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#77c3ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #77c3ef 0%,#2daae0 0%,#2989d8 100%,#207cca 100%,#77c3ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c3ef', endColorstr='#77c3ef',GradientType=0 ); /* IE6-9 */
	color: white;
	width: 150px;
	text-align:center;
	text-shadow: 0.1em 0.1em #333;
	padding-right:0px;
}

/**** Infinite Scroll ****/

#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 30px;
  left: 42%;
  z-index: 100;
  background: white;
  background: hsla( 0, 0%, 100%, 0.9 );
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

/*** Kolmar Fun Section **/
#wrapper{
	width:100%;
	padding-top: 110px;
	padding-bottom:60px;
}

/***** TOP SECTION *****/
#intro {
	position:fixed;
	width:100%;
	background: url(images/bg-400-paper.jpg) ;
	height:100px;
	vertical-align:middle;
	-moz-box-shadow:  0px 3px 4px #888;
	-webkit-box-shadow:  0px 3px 4px #888;
	box-shadow:  0px 3px 4px #888;	
	z-index:100;
}
#introContainer{
	width:72%;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	min-width:800px;
}
#introWords{
	float:left;
}
#globe{
	float:left;
}
#globe img{
	height:100px;
}
#filterButton {
	z-index:101;
	float:right;
	background:#515C4E;
	width:150px;
	margin-top: 6em;
	line-height:20px;
	color:white;
	cursor:pointer;
	text-align:center;
	-moz-border-radius-topright: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius-topleft: 5px 5px;
	border-top-left-radius: 5px 5px;
	font-weight:bold;
}



/***** FILTER & SORT *****/

#filterAndSort{
	display:none;
	position: fixed;
	margin-top: 89px;
	background:rgba(0, 0, 0, 0.9);
	z-index:99;
	float:right;
	width:400px;
	height:420px;
	-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 2px 4px rgba(50, 50, 50, 0.75);
			box-shadow:         0px 2px 4px rgba(50, 50, 50, 0.75);
}

#filterChoices{
	margin-left:10px;
	margin-top: 20px;
	float:left;
}

#sortChoices{
	margin-top: 20px;
	float:right;
}

#container {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:72%;
}

/*** Modal Pop Ups for Cities **/
.popUp{
	background-image:url(images/skyline2.png);
	display:none;
	height:389px;
	width:284px;
	text-transform:capitalize;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.description a{
	text-decoration:none;
	font-size:.75em;
	color:black;
}

.popUpInner{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height:20px;
	font-size:14px;
}
.popUpTitle{
	font-size:.8em;
	color:black;
	width:100%;
	text-transform:uppercase;
}
.popUpCity{
	color:#5A7251;
	font-weight:bold;
	font-size:1.7em;
	line-height:1.1em;
}
.rank{
	font-size:2.8em;
	line-height:1.1em;
	font-weight:bolder;
}
.description{
	float:left;
	width:50%;
	line-height:1.5em;
	font-size:1.1em;
}
.results{
	float:right;	
	width:50%;
	line-height:1.7em;
}
.cost{
	width:50%;
	float:left;
	text-align:right;
	font-weight:bold;
	color:#2989D8;
}
.ranking{
	width:50%;
	float:right;
	text-align:center;
	font-weight:bold;
}
.overall{
	width:100%;
	height:70px;
}

/*** Bottom ***/
#bottom{
	position:fixed;
	bottom:0px;
	background:url(images/bg-400-paper.jpg);
	height:50px;
	padding:0px;
	margin:0px;
	width:100%;
	-moz-box-shadow: 0px -3px 4px #888;
	-webkit-box-shadow: 0px -3px 4px #888;
	box-shadow: 0px -3px 4px #888;
	z-index:100;
	line-height:50px;
}
#bottom a{
	text-decoration:none;
}
#bottom a:hover{
	text-decoration:underline;
}
#bottom a:selected{
	text-decoration:underline;
}

#bottomContainer{
	width:72%;
	margin-right:auto;
	margin-left:auto;
}
#bottomLeft{
	float:left;
}
#bottomRight{
	float:right;
}

#social{
	position: absolute;
	right: 14%;
	top:5px;
}
.fb-like{
	margin-top:-2px;
}