* { padding: 0; margin: 0; }
input, select { outline: none; box-sizing: content-box; }
img { outline: 0; border: 0; }

.clear-fix, #articles ul.articles-list:after { width: 100%; display: block; clear: both; height: 0; }
#articles ul.articles-list:after { content: ''; }

.align_left {
	float: left; 
	margin: 0 15px 10px 0; 
}

.align_right {
	float: right; 
	margin: 0 0 10px 15px; 
}

.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto; 
}

body
	{
	background: #FFF;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 80px 0 0 0;
	}
	
#banner_top
	{
	background: #f6f6f6;
	/* height: 120px; */
	/* width: 980px; */
	margin: 0px auto 0 auto;
	position: relative;
	top: -80px;
	clear: both;
	/* text-align: center; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	}
	
#facebook-box
	{
	position: fixed;
	width: 290px;
	height: 300px;
	background: white;
	left: -295px;
	top: 33%;
	z-index: 21;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	border-right: 3px solid #6379b5;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 4px 0;
	}
	
#facebook-box .hand
	{
	background: #596EAD url('../images/layout/fb-vert.jpg') no-repeat;
	width: 30px;
	height: 130px;
	position: absolute;
	right: -33px;
	top: 0;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	}

#facebook-box.visible
    {
    left: 0;
    }
	
#menu
	{
	height: 80px;
	width: 980px;
	margin: 0px auto 0 auto;
	background: #FFF;
	position: relative;
	top: -80px;
	clear: both;
	}
	
nav
	{
	float: left;
	}

nav li, nav li a
	{
	display: inline-block;
	height: 80px;
	line-height: 80px;
	color: #515151;
	font-size: 13px;
	text-decoration: none;
	background: #FFF;
	float: left;
	}
	
nav li a
	{
	padding: 0 15px;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}
	
nav li a:hover, nav li a.choosen
	{
	background: #9dde82;
	color: #FFF;
	text-shadow: -1px -1px rgba(0,0,0,0.1);
	}
	
#search
	{
	direction: rtl;
	float: right;
	margin: 20px 0 0 0;
	}
		
#search input[type=text]
	{
	margin: 0 0px 0 0 !important;
	width: 168px !important;
	padding: 0 42px 0 10px !important;
	font-size: 12px !important;
	font-weight: normal !important;
	direction: ltr;
	}
	
#search input[type=image]
	{
	float: left;
	margin: 0 0 0 -38px;
	}
		
header
	{
	background: #aae291;
	background-image: url('../images/layout/city-up.png'), url('../images/layout/city-up-green.png'), url('../images/layout/globe-up2.png'); 
	background-position: bottom center;
	background-repeat: repeat-x;
	/* height: 282px; */
	height: 182px;
	}
	
header hgroup
	{
	width: 980px;
	margin: 0 auto;
	}

header h1
	{
	/*margin: 20px 0 0 0;*/
	margin: -22px 0 0 0;
	}
	
header h1, header h1 a
	{
	float: left;
	width: 247px;
	height: 49px;
	}
	
header h1 a
	{
	display: block;
	background: url('../images/layout/logo.png') no-repeat;
	overflow: hidden;
	text-indent: -999px;
	}
	
header h2
	{
	float: right;
	color: #FFF;
	font-size: 36px;
	margin: -36px 0 0 0;
	}
	
header h2 a
	{
	float: right;
	color: #FFF;
	font-size: 36px;
	
	}
	
header h2 span
	{
	display: block;
	color: #64a548;
	font-size: 30px;
	margin: -6px 0 0 0;
	}
	
header p
	{
	float: right;
	color: #FFF;
	font-size: 36px;
	margin: -36px 0 0 0;
	}
	
header p a
	{
	float: right;
	color: #FFF;
	font-size: 36px;
	
	}
	
header p span
	{
	display: block;
	color: #64a548;
	font-size: 30px;
	margin: -6px 0 0 0;
	}
	
.socialIcons {
    position: relative;
    right: -300px;
    margin: 100px auto 0 auto;
    width: 124px;
    clear: right;
}
.socialIcons li {
    list-style-type: none;
    display: block;
    float: left;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.socialIcons li + li {
    margin-left: 2px;
}
.socialIcons li:hover {
    opacity: 1;
}
.socialIcons a {
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
}
.socialIcons .fb {
    background: url('../images/layout/icon-facebook.png') transparent no-repeat;
}
.socialIcons .gplus {
    background: url('../images/layout/icon-googleplus.png') transparent no-repeat;
}
.socialIcons .rss {
    background: url('../images/layout/icon-rss.png') transparent no-repeat;
}

.twitter-share-button {
	margin: 0 0 -3px 0;
}
#___plusone_0 {
	position: relative;
	bottom: -5px;
}

#siteMap {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 25px 0;
	font-size: 12px;
}
#siteMap li {
	list-style-type: none;
	margin-top: 6px;
}
#siteMap a {
	color: #57724B;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.05) 1px 1px 0;
}
#siteMap a:hover {
	text-decoration: underline;
}
#siteMap li ul {
	margin: 0 0 0 30px;
}
	
#articles
	{
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 25px 0;
	}
	
#articles ul.articles-list
	{
	width: 690px;
	float: left;
	}

#articles ul.articles-list.wide
	{
	width: 980px;
	float: left;
	}
	
#articles aside, #about-main aside
	{
	float: right;
	width: 250px;
	}
	
#articles ul.articles-list li
	{
	float: left;
	width: 220px;
	margin: 0 15px 15px 0;
	list-style: none;
	}

#articles ul.articles-list:not(.wide) li:nth-child(3n)
	{
	margin-right: 0;
	}
#articles ul.articles-list.wide li:nth-child(4n)
	{
	margin-right: 0;
	}
	
#articles ul.articles-list a
	{
	background: #FFF;
	border-radius: 4px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	display: block;
	width: 220px;
	height: 272px;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}
	
#articles ul.articles-list a:hover
	{
	background: #666;
	}

#articles ul.articles-list a:hover h4
	{
	color: #FFF;
	}
	
#articles ul.articles-list a img
	{
	display: block;
	height: 124px;
	width: 220px;
	}
	
#articles ul.articles-list h4
	{
	color: #515151;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 20px;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}
	
#articles ul.articles-list p
	{
	font-size: 11px;
	color: #acacac;
	line-height: 18px;
	padding: 0 20px 20px 20px;
	}

	
hr.section-divide
	{
	width: 100%;
	clear: both;
	display: block;
	border: 0;
	height: 1px;
	background: #E3E3E3;
	}
	
#articles aside .wrapper
    {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    height: 335px;
    overflow: hidden;
    }

#articles aside li, .trips li
	{
	list-style: none;
	}

#articles aside li:first-child {
    -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}

#articles aside li a, .trips li a
	{
	background: #FFF;
	overflow: hidden;
	height: 36px;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 20px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	text-decoration: none;
	}
	
#articles aside strong, .sum h3, .trips li a strong
	{
	float: right;
	color: #cc3faa;
	font-size: 36px;
	max-width: 82px;
	margin: 0px 0 0 0;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}

#articles aside a:hover, .trips li a:hover
	{
	background: #f8f8f8; 
	}
	
#articles aside a:hover strong, .trips li a:hover strong
	{
	opacity: 0.5;
	}
	
#articles aside li a:hover h5, .trips li a:hover h5
	{
	color: #81b168;
	}
	
#articles aside li a
	{
	text-decoration: none;
	}
	
#articles aside h5, .trips li a h5
	{
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 3px 0 0 0;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}
	
#articles aside small
	{
	color: #9e9e9e;
	font-size: 12px;
	float: left;
	clear: left;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}
	
#articles aside li a:hover small
	{
	color: #ccc;
	}

#articles aside h4, #articles aside .moveDown
    {
    display: block;
    min-height: 48px;
    background: #75a85e;
    border-radius: 4px 4px 0 0;
    line-height: 48px;
    color: #FFF;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
    font-size: 14px;
    padding: 0 0 0 20px;
    background-image: linear-gradient(top, #81b168 0%, #699f55 100%);
    background-image: -o-linear-gradient(top, #81b168 0%, #699f55 100%);
    background-image: -moz-linear-gradient(top, #81b168 0%, #699f55 100%);
    background-image: -webkit-linear-gradient(top, #81b168 0%, #699f55 100%);
    background-image: -ms-linear-gradient(top, #81b168 0%, #699f55 100%);
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    }
    
#articles aside .moveDown
    {
    border-radius: 0 0 4px 4px;
    min-height: 20px;
    height: 20px;
    cursor: pointer;
    background: url('../images/layout/arrows-triple-down.png') no-repeat center center, #81b168;
    background: url('../images/layout/arrows-triple-down.png') no-repeat center center, linear-gradient(bottom, #81b168 0%, #699f55 100%);
    background: url('../images/layout/arrows-triple-down.png') no-repeat center center, -o-linear-gradient(bottom, #81b168 0%, #699f55 100%);
    background: url('../images/layout/arrows-triple-down.png') no-repeat center center, -moz-linear-gradient(bottom, #81b168 0%, #699f55 100%);
    background: url('../images/layout/arrows-triple-down.png') no-repeat center center, -webkit-linear-gradient(bottom, #81b168 0%, #699f55 100%);
    background: url('../images/layout/arrows-triple-down.png') no-repeat center center, -ms-linear-gradient(bottom, #81b168 0%, #699f55 100%);
    -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    }
#articles aside .moveDown.hidden {
    min-height: 0;
    height: 0;
    opacity: 0;
}

#articles aside .moveUp {
    cursor: pointer;
    height: 20px;
    display: block;
    background: url('../images/layout/arrows-triple-up.png') transparent no-repeat center center;
    margin: -10px 0 0 -20px;
    -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}

#articles aside .moveUp.hidden {
    opacity: 0;
    margin-top: -20px;
}
	
#about-main
	{
	width: 980px;
	padding: 40px 45px;
	margin: 0 auto;
	background: url('../images/layout/map.png') no-repeat top center;
	overflow: hidden;
	}
	
#about-main article
	{
	width: 690px;
	float: left;
	line-height: 24px;
	}

#about-main hgroup
	{
	font-size: 48px;
	text-align: center;
	margin: 0 0 40px 0;
	line-height: 52px;
	}
	
#about-main hgroup h2
	{
	color: #9e9e9e;
	font-weight: normal;
	}
	
#about-main hgroup h3
	{
	color: #cc3faa;
	font-weight: bold;
	}	
	
#about-main hgroup + p
	{
	text-align: center;
	padding: 0 20px;
	margin: 0 0 40px 0;
	}

#about-main article ul
	{
	overflow: hidden;
	}
	
#about-main article li
	{
	width: 328px;
	height: 200px;
	margin: 0 32px 0 0;
	float: left;
	list-style: none;
	}
	
#about-main article li:nth-child(2n)
	{
	margin: 0;
	}

#about-main article li .icon
	{
	width: 126px;
	height: 126px;
	border-radius: 126px;
	float: left;
	background: #a3df88;
	background: -moz-radial-gradient(center, ellipse cover, rgba(182,230,161,1) 0%, rgba(151,219,121,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(182,230,161,1)), color-stop(100%,rgba(151,219,121,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(182,230,161,1) 0%,rgba(151,219,121,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(182,230,161,1) 0%,rgba(151,219,121,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(182,230,161,1) 0%,rgba(151,219,121,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(182,230,161,1) 0%,rgba(151,219,121,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e6a1', endColorstr='#97db79',GradientType=1 );
	margin: 0 15px 20px 0;
	}
	
#about-main article li p
	{
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	}
	
#about-main article li h4
	{
	font-size: 22px;
	color: #a0568e;
	margin-bottom: 20px;
	}
#about-main article li a 
	{
	text-decoration: none;
	}
#about-main article li:hover .icon
	{
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}

.ad-250x250
	{
	width: 250px;
	height: 250px;
	background: #f2f2f2;
	}
	
#contact-main
	{
	clear: both;
	background: #aae291;
	background-image: url('../images/layout/city-down.png'), url('../images/layout/globe-down2.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	padding: 65px 0px 0 0;
	height: 200px;
	}
	
#contact-main div
	{
	width: 980px;
	margin: 0 auto;
	}
	
#contact-main h4
	{
	color: #FFF;
	font-size: 36px;
	margin: 0 0 30px 0;
	}
	
#contact-main p
	{
	width: 380px;
	color: #57724b;
	line-height: 20px;
	text-shadow: 1px 1px rgba(255,255,255,0.4);
	}
	
#contact-main p .mail
	{
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
	text-decoration: none;
	display: inline-block;
	padding: 1px 6px;
	background: #3e5634;
	border-radius: 4px;
	}
	
footer
	{
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 100px 0;
	position: relative;
	color: #9b9b9b;
	}

footer a {
    color: inherit;
}
	
footer .silky-logo
	{
	position: absolute;
	width: 226px;
	height: 122px;
	left: 50%;
	margin: 0 0 0 -113px;
	background: url('../images/layout/silky-logo.png') no-repeat;
	overflow: hidden;
	text-indent: -999px;
	top: -40px;
	}
	
/* article page */

.breadcrumbs
	{
	width: 690px;
	margin: 0 0 5px -5px;
	font-size: 11px;
	color: #666666;
	}
	
.breadcrumbs a, .breadcrumbs a:last-child
	{
	text-decoration: none;
	color: #666666;
	margin: 0 5px;
	}
	
.breadcrumbs a:hover
	{
	text-decoration: underline;
	}
	
.breadcrumbs a:last-child
	{
	color: #cccccc;
	font-size: 11px;
	}

#articles.standalone
	{
	padding-top: 0;
	}

#articles article
	{
	float: left;
	width: 690px;
	padding: 0 0px;
	line-height: 24px;
	font-size: 13px;
	}
	
#articles article #text
	{
	padding: 0 20px;
	}
	
#articles article #text h2, #months h2, #articles-main-list h2, #articles > h2, #siteMap > h2
	{
	width: 690px;
	margin: 0 0 0 -20px;
	font-size: 36px;
	line-height: 32px;
	font-weight: normal;
	color: #cc3faa;
	margin-bottom: 40px;
	}
#articles > h2 {
    padding: 0 20px;
}
	
#articles article .lead-image
	{
	width: 690px;
	height: 320px;
	display: block;
	margin: 0 0 10px -20px;
	}
/*
#articles a 
	{ 
	color: #000000;
	}
*/
#articles article .imageDescription 
	{
	margin: 0 0 40px 0;
	display: block;
	color: #CACACA;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	}

#articles article .imageDescription a
	{
	color: #B6B6B6;
	}

#articles article .imageDescription a:hover
	{
	color: #8F8F8F;
	}
	
#articles article p
	{
	margin: 0 0 30px 0;
	}
	
#articles article ul.articles-list
	{
	margin: 0 0 40px 0px;
	}

#articles article .social-networks
	{
	padding: 20px;
	border-bottom: 1px solid #e3e3e3;
	}

article #text
	{
	border-bottom: 1px solid #e3e3e3;
	}

.author {
	display: block;
	text-align: right;
	font-style: italic;
	color: #8E8E8E;
	margin: 0 0 30px 0;
}

#articles article .related-articles
	{
	padding: 40px 0;
	}
	
#articles article #text h3
	{
	font-size: 24px;
	color: #4070c5;
	margin-bottom: 30px;
	}

#articles article #text h3, #articles article #text h4
	{
	padding: 20px 0 0 0;
	}

#articles article #text h4
	{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	}
	
#articles article .related-articles h2
	{
	color: #666;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
	}
	
#articles .small-search
	{
	padding: 105px 0 0 0;
	}
	
#articles .small-search ul
	{
	box-shadow: none;
	}
	
#articles .small-search ul span, .trips li a span
	{
	display: block;
	color: #cacaca;
	float: left;
	}

#articles .small-search ul a
	{
	height: auto !important;
	line-height: 18px;
	}
	
#articles .small-search ul strong
	{
	margin-bottom: 5px;
	}

.fb-comments {
    margin-top: 20px;
}

.small-search fieldset 
	{
	padding: 20px;
	margin: 0 1px 0px 1px;
	border: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	position: relative;
	z-index: 3;
	background: #f8f8f8;
	}
	
.small-search fieldset:before
	{
	left: 2px;
	width: 244px;
	height: 2px;
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}

.small-search fieldset label
	{
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	}

.small-search fieldset .date-input
	{
	float: right;
	margin: 0 0 10px 0;
	position: relative;
	z-index: 4;
	}

.small-search fieldset li
	{
	clear: both;
	}

.small-search .calendarIcon 
	{
	margin: 11px -27px 0 0;
	position: relative;
	z-index: 5;
	float: right;
	}
	
.small-search .submit
	{
	width: 206px;
	}
	
/* months */

.one-column
	{
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	}

#months .breadcrumbs
	{
	margin: 0 0 20px 0 !important;
	}

#months .place > p {
	margin: 20px 0 10px 0;
	line-height: 20px;
}
#months .place > p + p {
	margin-top: 10px;
}
	
.months-pick
	{
	background: #f3f3f3;
	width: 950px;
	overflow: hidden;
	border-radius: 4px;
	padding: 0 15px;
	margin: 0 0 20px 0;
	}
	
.months-pick li
	{
	float: left;
	list-style: none;
	}
	
.months-pick li a
	{
	float: left;
	height: 50px;
	padding: 0 15px;
	line-height: 50px;
	color: #999999;
	text-shadow: 1px 1px rgba(255,255,255,0.9);
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}
	
.months-pick li a.selected, .months-pick li a:hover
	{
	color: #555;
	}
	
#months .trips
	{
	width: 300px;
	margin: 0 40px 20px 0;
	float: left;
	}
	
#months .trips:nth-child(4n)
	{
	margin-right: 0;
	}
	
#months .map
	{
	width: 980px;
	height: 350px;
	background: #cacaca;
	clear: both;
	margin-bottom: 70px;
	}
	
.trips li a h5
	{
	width: 150px;
	}
	
#months h2
	{
	margin: 0 0 20px 0;;
	}
	
/* articles lists */

#articles-main-list h2
	{
	margin: 0 0 30px 0;
	
	}
	
#articles-main-list .top-list
	{
	padding: 0 0 40px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #e5e5e5;
	}
	
#articles-main-list .small-list, #articles .small-list
	{
	width: 300px;
	float: left;
	margin: 0 40px 0 0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	
#articles-main-list .small-list h3, #articles-main-list .small-list .more, #articles .small-list h3
	{
	height: 38px;
	color: #FFF;
	background: #bcbcbc;
	padding: 0 20px;
	line-height: 38px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	font-size: 14px;
	}
	
#articles-main-list .small-list.hot h3, #articles-main-list .small-list .more, #articles .small-list.hot h3
	{
	background: #86b958;
	}
	
#articles-main-list .small-list:nth-child(3n)/*, #articles .small-list:nth-child(3n)*/
	{
	margin: 0;
	}

.small-list li 
	{
	list-style: none;
	display: block;
	}
	
.small-list li:last-child a
	{
	border: 0;
	}
	
.small-list li a
	{
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 11px 20px;
	text-decoration: none;
	color: #515151;
	background: #FFF;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}
	
.small-list li a:hover
	{
	color: #cacaca;
	background: #f8f8f8;
	}

#articles-main-list .category-artices .small-list
	{
	box-shadow: none;
	overflow: visible;
	margin-bottom: 30px;
	}

#articles-main-list .category-artices .small-list:nth-child(3n+1) 
	{
	clear: left;
	}
	
#articles-main-list .category-artices .small-list ul
	{
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 3;
	}
	
#articles-main-list .category-artices .small-list li:first-child a
	{
	border-radius: 4px 0 0 0;
	}

#articles-main-list .category-artices .small-list h3
	{
	color: #666666;
	font-weight: bold;
	font-size: 24px;
	background: none;
	padding: 0;
	text-shadow: none;
	margin: 0 0 15px 0;
	height: auto !important;
	}

#articles-main-list .category-artices .small-list a:not(.more)
	{
	padding: 20px 20px 0 0;
	overflow: hidden;
	min-height: 50px;
	font-weight: bold;
	}
	
#articles-main-list .category-artices .small-list img
	{
	float: left;
	margin: -20px 20px 0 0;
	width: 70px;
	height: 70px;
	}
	
#articles-main-list .small-list .more
	{
	text-decoration: none;
	display: block;
	text-align: right;
	font-size: 11px;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}
	
#articles-main-list .small-list .more:hover
	{
	background: #cacaca;
	}

#articles aside .small-list {
	margin-top: 25px;
	width: 250px;
}

/* contact */

.contact-group, .link-group
	{
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 0;
	}
	
#airlines-contact
	{
	margin-bottom: 40px;
	}
	
.contact-group h3, .link-group h3
	{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	}

#site-contact
	{
	padding-top: 0;
	overflow: hidden;
	font-size: 13px;
	line-height: 24px;
	}
	
#site-contact #about 
	{
	float: right;
	width: 600px;
	line-height: 24px;
	font-size: 13px;
	}

#site-contact #about p
	{
	margin-bottom: 30px;
	}

.contact-group ul, .link-group ul
	{
	overflow: hidden;
	}
	
.contact-group li, .link-group li
	{
	list-style: none;
	width: 204px;
	height: 100px;
	padding: 20px 20px;
	float: left;
	line-height: 20px;
	}
	
.contact-group li a, .link-group li a
	{
	color: #4070c5;
	}
		
.contact-group li h4, .contact-group li span
	{
	display: block;
	}

.contact-group li small
	{
	color: #999;
	font-size: 12px;
	}

#site-contact ul
	{
	float: left;
	padding: 30px 0 0 80px;
	width: 210px;
	}

#site-contact ul li
	{
	float: none;
	height: auto;
	padding: 5px 0;
	font-size: 14px;
	
	}
	
#site-contact h4
	{
	font-size: 18px;
	}

/* date picker */
#ui-datepicker-div {
	width: 220px;
	background: #fdfdfd;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	margin: 0 0 0 -55px;
	padding: 4px;
	display: none;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 9999 !important;
}
#ui-datepicker-div:before, #ui-datepicker-div:after {
	display: block;
	position: absolute;
}
/*#ui-datepicker-div:before {
	content: url('../images/layout/arrow-up.png');
	width: 12px;
	height: 6px;
	top: -6px;
	left: 50%;
	margin: 0 0 0 -6px;
}*/
#ui-datepicker-div:after {

}
.ui-datepicker-header {
	margin: -5px -5px 0 -5px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	height: 36px;
	background: rgb(39,40,37);
	background: -moz-linear-gradient(top,  rgba(39,40,37,1) 0%, rgba(14,14,13,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,40,37,1)), color-stop(100%,rgba(14,14,13,1)));
	background: -webkit-linear-gradient(top,  rgba(39,40,37,1) 0%,rgba(14,14,13,1) 100%);
	background: -o-linear-gradient(top,  rgba(39,40,37,1) 0%,rgba(14,14,13,1) 100%);
	background: -ms-linear-gradient(top,  rgba(39,40,37,1) 0%,rgba(14,14,13,1) 100%); 
	background: linear-gradient(top,  rgba(39,40,37,1) 0%,rgba(14,14,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272825', endColorstr='#0e0e0d',GradientType=0 ); 
}
.ui-datepicker-prev, .ui-datepicker-next {
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	margin: 3px 0 0 0;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
	opacity: 0.8;
}
.ui-datepicker-prev {
	background: url('../images/layout/arrow-left.png') transparent no-repeat center center;
	float: left;
	margin-left: 10px;
}
.ui-datepicker-next {
	background: url('../images/layout/arrow-right.png') transparent no-repeat center center;
	float: right;
	margin-right: 10px;
}
.ui-datepicker-title {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}
.ui-datepicker-calendar {
	width: 100%;
	margin: 5px 0 0 0;
	border-spacing: 0;
    border-collapse: collapse;
}
.ui-datepicker-calendar th {
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
	padding: 2px 0 7px 0;
}
.ui-datepicker-calendar td {
	padding: 8px 6px;
	border: 1px solid #efefef;
	text-align: center;
	cursor: pointer;
}
.ui-datepicker-calendar td:hover, .ui-datepicker-current-day {
	background: url('../images/layout/dateSelection.png') #fdfdfd no-repeat center center;
}
.ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
	background: none;
	cursor: auto;
}
.ui-datepicker-calendar td a {
	color: #7a7a7a;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}
.ui-datepicker-other-month {
	color: #ddd;
	font-weight: bold;
}

/* form sliders */

.slider 
	{
	float: left;
	}

.slider label
	{
	font-size: 12px;
	color: #bbbbbb;
	float: left;
	margin: 0 5px 10px 0;
	}

.slider input[type=text]
	{
	float: left;
	border: 0px !important;
	background: none !important;
	color: #515151 !important;
	font-weight: bold;
	font-size: 12px !important;
	font-family: Helvetica, Arial, sans-serif;
	width: 80px !important;
	padding: 0 !important;
	height: auto !important;
	box-shadow: none !important;
	margin: 0 !important;
	line-height: 0px !important;
	}
	
#narrow .slider
	{
	width: 210px;
	}
	
#narrow .sliders
	{
	float: right;
	margin: 0 -15px 0 0;
	}
	
#narrow .slider .slider-holder
	{
	width: 180px;
	}

.slider .slider-holder
	{
	height: 6px;
	background: #cacaca url('../images/layout/slider-body.png') top left repeat-x;
	border-radius: 6px;
	clear: both;
	position: relative;
	}
	
.slider .slider-holder .handle
	{
	width: 13px;
	height: 13px;
	background: url('../images/layout/slider-handle.png') no-repeat;
	position: absolute;
	top: -3px;
	z-index: 3;
	cursor: pointer;
	}

.slider .slider-holder .handle:first-child
	{
	left: 0;
	}

.slider .slider-holder .handle:last-child
	{
	right: 0;
	}
	
.slider .slider-holder .progress
	{
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border-radius: 6px;
	background: #88bd72 url('../images/layout/slider-body.png') bottom left repeat-x;
	}

#second-tab .slider
	{
	width: 380px;
	float: left;
	margin: 0 0 20px 0;
	}

#second-tab .slider.last
	{
	width: 380px;
	float: right;
	}
	
#second-tab .select-holder
	{
	width: 210px;
	}
	
#second-tab #starting-airport
	{
	width: 230px;
	}

#starting-airport + span.customStyleSelectBox
	{
	width: 180px;
	}

.destination label, .destination .check
	{
	float: left;
	padding: 0 30px 0 0;
	line-height: 44px;
	}
	
.destination label:first-child
	{
	margin-right: 0 !important;
	margin-left: 20px !important;
	width: 80px !important;
	}

.destination input[type=text]
	{
	float: right !important;
	padding-left: 10px !important;
	display: inline;
	float: none !important;
	margin-left: 20px !important;
	}

#table-results.second-tab th
	{
	padding: 0 20px;
	}
	
#table-results.second-tab td
	{
	vertical-align: middle !important;
	text-align: left;
	padding: 10px 0px 10px 20px;
	}

#table-results.second-tab td.sum h3
	{
	text-align: left;
	margin: 0;
	}


/* links */

.link-group 
	{
	width: 430px;
	padding: 0 20px 40px 20px;
	float: left;
	border: 0;
	}

.link-group h3
	{
	margin: 0 0 40px 0;
	}
	
.link-group li
	{
	padding: 0;
	width: 470px;
	height: auto;
	overflow: hidden;
	margin: 0 0 20px 0;
	}

.link-group li a
	{
	float: left;
	width: 150px;
	margin: 0 20px 0 0;
	text-decoration: none;
	font-size: 14px;
	}
	
.link-group li h4
	{
	margin: 0 0 -4px 0;
	text-decoration: underline;
	line-height: 16px;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}
	
.link-group li:hover h4
	{
	color: #c3c3c3;
	text-decoration: none;
	}
	
.link-group li a small
	{
	color: #999;
	text-decoration: none;
	font-size: 11px;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}
	
.link-group li a:hover small
	{
	color: #4070C5;
	text-decoration: underline;
	}

.link-group li p
	{
	float: left;
	width: 260px;
	line-height: 16px;
	font-size: 11px;
	}

/* arrows */

a.arrow
	{
	display: inline-block;
	padding: 2px 5px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0 5px 0 5px;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}
	
a.arrow.before
	{
	background: #e9b799;
	}
	
a.arrow.next
	{
	background: #92c77c;
	}
	
a.arrow:hover
	{
	background: #cacaca;
	}
	
/* custom page */
#articles article.custom 
	{
	width: 940px;
	}
.customContent
	{
	width: 500px;
	float: left;
	}
.customForm
	{
	width: 360px;
	float: right;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #DEDEDE;
	}
.customForm label
	{
	float: left;
	height: 40px;
	line-height: 40px;
	clear: left;
	font-size: 12px;
	width: 180px;
	margin: 0 0 15px 0;
	overflow: hidden;
	}
.customForm input[type=text], .customForm input[type=checkbox]
	{
	float: right;
	clear: right;
	margin: 0 0 15px 0;
	}
.customForm input[type=text] 
	{
	padding: 0 10px;
	}
.customForm input[type=checkbox]
	{
	float: left;
	margin-top: 12px;
	margin-right: 12px;
	margin-left: 12px;
	}
.customForm input[type=submit] 
	{
	clear: both;
	display: block;
	width: 178px !important;
	}
a.greylink {
	background: #b3b3b3;
	font-weight: bold;
	color: white !important;
	text-decoration: none !important;
	float: left;
	padding: 2px 5px;
	border-radius: 4px;
	margin-right: 5px;
	margin-top: 3px;
	font-style: normal;
}
/*new  page*/
.halvin{ float:right; color:#87888a; font-size:19px; line-height:42px;}
.halvin .price{color:#aa2b75; font-size:40px;}
.halvin .symbol{color:#aa2b75; font-size:35px;}
.imageText{ margin: 0 0 35px;}
.top-listBar{ margin-bottom:30px}
.sideImage{ float:left; color:#87888a; font-size:11px; margin-right:15px; width:331px; font-weight:bold}
.textImage{ float:left; font-size:12px; width:620px; line-height:24px}
.small-listGray li a{color:#87888a !important; font-size:13px;}
.titleh3 h3{ color:#87888a !important; text-shadow:none !important; background:#E2E3E4 !important}
.titleh3White h3{text-shadow:none !important}
.calendar{ background:url('/images/layout/backCalendar.png'); width:300px; height:302px; position:relative; padding-right:14px; float:left; margin-right:19px; margin-bottom:20px}
.calendarNotMargin{ margin-right:0px !important}
.barGreen{background:url('/images/layout/backGreen.png'); color:#FFF; position:absolute; top: 13px; left:-8px; width:160px; height:42px; padding-right:16px;}
.barGreen .month{ float:right; font-weight:bold; line-height:33px; font-size:15px; font-family:Verdana, Geneva, sans-serif }
.violetText{ float:right; color:#aa2b75; font-size:12px; margin-top:19px;   }
.violetText .bigText{ font-size:16px; font-weight:bold}
.grayText{ float:right; color:#87888a; font-size:10px; }
.grayText .bigText{ font-size:10px; font-weight:bold}
.alignRight{ float:right; width:108px;}
.contentItemCalendar{ padding-left:12px; padding-top:19px; clear:both }
.btnDay{ background:#F2F2F3; border-radius:5px; padding:5px; padding-top:3px;  width:25px; height:24px; color:#87888a; float:left; margin-left:6px; box-shadow:1px 1px 1px #D8D8D8; margin-bottom:6px; text-align:right; text-decoration:none; font-size:10px;  }
.btnDay.active{background:#A4CD8B; color:#FFF;}
.yearbarGreen{ background:url('/images/layout/year2013.png'); float:left; margin-left:14px; width:10px; height:27px; margin-top:4px;   }
.yearbarGreen2013{ background:url('/images/layout/year2013.png'); float:left; margin-left:14px; width:10px; height:27px; margin-top:4px;   }
.yearbarGreen2014{ background:url('/images/layout/year2014.png'); float:left; margin-left:14px; width:10px; height:27px; margin-top:4px;   }
.btnDayNotBack{ background:none; box-shadow:none}
.contentBarc h2{margin: 0 0 20px !important; float:left !important;}