/* General class */
html {
   -ms-overflow-style: scrollbar;/*auto | none | scrollbar | -ms-autohiding-scrollbar*/
}

a{
	text-decoration:none;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

video#bgvid {
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background-size: cover;
}

a.disabled{
	color:gray !important;
	background:gray !important;
}

ul.horizontal li{
	display:inline-block;
	list-style-type: none;
	width:auto;
}

ul.icons{
	line-height:8px;

	background-size:12px;
	font-size:18px;
	padding:15px;
	text-indent:18px;
	display:block;

}

ul.icons li{
	margin-left:8px;
	margin-right:8px;
	padding:4px;
	background-size:16px;
}

li.photo-icon{
	background:url('../icons/photo.png') no-repeat top left;
}
li.news-icon{
	background:url('../icons/news.png') no-repeat top left;
}
li.video-icon{
	background:url('../icons/video.png') no-repeat top left;
}
li.photo-icon{
	background:url('../icons/photo.png') no-repeat top left;
}
li.product-icon{
	background:url('../icons/product.png') no-repeat top left;
}
li.service-icon{
	background:url('../icons/service.png') no-repeat top left;
}
li.offer-icon{
	background:url('../icons/offer.png') no-repeat top left;
}
li.section-icon{
	background:url('../icons/section.png') no-repeat top left;
}
li.pin-icon{
	background:url('../icons/pin.png') no-repeat top left;
}


p.bold{
	font-weight:bold;
}

.hidden{
	display:none;
}

.transparent{
	zoom: 0.8;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.red{
	color:red !important;
}

.price-text{
	color: green;
    font-weight: bold;

    font-size: 13px;
}
.float-right{
	float:right;
}

.float-left{
	float:left;
}

.left{
	text-align:left !important;
}

.float-l50{
	float:left;
	width: 50%;
}
/* Images */

img.medium{
	width:190px;
}

img.responsive{
	max-width: 100%;
	height: auto;
}

table{
	width:100%;
	color:#333333;

    margin: 0 auto;

    position: relative;
    text-align: center;
	box-shadow: 0 0px 5px -2px rgba(34, 25, 25, 0.4);
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 6px; 

  /* Firefox 1-3.6 */
	-moz-border-radius: 6px; 
	  
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 6px; 
}


table thead{
	background:#2a345c;
	color:white;
}

table thead td{
    text-align:left;
    padding: 4px;
    font-weight:bold;
	border-radius: 5px; 
}

table tbody td{
    border-bottom: 1px solid #F4F4F4;
    text-align:left;
    padding: 2px;
    padding-left:4px;
    font-size:15px;
	vertical-align:middle;
}

table a{
	color:000033 !important;
}

table a:hover{
	color:black !important;
}

table .bold{
	font-weight:bold;
}

table tbody tr:nth-child(2n+0)
{
background:#F4F4F4;
} 

table tbody tr:hover{
	color:black;

}

p.azure-tip{
	margin-top:5px;
	background:#E7ECF1;
	padding:10px !important;
	color:#555555;
	border-radius:3px;
	font-weight:normal;
	text-align:justify;
	border:1px solid #C3D1E2;
	margin-bottom:14px;
}

.gray-tip{
	background:#E1E1E1;
	padding:10px;
	color:#555555;
	border-radius:3px;
	font-size:14px;
	text-align:left;
	margin-bottom:14px;
	border:1px solid #CECECE;		
}

 ul.gray-tip{
	padding-left:30px !important;
	list-style-type:square;
}

@media screen and (max-width: 600px) {
	/* Heading */
	h1{
		font-size:1.2em;
	}

	h2{
		font-size:1em;
	}	
	
	h3{
		font-size:0.9em;
	}	
}

@media screen and (min-width: 600px) {
	/* Heading */
	h1{
		font-size:1.6em;
	}

	h2{
		font-size:17px;
	}
	
	h3{
		font-size:1.2em;
	}	

}

/* input buttons */

.input-buttons{

}

.input-buttons .expand-button{
    height: 36px;
    margin-right: 4px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 36px;
    cursor:pointer;
}

.input-buttons ul{
	list-style-type:none;
	margin:0;
	padding:0;
	background:#F4F4F4;
    position: absolute;	
	top: 0px; 
    right: 0; 
    width:42px;
    height:100%;
    margin-right: 4px;
}

.input-buttons-list{

    position: absolute;	
	top: 3px; 
    right: 8px; 
    background:white;
    padding:4px;
    padding-left:6px;
    padding-right:6px;

     z-index:40;
}

.input-buttons-list a{
	cursor:pointer;
  	height:auto;
  	display:block;
  	margin-bottom:1px;
  	margin-top:1px;
  	padding-bottom:2px;
  	padding-top:3px;
  	padding-right:3px;
}
.input-buttons-list a:hover{
	background-color:#C6C6C6 !important;
}

.input-buttons-list a img{
  float:left;
  padding-right:6px;
  padding-left:2px;
}

.input-buttons-list input[type=submit]{
margin-top:10px;
  font-size:14px;
  font-weight:bold;
  cursor:pointer;
  	padding:3px !important;

	border:0 !important;
	cursor:pointer !important;

	
	background-color: #F2D16C !important;

    border-color: #F2D16C !important;


	-moz-transition: all 0.05s ease-in-out 0s !important;
    border: 1px solid transparent !important;
    border-radius: 0.3em 0.3em 0.3em 0.3em !important;



    font-family: "helvetica neue",arial,sans-serif !important;
    font-weight: bold !important;


    text-align: center !important;    

    border: 0 none;

	
    color: #4F3400 !important;

    text-align: center;
    text-shadow: 0 2px 1px rgba(255, 255, 255, 0.4) !important;
}

/* Button */

.more-button{
	background:url("images/icons-36-black.png") repeat scroll -430px 0 transparent;
}
.toggle-button{
	background:url("images/icons-36-black.png") repeat scroll -360px 0 transparent;
}
/* Buttons */


.buttons{

	margin-bottom:5px;
	margin-top:-2px;

}
.buttons:hover{
   	box-shadow: 0 0px 1px rgba(34, 25, 25, 0.4); 
}

.buttons a{
	text-decoration:none;
}
.help-button{
	display:inline-block;
	width:16px;
	height:16px;
	background:url('../icons/help.png') no-repeat;
	cursor:pointer;
}
.settings-button{
	display:inline-block;
	width:16px;
	height:16px;
	background:url('../icons/settings.png') no-repeat;
	cursor:pointer;
}

.config-button{
	display:inline-block;
	width:16px;
	height:16px;
	background:url('../icons/config.png') no-repeat;
	cursor:pointer;
}

.left-button{

    padding-left:16px !important;
    display: block;
    margin-bottom: 4px;
    padding: 4px 10px 4px 4px;
    text-align: left;
    font-size:12px;
    cursor:pointer;
}

.left-button:hover{
	background-color:#979797 !important;
	color:white !important;
}


.right-button{


    padding-left:16px;
    display: block;
    margin-bottom: 4px;
    padding: 4px 10px 4px 4px;
    padding-right:8px;
    text-align: right;
    font-size:12px;
    cursor:pointer;  
    clear:left; 
}

.right-button:hover{
	background-color:#979797 !important;
	color:white !important;
}
.button-dropdown{
	border:1px solid #f8994e;
	padding:4px;
	background:#FC976B;
	color:white;
	cursor:pointer;
	display: block;
	font-size:14px;
	width:100px;
}
.button-block{

	color:white;
	border:1px solid #f8994e;
	padding:4px;
	border-radius:4px;
	background:#f88e3b;
	text-align:center;
    display: block;
    margin-bottom: 4px;
    padding: 4px 10px 4px 4px;
	width:100px;
    text-decoration: none;
    border-radius:5px;
}

.button-block:hover{
	background:#ff932e;	
	color:white;
}


.button{

    background: none repeat scroll 0 0 #3B3B3B;
    border-top: 1px solid #757575;
    color: white !important;
    display: block;
    margin-bottom: 4px;
    padding: 4px 10px 4px 4px;
    text-align: right;
    text-decoration: none;
    border-radius:5px;
}
.button-link{
	font-size:13px;
	text-align: right;
    display: block;
    padding: 4px 10px 4px 4px;
}

.button-link:hover{

	color:#757575;
}

.button-float{
	float:right;
	margin: 4px 9px;
	color:#eceef4;
	border:1px solid #5867a4;
	padding:4px;
	border-radius:4px;
	background:#46579a;
	z-index:99;
	cursor:pointer;
	display:block;
	font-size:13px;
	text-align:center !important;
	text-decoration:none !important;
}

.button-float:hover{
	background:#3f4e8a;	
	color:white;
}


.button-small{
	text-decoration:none;
	padding:4px;
	border:1px solid black;
	margin:4px;
	text-align:center;
	display:block;
	background:#3B3B3B;
	color:white;
	width:120px;

}

.button:hover{
	background:#757575;
	cursor:pointer;
}

.text-link{
	font-size:12px;
	font-family: Verdana !important;
}

/*
.button-yellow{

	padding:2px !important;

	border:0 !important;
	cursor:pointer !important;
	font-size: 100% !important;
	margin: 6px auto !important;
	
	background-color: #F2D16C !important;

    border-color: #F2D16C !important;


	-moz-transition: all 0.05s ease-in-out 0s !important;
    border: 1px solid transparent !important;
    border-radius: 0.3em 0.3em 0.3em 0.3em !important;
   box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4) !important;


    font-family: "helvetica neue",arial,sans-serif !important;
    font-weight: bold !important;


    padding: 0.45em 0.825em !important;
    text-align: center !important;    

    border: 0 none;

	display:block;
    color: #4F3400 !important;

    height: 18px !important;

    text-align: center;
    text-shadow: 0 2px 1px rgba(255, 255, 255, 0.4) !important;

	
}

a.button-yellow:hover{
    color: #604516 !important;

}
*/
.button-green {
    display: inline-block;
    background: #66ab04;
    -webkit-box-shadow: 0px 1px 0px 0px #82ba31 inset, 0px 0px 0px 4px #e6e6e6;
    -moz-box-shadow: 0px 1px 0px 0px #82ba31 inset, 0px 0px 0px 4px #e6e6e6;
    box-shadow: 0px 1px 0px 0px #82ba31 inset, 0px 0px 0px 4px #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 0px 1px 1px #497a03;
    padding: 6px 30px;
    border-color: #5b9904;
    border-width: 1px;
    border-style: solid;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.button-green:hover {
    background: #9bce00;
    -webkit-box-shadow: 0px 1px 0px 0px #add72e inset, 0px 0px 0px 4px #d5efab;
    -moz-box-shadow: 0px 1px 0px 0px #add72e inset, 0px 0px 0px 4px #d5efab;
    box-shadow: 0px 1px 0px 0px #add72e inset, 0px 0px 0px 4px #d5efab;
    text-shadow: 0px 1px 1px #698c00;
    border-color: #93c300;
}

.button-red {
    display: inline-block;
    background: #f5513c;
    -webkit-box-shadow: 0px 1px 0px 0px #ff8272 inset, 0px 0px 0px 4px #e6e6e6;
    -moz-box-shadow: 0px 1px 0px 0px #ff8272 inset, 0px 0px 0px 4px #e6e6e6;
    box-shadow: 0px 1px 0px 0px #ff8272 inset, 0px 0px 0px 4px #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0s 0;
    -moz-transition: all 0s 0;
    -o-transition: all 0s 0;
    transition: all 0s 0;
    text-shadow: 0px 1px 1px #9c3528;
    padding: 6px 30px;
    border-color: #ec513c;
    border-width: 1px;
    border-style: solid;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.button-red:hover {
    background: #ff6551;
    -webkit-box-shadow: 0px 0px 0px 4px #ffbfab;
    -moz-box-shadow: 0px 0px 0px 4px #ffbfab;
    box-shadow: 0px 0px 0px 4px #ffbfab;
    border-color: #ed5e4b;
    color: #ffffff;
}

.button-yellow {
    display: block;
    background: #ffc835;
    -webkit-box-shadow: 0px 1px 0px 0px #ffd564 inset, 0px 0px 0px 4px #e6e6e6;
    -moz-box-shadow: 0px 1px 0px 0px #ffd564 inset, 0px 0px 0px 4px #e6e6e6;
    box-shadow: 0px 1px 0px 0px #ffd564 inset, 0px 0px 0px 4px #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 0px 1px 0px #ffe6a5;
    padding: 6px 30px;
    border-color: #ebae3e;
    border-width: 1px;
    border-style: solid;
    font-family: Arial, Helvetica, Sans-serfi;
    font-size: 14px;
    color: #4f2f2f;
    font-weight: bold;
    margin: 6px auto !important;
    text-align: center;

}
.button-yellow:hover {
    background: #ffd200;
    -webkit-box-shadow: 0px 1px 0px 0px #ffe04f inset, 0px 0px 0px 4px #ffed99;
    -moz-box-shadow: 0px 1px 0px 0px #ffe04f inset, 0px 0px 0px 4px #ffed99;
    box-shadow: 0px 1px 0px 0px #ffe04f inset, 0px 0px 0px 4px #ffed99;
    border-color: #ffc835;
}

.button-yellow-small{
    display: inline-block;
    background: #ffc835;
    -webkit-box-shadow: 0px 1px 0px 0px #ffd564 inset, 0px 0px 0px 4px #e6e6e6;
    -moz-box-shadow: 0px 1px 0px 0px #ffd564 inset, 0px 0px 0px 4px #e6e6e6;
    box-shadow: 0px 1px 0px 0px #ffd564 inset, 0px 0px 0px 4px #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 0px 1px 0px #ffe6a5;
    padding: 6px 10px;
    border-color: #ebae3e;
    border-width: 1px;
    border-style: solid;
    font-family: Arial, Helvetica, Sans-serfi;
    font-size: 12px;
    color: #4f2f2f;
    font-weight: bold;
    max-width:100px;
    margin:5px !important;
    text-align: center;
}
.button-yellow-small:hover{
    color: #5E3D01 !important;
}

.button-icon{

	padding:3px !important;

	border:0 !important;
	cursor:pointer !important;
	font-size: 0.9em !important;
	margin: 6px auto !important;
	background:#E5E5E5;
	background-size:16px;

	color:#3C3D3C;
	border-radius:5px;
	-moz-transition: all 0.05s ease-in-out 0s !important;
    border: 1px solid #C6C6C6 !important;



    font-family: "helvetica neue",arial,sans-serif !important;

	background-position: 20% 50%;
    padding: 0.45em 0.3em !important;
    text-align: left !important;    
	padding-left:30px !important;
	max-width:80px;
    border: 0 none;
	font-size:11px;
	display:block;






	
}

/* Box elements */

.square-box-container{
	margin:0 auto;
	text-align:center;

}
.square-box-container:after{
    content:'';
    clear:both;
    display:block;
}


.list-box-auto{
 
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto;
    padding: 8px;
    padding-bottom:14px;
    position: relative;
    text-align: center;
	box-shadow: 0 0px 5px -2px rgba(34, 25, 25, 0.4);
	background-size:300px 1px;
}

.list-box-auto h1{
	padding-bottom:10px;
}

.list-box-auto .title{
	overflow:hidden;
	height:15px;
    font-size: 12px !important;
    margin: 0 auto !important;
    text-align: left;
    padding:0 !important;
    text-decoration:none;

}


.square-box-auto{
 
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto;
    padding: 8px;
    padding-bottom:14px;
    position: relative;
    text-align: center;
	box-shadow: 0 0px 5px -2px rgba(34, 25, 25, 0.4);
	background-size:300px 1px;
}

.square-box-auto h1{
	padding-bottom:10px;
}

.square-box-auto .title{
	overflow:hidden;
	height:15px;
    font-size: 12px !important;
    margin: 0 auto !important;
    text-align: left;
    padding:0 !important;
    text-decoration:none;

}

.square-box-auto .metaButtons{
	
	margin-bottom:10px;
	margin-top:15px;
	clear:both;
	overflow:hidden;

}

.square-box-auto .metaButtons a{
	display:inline-block;
	width:32px;
	height:32px;
	padding-left:2px;
	padding-right:2px;
	background-size:32px;
	
}
.square-box-auto .metaButtons a:nth-child(1n+1){
	border-right:1px solid #BFBFBF;
}

.square-box-auto .metaButtons a:last-child{
	border:0;
}

.square-box-auto .metaButtons a.text{
	width:65px;
	overflow:hidden;
	line-height:35px;
	border:0;
	padding-left:35px;
	text-align:left;
}


.image-box-auto{
    border: 1px solid #F4F4F4;
    border-radius: 2px;
    margin: 0 auto;
	text-align:left;
    padding-bottom:14px;
    position: relative;
    text-align: center;
	box-shadow: 1px 1px 2px 0 #D0D0D0;
	background-size:300px 1px;
	margin:10px;
	cursor:pointer;
}

.image-box-auto .image img{
	width:100%;
}
.image-box-auto .caption{
	padding-left:8px;
	padding-right:8px;
	font-size:12px;
	text-align:left;
}

.image-box-auto h3{
	text-transform:uppercase;
	margin:0;

	font-size: 13px !important;
    font-weight: bold;
}

.square-box-big{

	cursor:pointer;
	border:1px solid white;

	vertical-align: top;
    padding: 2px 0 0 0;
	margin-bottom:4px;
	background:white;

	position:relative;
	margin-left:4px;
	margin-right:4px;
	font-family: "Oxygen","Helvetica Neue",Helvetica,Arial,sans-serif;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	width:185px;
}

.square-box-big .stripe-title{
	position:absolute;
	font-size:11px;
	color:white;
	top:0;
	text-align:center;
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	left:0;
	background:#1F1F1F;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
}
.square-box-big:hover .stripe-title{

	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */	
}


.square-box-big .title{
	overflow:hidden;
	height:15px;
    font-size: 12px !important;
    margin: 0 auto !important;
    text-align: left;
    padding:0 !important;

}

.square-box-big:hover{
		border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

.square-box-big a{
	text-decoration:none;
}

.square-box-big .image{

	overflow:hidden;
	padding:5px;
	text-align:center;
	margin:0 auto;
}

.square-box-big .image img{
	width:210px;
}

.square-box-big .description{

	padding: 5px;
	font-size:12px;
	height:50px;
	overflow:hidden;
    margin: 5px auto;
	text-align:left;
    word-wrap: break-word;
	
}

.square-box-big .meta{
	font-size:13px;
	height:45px;
	overflow:hidden;
	background-color: #F2F0F0;
	padding: 5px;
	font-style:italic;

}

.square-box-big .meta p{
	margin:0 !important;
	padding:0 !important;
	height:22px;

	display:block;
	text-align:left;
}

.square-box-big .meta p.price{
	background:url('images/price.png') no-repeat right;
}

.square-box-big .meta p.where{
	background:url('images/place.png') no-repeat right;
}




/* Medium Box */


.square-box-medium{
	width: 160px;
	cursor:pointer;
	border:1px solid white;
	height:145px;
	padding:10px;
	margin-bottom:4px;
	background:white;
	border-radius:2px;
	position:relative;
	margin-left: 4px;
	margin-right: 4px;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}

.square-box-medium:nth-child(odd){
	margin-right:4px;
	margin-left:4px;
}

.square-box-medium:nth-child(even){
	margin-left:4px;
	margin-right:4px;
}

.square-box-medium h2{
	overflow:hidden;
	height:30px;
	margin: 5px !important;
}

.square-box-medium:hover{
	border:1px solid #939393;
}

.square-box-medium a{
	text-decoration:none;
}

.square-box-medium .stripe-title{
	position:absolute;
	font-size:11px;
	color:white;
	top:0;
	text-align:center;
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	left:0;
	background:#1F1F1F;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
}
.square-box-medium:hover .stripe-title{

	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */	
}

.square-box-medium .image{
	max-width:160px;
	overflow:hidden;
	height: 80px;
	text-align:center;
}

.square-box-medium .description{


    border-top:0;
    bottom: 0;

    color: gray;
    font-size: 10px;
    height: 50px;
    left: 0;

    overflow: hidden;
	padding-bottom: 5px;

    right: 0;
    width: 100%;

}

.square-box-medium .meta{
	font-size:10px;
	text-align:right;
	margin: 5px !important;
	overflow:hidden;
	word-spacing:4px;

}



/* Little square box */
.square-box{
	width:100px;
	cursor:pointer;
	border:1px solid gray;
	display:inline-block;
	height:110px;
	padding:5px;
	margin-bottom:4px;
	background:white;
	border-radius:1px;
	margin-left: 4px;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	text-align:center;
	position:relative;
}

.square-box h2{
	overflow:hidden;
	height:20px;
	margin: 5px !important;
	padding-top:0 !important;
}

.square-box a{
	text-decoration:none;
}

.square-box .title{
	text-align:center;
	font-weight: bold;
}

.square-box:hover{
	border-color:#939393;
}

.square-box .image{
	max-width:100px;
	overflow:hidden;
	height:80px;
}

.square-box .price{
	color: #247722;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;

}


.square-box .description{
	font-size:12px;
	height:30px;
	overflow:hidden;

}

.square-box .meta{
	font-size:10px;
	text-align:right;
	margin: 5px !important;
	overflow:hidden;
	word-spacing:4px;
	height:25px;
}

.square-box .stripe-title{
	position:absolute;
	font-size:11px;
	color:white;
	top:0;
	text-align:center;
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	left:0;
	background:#1F1F1F;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
}
.square-box:hover .stripe-title{

	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */	
}

/* Square Box Mobile */

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

	.square-box{
		margin:0 !important;
		margin-top:2px !important;
		margin-bottom:6px !important;
		width:78px !important;

		float:left;
	}
	

	
	.square-box-auto{
		width:device-width;
		margin:0;
		padding:0 !important;
		border:0 !important;
		border-radius:0px !important;
	}

	.square-box-big{
		width:100%;
		margin:0;
		border:1px solid #939393;
		margin-top:5px;
		border-left:0;
		border-right:0;
	}
	
	.square-box-big .image img{
		width:auto;
	}

	.square-box-medium{
		width:105px;
		padding:2px !important;
		margin:2px !important;
		border:1px solid #939393;
	}
}

/* Rect-box */
.rect-box:hover{
	border: 1px solid black !important;
}


.rect-box{
   background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;

    background-origin: padding-box;
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 100px 1px;
    border: 1px solid #F2F1F1;
   overflow:hidden;
    box-shadow: 2px 1px 2px -2px rgba(34, 25, 25, 0.4);
    cursor: pointer;
    display: inline-block;
    height: auto;

    margin-top: 2px;
    padding-bottom: 9px;
    width: 190px;

}

.rect-box h2{
	overflow:hidden;
	height:20px;
	margin: 5px !important;
}

.rect-box a{
	text-decoration:none;
}

.rect-box:hover{
	background-color:#F2F2F2;
}


.rect-box .image{
	max-width:75px;
	overflow:hidden;
	border-radius:50px;
	float:left;
	margin:2px;
}


.rect-box .description{
	font-size:11px;
	min-height:76px;
	overflow:hidden;
	margin-bottom:5px;
	text-align:left;
	margin-left:6px;
}

.rect-box .meta{
	font-size:10px;
	text-align:left;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
	margin-top:3px;
	word-spacing:2px;
	background-color:#F2F0F0;
	height:14px;
}




.rect-box-auto{
	width:auto;
	cursor:pointer;
	border:1px solid #F2F1F1;
	display:inline-block;
	height:auto;
	position:relative;
	margin-top:2px;
	margin-bottom:4px;
	background:white;
	border-radius:1px;
	box-shadow: 2px 1px 2px -2px rgba(34, 25, 25, 0.4);
}

.rect-box-auto a{
	text-decoration:none;
}


.rect-box-auto .stripe-title{
	position:absolute;
	font-size:120%;
	color:white;
	top:25%;
	text-align:center;
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
		
	background:#757575;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
}
.rect-box-auto:hover .stripe-title{

	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */	
}


.rect-box-auto:hover{
	border-color:#939393;
}

.rect-box-auto .image{
	width:auto;
	overflow:hidden;

	margin:2px;
}

/* Rect Box Mobile */

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

	.rect-box{
		margin:0 !important;
		margin-bottom:2px !important;
		width:148px !important;
	}
	
	.rect-box .meta{
		font-size:10px;
		height:auto;
	}

}
.circle-box-auto{
	margin:4px;
}
.circle-box-auto .image img{

	border-radius:100px;

}



/* Messages */
.info, .success, .warning, .error {
	margin-bottom:6px;
	border: 1px solid;
	padding:10px;
	border-radius:2px;
	font-weight: normal;
	margin-left:4px;
	margin-right:4px;
	font-size: 12px !important;
	margin-top:4px;
	text-align:justify;
	font-family: Verdana;
}

.info a, .success a, .warning a, .error a {
	text-decoration:none;
	font-weight:bold;
}

.info a:hover, .success a:hover, .warning a:hover, .error a:hover {
	text-decoration:none !important;
}

.info, .info a {
	color: #555555;
	border-color:#adc7e7;
	background-color: #c8d9ef;



}
.success, .success a {
	color: #4F8A10;
	background-color: #DFF2BF;

}
.warning, .warning a {
	color: #424242;
	background-color: #ffe066;
	border-color: #FF9900;
}
.error, .error a {
	color: #D8000C;
	background-color: #FFBABA;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	.desktop{
		display:none;
	}
	
	.tablet{
		display:none;
	}
}

@media screen and (min-device-width : 480px) {
	.phone{
		display:none;
	}

}


#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


.modal-window {
		 width: 600px;
	padding: 30px; 
		display:none;

		z-index:0;
    
     background: #FFF;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        
     box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
     -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
       
}

#menu ul {
    text-align: center;
	width:670px;
    padding: 4px;
    list-style-type: none;
    text-transform:uppercase;
    font-weight:bold;
    font-family:Dosis;
}

.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#46579A;
	 border-radius:5px;
     border-radius:5px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 7px 15px;
    color:#fff;
}
.nav a:hover {
	color:gray;

}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;

}

.nav ul li li{
    font-size:13.5px;
    height:32px;

}

.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background:#222C51;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
}
.nav li li li a {
    background:#313F75;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}


.arrowBack a {
	position: fixed;
	z-index: 100;
	left: -5px;
	top: 30%;
	padding: 15px 10px;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
 
.arrowBack a:hover {
	left: 0;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	color: #fff;
}

.arrowLeft a {
	position: fixed;
	z-index: 100;
	left: -5px;
	top: 45%;
	padding: 15px 10px;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
 
.arrowLeft a:hover {
	left: 0;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	color: #fff;
}
 
.arrowRight a {
	position: fixed;
	z-index: 100;
	right: -5px;
	top: 45%;
	padding: 15px 10px;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
 
.arrowRight a:hover {
	right: 0;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	color: #fff;
}
 
.arrowNav a {
	background: #225773;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

