/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

body{
padding:0;
margin:0;
font-family: 'Montserrat', sans-serif !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- main --*/
.content{
	position:relative;
}
.con-top {
	background: #E4E4E4;
	/*min-height: 34.8em;*/
	min-height: 35.5em;
}
.con-bot {
	background: #E4E4E4;
	min-height: 33.3em;
	/* min-height: 30.8em;	background: #E4E4E4;*/
}
.fly-cart{
	position:absolute;
    top: 1.5%;
    left: 15%;
	bottom: 15%;
    width: 70%;
}
.content h1{
    text-align: center;
    font-size: 42px;
    color: #fff;
    text-shadow: 1px 1px 1px #D2D2D2;
    margin-bottom: 25px;
}
p.footer {
    text-align: center;
    margin-top: 6em;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
p.footer a{
	text-decoration:none;
	color:#000;
}
p.footer a:hover{
	color:#D60E14;
	text-decoration:underline;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.main {
    margin: 100px 0;
}

.items {
    display: block;
    margin: 20px 0;
}
.item {
    float: left;
    margin: 0 1%;
    width: 31%;
    box-shadow: 1px 1px 10px #B7B7B7;
    border-radius: 8px;
}
.fly-item1 {
	background: #14353f;
}
.item-img {
    background-color: #fff;
    padding: 5.9% 18%;
    border-radius: 8px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.item img {
width:100%;
}
.fly-item2 {
	background: #14353f;
}
.fly-item3 {
    background: #14353f;
}
.item h3 {
    color: #fff;
    font-size: 1.8em;
    padding: 1em 0em 0;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}
.item p {
    color: #fff;
    padding: 0 0 0 1.2em;
    font-size: .95em;
    float: left;
    margin-top: .4em;
    font-weight: 300;
}
.item p span {
    font-size: 1.4em;
}
.item h6 {
    padding: 0 1.5em;
    line-height: 1.8em;
    margin: 1em 0;
    font-weight: 400;
	text-align:center;
	font-family: 'Montserrat', sans-serif !important;
}
.fly-item3 h6 {
    color: #81A3AD;
}
.fly-item2 h6 {
    color: #FFB3AC;
}
.fly-item1 h6 {
    color: #FFBCC1;
}
button {
    border: none;
    background: #fff;
    color: #464646;
    text-transform: uppercase;
    float: right;
    margin: .5em 1.5em 2em 0;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 14px;
    outline: none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
    border-radius: 60px;
	font-family: 'Montserrat', sans-serif !important;
}
button:hover {
    background: #000;
    color: #fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.shopping-cart {
	display: inline-block;
	background: url("/img/cart/cart.png") no-repeat 0 0;
	width: 45px;
	height: 41px;
	margin: 0 0px 0px 0;
	float: right;
}

/*-- responsive media queries --*/
	@media (max-width: 1600px) {
		.con-top {
			min-height: 33.5em;
		}

		.fly-cart {
			top: 9.7%;
		}

		.con-bot {
			min-height: 10em;
		}
	}

	@media (max-width: 1440px) {
		.con-top {
			min-height: 31.5em;
		}
	}

	@media (max-width: 1366px) {
		.fly-cart {
			left: 14%;
			width: 74%;
		}
	}

	@media (max-width: 1280px) {
		.fly-cart {
			left: 11.5%;
			width: 78%;
			top: 9.9%;
		}
	}

	@media (max-width: 1080px) {
		.item h3 {
			font-size: 1.4em;
		}

		.item h6 {
			font-size: 14px;
		}

		button {
			padding: 7px 8px;
			font-size: 13px;
		}

		.fly-cart {
			top: 13.5%;
		}
	}

	@media (max-width: 1024px) {
		.fly-cart {
			top: 9%;
			left: 9.5%;
			width: 82%;
		}

		.con-top {
			min-height: 28.4em;
		}
	}

	@media (max-width: 991px) {
		.con-bot {
			min-height: 25.8em;
		}

		.fly-cart {
			top: 10.1%;
		}
	}

	@media (max-width: 800px) {
		.fly-cart {
			left: 4.5%;
			width: 92%;
			top: 10.6%;
		}

		.item h3 {
			font-size: 1.2em;
		}

		.item h6 {
			padding: 0 1em;
			font-size: 13px;
		}

		.item p {
			padding: 0 0 0 1em;
			font-size: 14px;
		}

			.item p span {
				font-size: 1.3em;
			}

		button {
			margin: .5em .9em 2em 0;
		}

		.shopping-cart {
			margin: 0 12px 25px 0;
		}

		.content h1 {
			font-size: 36px;
		}

		.item-img {
			padding: 11% 18%;
		}

		p.footer {
			margin-top: 5em;
		}

		.con-bot {
			min-height: 23.8em;
		}
	}

	@media (max-width: 768px) {
		.con-bot {
			min-height: 28.8em;
		}

		.con-top {
			min-height: 29.4em;
		}

		.item p {
			float: none;
			text-align: center;
		}

		.item {
			text-align: center;
		}

		button.add-to-cart {
			float: none;
			text-align: center;
			margin-right: 0;
		}

		.item p {
			padding: 0;
			margin: 0 0 12px 0;
		}

		.item-img {
			padding: 15% 18%;
		}

		p.footer {
			font-size: 14px;
		}
	}

	@media (max-width: 736px) {
		.con-top {
			min-height: 28.6em;
		}
	}

	@media (max-width: 667px) {
		.item h3 {
			font-size: 1.1em;
		}

		.con-top {
			min-height: 26.4em;
		}

		.fly-cart {
			top: 8.6%;
		}

		.con-bot {
			min-height: 27.8em;
		}

		.fly-cart {
			top: 9.2%;
		}
	}

	@media (max-width: 640px) {
		.fly-cart {
			left: 2.8%;
			width: 96%;
		}

		.content h1 {
			font-size: 34px;
		}

		.con-top {
			min-height: 25em;
		}

		.content h1 {
			margin-bottom: 13px;
		}

		.shopping-cart {
			margin: 0 17px 6px 0;
		}

		.items {
			margin: 15px 0 0;
		}

		.item h3 {
			font-size: 1em;
		}

		button {
			margin: .5em .9em 1.6em 0;
			padding: 7px 15px;
		}

		p.footer {
			margin-top: 4em;
		}

		.con-bot {
			min-height: 24.8em;
		}

		.fly-cart {
			top: 14.5%;
		}

		.con-top {
			min-height: 26.8em;
		}

		.con-bot {
			min-height: 26.8em;
		}
	}

	@media (max-width: 600px) {
		.con-top {
			min-height: 22em;
		}

		.fly-cart {
			top: 7.3%;
		}

		.item h6 {
			padding: 0 .5em;
		}

		.con-bot {
			min-height: 25em;
		}
	}

	@media (max-width: 568px) {
		.content h1 {
			font-size: 32px;
		}

		.con-top {
			min-height: 21em;
		}
	}

	@media (max-width: 480px) {
		.item {
			float: none;
			margin: 0 auto;
			width: 65%;
		}

			.item.fly-item2 {
				margin: 25px auto;
			}

		.con-top {
			min-height: 61.5em;
		}

		.fly-cart {
			top: 3.2%;
		}

		.item h6 {
			padding: 0 1.5em;
		}

		p.footer {
			font-size: 13px;
			line-height: 1.8em;
			margin-top: 3em;
		}

		.con-bot {
			min-height: 56em;
		}

		.item {
			box-shadow: 1px 1px 14px #B7B7B7;
		}
	}

	@media (max-width: 414px) {
		.con-top {
			min-height: 56.5em;
		}

		.con-bot {
			min-height: 53em;
		}

		.content h1 {
			font-size: 30px;
		}

		.items {
			margin: 17px 0 0;
		}
	}

	@media (max-width: 384px) {
		.item {
			width: 70%;
		}

		.content h1 {
			margin-bottom: 20px;
		}

		.item.fly-item2 {
			margin: 22px auto;
		}
	}

	@media (max-width: 375px) {
		.content h1 {
			font-size: 28px;
		}

		.con-top {
			min-height: 55.5em;
		}

		.con-bot {
			min-height: 52em;
		}

		.fly-cart {
			left: 0%;
			width: 100%;
		}

		.item-img {
			padding: 13% 18%;
		}

		.item.fly-item2 {
			margin: 24px auto;
		}
	}

	@media (max-width: 320px) {
		.item {
			width: 78%;
		}

			.item h6 {
				padding: 0 1.2em;
			}

		.con-top {
			min-height: 54em;
		}

		.item.fly-item2 {
			margin: 28px auto;
		}

		.shopping-cart {
			margin: 0 30px 6px 0;
		}

		.item h3 {
			font-size: 1.2em;
		}

		.item-img {
			padding: 12% 18%;
		}
	}
	/***************/
	.rate {
	background: #009BBB;
	text-align: center;
	border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	position: absolute;
	color: #fff;
	font-size: 12px;
	font-weight: 100;
	width: 20px;
	height: 20px;
	line-height: 19px;
}

/** EGIN content  THE NEWS**/
/** BEGIN content **/
#content {
	width: 666px;
	float: left;
}

	#content .post {
		width: 259px;
		height: 420px;
		float: left;
		padding: 20px 15px 0 35px;
	}

		#content .post h2 {
			font-family: Georgia;
			font-size: 1.5em;
			margin-bottom: 15px;
		}

			#content .post h2 a {
				color: #252525;
			}

		#content .post .date {
			font-size: 0.9em;
			font-family: Georgia;
			color: #808080;
			margin-bottom: 15px;
		}

		#content .post .continue {
			color: #ffffff;
			background-color: #DC1000;
			padding: 5px 10px;
			display: block;
			float: left;
			font-family: Georgia;
			font-weight: bold;
			margin-bottom: 25px;
		}

		#content .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}

		#content .post .thumb {
			height: 92px;
			overflow: hidden;
			padding: 5px;
			background-color: #EEEEEE;
			border: 1px solid #E8E8E8;
			margin-bottom: 10px;
		}

			#content .post .thumb div {
				height: 92px;
				overflow: hidden;
			}

			#content .post .thumb img {
				width: 247px;
			}

	#content .postnav {
		clear: both;
		padding: 20px 34px 40px;
	}

		#content .postnav ul {
			list-style-type: none;
			border: 0;
		}

			#content .postnav ul li {
				float: left;
				padding: 2px;
				padding: 2px;
			}

				#content .postnav ul li a {
					display: block;
					text-align: center;
					text-decoration: none;
					border: 0;
					padding: 5px 8px;
					background-color: #9F9F9F;
					color: #ffffff;
					font-family: Georgia;
					font-weight: bold;
				}

					#content .postnav ul li a:hover {
						background-color: #E05F00;
						border: 0 !important;
					}

				#content .postnav ul li.next a {
					width: auto;
					padding: 2px 4px;
				}

		#content .postnav .page_info {
			text-align: center;
			text-decoration: none;
			border: 0;
			padding: 5px 8px;
			background-color: #9F9F9F;
			color: #ffffff;
			font-family: Georgia;
			font-weight: bold;
			margin: 2px;
		}
/** END content **/
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 304px;
	float: right;
	padding-bottom: 20px;
}

	#sidebar .wrapper {
		padding: 0 15px;
	}

	#sidebar h2 {
		color: #252525;
		font-size: 0.9em;
		text-transform: uppercase;
		margin: 15px 0 10px;
	}

	#sidebar ul {
		list-style-type: none;
	}

		#sidebar ul li {
			border-bottom: 1px dotted #DADADA;
			line-height: 1.4em;
			padding: 4px 0;
			font-size: 0.9em;
		}

			#sidebar ul li a {
				color: #808080;
			}

				#sidebar ul li a:hover {
					color: #DC1000;
				}

	#sidebar .ads {
		text-align: center;
		padding: 10px 0;
	}

		#sidebar .ads img {
			margin: 3px;
		}

	#sidebar .search {
		background: #EEEEEE url(images/search.gif) no-repeat center center;
		border-width: 1px 0;
		border-color: #E8E8E8;
		border-style: solid;
		height: 52px;
	}

		#sidebar .search input {
			float: left;
			border: 0;
			font-size: 1.2em;
			font-family: Verdana;
			width: 200px;
			margin: 18px 11px 0 22px;
		}

		#sidebar .search button {
			float: left;
			border: 0;
			text-indent: -9999px;
			width: 53px;
			height: 32px;
			margin-top: 10px;
			background-color: transparent;
		}

	#sidebar .flickr {
	}

		#sidebar .flickr img {
			margin: 3px;
		}

	#sidebar .video {
		padding-bottom: 5px;
	}

	#sidebar .tags {
		padding-bottom: 5px;
	}

		#sidebar .tags a {
			color: #808080;
		}

			#sidebar .tags a:hover {
				color: #DC1000;
			}

	#sidebar .l {
		float: left;
		width: 125px;
	}

	#sidebar .r {
		float: right;
		width: 125px;
	}

	#sidebar .sbar li {
		font-size: 1em;
		padding-left: 12px;
		background: url(images/bullet.gif) no-repeat 0 8px;
		border: 0;
	}
/** END sidebar **/