/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 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*/
.wrap{
	width:80%;
	margin:0 auto;
}
.header{
	background:#000;
	padding: 5px 0px;
	border-bottom: 1px ridge rgb(0, 0, 0);
}
.logo{
	float:left;
}
.top-nav{
	float:right;
	margin-top: 22px;
}
.top-nav ul li{
	display:inline-block;
}
.top-nav ul li a{
	font-family: 'Average Sans', sans-serif;
	font-size:1em;
	color: rgb(162, 162, 162);
	text-transform: uppercase;
	margin-left: 20px;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.top-nav ul li a:hover{
	color: rgb(224, 224, 224);
}
/*----sicial-contentheading---*/
.content-heading {
	background: rgb(228, 228, 228);
	padding: 0px 0px 13px 0px;
	border-bottom: 1px ridge rgb(228, 225, 225);
}
.sicial-contentheading{
	float:left;
	width: 24%;
	margin-top: 25px;
}
.sicial-contentheading ul li{
	display:inline-block;
}
.sicial-contentheading ul li a{
	display:inline-block;
	margin-right: 18px;	
}
.sicial-contentheading ul li img:hover{
	opacity:0.8;
}
.content-heading-info{
	float:right;
	width:76%;
}
.content-heading-info h4{
	font-family: 'Average Sans', sans-serif;
	font-size:1.5em;
	padding: 10px 0px 5px 0px;
	color:#5b5b5b;	
}
.content-heading-info p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
}
/*----grids----*/
.grids{
	display:block;
	zoom:1;
}
.grid:first-child {
	margin-left: 0px;
}
.grid{
	width: 32.11%;
	padding-bottom: 8px;
}
.grid{
	display: block;
	float: left;
	margin: 4% 0 1% 1.8%;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.grid h3{
	font-family: 'Marck Script', cursive;
	font-size: 1.2em;
	padding: 10px 0px 5px 0px;
	color: #5b5b5b;
}
.grid p{
	font-family: 'Average Sans', sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
}
.grid img {
	border-radius:2em;
	border: 10px solid rgb(236, 236, 236);
	cursor:pointer;
	box-shadow: 0px 0px 10px rgb(155, 155, 155);
}

.box{
	float: left;
	text-align: center;
}
/*----Latest-Collection----*/
.Latest-Collection h4,.terminals-heading h4{
	font-family: 'Average Sans', sans-serif;
	font-size: 1.8em;
	padding: 10px 0px 10px 0px;
	color: #5b5b5b;
}
.Latest-Collection li{
	display:inline-block;
	width: 93.7px;
	margin-bottom: 0.4%;
}
.Latest-Collection li a{
	border: 1px ridge rgb(231, 231, 231);
	display: inline-block;
	padding: 5px 5px 0px 5px;
}
.Latest-Collection li a:hover{
	border: 1px ridge rgb(146, 146, 146);
}
.terminals-left{
	float:left;	
	width:17%;
}
.terminals-left img{
	cursor: pointer;
	border-radius: 50%;
	opacity:0.9;
}
.terminals-left img:hover{
	opacity:0.8;
}
.terminals-right{
	float:right;
	width: 83%;
	margin-top: 0.5%;
}
.terminals {
	border-top: 1px ridge rgb(187, 187, 187);
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	padding: 14px 0px 10px 0px;
}
.terminals h4{
	color:#fff;
	padding: 15px 0px;
}
.terminals-right p{
	font-family: 'Average Sans', sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
}
.terminals-right a{
	font-family: 'Marck Script', cursive;
	font-size: 1.2em;
	padding: 10px 0px 5px 0px;
	color: #999;
}
.terminals-right a:hover{
	color:#888;
}
/*---footer---*/
.footer{
	background: #000;
	margin-top: 24px;
	padding: 14px 0px 14px 0px;
}
.footer-grid1 h4{
	font-family: 'Average Sans', sans-serif;
	font-size: 1.4em;
	padding: 10px 0px 3px 0px;
	color: #5b5b5b;
	text-transform: uppercase;
}
.footer-grid1 li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #5b5b5b;
	text-transform: uppercase;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.footer-grid1 li a:hover{
	color: rgb(224, 224, 224);
}
.footer-grid1 {
	float: left;
	width: 16.6%;
}
.sub-footer{
	background:#000;
	padding: 10px 0px 4px 0px;
}
.sub-footer-left{
	float:left;
	margin-top: 2px;
}
.sub-footer-right{
	float:right;
}
.sub-footer-right p{
	font-family: 'Average Sans', sans-serif;
	font-size: 0.8em;
	padding: 14px 0px 3px 0px;
	color: #5b5b5b;
	text-transform: uppercase;
}
.sub-footer-right p a{
	color: #5b5b5b;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.sub-footer-right p a:hover{
	color:#fff;
}
/*---about----*/
.about-left{
	float:left;
	width:73%;
	margin-right:1%;
}
.about-left p{
	margin-top:10px;
}
.about-left p,.about-right p{
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: rgb(150, 150, 150);
}
.about-left h4,.about-right h4{
	color: #5b5b5b;
	font-family: 'Average Sans', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
}
.about-left img,.about-right img{
	background:#fff;
	border: 1px ridge rgb(231, 231, 231);
	cursor: pointer;
}
.about-left img:hover,.about-right img:hover{
	opacity:0.8;
}
.about-right{
	width: 25%;
	float: right;
}
.about-right p {
	margin:7px 0px;
}
/*---collections---*/
.collect {
	display: block;
	float: left;
	margin: 1% 0 1% 0%;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.collections {
	width: 25%;
	padding-bottom: 8px;
}
.collect {
	float: left;
}
.collecton h4{
	font-family: 'Average Sans', sans-serif;
	font-size: 1.8em;
	padding: 10px 0px 10px 0px;
	color: #5b5b5b;
}
.collecton{
	display:block;
	zoom: 1;
}
.collect:first-child{
	margin-left: 0px;
}
.collecton h5{
	font-family: 'Average Sans', sans-serif;
	font-size: 1.2em;
	padding: 5px 0px 5px 0px;
	color: #5b5b5b;
}
.collecton p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
}
.collecton img{
	cursor: pointer;
	border: 1px ridge rgb(231, 231, 231);
	background:#fff;
	padding:3px;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.collecton img:hover{
	opacity:0.9;
	border: 1px ridge rgba(255, 0, 0, 0.28);
}
.collecton h5{
	color: #5b5b5b;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.collecton h5:hover{
	cursor: pointer;
	color: rgba(0, 0, 0, 0.28);
}
/*---blog---*/
.error-404{
	text-align:center;
}
.error-404 h3,.error-404 h4{
	font-family: 'Average Sans', sans-serif;
	font-size:7em;
	color: #5b5b5b;
	padding: 0.2px;
}
.error-404 h3{
	font-size: 16.1em;
}
/*---contact----*/
/*----contact----*/
.contact{
	
	
	margin-bottom: 33px;	
}
.contact-form{
	float:left;
	padding-right:20px;
}
.contact-sidebar{
	float: right;
	width: 336px;
	
	
}
.map{
	padding-top: 35px;
	float: right;
	width: 49%;
}
.contact h3{
	color: #2C9BB6;
	font-size: 25px;
	text-transform: uppercase;
	padding: 0 0 12px 0;
}

.contact-form form span{
	display:block;
}
form span{
	font-size: 1.2em;
	padding-bottom:5px;
	color: #5b5b5b;
	font-family: 'Average Sans', sans-serif;
}
.contact-form form textarea,
.contact-form form input[type=submit],
.contact-form form input[type=text]{
	border:1px solid #ddd;
	padding: 7px;
	width: 594px;
	outline:none;
	color:#666;
	font-size:0.9em;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.map iframe{
	color: #5b5b5b;
	font-family: 'Average Sans', sans-serif;
}	
.contact-form form input[type=submit]{
		 -moz-border-radius:3px;
		  -webkit-border-radius:3px; 
		  border-radius:3px; 
		  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  background:#0160A4 url(../images/button-overlay.png) repeat-x; 
		  
		  color:#FFFFFF !important; 
		  cursor:pointer; 
		  display:inline-block; 
		  font-size:13px; 
		  font-weight:bold; 
		  line-height:1; 
		  overflow:visible; 
		  padding:10px 25px;
		  position:relative; 
		  text-decoration:none; 
		  text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25); 
		  width:auto; 
		  text-align:center; 
}
.contact-form form input[type=submit] {
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}


.contact-form form input[type=submit]:hover{
	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e0e0e 0%,#7d7e7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */

	color:#FF8400;
}

form textarea{
	height: 201px;
	color: #666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact h4{
	color: #5b5b5b;
	font-family: 'Average Sans', sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 0px;
}
/*------responive-design--------*/
@media screen and (max-width: 1366px) {
	.wrap{
		width:95%;
		
	}
}
@media screen and (max-width:1280px) {
	.wrap{
		width:90%;
	}
	.sicial-contentheading {
		width: 27%;
	}
	.content-heading-info {
		width: 73%;
	}
	.footer-grid1 {
		width: 16.5%;
	}
	.collections {
		width: 23%;
		margin-right: 2%;
	}
	.collections:last-child{
		margin-right: 0px;
	}
	.contact-form form textarea, .contact-form form input[type=text] {
		width: 534px;
	}

}
@media screen and (max-width:1024px) {
	.wrap{
		width:90%;
	}
	.sicial-contentheading {
		width: 34%;
	}
	.content-heading-info {
		width: 66%;
	}
	.grid img {
		border: 1px solid rgb(236, 236, 236);
	}
	.footer-grid1 h4 {
		font-size:1.2em;
	}
	.contact-form form textarea, .contact-form form input[type=text] {
		width: 100%;
	}
	.contact-form {
		width:47%;
	}
}
@media screen and (max-width:991px) {
.sicial-contentheading ul li a {
    margin-right: 14px;
}
}
@media screen and (max-width:800px) {
	.wrap{
		width:90%;
	}
	.logo{
		float:none;
		text-align:center;
		padding-top: 8px;
	}
	.top-nav {
		float:none;
		text-align:center;
	}
	.sicial-contentheading {
		float: left;
		width:8%;
		margin-top: 25px;
	}
	.content-heading-info {
		width:92%;
	}
	.sicial-contentheading ul li {
		width:50px;
	}
	.grid img {
		box-shadow: 0px 0px 1px rgb(155, 155, 155);
	}
	.footer-grid1 {
		width: 32.5%;
	}
	.footer-grid1:last-child{
		display:none;	
	}
	.top-nav {
		margin: 8px 0px 10px 0px;
	}
	.terminals-right {
		width: 81%;
	}
	.terminals-left {
		margin-top: 19px;
	}
	.error-404 h3, .error-404 h4 {
		font-size: 5em;
	}
}
@media screen and (max-width:800px) {
	.wrap{
		width:90%;
	}
	.Latest-Collection li {
		width: 89.7px;
	}
	.about-left h4, .about-right h4 {
		font-size:1.2em;
	}
	.error-404 h3, .error-404 h4 {
		font-size: 4em;
	}
	 .error-404 h3 {
	 	font-size:9em;
	}
	.contact-form {
		width: 100%;
	}
	.map {
		width:100%;
		margin:0px;
	}
	.contact-form form textarea, .contact-form form input[type=text] {
		width: 97%;
	}
}
@media screen and (max-width:667px) {
.sub-footer-left {
    float: none;
    text-align: center;
}
.sub-footer-right {
    float: none;
    text-align: center;
}
.sub-footer-right p {
    line-height: 26px;
}
}
@media screen and (max-width:640px) {
.about-left {
    width: 100%;
    margin-right: 0%;
}
.about-right {
    width: 100%;
    text-align: center;
}
.about-right p {
    margin: 7px 0px 30px;
}
.collections {
    width: 48%;
    margin-right: 2%;
}
}
@media screen and (max-width:480px) {
.top-nav ul li a {
    margin-left: 14px;
}
.sicial-contentheading {
    width: 100%;
    text-align: center;
}
.content-heading-info {
    width: 100%;
}
.footer-grid1 {
    width: 49.5%;
}
.error-404 h4 {
    font-size: 3em;
}
}
@media screen and (max-width:414px) {
	.top-nav ul li a {
    margin-left: 5px;
}
.grid {
    width: 100%;
	margin: 4% 0 0% 0%;
}
.Latest-Collection li {
    width: 115.7px;
}
.footer-grid1 {
    width: 100%;
}
.terminals-left {
    width: 100%;
    text-align: center;
}
.terminals-right {
    width: 100%;
    text-align: center;
}
.collections {
    width: 100%;
    margin-right: 0%;
}
.error-404 h4 {
    font-size: 2em;
}
}
@media screen and (max-width:384px) {
.Latest-Collection li {
    width: 106.7px;
}
.top-nav ul li a {
    margin-left: 1px;
}
.wrap {
    width: 89%;
}
}
@media screen and (max-width:375px) {
.top-nav ul li a {
    font-size: 0.9em;
}
.Latest-Collection li {
    width: 104.7px;
}
}
@media screen and (max-width:320px) {
	.top-nav ul li a {
    font-size: 0.8em;
}
.Latest-Collection li {
    width: 87.7px;
}
.error-404 h3 {
    font-size: 7em;
}
.wrap {
    width: 87%;
}
}