/*
Theme Name: EWT Nice Theme
Theme URI: http://eastwindtech.com
Description: A clean and minimal theme of East Wind Tech
Author: Anh Phung Nguyen Duy
Author URI: http://eastwindtech.com
Version: 1.0
*/

@import "assets/css/style.css";
.newsletter input[type="submit"] {
  margin-top: 5px!important;
}


/* Default 
------------------------------------------------------------*/
* {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}


article,
aside,
figure,
footer,
header,
menu,
nav,
section,
img,
iframe {
  display: block;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


a {
	color: #8a8a82;
}

a:hover,
a:focus {
	color: #8a8a82;
	text-decoration: none;
}


/* Clearfix 
------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}

* html .clearfix, :first-child + html .clearfix {
  zoom: 1;
}


/* Header
------------------------------------------------------------*/

.wrap {
	margin-top: 132px;
}

header {
	border-top: 1px solid #c1c0bb;
	border-bottom: 1px solid #c1c0bb;
	box-shadow: 0px 3px 5px #ccc;
	background: #fff;
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

header .logo {
	float: left;
	display: inline;
}

header nav {
	float: right;
}

.primary-nav > li {
	float: left;
	line-height: 90px;
	margin-left: 25px;
	position:relative;
}

.primary-nav li a {
	font-family: gotham_light;
	text-transform: uppercase;
}

.primary-nav > li > a {
	padding-bottom: 5px;
}

.primary-nav > li.current-menu-item > a,
.primary-nav > li.current-menu-parent > a,
.primary-nav > li > a:hover {
	border-bottom: 3px solid #c1c0bb;	
}

.primary-nav ul {
	left: 0;
	opacity: 0;
	margin-top: 30px;
	position:absolute;
	top: 70px;
	visibility: hidden;
	z-index: 1;
	width: 200px;
	-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;
	border-top: 3px solid #c1c0bb;
}

.primary-nav li:hover > ul { 
	margin: 0;
	opacity: 1;
	visibility: visible;
}

.primary-nav ul li { 
	background: #fff;
	float: none;
	font-size: 11px;
	display: block;
	border: 1px solid #ddd;
	border-top: 0;
	line-height: 20px!important;
	position: relative;
	padding: 5px 10px;
}

.primary-nav ul a {
	font-weight: bold;
}

.primary-nav ul a:hover {
	font-family: gotham_medium;
	color: #666;
}


/* Overlay
------------------------------------------------------------*/

header .toggler {
	display: none;
}

.overlay {
	display: none;
	z-index: 0;
}

.overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 500px;
  max-width: 100%;
  left: 50%;
  padding: 0 20px;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.overlay #menu-primary li {
  border-bottom: 1px solid #fff;
  position: relative;
}

.overlay a {
  font-size: 15px;
  line-height: 20px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 0;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
	
.head-menu {
	display: none;		
}
	
header .open {
	display: inline;
	float: right;
	margin-top: 33px;
}

.close {
	margin: 20px 20px 0 0;
	padding: 0 20px;
}

.overlay {
  background-color: #a9a798;
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  display: block;
  overflow: hidden;
  text-align: left;
  z-index: 1;
}
	
.overlay ul ul {
	display: none;
}
	
.content .products1 .content-h .slide.abc img {
	height: auto;
	width: 100%;
}

}


/* Index
------------------------------------------------------------*/

.home-slider {
	border: 1px solid #c1c0bb;
}

/*
.slider-head {
    background-position: center center;
	display: table!important;
	height: 498px!important;
	width: 100%;
}


.slider-content {
	display: table-cell;
	padding-left: 50px;
    vertical-align: middle;
}

.slider-content .title span {
    background: #a9a798;
	display: inline-block;
	font-style: normal;
    font-family: didot;
    font-size: 31px;
    color: #fff;
	padding: 5px 10px;
	margin-bottom: 2px;
    text-transform: uppercase;;
}

.slider-post h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.slider-post {
	color: #8a8a82;
	margin-top: 10px;
}

.slider-post a {
	font-weight: bold;
	text-transform: uppercase;
}
*/

.twiter-link {
	margin: 0 auto;
	width: 75px;
}

/* Footer
------------------------------------------------------------*/

footer {
	background: #fafaf9;
	color: #8d8c78;
	font-family: gotham_book;
}

footer a {
	font-family: gotham_book;
}

.footer-header {
	border-top: 1px solid #c1c0bb;
	border-bottom: 1px solid #c1c0bb;
	padding: 20px 0;
}

.footer-widget {
	float: left;
	margin-left: 2.5%;
	width: 18%;
}

.footer-widget:first-child {
	margin-left: 0;
}

.footer-widget h2 {
	border-bottom: 1px solid #c1c0bb;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer-widget nav li,
.footer-widget .email li {
	margin-bottom: 5px;
}

.footer-widget nav li a:hover {
   color: #666;	
}


.footer-widget .email {
	margin-bottom: 15px;
}

.newsletter {
	margin-bottom: 10px;
}

/*
.footer-widget .mail {
	font-size: 12px!important;
} 
*/

.footer-widget .social-icon li a {
	border-radius: 50%;
	border: 1px solid #c1c0bb;
	margin-right: 5px;
	padding: 4px;
	opacity: .7;
	float: left;
}

.footer-widget .social-icon li a:hover {
	opacity: 1;
}

.footer-widget .social-icon li {
	margin-left: 
}

.footer-bottom {
	padding: 10px 0;
}

.copyrights {
	float: left;
}

.footer-bottom span {
	display: inline;
	float: right;
}


/* Responsive
------------------------------------------------------------*/


@media only screen and (max-width: 980px) {
	
	.footer-widget { 
		float: none;
		margin-left: 0;
		width: 100%;
	}
	
	.footer .nail-img{
		right: 0;
	}
	
}
