﻿/*
Author: W3layout
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:0;padding:0;}
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;
   color: #666666;
  }
 a:hover
{
    color:rgb(57,160,185);
} 
  /a span
{
    color: #666666;
}
/a span:hover
{
    color: #0b4b5a;
}
.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 */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 10px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/


@font-face {
    font-family: 'wYekan';
    src:url('../fonts/wYekan.eot?#') format('eot'),    
          url('../fonts/wYekan.woff') format('woff'),
          url('../fonts/wYekan.ttf') format('truetype'); 
}




body {
    font-family: 'wYekan' , 'Exo 2' , sans-serif;
    background: #fff;
    font-size: 16px;
    /*background-repeat: repeat;
      background-image: url('../images/bg.jpg');*/
}
.bg {
    /*background-image: url('../images/bg.jpg');
    background-repeat: repeat;*/
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}

.box
{
    margin: 10px;
    float: left;
    width: 100%;
}
.box a
{
    color: #FFFFFF;
    font-size: 14px;
}
.box1{
	float:left;
	width:20.5%;
}
.cssmenu{
	float:left;
	color:#96e8fc;
	font-size: 0.8125em;
	
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a {
	/color:#fff;
	display: block;
	margin:10px;
}
.cssmenu li> a:hover {
	color: #ACEAFA;
}

.header
{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1000;
    right: 0px;
    left: 0px;
    background: #fff;
    
    
    }
    .header-top
{
    padding: 10px 0px;
    background: #ffffff;
}
.header-top-left{
	width:54.5%;
	float:left;
}
.header-bottom
{ 
    background: #cf1b15;
    padding: 5px 0;
    /margin-top: 10px;
 }

.logo{
	float:right;
	margin-left: 6.6%;
}
/*--menu--*/
/* dCodes Framework:(c) TemplateAccess */
.menu{
	float:right;
	/margin-top: 12px;
}
/* start menu */
.h_nav h4{
	/border-bottom:1px solid rgb(236, 236, 236);
	font-size: 1.3em;
	color: #7D97A3;
	line-height: 1.8em;
	text-transform:capitalize;
	margin-bottom: 4%;
}
.h_nav h4.top{
	margin-top: 12%;
}
.h_nav ul li{
	display: block;
}
.h_nav ul li a{
	display:block;
	font-size: 0.85em;
	color:#777;
	text-transform:capitalize;
	line-height:2.5em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h_nav ul li a:hover{
	color:#00405d;
	text-decoration:underline;
}
.header-bottom-left{
	float:right;
	width: 64.5%;
	/margin-top:10px;
}
.header-bottom-right{
	float:left;
	width:33%;
	margin-top:13px;
}
.search {
	background:#fff;
	border: 1px solid #ddd;
	position: relative;
	float:right;
	margin:4px 0px 0 20px;
	border-radius:40px;
    padding:2px;
    padding-right:15px;
}
.search input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size:0.85em;
	color:#777;
	width:180px;
	padding:10px;
	-webkit-apperance:none;
	margin:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.search input[type="text"]:focus{
	/*margin:1% 0px 0 20px;*/
    width:210px;
}
.search input[type="submit"] {
	border: none;
	text-indent: -9999px;
	outline:none;
	cursor: pointer;
	background: url("../images/search.png") no-repeat 3px 0px; 
	width:30px;
	height:25px;
	padding:5px;
}	
.search input[type="submit"]:active {
	position:relative;
}
.tag-list{
	float:left;
}
/* create_btn */
.create_btn{
	float: right;
}
.create_btn a{
	text-transform: capitalize;
	display:inline-block;
	padding: 10px 20px;
	font-size: 0.8725em;
	color: #ffffff;
	background: #ffcc33;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.create_btn a:hover{
	background: #00405d;
	color:#ffffff; 
}
.create_btn a img{
	vertical-align: top;
	margin-top: 3px;
}
/* start icon styles */
.icon1:before,.icon1:after {
	content: "";
	display: table;
}
.icon1:after {
	clear: both;
}
.icon1 {
	float:right;
	zoom:1;
}
.icon1 li {
	float: left;
	position: relative;
}
.icon1 li:last-child{
	border-right:none;
}
.icon1 li:hover > a {
	color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
	color: #fafafa;
}
.icon1 ul {
	width:300px;
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:50px;
	z-index: 1;
	right: -100px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0px 2px 6px #aaa;
	-webkit-box-shadow: 0px 2px 6px #aaa;
	-moz-box-shadow: 0px 2px 6px #aaa;
	-o-box-shadow: 0px 2px 6px #aaa;
}
.icon1 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 9999;
}
.icon1 ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
}
.icon1 ul li {
	float: none;
	display: block;
	border: 0;
}
.icon1 ul li:first-child{
	border-top:none;
}
.icon1 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon1 ul a {    
	_height: 10px; /*IE6 only*/
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.icon1 ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 45%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
	display: none;
}
.sub-icon1 img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
.c1{
	background: url(../images/tag.png) no-repeat 0px 0px;
	width:42px;
	height:42px;
	display: inline-block;
	vertical-align: middle;
}
.c2{
	background: url(../images/cart.png) no-repeat 0px -1px;
	width:42px;
	height:42px;
	display: inline-block;
	vertical-align: middle;
}
.icon1 .profile_img {
	margin-top: 3px;
}
.sub-icon1 ul li h3{
	text-align:center;
	font-size: 1.3em;
	color:#399FB8;
	text-transform:uppercase;
	margin-bottom: 4%;
}
.sub-icon1 ul li p{
	text-align:center;
	font-size: 0.8725em;
	color: #555555;
	line-height: 1.8em;
}
.sub-icon1.list{
	padding: 20px 0px;
}
.sub-icon1 ul li p a{
	color: #00405d;
}
.sub-icon1 ul li p a:hover{
	color: #555555;
	text-decoration:underline;
}
ul.last{
	float: left;
	margin: 12px 0px 0 20px;
}
ul.last li a{
	color:#000;
	text-transform:uppercase;
}
ul.last li a:hover{
	color:#176375;
}
/*--content--*/
/*  GRID OF Content and sidebar   ============================================================================= */
.main{
	/margin:2% 0;
	background-color:#fcfcfc;
	/background-color: #e9ebee;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat;
}
.cont{
	display: block;
	float:left;
	margin: 1% 0 1% 0;
}
.rsidebar{
	display: block;
	float:left;
	margin: 1% 0 1% 2.6%;
} 	
.span_2_of_3 {
	width:74%;
}
.span_1_of_3 {
	width:31.2%;
	width:97%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.span_1_of_left {
	width:23%;
}
/*  GRID OF THREE   ============================================================================= */
.col_1_of_3{
	display: block;
	
	margin: 1% 0 1% 2.6%;
    background : #FFF;
       
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;

}
.span_1_of_3:hover{
	/background:#4CB1CA;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#fff;
}
.span_1_of_3:hover p.title{
	color: #FFF;
}
.span_1_of_3:hover span.actual{
	color: #FFF;
}

.span_1_of_3:hover span.reducedfrom {
	color: #FFF;
}
.col_1_of_3:first-child { margin-left: 0; }
h2.head{
	font-size: 1.7em;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 10px;
}
.price{
	padding:10px 0 0 0;
}
.inner_content {
	padding:10px;
	position: relative;
}
.inner_content img{ width:100%;}
.product_image {
	
}
.product_image img{
	display:block;
	border:1px solid #f0f0f0;
}
.sale-box {
	height: 100px;
	right: -5px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: -5px;
	width: 100px;
}
.sale-box span.before {
	right: 89px;
	background: #CB3D27;
}
.sale-box span.on_sale {
	background:#4cb1ca;
	color: #FFF;
	display: block;
	left: -9px;
	font-size:1em;
	padding: 5px 0;
	position: relative;
	text-align: center;
	top: 25px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 140px;
	z-index: 2;
	text-transform:uppercase;
	border-bottom: 2px solid #2892AC;
}
.cart-left{
	/width:73.5%;
	float: right;
	margin-right: 2.6%;
}
p.title{
	color: #777;
	/font-size:1.3em;
}
p.title a:hover{
	color:#7DB122;
}
.cart-right {
	float: right;
	background: url(../images/cart2.png)2px 0px #7db122;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor:pointer;
}
.span_1_of_3:hover .cart-right{
	float: right;
	background: url(../images/cart3.png)2px 0px #000;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	text-align: center;
}
.price1{
	/margin-top:10px;
}
span.actual{
	color:#7db122;
	font-size:1em;
	display:block;
}
span.actual1{
	color:#7db122;
	font-size:1em;
	/display:block;
}
span.reducedfrom
{
    text-decoration: line-through;
    margin-right: 8%;
    color: #999999;
}
span.reducedfrom2 {
    text-decoration: line-through;
    margin-right: 5%;
    color: #999999;
    /float: left;
    font-size: 1.2em;
}
.sale-box1
{
    height: 100%;
    /overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 33%;
    right: 0px;
}
.sale-box span.before {
	right: 89px;
	background: #CB3D27;
}
.sale-box1 span.on_sale {  
	background: #999999;
	filter:alpha(opacity=.7); 
	opacity:.7;
	color: #FFF;
	
	font-size: 1em;
	padding: 22% 21%;
	border-radius:50%;
	position: relative;
	text-align: center;
	
	width: 50%;
	z-index: 2;
	text-transform:uppercase;
	
	display:none;
  }
.sale-box1 span.on_sale:hover  {display:inline;  }

.top-box {
    margin-bottom: 1%;
    margin-top: 1%;
}
.top-box1{
	margin-bottom:4%;
}
.left-banner{
	background: url(../images/t-img1.jpg)no-repeat 0px 0px;
	width:226px;
	height:450px;
}
.top-border{
	border-top:1px solid #4cb1ca;
}
.border{
	/box-shadow: 0 0 5px #AAA;
	/-webkit-box-shadow: 0 0 5px #AAA;
	/-moz-box-shadow: 0 0 5px #AAA;
	/-o-box-shadow: 0 0 5px #AAA;
	padding: 15px;
	margin-bottom: 5%;
	 background: #FFF;
       
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
	
}
.border img{width: 100%;
}
.border2 {
    margin-bottom: 5%;
    background: #FFF;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
}
.border3 {
    margin-bottom: 1%;
    background: #FFF;
    padding: 15px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    margin-top: 1%;
}
.btn{
	/*position: relative;*/
	text-align:center;
	z-index: 9999;
}
.btn a {
	border: none;
	color: #FFF;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	font-size: 1em;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #4CB1CA;
	position: absolute;
	top:-90px;
	left: 52px;
}
.btn a:hover{
	background:#39a0b9;
}
.sidebar-bottom{
	/box-shadow: 0 0 5px #AAA;
	/-webkit-box-shadow: 0 0 5px #AAA;
	/-moz-box-shadow: 0 0 5px #AAA;
	/-o-box-shadow: 0 0 5px #AAA;
	padding:30px 20px;
	text-align:center;
	
	background: #FFF;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
}
h2.m_1{
	font-size: 1.7em;
	text-transform: uppercase;
	color: #777;
	margin-bottom:15px;
}
p.m_text{
	color:#888;
	font-size:0.95em;
	margin-bottom:20px;
}
.subscribe form input[type="text"] {
	font-family: 'Exo 2', sans-serif;
	border:1px solid #ddd;
	outline: none;
	background: none;
	font-size: 0.85em;
	color: #888;
	width: 87%;
	padding:6px;
	-webkit-apperance: none;
}
.subscribe input[type="submit"] {
	//font-family: 'Exo 2', sans-serif;
	cursor: pointer;
	color: #FFF;
	font-size: 1em;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #7EB123;
	padding: 12px 20px;
	border: none;
	margin-top: 20px;
	-webkit-appearance: none;
}
.subscribe input[type="submit"]:hover {
	background: #72a41b;
}
/*--footer--*/
/*  GRID OF TWO   ============================================================================= */
.footer-top{
	background:#cf1b15;
    /margin-top:1%;
}
.col_1_of_2{
	display: block;
	float:right;
	margin: .5% 0% .5% 1%;
}
.col_1_of_2:first-child { margin-right: 0; }
.span_1_of_2 {
	width:49%;
}
ul.f-list img{
	float:right;
	margin-left: 1.6%;
}
ul.f-list span.f-text {
	float: right;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFF;
	/margin-top: 23px;
}
/*--footer-middle--*/
.footer-middle{
	padding:2% 0;
}
.footer-middle{
	background: rgb(57,160,185);
	background: -moz-linear-gradient(top,  rgba(57,160,185,1) 0%, rgba(57,160,185,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,160,185,1)), color-stop(100%,rgba(57,160,185,1)));
	background: -webkit-linear-gradient(top,  rgba(57,160,185,1) 0%,rgba(57,160,185,1) 100%);
	background: -o-linear-gradient(top,  rgba(57,160,185,1) 0%,rgba(57,160,185,1) 100%);
	background: -ms-linear-gradient(top,  rgba(57,160,185,1) 0%,rgba(57,160,185,1) 100%);
	background: linear-gradient(to bottom,  rgba(57,160,185,1) 0%,rgba(57,160,185,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a0b9', endColorstr='#39a0b9',GradientType=0 );
    background:#F3F3F3;
}
.span_1_of_f_2  h3{
	/color:#fff;
	margin-bottom:20px;
	font-size:1.5em;
	line-height: 1.2;
	text-transform:uppercase;
}
.col_1_of_f_1{
	display: block;
	float:left;
	margin: 1% 0 1% 3.6%;
}
.col_1_of_f_1:first-child { margin-left: 0; }
.span_1_of_f_1{
	width: 48.2%;
}
.col_1_of_f_2{
	display: block;
	float:left;
	margin: 1% 0 1% 9.6%;
}
.col_1_of_f_2:first-child { margin-left: 0; }
.span_1_of_f_2{
	width: 45.2%;
}
.like_box{
	/background:#fff;
	width: 108.5%;
}
.facebook{
	color:#fff;
	font-size:0.8125em;
	border-bottom: 1px solid #4CB1CA;
	padding-bottom: 6px;
}
ul.f-gallery{
	border-bottom: 1px solid #4CB1CA;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.f-gallery li{
	display: inline-block;
	width: 19.5%;
	margin: 10px 0 0 0;
}
p.m_2{
	/color:#fff;
	/font-size:0.8125em;
}
.recent-tweet {
	margin-bottom: 1em;
}
.recent-tweet-icon {
	float: left;
	width: 16.5%;
	margin:0% 2.6% 0 0;
}
.recent-tweet-icon span {
	width:50px;
	height:50px;
	display: block;
	background: url(../images/f-tw.png) no-repeat;
}
.recent-tweet-info {
	float: right;
	width:77.5%;
}
.recent-tweet-info p{
	/color:#fff;
	font-size:0.85em;
	line-height:1.8em;
}
.recent-tweet-info p a{
	color:#ACEAFA;
}
.recent-tweet-info p a:hover{
	/color:#fff;
}
ul.f-list1 li {
	/list-style-image: url(../images/f-icon.png);
	/margin: 0 15px 5px;
}
ul.f-list1 li a {
	//font-size: 0.85em;
	/color: #fff;
	vertical-align: middle;
}
ul.f-list1 li a:hover {
    color: #333333;
}
.company_address{
	border-bottom: 1px solid #888;
	padding-bottom:10px;
}
.company_address p {
	//font-size: 0.8125em;
	/color: #fff;
	line-height:1.8em;
}
.company_address p span {
	cursor: pointer;
}
.company_address p span:hover{
	/text-decoration:underline;
}
/*---social-icons-----*/
.social-media {
	margin-top:15px;
}
.social-media li{
	float:left;
	margin: 0px 10px 10px 0;
	display:inline-block;
}
.social-media li a {
	height: 40px;
	width: 40px;
	display: block;
	background: url(../images/img-sprite.png);
}
.social-media li a:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.8;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
/*--------social simptip--------*/
[data-tooltip] {
	position: relative;
	display: inline-block;
}
[data-tooltip].simptip-position-bottom:before {
	border-bottom-color:#4CB1CA;
}
[data-tooltip].simptip-position-bottom:after {
	background-color:#4CB1CA;
	color:#fff;
}
[data-tooltip]:before {
	content: '';
	position: absolute;
	border-width: 6px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
}
[data-tooltip]:before, [data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 999999;
}
[data-tooltip]:after {
	height: 22px;
	padding: 11px 11px 0;
	font-size: 13px;
	line-height: 11px;
	content: attr(data-tooltip);
	white-space: nowrap;
}
[data-tooltip]:hover, [data-tooltip]:focus {
	background-color: rgba(0, 0, 0, 0);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
	visibility: visible;
	opacity: 1;
}
.simptip-position-bottom.simptip-movable:before {
	margin-top: -15px;
}
.simptip-position-bottom.simptip-movable:after {
	margin-top: -3px;
}
.simptip-position-bottom:before, .simptip-position-bottom:after, .simptip-position-top:before, .simptip-position-top:after {
	left: 32%;
}
.simptip-position-bottom:before, .simptip-position-bottom:after {
	top: 110%;
}
.simptip-position-bottom:after, .simptip-position-top:after {
	margin-left: -18px;
}
.simptip-position-right.simptip-movable:before, .simptip-position-right.simptip-movable:after, .simptip-position-left.simptip-movable:before, .simptip-position-left.simptip-movable:after, .simptip-position-top.simptip-movable:before, .simptip-position-top.simptip-movable:after, .simptip-position-bottom.simptip-movable:before, .simptip-position-bottom.simptip-movable:after {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}
.simptip-position-bottom.simptip-movable:hover:before, .simptip-position-bottom.simptip-movable:hover:after {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
/*------------end social simptip----------------*/
.social-media li:nth-child(1) a{
	background: url(../images/img-sprite.png) -20px -170px;
}
.social-media li:nth-child(2) a{
	background: url(../images/img-sprite.png) -68px -170px;
}
.social-media li:nth-child(3) a{
	background: url(../images/img-sprite.png) -112px -170px;
}
.social-media li:nth-child(4) a{
	background: url(../images/img-sprite.png) -157px -170px;
}
/*--footer-bottom--*/
.footer-bottom{
	background:#0b4b5a;
    background:#666666;
	padding:.5% 0;
}
.copy{
	float:left;
}
.copy p{
	color:#87D8EB;
    color:#ddd;
	font-size:0.8125em;
}
.copy p a{
	color:#fff;
}
.copy p a:hover{
	color:#87D8EB;
}
.f-list2{
	float:right;
	color:#87D8EB;
    color:#ddd;
}
.f-list2 li{
	display:inline-block;
	margin:0 10px;
}
.f-list2 li a{
	color:#87D8EB;
    color:#ddd;
	font-size:0.8125em;
}
.f-list2 li a:hover{
	color:#fff;
}
/*--login--*/
.login{
	border-top:1px solid #ddd;
	padding:2% 0;
}
.col_1_of_login:first-child {
	margin-right: 0;
}
.span_1_of_login {
	width:45%;
	padding:1.5%;
}
.col_1_of_login {
	display: block;
	float: right;
	margin: 1% 4% 1% 0;
	background:#f7f7f7;
}
.span_1_of_login p{
	color:#777;
	font-size:0.85em;
	line-height:1.8em;
}
h4.title{
	color: #555;
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	border-bottom: 1px solid #DFDDDD;
	padding-bottom: 13px;
}
input.inputbox, input.required, div.k2AccountPage input[type="text"] {
	background: #FFF;
	border: 1px solid #BDBCBC;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	height: 27px;
	padding: 0 7px;
	width: 100%;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 13px;
}
#login-form label {
	color: #777;
	line-height: 2.8em;
	font-size:0.95em;
}
#login-form label a{
	color:#777;
}
#login-form label a{
	text-decoration:underline;
}
#login-form label a:hover{
	text-decoration:none;
}
p#login-form-remember{
	float:left;
}
fieldset.input input[type="submit"] {
	background:#555;
	border: none;
	color: #FFF;
	padding:10px 20px;
	cursor: pointer;
	float:right;
	font-family: 'Exo 2', sans-serif;
	outline:none;
	font-size:1em;
}
fieldset.input input[type="submit"]:hover, .button1 input[type="submit"]:hover{
	text-decoration:underline;
}
.button1{
	float:right;
	margin-top: 6%;
}
.button1 input[type="submit"] {
	background:#555;
	border: none;
	color: #FFF;
	padding:10px 20px;
	cursor: pointer;
	float: right;
	font-family: 'Exo 2', sans-serif;
	outline:none;
	font-size:1em;
}
.remember{
	margin-top: 3%;
}
/*--register-form--*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.register_account{
	border-top:1px solid #ddd;
	padding:2% 0;
}
.register_account table td {
	/width: 100%;
}
.register_account form input[type="text"], .register_account form select {
	font-size:0.95em;
	color:#777;
	padding: 8px;
	outline: none;
	margin:10px 0;
	width:91%;
	font-family: 'Exo 2', sans-serif;
	border:none;
	box-shadow:0 0 2px #aaa;
	-webkit-box-shadow:0 0 2px #aaa;
	-moz-box-shadow:0 0 2px #aaa;
	-o-box-shadow:0 0 2px #aaa;
}
.register_account form input[type="text"]:hover, .register_account form select:hover {
	box-shadow:0 0 4px #aaa;
	-webkit-box-shadow:0 0 4px #aaa;
	-moz-box-shadow:0 0 4px #aaa;
	-o-box-shadow:0 0 4px #aaa;
}
.register_account form input[type="text"].code {
	width: 15%;
}
.register_account form input[type="text"].number {
	width: 69.8%;
}
p.terms a, p.note a {
	text-decoration: underline;
	color:#555;
}
p.terms {
	float: left;
	font-size: 12px;
	padding: 15px 0 0 15px;
}
button.grey{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background: #555;
	font-size:0.95;
	line-height: 16px;
	text-transform: uppercase;
	padding:10px 30px;
	color: #FFF;
	border: none;
	float: left;
	font-family: 'Exo 2', sans-serif;
	outline:none;
}
button.grey:hover {
	background:#4CB1CA;
	color: #FFF;
}
.register_account form input[type="text"].code {
	width: 15%;
}
p.code{
	color:#777;
}
p.cart{
	color:#777;
	font-size:0.85em;
	line-height:1.8em;
}
p.cart a{
	text-decoration:underline;
	color:#000;
}
p.cart a:hover{
	text-decoration:none;
}
/*--mens--*/
.mens-toolbar {
	margin: 0 0 12px;
	overflow: hidden;
	background: #F7F7F7;
	padding: 3px;
	border: 1px solid #E6E6E6;
	width: 99%;
}
.mens-toolbar .sort {
	float: left;
	width:45%;
}
.sort{
	padding: 3px 8px;
}
.sort-by{
	color:#777;
	font-size:0.85;
}
.mens-toolbar .pager {
	padding: 3px 8px;
	float: right;
	margin: 0;
	width:45%;
}
.pager .limiter {
	float: right;
	color:#777;
	font-size:0.85em;
}
.pager .limiter label {
	vertical-align: middle;
}
.pager .limiter select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}
.pager .pages {
	margin: 0 30px 0 0;
	float: right;
}
.pager .pages ol {
	display: inline;
}
h3.page{
	float:left;
}
.pager .pages ul li{
	float:left;
}
ul.dc_pagination li {
	float: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
ul.dc_pagination li a {
	color: #777;
	display: block;
	padding: 2px 4px 0px 0px;
	text-decoration: none;
	font-size: 0.85em;
}
ul.dc_pagination li a:hover{
	color:#555;
}
/* PREFIXED CSS */
.metro,
.metro div,
.metro li,
.metro div::after,
.metro .carat,
.metro .carat:after,
.metro .selected::after,
.metro:after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.metro .selected::after,
.metro.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}

/* WRAPPER */
.metro{
	position: relative;
	/*--width: 250px;--*/
	cursor: pointer;
	margin-bottom:0px;
	font-weight: 200;
	background:none;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.metro.open{
	z-index: 2;
}
.metro:hover{
	background: #f4f4f4;
}
.metro:after{
	content: '';
	position: absolute;
	right: 3px;
	bottom: 3px;
	top: 2px;
	width: 30px;
	background: transparent;
}
.metro.focus:after{
	background:url(../images/minus.gif);
	width: 13px;
	height: 13px;
	right: 10px;
	top: 50%;
	margin-top: -4px;
}
/* CARAT */
.metro .carat,
.metro .carat:after{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
	background: url(../images/plus.gif);
	width: 13px;
	height: 13px;
	-webkit-transform-origin: 50% 20%;
	-moz-transform-origin: 50% 20%;
	-ms-transform-origin: 50% 20%;
	transform-origin: 50% 20%;
	/*--content: '';
	border: 8px solid transparent;
	border-top: 8px solid #000;--*/
}
/* OLD SELECT (HIDDEN) */
.metro .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.metro select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.metro.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.metro .selected,
.metro li{
	display: block;
	font-size:13px;
	line-height: 1;
	color: #777;
	padding: 9px 12px;
	overflow: hidden;
	white-space: nowrap;
}
.metro .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
}
.metro:hover .selected::after{
	box-shadow: inset -55px 0 25px -20px #f4f4f4;
	-webkit-box-shadow: inset -55px 0 25px -20px #f4f4f4;
	-moz-box-shadow: inset -55px 0 25px -20px #f4f4f4;
	-o-box-shadow: inset -55px 0 25px -20px #f4f4f4;
}
/* DROP DOWN WRAPPER */
.metro div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: -1px;
	background: #f8f8f8;
	overflow: hidden;
	opacity: 0;
}
.metro:hover div{
	background: #f4f4f4;
}
/* Height is adjusted by JS on open */
.metro.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.metro.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	box-shadow: inset 0 -50px 30px -35px #f8f8f8;
}
.metro.scrollable:hover div::after{
	box-shadow: inset 0 -50px 30px -35px #f4f4f4;
}
.metro.scrollable.bottom div::after{
	opacity: 0;
}

/* DROP DOWN LIST */
.metro ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
.metro.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.metro li{
	list-style: none;
	padding: 8px 12px;
}
/* .focus class is also added on hover */
.metro li.focus{
	/*--background: #0180d1;--*/
	position: relative;
	z-index: 3;
	color: #fff;
	background:#4CB1CA;
}
/*--.metro li.active{
	background:#4CB1CA;
	color: #fff;
}--*/
/* --- EASYDROPDOWN FLAT THEME by Jan Cantor --- */

/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.dropdown .selected::after,
.dropdown.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}
/* WRAPPER */
.dropdown{
	position: relative;
	width:120px;
	cursor: pointer;
	font-weight: 200;
	background:none;
	padding: 8px 0px 8px;
	color:  #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.dropdown.open{
	z-index: 2;
}
.dropdown:hover,
.dropdown.focus{
	/*--background:#F7F7F7;--*/
}
/* CARAT */
.dropdown .carat,
.dropdown .carat:after{
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	z-index: 1;
	-webkit-transform-origin: 50% 20%;
	-moz-transform-origin: 50% 20%;
	-ms-transform-origin: 50% 20%;
	transform-origin: 50% 20%;
}
.dropdown:hover .carat:after{
	border-top-color: #f4f4f4;
}
.dropdown.focus .carat{
	border-top-color: #f8f8f8;
}
.dropdown.focus .carat:after{
	border-top-color: #0180d1;
}
.dropdown.open .carat{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* OLD SELECT (HIDDEN) */
.dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.dropdown.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
/*--.dropdown .selected {
    color: #FFF;
}--*/
.dropdown .selected,
.dropdown li{
	display: block;
	font-size:0.85em;
   /*--padding: 8px 12px;--*/
	overflow: hidden;
	white-space: nowrap;
}
.dropdown .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
}
.dropdown:hover .selected::after,
.dropdown.focus .selected::after{
}
/* DROP DOWN WRAPPER */
.dropdown div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 1px;
	background:#4CB1CA;
	overflow: hidden;
	opacity: 0;
	color:#C0F3FF;
}
.dropdown:hover div{
	background:#4CB1CA;
}
/* Height is adjusted by JS on open */
.dropdown.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.dropdown.scrollable:hover div::after{
}
.dropdown.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
.dropdown.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.dropdown li{
	list-style: none;
	padding:8px;
	border-bottom: 1px solid #39A0B9;
}
.dropdown li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.dropdown li.focus{
	background:#39A0B9;
	position: relative;
	z-index: 3;
	color: #fff;
}
.dropdown li.active{
	background: #39A0B9;
	color: #fff;
}
h5.m_1{
	color: #555;
	font-size: 1.1em;
	padding: 6px 10px;
	background: #F7F7F7;
	/margin:20px 0;
	border: 1px solid #E6E6E6;
	text-transform: uppercase;
}
ul.kids{
	margin-bottom:20px;
}
ul.kids li{
	margin-bottom:10px;
}
ul.kids li.last{
	margin-bottom:0;
}
ul.kids li a{
	color:#777;
	font-size:0.85em;
	padding:10px 12px;
}
ul.kids li a:hover{
	color:#000;
}
.mens{
	border-top:1px solid #ddd;
}
ul.color-list{
	margin:20px;
}
ul.color-list li{
	padding-bottom:25px;
	display:block;
}
ul.color-list li a {
	display: block;
	font-size: 1em;
	text-transform: capitalize;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	transition: 0.5s linear;
}
p.red{
	display: inline-block;
	margin: 0 10px;
	font-size:0.85em;
}
span.color1{
	/background:red;
	/padding:5px 14px;
}
ul.color-list li a{
	color:#777;
}
ul.color-list li a:hover{
	display:block;
color:#4CB1CA;
}
span.color2{
	/background:#45BF55;
	/padding:5px 14px;
}
span.color3{
	/background:#0AA5E2;
	/padding:5px 14px;
}
span.color4{
	/background:yellow;
	/padding:5px 14px;
}
span.color5{
	/background:violet;
	/padding:5px 14px;
}
span.color6{
	/background:Orange;
	/padding:5px 14px;
} 
span.color7{
    /background:gray;
	/padding:5px 14px;
}
/*--single--*/
/*****Pagination********/
#products .pagination {
	margin-top:8px;
	float:left;
}
#products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
}
#products .pagination li:first-child{
	margin-left: 0px;
}
#products .pagination li a {
	border: 1px solid #D6D6D6;
	display:block;
	width: 101px;
	height:84px;
}
#products .pagination li a img{
	width:100%;
}
#products .pagination li.current a {
	margin:0;
}
.images_3_of_2 {
	width: 25.2%;
	float: right;
	margin-left: 2.6%;
}
#container {
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#products_example {
	position: relative;
}
#products .slides_container {
	width: 99.3333%;
	height:295px;
	overflow: hidden;
	float: left;
	position: relative;
	border: 1px solid #F0F0F0;
	display: none;
}
#products .next, #products .prev {
	position: absolute;
	top: 90px;
	left: 5px;
	width: 21px;
	height: 0;
	padding-top: 21px;
	overflow: hidden;
	display: block;
	z-index: 101;
}
ul.breadcrumb{
	padding: 8px 15px;
	margin: 0 0 18px !important;
	list-style: none;
	background-color:#f7f7f7;
	font-size:0.85em;
	color: #999 !important;
}
ul.breadcrumb2{
	padding: 8px 15px;
	margin: -15px -15px 12px !important;
	list-style: none;
	background-color:#f7f7f7;
	font-size:0.85em;
	color: #999 !important;
}
ul.breadcrumb a{
	color:#4CB1CA;
}
ul.breadcrumb a:hover{
	color:#000;
}
.desc1 {
	display: block;
	float: right;
}
.span_3_of_2 {
	width: 70%;
}
h3.m_3{
	color:#555;
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:10px;
}
p.m_5{
	font-size:1.8em;
	color:#555;
}
p.m_5 a{
	color:#777;
	font-size:15px;
}
p.m_5 a:hover{
	color:#000;
}
p.m_text{
	color:#777;
	font-size:0.85em;
	line-height:1.8em;
}
/*--thumbs--*/
.clients{
	padding-top:6%;
}
#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	z-index: 999999;
	padding: 10px 0;
}
.jquery-script-center {
	width: 960px;
	margin: 0 auto;
}
.jquery-script-center ul {
	width: 212px;
	float:left;
	line-height:45px;
	margin:0;
	padding:0;
	list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
	width: 728px;
	height:90px;
	float:right;
}
.jquery-script-clear {
	clear:both;
	height:0;
}
.clearout {
	height: 20px;
	clear: both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	/*--width:80%;--*/
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	/*--padding-right:50px;--*/
}
.nbs-flexisel-item > img {
	/*--width:60%;--*/
	cursor: pointer;
	positon: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:150px;
	max-height:200px;
}
.nbs-flexisel-item a{
	color:#777;
	font-size:1.2em;
}
.nbs-flexisel-item a:hover{
	color:#000;
}
.nbs-flexisel-item p{
	color:#777;
	font-size:0.85em;
	padding:20px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:28px;
	height:29px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/img-sprite.png) no-repeat -23px -217px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite.png) no-repeat -51px -217px;
}
.toogle{
	margin-top:4%;
}
ul.seller img{
	float: left;
	width: 38.5%;
	margin-right: 10px;
}
h5.m_4 {
	margin-bottom:5px;
}
h5.m_4 a{
	font-size:0.85em;
	color:#555;
	text-transform:uppercase;
}
h5.m_4 a:hover{
	color:#000;
}
.sell-desc{
	float:left;
	width:57.5%;
}
p.m_text1{
	color:#777;
	font-size:0.85em;
}
p.m_price{
	color:#000;
	font-size:0.9em;
	margin-top:10px;
}
ul.seller li{
	margin-bottom:20px;
}
.span_1_of_single {
	width: 20.2%;
}
.rsingle {
	display: block;
	float: left;
	margin:-1% 0 1% 2.6%;
}
.btn_form{
	padding:2% 0;
}
.btn_form form input[type="submit"] {
	font-family: 'Exo 2', sans-serif;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	font-size: 1em;
	padding: 10px 34px;
	background:#4CB1CA;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_form form input[type="submit"]:hover{
	background:#555;
}
span.m_link{
	margin-bottom:20px;
}
span.m_link a{
	color:#555;
	font-size:0.85em;
	text-decoration:underline;
	text-transform:uppercase;
}
span.m_link a:hover{
	text-decoration:none;
}
p.m_text2{
	color:#777;
	/font-size:0.85em;
	line-height: 1.8em;
	margin-top:10px;margin-bottom:10px;
}
/*--out--*/
/*  GRID OF Content and sidebar   ============================================================================= */
.labout{
	display: block;
	float:left;
	margin: 1% 3.6% 1% 0;
} 	
.span_2_of_about {
	width: 65.1%;
}
.span_1_of_about {
	width:31.2%;
}
.span_2_of_about  h3,
.span_1_of_about  h3 {
	color:#555;
	margin-bottom:0.5em;
	font-size:1.4em;
	line-height: 1.2;
	text-transform:uppercase;
}
.span_2_of_about p,
.span_1_of_about  p  {
	font-size:0.85em;
	padding:0.5em 0;
	color: #777;
	line-height: 1.8em;
}
.testimonials .testi-item blockquote {
	position: relative;
	display: block;
	margin: 0;
	padding: 30px;
	border: none;
	background:#f7f7f7;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.testimonials .testi-item blockquote a{
	color:#777;
	font-size:0.85em;
	line-height:1.8em;
}
.testimonials .testi-item blockquote:before {
	position: absolute;
	bottom: -20px;
	left: 30px;
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid #f7f7f7;
	border-right: 0 solid rgba(0, 0, 0, 0);
	border-left: 20px solid rgba(0, 0, 0, 0);
	content: "";
}
.testimonials .testi-item .testi-meta {
	font-size: 1em;
	display: block;
	padding-top: 22px;
	padding-left: 40px;
}
.testimonials .testi-item .testi-meta {
	font-size: 1em;
	color: #777;
}
.testimonials .testi-item .testi-meta a{
	color:#777;
	text-decoration:underline;
}
.testimonials .testi-item .testi-meta a:hover{
	text-decoration:none;
}
.testimonials .testi-item {
	overflow: hidden;
	margin-bottom: 2em;
	padding-bottom: 2em;
	background: none;
}
.testimonials .testi-item blockquote:after {
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	width: 41px;
	height: 38px;
	background: url(../images/quotes.png) 0 0 no-repeat;
	content: "";
}
.testimonials .testi-item blockquote > a:hover {
	color:#4CB1CA;
}
h5.m_6{
	color: #555;
	margin:2% 0 1% 0;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
}
/*  GRID OF THREE   ============================================================================= */
.col_1_of_about-box{
	display: block;
	float:left;
	margin: 1% 0 1% 3.6%;
}
.col_1_of_about-box:first-child { margin-left: 0; }
.span_1_of_about-box {
	width:30.5%;
}
h4.m_7{
	padding:5% 0 0% 0;
}
h4.m_7 a{
	color:#555;
	font-size:0.95em;
	text-transform:uppercase;
}
h4.m_7 a:hover{
	color:#000;
}
span.rollover {
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background: url(../images/magnify-alt.png) center center no-repeat rgba(0, 0, 0, 0.4);
	cursor: pointer;
	height: 215px;
	width: 252px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
.span_1_of_about-box img {
	border: 1px solid #F0F0F0;
	display:block;
}
span.rollover:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
ul.delivery-list{
	margin-bottom: 20px;
}
ul.delivery-list li{
	font-size: 0.85em;
	margin: 0 0 8px 10px;
	list-style-image: url(../images/list_marker.png);
}
ul.delivery-list li a{
	color: #777;
	vertical-align: middle;
}
ul.delivery-list li a:hover{
	color:#000;
}
/*--contact--*/
./to input[type="text"] {
	/padding: 10px 9px;
	width: 48%;
	/font-size: 0.85em;
	/font-family: 'Exo 2', sans-serif;
	/margin: 10px 0;
	/border: 1px solid #EEE;
	/color: #777;
	/background: #FFF;
	/float: right;
	/outline: none;
}
./text input[type="text"], .text textarea {
	width: 98.3%;
	/font-size:0.85em;
	/margin: 10px 0;
	/border: 1px solid #EEE;
	color:#777;
	/font-family: 'Exo 2', sans-serif;
	/outline: none;
	/margin-bottom: 25px;
	height: 150px;
	padding:10px 9px;
}
.submit input[type="submit"] {
	padding:10px 30px;
	color: #FFF;
	cursor: pointer;
	background:#4CB1CA;
	border:none;
	outline:none;
	font-family: 'Exo 2', sans-serif;
	font-size:1em;
}
.submit input[type="submit"]:hover{
	background:#555;
}
.map{
	margin-top:4%;
}
/*--404--*/
.page-not-found {
	padding:4% 0;
}
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}
/*--responsive design--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}
	#products .pagination li a {
		width: 96px;
	}
	.to input[type="text"] {
		width: 47.9%;
	}
	span.rollover {
		height: 205px;
		width: 240px;
	}
	.search input[type="text"] {
		width: 110px;
	}
	.search input[type="text"]:focus {
		width: 132px;
	}
	.like_box {
		width: 114%;
	}
	.icon1 ul {
		top: 55px;
	}
}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}
	#products .pagination li a {
		width:89px;
	}
	.header-bottom-right {
		width: 32.5%;
	}
	.to input[type="text"] {
		width: 47.7%;
	}
	.search input[type="text"]:focus {
		width: 132px;
	}
}
@media (max-width:1024px){
	.price1
	{ display:none;
	    
	    }
	
	.wrap{
		width:90%;
	}
	#products .pagination li a {
		width:89px;
	}
	.header-bottom-right {
		width:31.5%;
	}
	.to input[type="text"] {
		width:47.2%;
	}
	.megamenu>li>a {
		padding: 8px 5px;
	}
	.logo {
		margin-right:0%;
	}
	.header-bottom-left {
		width:66.5%;
	}
	.search {
		margin: 5px 3px 0 0;
	}
	ul.last {
		margin: 12px 0px 0 3px;
	}
	h2.head {
		font-size:1.5em;
	}
	.btn a {
		left: 19px;
		padding: 10px 15px;
	}
	p.title a {
		font-size: 1em;
	}
	.search input[type="text"] {
		width:55px;
	}
	h2.m_1 {
		font-size: 1.3em;
	}
	ul.f-list span.f-text {
		font-size: 1.2em;
	}
	.span_1_of_4 {
		width:100%;
	}
	.col_1_of_4 {
		float:none;
		margin: 1% 0 1% 0%;
	}
	.icon1 ul {
		top:75px;
	}
	span.rollover {
		height: 154px;
		width: 178px;
	}
	.text input[type="text"], .text textarea {
		width: 97.7%;
	}
	.mens-toolbar .sort {
		width: 31.5%;
	}
	.mens-toolbar .pager {
		width: 33.5%;
	}
	.search input[type="text"]:focus {
		width: 65px;
	}
	.span_1_of_f_1 {
		width: 100%;
	}
	.col_1_of_f_1 {
		float: none;
		margin:1% 0 1% 0;
	}
	.span_1_of_f_2 h3 {
		margin-bottom: 10px;
	}
	.like_box {
		width: 73.5%;
	}
}
/@media (max-width:800px){
	.wrap{
		width:90%;
	}
	#products .pagination li a {
		width:89px;
	}
	.header-bottom-right {
		width: 100%;
		/float: none;
	}
	.to input[type="text"] {
		width:46.2%;
	}
	.megamenu>li>a {
		padding: 8px 5px;
	}
	
	.header-bottom-left {
		width: 40%;
		float: none;
	}
	.search {
		margin: 5px 10px 0 0;
	}
	ul.last {
		margin: 12px 0px 0 10px;
	}
	h2.head {
		font-size:1.5em;
	}
	.btn a {
		left: 12px;
		padding: 6px 8px;
		top: -75px;
		font-size: 0.85em;
	}
	p.title a {
		font-size: 1em;
	}
	.search input[type="text"] {
		width: 110px;
	}
	h2.m_1 {
		font-size: 1em;
	}
	ul.f-list span.f-text {
		font-size: 0.95em;
		/margin-top: 29px;
	}
	.span_1_of_4 {
		width:100%;
	}
	.col_1_of_4 {
		float:none;
		margin: 1% 0 1% 0%;
	}
	.icon1 ul {
		top:57px;
	}
	span.rollover {
		height: 122px;
		width: 141px;
	}
	.text input[type="text"], .text textarea {
		width: 96.7%;
	}
	.cssmenu ul li a {
		margin: 10px;
	}
	.cssmenu {
		margin-top: 3px;
	}
	.cart-left {
		/width: 70.5%;
	}
	span.reducedfrom {
		margin-right: 2%;
	}
	.mens-toolbar .sort {
		width: 37.5%;
	}
	.mens-toolbar .pager {
		width:43.5%;
	}
	.tag-list {
		/margin-left:38.5%;
	}
	.span_1_of_f_1 {
		width: 100%;
	}
	.col_1_of_f_1 {
		float: none;
		margin:1% 0 1% 0;
	}
	.span_1_of_f_2 h3 {
		margin-bottom: 10px;
	}
}
@media (max-width:768px){
	.wrap{
		width:90%;
	}
	#products .pagination li a {
		width:89px;
	}
	.header-bottom-right {
		width: 50%;
		/float: none;
		margin-top: 10px;
	}
	.to input[type="text"] {
		width:45.2%;
	}
	.megamenu>li>a {
		padding: 8px 5px;
	}
	
	.menu {
		float: right;
		margin-top: 1%;
	}
	.header-bottom-left {
		width: 100%;
		float: none;
	}
	.search {
		margin: 5px 10px 0 0;
		display:none;
	}
	ul.last {
		margin: 12px 0px 0 10px;
	}
	h2.head {
		font-size:1.5em;
	}
	.btn a {
		left: 12px;
		padding: 6px 8px;
		top: -75px;
		font-size: 0.85em;
	}
	p.title a {
		font-size: 1em;
	}
	.search input[type="text"] {
		width: 110px;
	}
	h2.m_1 {
		font-size: 1em;
	}
	ul.f-list span.f-text {
		font-size: 0.95em;
		/margin-top: 29px;
	}
	.span_1_of_4 {
		width:100%;
	}
	.col_1_of_4 {
		float:none;
		margin: 1% 0 1% 0%;
	}
	.icon1 ul {
		top: 64px;
	}
	span.rollover {
		height: 148px;
		width: 173px;
	}
	.text input[type="text"], .text textarea {
		width: 95.7%;
	}
	.cssmenu ul li a
    {
        margin: 10px 2px 10px 2px;
    }
	.cssmenu {
		margin-top:0px;
		float:left;
		text-align: center;
	}
	.cart-left {
		/width: 70.5%;
	}
	span.reducedfrom {
		margin-right: 2%;
	}
	.header-top-left {
		width: 30%;
		float: left;
	}
	.box {
		float: left;
		width: 100%;
		margin-right: 10.6%;
	}
	.box1 {
		float: left;
		width: 20.5%;
	}
	.tag-list {
		/margin-left:46.5%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.cont {
		float: none;
	}
	.span_1_of_left {
		width:45%;
	}
	.rsidebar {
		float: none;
		margin: 2.7% 0 1% 0;
	}
	.border {
		margin-bottom: 3%;
	}
	.span_1_of_2 {
		width: 100%;
	}
	.col_1_of_2 {
		float:none;
		margin:0;
	}
	.copy {
		float: none;
		margin-bottom:10px;
	}	
	.f-list2 {
		float: none;
	}
	.footer-bottom {
		text-align: center;
	}
	.rsingle {
		float: none;
		margin: 0% 0 1% 0%;
	}
	.span_1_of_single {
		width: 100%;
	}
	.mens-toolbar .sort {
		width: 36.5%;
	}
	.mens-toolbar .pager {
		width: 41.5%;
	}
	.span_1_of_about {
		width: 100%;
	}
	.labout {
		float: none;
		margin: 1% 0 1% 0;
	}
	.span_2_of_about {
		width: 100%;
	}
	.span_1_of_login {
		width: 100%;
	}	
	.col_1_of_login {
		float: none;
		margin: 1% 0 1% 0%;
	}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}
	#products .pagination li a {
		width:89px;
	}
	.header-bottom-right {
		width: 40%;
		float: left;
		margin-top: 10px;
	}
	.to input[type="text"] {
		width:45.2%;
	}
	.megamenu>li>a {
		padding: 8px 5px;
	}
	
	
	.header-bottom-left {
		width: 100%;
		float: none;
	}
	.search {
		margin: 5px 10px 0 0;
		display:none;
	}
	ul.last {
		margin: 12px 0px 0 10px;
	}
	h2.head {
		font-size:1.5em;
	}
	.btn a {
		left: 12px;
		padding: 6px 8px;
		top: -75px;
		font-size: 0.85em;
	}
	p.title a {
		font-size: 1em;
	}
	.search input[type="text"] {
		width: 110px;
	}
	h2.m_1 {
		font-size: 1em;
	}
	ul.f-list span.f-text {
		font-size: 0.95em;
		/margin-top: 29px;
	}
	.span_1_of_4 {
		width:100%;
	}
	.col_1_of_4 {
		float:none;
		margin: 1% 0 1% 0%;
	}
	.icon1 ul {
		top: 64px;
	}
	span.rollover {
		height: 148px;
		width: 173px;
	}
	.text input[type="text"], .text textarea {
		width: 95.7%;
	}
	/.cssmenu ul li a {
		margin: 10px;
	}
	.cssmenu {
		margin-top:0px;
		float:left;
		text-align: center;
	}
	.cart-left {
		/width: 70.5%;
	}
	span.reducedfrom {
		margin-right: 2%;
	}
	.header-top-left {
		width: 50%;
		float: left;
	}
	.box {
		float: left;
		width: 100%;
		margin-right: 10.6%;
	}
	.box1 {
		float: left;
		width: 20.5%;
	}
	.tag-list {
		/margin-left:30.5%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.cont {
		float: none;
	}
	.span_1_of_left {
		width:100%;
	}
	.rsidebar {
		float: none;
		margin: 2.7% 0 1% 0;
	}
	.border {
		margin-bottom: 5%;
	}
	.span_1_of_2 {
		width: 100%;
	}
	.col_1_of_2 {
		float:none;
		margin:0;
	}
	.copy {
		float: none;
		margin-bottom:10px;
	}	
	.f-list2 {
		float: none;
	}
	.footer-bottom {
		text-align: center;
	}
	.rsingle {
		float: none;
		margin: 0% 0 1% 0%;
	}
	.span_1_of_single {
		width: 100%;
	}
	.mens-toolbar .sort {
		width: 36.5%;
	}
	.mens-toolbar .pager {
		width: 41.5%;
	}
	.span_1_of_about {
		width: 100%;
	}
	.labout {
		float: none;
		margin: 1% 0 1% 0;
	}
	.span_2_of_about {
		width: 100%;
	}
	.span_1_of_login {
		width: 100%;
	}	
	.col_1_of_login {
		float: none;
		margin: 1% 0 1% 0%;
	}
}
@media (max-width:480px){
	.wrap{
		width:90%;
	}
	#products .pagination li a {
		width:89px;
	}
	.header-bottom-right {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.to input[type="text"] {
		width: 43.2%;
	}
	.megamenu>li>a {
		padding: 8px 5px;
	}
	.logo {
        margin-left: 0%;
    }
	
	.header-bottom-left {
		width: 100%;
		float: none;
	}
	.search {
		margin: 5px 10px 0 0;
	}
	ul.last {
		margin: 12px 0px 0 10px;
	}
	h2.head {
		font-size:1.5em;
	}
	.btn a {
		left: 12px;
		padding: 6px 8px;
		top: -75px;
		font-size: 0.85em;
	}
	p.title a {
		font-size: 1em;
	}
	.search input[type="text"] {
		width: 110px;
	}
	h2.m_1 {
		font-size: 1em;
	}
	ul.f-list span.f-text {
		font-size: 0.95em;
		/margin-top: 29px;
	}
	.span_1_of_4 {
		width:100%;
	}
	.col_1_of_4 {
		float:none;
		margin: 1% 0 1% 0%;
	}
	.icon1 ul {
		top: 64px;
	}
	span.rollover {
		height: 109px;
		width: 128px;
	}
	.text input[type="text"], .text textarea {
		width:93.7%;
	}
	.cssmenu ul li a
    {
        margin: 10px 2px 10px 2px;
    }
	.cssmenu {
		margin-top:0px;
		float:left;
		text-align: center;
	}
	.cart-left {
		/width: 70.5%;
	}
	span.reducedfrom {
		margin-right: 2%;
	}
	/.header-top-left {
		width: 100%;
		float: none;
	}
	.box {
		float: left;
		width: 100%;
		margin-right: 10.6%;
	}
	.box1 {
		float: left;
		width: 20.5%;
	}
	.tag-list {
		/margin-left:9.5%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.cont {
		float: none;
	}
	.span_1_of_left {
		width:100%;
	}
	.rsidebar {
		float: none;
		margin: 2.7% 0 1% 0;
	}
	.border {
		margin-bottom: 5%;
	}
	.span_1_of_2 {
		width: 100%;
	}
	.col_1_of_2 {
		float:none;
		margin:0;
	}
	.copy {
		float: none;
		margin-bottom:10px;
	}	
	.f-list2 {
		float: none;
	}
	.footer-bottom {
		text-align: center;
	}
	.rsingle {
		float: none;
		margin: 0% 0 1% 0%;
	}
	.span_1_of_single {
		width: 100%;
	}
	.mens-toolbar .sort {
		width: 36.5%;
	}
	.mens-toolbar .pager {
		width: 41.5%;
	}
	.span_1_of_about {
		width: 100%;
	}
	.labout {
		float: none;
		margin: 1% 0 1% 0;
	}
	.span_2_of_about {
		width: 100%;
	}
	.span_1_of_login {
		width: 100%;
	}	
	.col_1_of_login {
		float: none;
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:100%;
	}
	.col_1_of_3 {
		float: none;
		margin: 1% 0 1% 0%;
	}
	.images_3_of_2 {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.span_3_of_2 {
		width: 100%;
	}
	.desc1 {
		float: none;
	}
	.f-list2 li {
		margin: 0 4px;
	}
	.span_1_of_f_2 {
		width: 100%;
	}
	.col_1_of_f_2 {
		float:none;
		margin: 1% 0 1% 0;
	}
}
@media (max-width:320px){
	.wrap{
		width:90%;
	}
	.logo {
        
        width: 50%;
    }
    
    #products .pagination li a {
		width:89px;
	}
	.header-bottom-right {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.to input[type="text"] {
		width: 40.2%;
	}
	.megamenu>li>a {
		padding: 8px 5px;
	}
	
	
	.header-bottom-left {
		width: 100%;
		float: none;
	}
	.search {
		margin: 5px 10px 0 0;
	}
	ul.last {
		margin: 12px 0px 0 10px;
	}
	h2.head {
		font-size:1.2em;
	}
	.btn a {
		left: 12px;
		padding: 6px 8px;
		top: -75px;
		font-size: 0.85em;
	}
	p.title a {
		font-size: 1em;
	}
	.search input[type="text"] {
		width:55px;
	}
	h2.m_1 {
		font-size: 1em;
	}
	ul.f-list span.f-text {
		font-size:11px;
		/margin-top: 29px;
	}
	.span_1_of_4 {
		width:100%;
	}
	.col_1_of_4 {
		float:none;
		margin: 1% 0 1% 0%;
	}
	.icon1 ul {
		top: 64px;
	}
	span.rollover {
		height: 109px;
		width: 128px;
	}
	.text input[type="text"], .text textarea {
		width:90.7%;
	}
	/.cssmenu ul li a {
		margin: 10px;
	}
	.cssmenu {
		margin-top:0px;
		float:left;
		text-align: center;
	}
	.cart-left {
		/width: 70.5%;
	}
	span.reducedfrom {
		margin-right: 2%;
	}
	/.header-top-left {
		width: 100%;
		float: none;
	}
	.box {
		float: left;
		width:100%;
		margin-right: 10.6%;
	}
	.box1 {
		float: left;
		width: 20.5%;
	}
	.tag-list {
		margin-left:0%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.cont {
		float: none;
	}
	.span_1_of_left {
		/width:70%;
	}
	.rsidebar {
		float: none;
		margin: 2.7% 0 1% 0;
	}
	.border {
		margin-bottom: 5%;
	}
	.span_1_of_2 {
		width: 100%;
	}
	.col_1_of_2 {
		float:none;
		margin:0;
	}
	.copy {
		float: none;
		margin-bottom:10px;
	}	
	.f-list2 {
		float: none;
	}
	.footer-bottom {
		text-align: center;
	}
	.rsingle {
		float: none;
		margin: 0% 0 1% 0%;
	}
	.span_1_of_single {
		width: 100%;
	}
	.mens-toolbar .sort {
		width: 36.5%;
	}
	.mens-toolbar .pager {
		width: 41.5%;
	}
	.span_1_of_about {
		width: 100%;
	}
	.labout {
		float: none;
		margin: 1% 0 1% 0;
	}
	.span_2_of_about {
		width: 100%;
	}
	.span_1_of_login {
		width: 100%;
	}	
	.col_1_of_login {
		float: none;
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:100%;
	}
	.col_1_of_3 {
		float: none;
		margin: 1% 0 1% 0%;
	}
	.images_3_of_2 {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.span_3_of_2 {
		width: 100%;
	}
	.desc1 {
		float: none;
	}
	.f-list2 li {
		margin: 0 4px;
	}
	.icon1 ul {
		right: -120px;
		width: 275px;
	}
	ul.f-list img {
		margin-right: 0;
	}
	.span_1_of_about-box {
		width: 100%;
	}
	.col_1_of_about-box {
		float:none;
		margin: 1% 0 1% 0%;
	}
	.dropdown {
		width: 90px;
	}
	h3.m_3 {
		font-size: 1em;
	}
	p.m_5 {
		font-size: 1.4em;
	}
}






/*/////////////////////////////////////////MyCss/////////////////////////////////////////////*/



.header__name-and-slogan {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    display: none;
}


/*//////////////////////////////تگ/////////////////////////////////*/
.widget-sidebar .widget {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 45px;
}
.widget-sidebar .widget-title {
    background-color: #3f51b5;
    color: #fff;
    padding: 24px 27px;
    margin: 0;
}
.widget-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.widget-sidebar .widget .widget-inner {
    padding: 35px 20px;
}
.widget_tag_cloud a {
    border: 1px solid rgba(0,0,0,0.12);
    padding: 8px 18px;
    font-weight: 500;
    color: rgba(0,0,0,0.54);
    text-transform: uppercase;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}
.widget_tag_cloud a:hover {
    text-decoration: none;
    background-color: #FFA74F;
    color: #fff;
}




.divleft {
    width: 20%;
    float: left;
}
.divright { width: 79%;
    float: right;
}

.bubble
{
    margin: 1px;
    background: #71cbe2;
    position: absolute;
    right: 8px;
    top: 12px;
    padding: 3px 8px;
    color: #fff;
    font: bold .9em Tahoma, Arial, Helvetica;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

.carousel-header
{ 
    height: 40px;
    line-height: 40px;
    //border-top: 1px solid #e6e6e6;
    font-weight: 500;
    color: #5e5e5e;
    padding: 0 25px;
    background-color: #f6f6f6; /margin-top: 5px; }


.col1_r {

position: relative;
	float:right;
	width: 65%;
	margin: 1px 2% 3px 0;
    display:block;
}
.col1_r img{width: 100%;
}
.col1_l {
   position: relative;
	float:left;
	width: 30%;
	margin: 1px 2% 3px 0;
	display:block;
}
/.col1_l img{width: 100%;
}



.col2_r {

position: relative;
	
	width: 23%;
	margin: 1px 0% 3px 0;
	display:block;
}
.col2_r img{width: 100%;
}
.col2_l {
   position: relative;
	float:left;
	width: 28%;
	margin: 1px 2% 3px 0;
	display:block;
}
.col2_l img{width: 100%;
}
.col2_m {

position: relative;
	float:left;
	width: 45%;
	margin: 1px 2% 3px 0;display:block;
}
.col2_m img{width: 100%;
}






.recent-item-last { 
    padding: 7px;
     margin-bottom: 5%;
	background: #FFF;
     
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
 }

.shadow header {
    background-color: #f7f9fa;
    height: 40px;
    direction: rtl;
}
.shadow header h3 {
    color: #666;
    display: inline-block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding-right: 15px;
}
.shadow footer {
    color: #666;
    display: inline-block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding-left: 35px;
    /background-color: #f7f9fa;
    height: 50px;
    direction: rtl;
}

.searchincategory a {
    display: block;
    text-align: center;
    margin: 1px;
    color: #fff;
    /font-family: yekan,'B Koodak','X Koodak','Koodak',Arial;
    /font-size: 12px;
    height: 38px;
    line-height: 38px;
    /border-radius: 4px 4px 0 0;
    /-moz-background-clip: padding;
    /-webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #4aaac3;
    background-image: -moz-linear-gradient(bottom,#4395aa -.5%,rgba(74,170,195,0) 100.5%);
    background-image: -o-linear-gradient(bottom,#4395aa -.5%,rgba(74,170,195,0) 100.5%);
    background-image: -webkit-linear-gradient(bottom,#4395aa -.5%,rgba(74,170,195,0) 100.5%);
    background-image: linear-gradient(bottom,#4395aa -.5%,rgba(74,170,195,0) 100.5%);
}
.searchincategory a:hover {
    font-weight: 600;
    color: #FFFFFF;
}
.searchincategory a img {
    margin-left: 8px;
    float: left;
    width:32px;
}

/* Tabs ---------------------- */
dl.tabs { /border-bottom: solid 1px #e6e6e6; display: block; height: 40px; padding: 0; /margin-bottom: 20px; background: #eee;}
dl.tabs.contained { margin-bottom: 0 }
dl.tabs dt { color: #b3b3b3; cursor: default; display: block; float: right; font-size: 12px; height: 40px; line-height: 40px; padding: 0; padding-right: 20px; padding-left: 9px; width: auto; text-transform: uppercase; }
dl.tabs dt:first-child { padding: 0; padding-right: 9px; }
dl.tabs dd {  display: block; float: right; padding: 0; margin: 0; 
/background: #e66f6c;
    border: 1px solid;
    /*border-color: #e5e6e9 #dfe0e4 #d0d1d5;*/
    border-color: #e5e6e9 #dfe0e4 #fff;
    color: #FFF;
 }

dl.tabs dd a
{
    /color: #fff;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0px 23.8px;
}
dl.tabs dd a:focus { font-weight: bold; color: #2ba6cb; }
dl.tabs dd.active {
    margin-top: -1px;
    background-color: #FFFFFF;
}
dl.tabs dd.active a { cursor: default; color: #6f6f6f; font-weight: bold; }
dl.tabs dd:first-child { margin-left: 0 }
dl.tabs.vertical { height: auto; border-bottom: 1px solid #e6e6e6; }
dl.tabs.vertical dt, dl.tabs.vertical dd { float: none; height: auto; }
dl.tabs.vertical dd { border-right: 3px solid #cccccc }
dl.tabs.vertical dd a { background: #f2f2f2; border: none; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
dl.tabs.vertical dd.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; }
dl.tabs.vertical dd.active a { background: #4d4d4d; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
dl.tabs.vertical dd:first-child a.active { margin: 0 }
dl.tabs.pill { border-bottom: none; margin-bottom: 10px; }
dl.tabs.pill dd { margin-right: 10px }
dl.tabs.pill dd:last-child { margin-right: 0 }
dl.tabs.pill dd a { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; background: #e6e6e6; height: 26px; line-height: 26px; color: #666; }
dl.tabs.pill dd.active { border: none; margin-top: 0; }
dl.tabs.pill dd.active a { background-color: #2ba6cb; border: none; color: #fff; }
dl.tabs.pill.contained { border-bottom: solid 1px #eee; margin-bottom: 0; }
dl.tabs.pill.two-up dd, dl.tabs.pill.three-up dd, dl.tabs.pill.four-up dd, dl.tabs.pill.five-up dd { margin-right: 0 }
dl.tabs.two-up dt a,dl.tabs.two-up dd a,dl.tabs.three-up dt a,dl.tabs.three-up dd a,dl.tabs.four-up dt a,dl.tabs.four-up dd a,dl.tabs.five-up dt a,dl.tabs.five-up dd a { padding: 0 17px; text-align: center; overflow: hidden; }
dl.tabs.two-up dt,dl.tabs.two-up dd { width: 50% }
dl.tabs.three-up dt,dl.tabs.three-up dd { width: 33.33% }
dl.tabs.four-up dt,dl.tabs.four-up dd { width: 25% }
dl.tabs.five-up dt,dl.tabs.five-up dd { width: 20% }
ul.tabs-content { display: block; margin: 0 0 20px; padding: 0; }
ul.tabs-content > li { display: none }
ul.tabs-content > li.active { display: block }
ul.tabs-content.contained { padding: 0 }
ul.tabs-content.contained > li { border: solid 0 #e6e6e6; border-width: 0 1px 1px 1px; padding: 20px; }
ul.tabs-content.contained.vertical > li { border-width: 1px 1px 1px 1px }
.no-js ul.tabs-content > li { display: block }
dl.tabs dd:hover  {
    border-bottom: 3px solid #2284a1;
}
dl.tabs dd.active { border-bottom: 3px solid #2284a1;
    background: #FFF;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #fff;
    /border-radius: 3px;
    //background: #e66f6c;
    //color: #FFF;
}

.grouplist {
    color: #666;
    display: block;
    min-width: 1px;
    padding-top: 3px;
    text-decoration: none;
}
.grouplist a h2 span{
    padding-right: 10px;
    font-size: 13px;
    display: block;
}
.grouplist li li {
    padding: 4px 19px 4px 19px;
}
.grouplist li {
    background: url(../Images/submenuarrow.png) no-repeat scroll 92% 12px;
    height: auto;
    padding: 4px 28px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 180%;
}

.grouplist .rootitem2 {
    background: url(../Images/submenuarrowdown.png) no-repeat 94% 14px;
    margin-right: -15px;
}
.grouplist .rootitem2 h1 {
    padding-right: 10px;
    font-size: 15px;
    display: block;
    line-height: 180%;
    /color: #39a0b9;
}
.grouplist li:last-child {
    border: 0;
}


.frame4 img {
	-webkit-transition-duration: 0.5s;
	/* Webkit: Animation duration; */
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.frame4:hover  img{
	-webkit-transform: scale(.9);
	/* Webkit: Scale up image to 1.2x original size; */
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	opacity: 1;
}

.line1 {
    height: 2px;
    background-color: #d9d9d9;
    border-bottom: 1px solid #424242;
    margin-bottom: 3px;
    border-bottom-color: #fff;
}
.table_border {
    /margin: 1%;
    border: 1px solid #F0F0F0;
    -webkit-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_border:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.fift_r {
    float: right;
    width: 48%;
}
.fift_l {
    float: left;
    width: 48%;
}
.margin-top
{
    margin-top: 108px;
}
.Topbanner{width: 100%;}
.Topbanner img{width: 100%;}
p
{
    text-align: justify;
}
.mar10
{
    margin-top: 10px;
}
h1 span
{
    font-size: 30px;
}
h2 span
{
    font-size: 24px;
}
.profile-img img
{
    width: 100%;
    }
    
.profile-details {
    padding: 0 30px 30px 30px;
} 
.profile-desc {
    float: right;
    position: relative;
    width: 50%;}
    
       
.profile-pic {
    margin-top: -40px;
    float: right;
}
.user-details {
    float: right;
    margin-right: 5%;
    margin-top: 25px;
}
.profile-pic img {
    display: inline-block;
    padding: 8%;
    background: #eaf5f3;
}
.user-followers
{
    padding-top: 20px;
}
.Round5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.Round10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.Round50_wihteborder {
    border: 1px solid #bbb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    /border-radius: 1px;
}
.Round50_noborder {
    /border: 1px solid #f6f6f6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.message
{
    margin: 5px 0px 10px 0px;
    color: #FFFFFF;
    background-color: #e77a77;
    padding-right: 10px;
    text-align: right;
    
}

.right
{
    float: right;
}

.left
{
    float: left;
}

.group-
{   /height : 210px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    
    
    }
    
 
.group-footer 
{  
    width: 55%;
    padding: 3px 100px 8px 20px;
    left: 0;
    bottom: 0;
    /background: #fff;
    border-top: 1px solid #eee;
    position: absolute;  }


    
    .group-right
{
    float: right;
    width: 40%;
    z-index: 10;
    position: relative;
}
        
        
    .group-left 
    {
       float: left;
       width: 60%;
           
      
           }
           
     .group-left h3 span
{
    font-size: 30px;
}


.single_image{}
.single_image:hover
{
    -webkit-transition-duration: 0.5s;
	/* Webkit: Animation duration; */
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	
	-webkit-transform: scale(1);
	/* Webkit: Scale up image to 1.2x original size; */
	-moz-transform: scale(1);
	-o-transform: scale(1);
	opacity: .7;
	
  
  }
  
.colorgraph
{ background: #c4e17f;
  background-image: -webkit-linear-gradient(left,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4);
  background-image: -moz-linear-gradient(left,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4);
  background-image: -o-linear-gradient(left,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4);
  background-image: linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4); */
  border-radius: 5px;
  border-top: 0;
  height: 5px;
  margin: 10px 0em 5px 0em;
  width: 100%;
}
.noframe
{
    border-style: none;
}
.frame
{
    padding: 3px;
    margin: 4px;
    border: 1px solid #DBDBDB;
    /border-radius: 200px;
    background: #FFF;
}
.frame:hover
{   /border-radius: 0px;
    /background: #FFF;
	/border: 1px ridge #DBDBDB;
	/box-shadow: 0px 0px 4px #444;
	/-webkit-box-shadow: 0px 0px 4px #444;
	/-moz-box-shadow: 0px 0px 4px #444;
	/-o-box-shadow: 0px 0px 4px #444;
	/-ms-box-shadow: 0px 0px 4px #444;
	
}
.Space1
{
    padding-bottom: 3px;
}
.botmargin
{
    padding: 10px;
    margin-bottom: 2px;
}
.topmargin{margin-top:.5em }

.live
{
    padding: 0.3em 0 0.3em 0;
    position: fixed;
    width: 20%;
    height: 50%;
    z-index: 5000;
    right: 0px;
    bottom: 0px;
}
.live2
{
    width: 100%;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
}
.error
{
    color: #FF3300;
}
.error2
{
    color: #FFFFFF;
}

.arrow
{  
    background: url(../images/arrow2.png) right center;
    width: 100%;
    
    display: inline-block;
    background-repeat: no-repeat; padding-right: 18px; margin-right: -8px; }

.Space
{
    width: 100%;
   
    float: left;
    margin: 0.2em 0;
    padding: .2em 1em .2em 1em;
}



.nopadding
{
    padding: 0px;
}

/.underline
{
    border-bottom-style: dashed;
    border-color: #C0C0C0;
    padding-top: 3px;
    padding-bottom: 2px;
    border-bottom-width: 1px;
}

.underline1
{
    border-bottom-style: solid;
    border-color: #EAEAEA;
    padding-top: 3px;
    padding-bottom: 2px;
    border-bottom-width: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.overflow1
{
    padding-top: 5px;
    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.underline2
{
    border-bottom-style: solid;
    border-color: #EAEAEA;
    padding-top: 3px;
    padding-bottom: 2px;
    border-bottom-width: 1px;
}
.myticket-header
{   
  
    margin: 10px 0px 0px 0px;
    background-position: center top;
    position: relative;
    padding:  10px ;
    color: #FFFFFF;
    text-align: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #4cb1ca;
   
    box-shadow: 0 0 4px #e9eaea;
    
    font-weight: bold;
 z-index:100;
   }



.myticket-question
{
    position: relative;
    padding: 20px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: 0px;
    background-color: #FDFDFD;
}


.myticket-answer
{
    position: relative;
    padding: 10px;
    margin: 15px 0px 0px 0px;
    border: 1px solid #4cb1ca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: right;
    background-color: #FFFFFF;
}


/* start megamenu colors */
.color1{
	
	color: #EF5F21;
}
.color2
{
    color: #2483b3;
}
.color3{
	
	color: #00ACED;
}
.color4{
	
	color: #D61F85;
}
.color5{
	
	color: #F89F1B;
}
.color6{
	
	color: #00677C;
}
.color7{
	
	color: #D5331D;
}
.color8{
	
	color: #00405d;
}
.color9{
	
	color: #9CB43A;
}
.color10{

	color: #26BC85;
}
.color11{

	color: #fff;
}	
.color12{
    color: #808080;
}	

.color1:hover
{
    /font-weight: 600;
}
.color2:hover{
	
	/font-weight: 600;
}
.color3:hover{
	
	/font-weight: 600;
}
.color4:hover{
	
	/font-weight: 600;
}
.color5:hover{
	
	/font-weight: 600;
}
.color6:hover{
	
	/font-weight: 600;
}
.color7:hover{
	
	/font-weight: 600;
}
.color8:hover{
	
	/font-weight: 600;
}
.color9:hover{
	
	/font-weight: 600;
}
.color10:hover{

	/font-weight: 600;
}	
.color11:hover{

	/font-weight: 600;
}	




.bloglist {
    padding: 2px 0px 2px 0px;
    border: 0px solid #E9E9E9;
    overflow: hidden;
}
.bloglist :hover
{
    /background-color: #66CCFF;
}
.bloglist2
{
    border-style: none none solid none;
    border-width: 1px;
    padding: 0px 0px 5px 0px;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -moz-border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.bloglist1 :hover
{
 padding: 0px;
   
    box-shadow: 3px 5px 8px rgba(0,0,0,0.70);
    -moz-box-shadow: 3px 5px 8px rgba(0,0,0,0.70);
    -webkit-box-shadow: 3px 5px 8px rgba(0,0,0,0.70);
} 
.bloglist img
{
   
    width: 30%;
   
}
.bloglist2 img
{
   
    width: 40%;
   
}
.Text
{
	float:left;
	width: 68%;
	/white-space: nowrap;
    /text-overflow: ellipsis;
    /overflow: hidden;
}
.Text2
{
	float:left;
	width: 60%;
}
.line
{
    border-style: solid none none none;
    border-width: 1px 0px 0px 0px;
    border-color: #e5e5e5;
    margin: 5px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    bottom: 0px;
    /position: absolute;
    /left: 0px;
    /width: 100%;
}
.pad{padding:5px;border:0px solid #e5e5e5}
.pad15{padding:15px;border:0px solid #e5e5e5}
.list{width: 29%;
      float:right;
      }
 .con-sed-grid {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 2% 0px 0% 2%;
    float: right;
    width: 49%;
    /width: 100%;
    background-color: #FFFFFF;
}
.sed-left-top {
    margin: 2% 0 0px 0;
}
.shadow {
    background: #FFF;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    margin-bottom: 5%;
}     
 
  
.sep {
    height: 1px;
    background: #eee;
}
.Date {
    color: #808080;
    font-size: smaller;
}
.h3 {
        
    /background: rgb(248, 248, 248);
    height: 50px;
    padding: 0 20px;
    margin: -10px -10px 15px -10px;
    padding: 10px 20px;
    border-bottom: 1px solid rgb(234, 234, 234);
}
.h3 span {
    border-bottom: 2px solid #4cb1ca;
    /display: inline-block;
    height: 27px;
    padding: 15px 0 0;
}
.h4 {
        
    /background: rgb(248, 248, 248);
    height: 44px;
    padding: 0 20px;
    margin:  0px  0px 15px  0px;
    padding: 10px 20px;
    border-bottom: 1px solid rgb(234, 234, 234);
}
.h4 span {
    border-bottom: 2px solid #4cb1ca;
    /display: inline-block;
    height: 27px;
    padding: 15px 0 0;
}
.footer1
{
    background: rgb(248, 248, 248);
    /height: 40px;
    padding: 10px ;
    margin: 10px -10px -10px -10px;
    /padding: 5px 20px 15px 20px;
    /border-top: 0px solid rgb(234, 234, 234);
}
.footer1 span
{
    /border-top: 2px solid #4cb1ca;
}

@media only screen and (max-width: 1100px) 
{/.margin-top
{
    margin-top: 125px;
}
     .con-sed-grid {width: 100%;}
   .bloglist span
    {
        /font-size: 16px;
    } 
    .bloglist2 img
{
   
    width: 100%;
   
}
   .Text2
{
	float:left;
	width: 100%;
} 
    
    }
@media only screen and (max-width: 900px) 
{
  
    h2 span{
        font-size: 16px;
    }
    
   h4 span{
        font-size: 14px;
    }
   
.bloglist2 img
{
   
    width: 100%;
   
}

.Text2
{
	float:right;
	width: 100%;
}
.list{width: 39%;
      float:right;
      }

  .group-left h3 span
{
    font-size: 18px;
}

}
@media only screen and (max-width: 768px)
{
/.margin-top
{
    margin-top: 180px;
}
    .col2_m { width:100%;
    }
    .col2_l { width:48%;
              
    }
    .col2_r { width:48%;
              
    }


    .col1_r { width:100%;
              margin:auto;
    }
    .col1_l { width:100%;
    }

}
@media only screen and (max-width: 640px)
{
 
.bloglist img
{
   
    /width: 50%;
   
}
.bloglist2 img
{
   
    width: 50%;
   
}
/.Text
{
	float:left;
	width: 49%;
} 
.Text2
{
	float:left;
	width: 49%;
}
.list{width: 50%;
      float:right;
      }
}
@media only screen and (max-width: 480px)
{
    h2 span{
        font-size: 14px;
    } 

    h4 span{
        font-size: 12px;
    }
 .group-
{  
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    
    
    }
    
 
.group-footer 
{  
    width: 100%;
    padding: 3px 0px 8px 0px;
    left: 0;
    bottom: 0;
    
    border-top: 1px solid #eee;
    position: absolute;  }


    
    .group-right
{
    float: right;
    width: 100%;
    z-index: 10;
    position: relative;
}
        
        
    .group-left
    {
        float: left;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 50px;
    }
           
     .group-left h3 span
{
    font-size: 18px;
}
      
    


.bloglist img
{
   
    width: 100%;
   
}
.bloglist2 img
{
   
    width: 100%;
   
}



.Text
{
	float:left;
	width: 100%;
} 
.Text2
{
	float:left;
	width: 100%;
}
.list{width: 100%;
      float:right;
      }

}

 .p2
{
    margin-bottom: 10px;
}
.p3 {
    margin: 5px 0px 5px 10px;
}


@media only screen and (max-width: 380px) 
{
    .icon1 { display:none;
    }


}





/*////////////////////////////////////////*/

a.active-icon {
    color: #FFFFFF;
}
a.active-icon:hover  {
    /color: #78ae00;
}
.icon1 li a {
    color: #FFFFFF;
    font-size:1em;
    text-transform: uppercase;
    margin-top: 2px;
}
.icon1 li a:hover {
    /color: #78ae00;
}
 .col_1_of_3:first-child {
	margin-left: 0;
}
.col_1_of_3 {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.span_1_of_3 {
	/width:30.7%;
	border: 1px solid #DDD;
}
.grid_img{
	text-align:center;
}
h3.m_1{
	color:#555;
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:500;
}
p.m_2{
	color:#999;
	font-size:0.8125em;
}
.price{
	color:#555;
	font-size:1.2em;
	font-weight:700;
}
.rating {
          overflow: hidden;
          display:block;
          /background:#d5d5d5;
          padding:2% 5%;
          font-size: 0.85em;
          color:#000;
          float: left;
          width:55%;
         / display:none;
      }
      .rating-input {
          position: absolute;
          left: 0;
          top: -50px;
      }
      .rating-star {
          display: block;
          width: 20px;
		  height: 20px;
          background: url('../images/star.png') 0 -3px;
          float:left;
      }
      .rating-star:hover {
           background: url('../images/star.png') 0 -20px;
      }
      .rating-star1 {
          display: block;
		  width: 20px;
		  height: 20px;
		  background: url('../images/b_star.png') 0 -3px;
		  float: left;
      }
      .rating-star1:hover {
           background: url('../images/b_star.png') 0 -20px;
      }




      .view {
   overflow: hidden;
   position: relative;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 40%;
   left: 40%;
}


.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   /*background: #000;*/
   /*color: #fff;*/
   text-transform: uppercase;
  	font-size:0.9em;
}
.info:hover {
   background:#FFAF02;
}
.info2 {
    font-size: 13px;
    color: #C0C0C0;
}
.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
  -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}

/* Just for the demo */
.top_box{
	padding:6%;
}
.list{
	float: left;
	/background: #08080B;
	width: 35%;
	padding: 0.5% 0;
	text-align: center;
    /display:none;
}
ul.list li img{
	vertical-align:middle;
	float: right;
	margin: 0 18% 0 0px;
} 
.top_box .css3 img {
	-webkit-transition-duration: 0.5s;
	/* Webkit: Animation duration; */
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
    width:100%;
}
.top_box:hover .css3 img{
	-webkit-transform: scale(0.9);
	/* Webkit: Scale up image to 1.2x original size; */
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	opacity: 1;
}




/*/////////////////////////////////////////Table/////////////////////////////////////////////*/




table {
    border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
}




.highlight
{
  background: #fbf8e9;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;     
} 

.alternate {
    background: #f5f5f5;
  
}

  


/* tables */
//class="table table-bordered table-striped2"
//class="table table-striped"
//class="table table-bordered"

table { max-width: 100%; border-collapse: collapse; border-spacing: 0;}
.table { width: 100%; margin-bottom: 18px;}
.table th, .table td { padding: 8px; line-height: 18px; text-align: right; border-top: 1px solid #ddd;}
.table th
{
    font-weight: bold;
    vertical-align: bottom;
    background-color: #F3F3F3;
}
.table td { vertical-align: middle;}
.table thead:first-child tr th, .table thead:first-child tr td { border-top: 0;}
.table tbody + tbody {border-top: 2px solid #ddd;}
.table-condensed th, .table-condensed td { padding: 4px 5px;}
.table-bordered { border: 1px solid #ddd; border-collapse: separate; *border-collapse: collapsed;border-radius: 4px;}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th { border-left: 1px solid #ddd;}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0;}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {border-radius: 4px 0 0 0;}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {border-radius: 0 4px 0 0;}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {border-radius: 0 0 0 4px;}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {border-radius: 0 0 4px 0;}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {background-color: #f9f9f9;}
.table-striped2 thead th,.table-striped2 tbody tr td:first-child {background-color: #f9f9f9;}

.table-striped2 tr:hover {
    background: #faffbd;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    

.table2 { width: 100%; margin-bottom: 18px;}
.table2-bordered th + th,
.table2-bordered td + td,
.table2-bordered th + td,
.table2-bordered td + th { border-left: 1px solid #000;}
.table2-bordered { border: 1px solid #000; border-collapse: separate; *border-collapse: collapsed;border-radius: 4px;}

.table2 th, .table2 td { padding: 8px; line-height: 18px; text-align: right; border-top: 1px solid #000;}
.table2 tbody + tbody {border-top: 2px solid #000;}
/*/////////////////////////////////////////Button/////////////////////////////////////////////*/




@font-face {
    font-family: 'wYekan';
    src:url('../fonts/wYekan.eot?#') format('eot'),    
          url('../fonts/wYekan.woff') format('woff'),
          url('../fonts/wYekan.ttf') format('truetype'); 
}

body
{
   font-family:'wYekan' , 'B Nazanin' ,   'B Tahoma' , Tahoma, 'Open Sans', Helvetica, sans-serif;
   
}


/* buttons */


.button
{ 
    font-family: 'wYekan' , 'B Nazanin' , 'B Tahoma' , Tahoma, 'Open Sans' , Helvetica, sans-serif;
    margin: 10px 0px 10px 10px;
     display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: #555;
    font-size: 0.95;
    line-height: 16px;
    text-transform: uppercase;
    padding: 13px 30px;
    color: #FFF;
    border: none;
    float: right;
  
    outline: none;
    / }

.button:hover
{ 
    background:#4CB1CA;
	color: #FFF;
       
     }     	

.input , .select
{ font-family: 'wYekan' , 'B Nazanin' , 'B Tahoma' , Tahoma, 'Open Sans' , Helvetica, sans-serif;
    font-size:0.95em;
	color:#777;
	
	outline: none;
	margin:10px 0;
	width:99%;
	padding: 8px 4px 8px 4px;
	//font-family: 'Exo 2', sans-serif;
	/border:none;
	/box-shadow:0 0 2px #aaa;
	/-webkit-box-shadow:0 0 2px #aaa;
	/-moz-box-shadow:0 0 2px #aaa;
	/-o-box-shadow:0 0 2px #aaa;
 }
	

.input:hover ,select:hover
{
box-shadow:0 0 1px #aaa;
	-webkit-box-shadow:0 0 4px #aaa;
	-moz-box-shadow:0 0 4px #aaa;
	-o-box-shadow:0 0 4px #aaa;
}

 .selectsearch1
{ font-family: 'wYekan' , 'B Nazanin' , 'B Tahoma' , Tahoma, 'Open Sans' , Helvetica, sans-serif;
    font-size:0.95em;
	color:#777;
	outline: none;
	width:20%;
	 }
 .selectsearch2
{ font-family: 'wYekan' , 'B Nazanin' , 'B Tahoma' , Tahoma, 'Open Sans' , Helvetica, sans-serif;
    font-size:0.95em;
	color:#777;
	outline: none;
	width:30%;
	 }
.input2{font-family: 'wYekan' , 'B Nazanin' , 'B Tahoma' , Tahoma, 'Open Sans' , Helvetica, sans-serif;
    font-size:0.95em;
	color:#777;
	
	outline: none;
	margin:10px 0;
	width:49%;
	padding: 8px 4px 8px 4px;
	
	
	}






	


/******************************************************************
This is the buttons and inputs CSS
******************************************************************/



.Reg
{
    background-image: url('../Icon/Reg.png');
    background-repeat: no-repeat;
    background-position: center top;
  
}

.Reg:hover
{
    background-image: url('../Icon/Reg.png');
     background-position: center bottom;
}

.Shetab
{
    background-image: url('../Icon/Shetab_logo.png');
    background-repeat: no-repeat;
    background-position: center top;
   
}

.Shetab:hover
{
    background-position: center bottom;
    background-image: url('../Icon/Shetab_logo.png');
}

 .PagerNormal
{ 
   font-family:'wYekan' , 'B Nazanin' ,   'B Tahoma' , Tahoma, 'Open Sans', Helvetica, sans-serif;
    color: #999999;
   
    padding: 5px 8px;
    text-decoration: none;
   
   
 }

.PagerNormal:hover
{
  
  
    color: #fcb95b;
   
}
.NextPrevious
{
  font-family:'wYekan' , 'B Nazanin' ,   'B Tahoma' , Tahoma, 'Open Sans', Helvetica, sans-serif;
    color: #999999;
   
    padding: 5px 12px;
    text-decoration: none;
    
  
}
.NextPrevious:hover
{
  
  color: #fcb95b;
   
   
}
 
  .PagerCurrent
{   font-family:'wYekan' , 'B Nazanin' ,   'B Tahoma' , Tahoma, 'Open Sans', Helvetica, sans-serif;
    font: 11pt ;
   
    padding: 5px 8px 5px 8px;
   
    color: #fcb95b;
   
     font-weight: bold; }





.Last
{font-family:'wYekan' ,'B Nazanin' ,    'B Tahoma' , Tahoma, 'Open Sans', Helvetica, sans-serif;
     font: 10pt ;
    color: #fff;
    border: 1px solid #FFFFFF;
    padding: 5px 8px;
    text-decoration: none;
  
    background-color: #F97E76;
  
}
.Last:hover
{
    background-color: #2483b3;
    color: #FFFFFF;cursor: pointer;
}

    
.First
{font-family:'wYekan' , 'B Nazanin' ,   'B Tahoma' , Tahoma, 'Open Sans', Helvetica, sans-serif;
     font: 10pt ;
    color: #fff;
    border: 1px solid #FFFFFF;
    padding: 5px 8px;
    text-decoration: none;
    background-color: #F97E76;
   
}
.First:hover{background-color: #2483b3;
    color: #FFFFFF;cursor: pointer;}
    
    .framePager
{
    border: 1px solid #EAEAEA;
}