/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
@import url('http://fonts.googleapis.com/css?family=Ek+Mukta:400,600,700');
@import "../fonts/MyriadProRegular.css";

@font-face {
    font-family: "UVNBaiSau";
    font-style: normal;
    font-weight: normal;
    src:  url('../fonts/UVNBaiSau_R.TTF') format('opentype');
}
body {
    width: 100%;
    height: 100%;
    font-family: 'arial', sans-serif;

    color: #702c0b;
 
	font-size: 16px;
    line-height: 1.6em;
	font-weight: 400;
	

	background-color:rgba(0, 0, 0, 0.8);
}

html {
    width: 100%;
    height: 100%;
}
.bgcolor-wood
{
    background:url('../img/bg-wood.jpg');
}
.bgcolor-wood2
{
    background:url('../img/bg-wood2.png');
}
.bgcolor-lightgray
{
    background-color:#f2f2f2;
}
.bgcolor-white
{
    background-color:#fff;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family:UVNBaiSau;
    font-weight: 400;
	
}
.h-bold
{
    color: white;
  text-shadow:
   -2px -2px 0 #702c0b,  
    2px -2px 0 #702c0b,
    -2px 2px 0 #702c0b,
     2px 2px 0 #702c0b;

filter: progid:DXImageTransform.Microsoft.Glow(Color=#702c0b,Strength=2); /* IE<10 */
 
}
h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 200;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 600;
}

h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
    margin: 0 0 20px;

}

p.lead {
	font-weight: 600;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 20px;
	display: inline-block;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}
.blk {
    display: block !important;
}

.disblk {
    display: none !important;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
  font-weight: 700;
}




.light {
    font-weight: 400;
}

/* --- logo --- */

.site-logo a.brand {
	color: #DA1D1D;
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	margin-top: 20px;
}


/* ------- Navigation ------------ */
#navigation {

	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.7);
	position:absolute;
	    background-image: url('../img/bg-wood.jpg');
	    background-position:center center;
}


.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
  font-family: 'Myriad-Pro';
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0.7);
}


.navbar-custom ul.nav li a {
	font-size: 18px;
	letter-spacing: 1px;
    color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 0px 0px 3px #702c0b;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.nav li a 
{
	
	overflow: hidden;
    display: block;
    width: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    color: #fbaa1c;

    text-align: center;
    text-transform: uppercase;
    padding: 0px 12px;
    margin-top: 12px;
}

.nav li a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.nav li a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 500;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color:#702c0b;

}

.nav li a:hover span,
.nav li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
	margin-top: 21px;
	border-top: none;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active span {
    outline: 0;
 color:#702c0b;
   background-color: rgba(0,0,0,0);
   text-shadow: 0px 0px 3px #fff;
}


.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* misc */
hr {
  margin-top: 10px;
}

hr.bold {
  border-top: 3px solid #eee;
}

.divider-header {
	display: block;
	width: 120px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.divider-short {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 150px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}


.section-heading h2 {
	font-size: 48px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #fff;
}
.color-dark .section-heading p {
	color: #fff;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #702c0b;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}


.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-img {

	background:url('../img/bg2.png');
}

.bg-white {
	background: #fff;

}
.bg-gray {
	background: #f9f9f9;
}


.bg-dark {
	background: #404040;
}

/* --- section color var --- */

.text-light {
	color: #702c0b;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	padding:0;
}
.intro-inner {
	width:100%;
	position:relative;
	padding:120px 0 20px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* ====  slider ==== */

/* Header */

section#intro {
	padding:0;
	width: 100%;
	background: #333;
}

/* Carousel Styles */

.carousel-inner img {
    width: 100%;
    max-height: 650px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 0;
}

.carousel-control.right span {
	padding: 0;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 30px;
}



.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.carousel-inner > .item {
  margin-left:0;
  margin-top:0;
  margin-bottom:0;
  padding-left: 0;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:0;
  padding-left: 0;
}


/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px #E35E42;
}

.header-text h3 span {
	color: #fff;
	text-shadow: 0px 0px 3px #E42929;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

/* ===========================
--- About
============================ */


/* ===========================
--- Product
============================ */
#portfolio .portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block;
     font-family:Myriad-Pro;
}

#portfolio .portfolio-filter > li {
    float: left;
    display: block;
}

#portfolio .portfolio-filter > li:first-child a {
    border-radius: 4px 0 0 4px;
}

#portfolio .portfolio-filter > li a:hover, #portfolio .portfolio-filter > li a.active {
   
    color: #fff;
   border:1px solid #fff;
   border-radius:5px;
}

#portfolio .portfolio-filter > li a {
    display: block;
    padding: 7px 15px;   
    color: #fff;
    position: relative;
    margin:0px 10px;
    font-size:20px;
   
}

#portfolio .portfolio-items {
    margin: -15px;
}

#portfolio .portfolio-item {
    width: 24.9%;
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    z-index: 2;
}
#portfolio .portfolio-item .portfolio-item-inner {
    position: relative;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {

    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
 
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
   
    color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    color: #fff;
     font-family:Myriad-Pro;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info span
{
 padding: 5px;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .priceso
{
 text-decoration:line-through;   
 color:#fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .price
{
 color:#702C0B;
}
.portfolio-item-inner img
{
        box-shadow: 0px 0px 2px 2px #fff;
    border-radius: 5px;
    margin: 15px 0px;
   
}
/* ===========================
--- Services
============================ */
.service-box {
	background: #fff;
	border: 1px solid #f7f7f7;
	padding: 20px;
}

.service-icon {
	margin-bottom: 20px;
}	


/* ===========================
--- Works
============================ */

#owl-works {

}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
   
}	

.item img.img-responsive {

        box-shadow: 0px 0px 2px 2px #fff;
        border-radius:5px;
        margin:30px 0px
}	
.item img:hover {
   
    background:rgb(255,255,255);
}
/* ===========================
--- Contact
============================ */


.form-group {
  margin-bottom: 10px;
  text-align:left;
}
.form-group .form-control
{
    border-radius: 0px;
    font-style:italic;
}
abbr[title]
{

    padding:2px 0px 2px 30px ;
    border:none;
  
}
abbr[title=addr]
{
    background:url('../img/icon-contact.png');
    background-position:0px -3px;
     background-repeat: no-repeat;
    

}
abbr[title=Phone]
{
    background:url('../img/icon-contact.png');
   background-position:0px -26px;
         background-repeat: no-repeat;
}
abbr[title=Fax]
{
    background:url('../img/icon-contact.png');
     background-position:0px -51px;
         background-repeat: no-repeat;
}
form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 2px;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
}

.widget-contact {
	text-align: left;
	display:flex;
}



/* ===========================
--- Bottom
============================ */

.boxcol-25 {
	width: 100%;
}

.box-social {
	list-style: none;
}

.box-social li {
	width: 25%;
	float: left;
}


.box-social .social-facebook a { 
	display: block;
	background: #3873ae;
}


/* ==== Account ==== */

#ContAcc h2
{
 font-size:20px;
 font-family:Myriad-Pro; 
 
}

/* ==== Sidebar ==== */
.sidebar .widget h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .widget {
	margin-bottom: 50px;
}

.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
.sidebar .widget ul li {
	margin-left:0;
	padding-left:0;
	margin-bottom: 10px;
}
.sidebar .widget ul li a {
	color: #666;
}


.widget.widget_categories ul li:before {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e684";
	margin-right: 10px;
}


.widget.widget_recent_post ul li figure {
	float: left;
	margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
	margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget.widget_recent_post ul li h6 {
	margin-bottom: 10px;
}
.widget.widget_recent_post ul li span {
	font-size: 14px;
}

.widget .tagcloud a {
	padding: 4px 10px;
	color: #fff;
	display:inline-block;
	margin: 0 10px 10px 0;
	font-size: 14px;
	border-radius: 2px;
}

.widget .tagcloud a:hover {
	color: #fff;
	background: #333;
}

/* --- widget --- */

form.search-form input {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

form.search-form input:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}



/* ===========================
--- Footer
============================ */

footer {

      -webkit-box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.7);
          box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.7);
          	text-align: center;
    padding: 20px 0;
    position: absolute;
    z-index: 9999;
    width: 100%;
    border-top: 1px solid #fff;
	
}


footer p {
	color: #f8f8f8;
	font-size: 14px;
	margin:0;
}

footer a.totop {
	color: #fff;
	margin-bottom: 30px;
}
footer a.totop:focus {
	outline: 0;
}



/* menu */
ul.footer-menu {
	list-style: none;
}

ul.footer-menu li {
	float: left;
	margin: 0 0 0 10px;

}

ul.footer-menu li a {
	color: #fff;
	font-size: 16px;
	border-left: 1px solid #999;
	padding-left: 9px;
	line-height: 1.1em;
}

ul.footer-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}

.social-widget {
	margin-top: 20px;
	margin-bottom: 30px;
}
.social-widget ul li a:hover {
	color: #fff;
}

footer .social-widget ul.team-social li a {
	margin: 0 5px;
}

/* === testimonial slide === */
.testimonialslide {
	margin-top:0;
	padding-top: 0;
}

.testimonialslide ul li blockquote {
	color: #fff;
	border-left: none;
}

.testimonialslide ul li h4 {
	color: #fff;
	font-weight: 900;
}
.testimonialslide ul li h4 span {
	color: #fff;
	font-weight: 400;
}


/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
	background:rgba(0,0,0,0.6);
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-red:active {
  background-image: none;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

/* --- progress --- */
.progress {
  height: 40px;

}
.progress-bar {
  font-size: 14px;
  line-height: 40px;
}
#about
{
    background-color:White;
}
/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        
     
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {
	#navigation {
		padding: 20px 0;
	}
	.site-logo{
		margin: 0 0 0 30px;
		float:none;
	}
	.navbar-custom ul.nav li a {
		color: #eee;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #aaa;

	}
	.navbar-header {
		margin-top:-40px;
		padding:0;
	}
	.navbar-header button {
		background: #111;
		display:none;
	}
	
	.navbar-header button.navbar-toggle {
		padding: 4px 15px;
		font-size: 14px;
		color: #fff;
	}
	
	.navbar-custom .nav {
		background: rgba(0,0,0,0);
	}
	
	.service-box {
		margin-bottom: 50px;
	}
	
	.team-wrap {
		margin-bottom: 30px;
	}
	
	form#contact-form {
		margin-bottom: 50px;
	}
	
	.xs-marginbot-20 {
		margin-bottom: 20px;
	}
	#filters li span
	{
	        display: block;
    padding: 2px 5px !important;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    font-family: Myriad-Pro;
    font-size: 15px !important;
    border: 1px solid rgba(0,0,0,0);
	}
	ul#filters li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
  
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
}
.team-social {
    margin-left: 0;
    padding-left: 0;
}
.team-social {
    text-align: center;
}
.team-social li {
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}
.team-social a {
    background: none repeat scroll 0 0 #3bbec0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: background 0.3s ease-in-out 0s;
    width: 40px;
}
.team-social a i {
    margin: 0;
    padding: 0;
    text-align: center;
}
.team-social .social-facebook a {
    background: none repeat scroll 0 0 #3873ae;
}
.team-social .social-twitter a {
    background: none repeat scroll 0 0 #62c6f8;
}
.team-social .social-dribble a {
    background: none repeat scroll 0 0 #d74980;
}
.team-social .social-deviantart a {
    background: none repeat scroll 0 0 #8da356;
}
.team-social .social-google a {
    background: none repeat scroll 0 0 #C3C2C2;
}
.team-social .social-vimeo a {
    background: none repeat scroll 0 0 #51a6d3;
}
.team-social .social-facebook a:hover {
    background: none repeat scroll 0 0 #4893ce;
}
.team-social .social-twitter a:hover {
    background: none repeat scroll 0 0 #82e6ff;
}
.team-social .social-dribble a:hover {
    background: none repeat scroll 0 0 #f769a0;
}
.team-social .social-deviantart a:hover {
    background: none repeat scroll 0 0 #adc376;
}
.team-social .social-google a:hover {
    background: none repeat scroll 0 0 #333;
}
.team-social .social-vimeo a:hover {
    background: none repeat scroll 0 0 #71c6f3;
}
.service-icon {
    margin-bottom: 20px;
}
form#contact-form .form-group label {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left !important;
    text-transform: uppercase;
}
form#contact-form input, form#contact-form select, form#contact-form textarea {
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
}
form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.input-group-addon {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 0;
}
.widget-contact {
    text-align: left;
}
.company-social {
    margin-left: 0;
    margin-top: 23px;
    padding-left: 0;
}
.company-social {
    text-align: left;
}
.company-social li {
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}
.company-social a {
    background: none repeat scroll 0 0 #3bbec0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 10px;
    text-align: center;
    transition: background 0.3s ease-in-out 0s;
    width: 40px;
}
.company-social a i {
    margin: 0;
    padding: 0;
    text-align: center;
}
.company-social .social-facebook a {
    background: none repeat scroll 0 0 #3873ae;
}
.company-social .social-twitter a {
    background: none repeat scroll 0 0 #62c6f8;
}
.company-social .social-dribble a {
    background: none repeat scroll 0 0 #d74980;
}
.company-social .social-deviantart a {
    background: none repeat scroll 0 0 #8da356;
}
.company-social .social-google a {
    background: none repeat scroll 0 0 #C3C2C2;
}
.company-social .social-vimeo a {
    background: none repeat scroll 0 0 #51a6d3;
}
.company-social .social-facebook a:hover {
    background: none repeat scroll 0 0 #4893ce;
}
.company-social .social-twitter a:hover {
    background: none repeat scroll 0 0 #82e6ff;
}
.company-social .social-dribble a:hover {
    background: none repeat scroll 0 0 #f769a0;
}
.company-social .social-deviantart a:hover {
    background: none repeat scroll 0 0 #adc376;
}
.company-social .social-google a:hover {
    background: none repeat scroll 0 0 #333;
}
.company-social .social-vimeo a:hover {
    background: none repeat scroll 0 0 #71c6f3;
}
 #social
 {
     height:40px;
     margin:15px auto;
     width:178px;
     
 }
 #social ul
{

    margin:0 auto;
    padding:0;
    text-align:center;
    list-style-type:none;
 
}
 #social ul li
{

  padding:0px 3px;
  float:left;

 
}

 ul li a.facebook, ul li a.youtube, ul li a.plus, ul li a.flick
{
    background:url('../img/ic-social2.png');
    background-repeat:no-repeat;
    width:37px;
  height:40px;
display:block;
 
}
 ul li a.facebook
{
    background-position:1px 1px;
 
}
 ul li a.youtube
{
    background-position:-60px 2px;
}
 ul li a.plus
{
    background-position:-120px 1px;
}
 ul li a.flick
{
    background-position:-180px 1px;
}
/**----- Product ------**/
#portfoliomenu ul {
    list-style: outside none none;
    padding: 0px;
    margin: 0px 0px 50px;
    font-family: Myriad-Pro;
    display: inline-block;
}

ul#filters {
    display: inline-block;

}
#filters {
    margin: 1%;
    padding: 0px;
    list-style: outside none none;
    
}
ul#filters li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#filters li {
    float: left;
}
#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
     color: #FFF;
    cursor: pointer;
     font-family: Myriad-Pro;
     font-size:20px;
     border:1px solid rgba(0,0,0,0);
}
span.filter {
    border-radius: 3px;
}
#filters li span.active {
  border: 1px solid #FFF;

    color: #FFF;
}
#filters li span:hover {
  border: 1px solid #FFF;

    color: #FFF;
}
#portfoliolist .portfolio {
    box-sizing: border-box;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 1%;
    display: none;
    float: left;
    overflow: hidden;
    height: 255px;
    display:block;
}
.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666 none repeat scroll 0% 0%;
    cursor: pointer;
}
.portfolio-hover {
    position: relative;
    overflow: hidden;
        box-shadow: 0px 2px 2px rgba(45, 45, 45, 0.7);
    border-radius: 5px;
}
.image-caption {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    width: 100%;
    height: 100%;
    padding-top: 35%;
    display: none;
    text-align: center;
    color: #FFF !important;
    z-index: 2;
    border-radius:5px;
}
.portfolio-hover .icon {
    background-color: #000;
    border-radius: 50px;
    opacity: 0.7;
    transition: all 0.3s ease 0s;
}
.portfolio-hover .icon:hover {
    background-color: #fff;

}
.portfolio-hover .icon:hover i {
    color: #702c0b;

}
.image-caption a {
    padding: 10px 15px;
    cursor:pointer;
}
.image-caption a num {
    padding-left:1px;
    color:Red;
}
.portfolio img {
    max-width: 99%;
    position: relative;
    box-shadow: 0px 0px 2px 2px #FFF;
border-radius: 5px;
margin-top: 2px;
margin-bottom:2px;
}
.portfolio-info {
    transition: opacity 400ms ease 0s;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    color: #FFF;
}
.portfolio-info h3 {
    font-size: 18px;
    line-height: 1;
    margin: 0px;
    color: #FFF;
    font-family: Myriad-Pro;
}
.portfolio-info .price {
    color: #E3E142;
}

.portfolio-info span
{
 padding: 5px;
}

.portfolio-info .priceso
{
 text-decoration:line-through;   
 color:#fff;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 13%;
    right: 3%;
    overflow: hidden;
    width: 37px;
    height: 37px;
    border: medium none;
    text-indent: 100%;
    background: url("../img/move-top.png") no-repeat scroll 0px 0px transparent;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
key
{
    height:0px;
    width:0px;
    position:absolute
}
#cd-cart-trigger 
{
    display:inline-block;
  position: fixed;
  z-index:9999;
  bottom:18pt;
  right:30px;
}

#cd-cart-trigger a {
    background: #26292f url("../img/cart3.png") no-repeat center center;
     width: 60px;
  height:60px;
}
#cd-cart-trigger a {
    position: relative;
   
    border-left: none;
    background-color:rgba(0,0,0,0);
   display:block;
}
#cd-cart-trigger numprd {
   position:absolute;
   top:-2px;
   margin:0 auto;
   text-align:center;
   left:20%;
}
@media only screen and (min-width: 1200px)
{
#cd-cart-trigger a img {
width:100%;
height:100%;
   
}

}
@media screen and (max-width:980px){
    #cd-cart-trigger {
        display: inline-block;
        position: fixed;
        z-index: 9999;
        bottom: 120px;
        right: 5px;
    }
    .call_now {
        width: 80px;
        height: 80px;
        overflow: hidden;
        cursor: pointer;
        float: left;
        position: fixed;
        bottom: 5px;
        left: 5px;
        z-index: 999;
        display:block
    }
    .call_now_circle {
        width: 80px;
        height: 80px;
        top: 0;
        left: 0;
        position: absolute;
        border: 2px solid #f22020;
        opacity: .5;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        -webkit-border-radius: 100%;
        transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
        -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
        -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
        -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    }
    .call_now_circle_fill {
        width: 50px;
        height: 50px;
        top: 15px;
        left: 15px;
        position: absolute;
        opacity: .75;
        background: #f22020 none;
        border: 2px solid transparent;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        -webkit-border-radius: 100%;
        transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    }
    .call_now_icon, .chat_now_icon {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 30px;
        height: 30px;
        background-size: 24px 24px !important;
        background: #f22020;
        border: 2px solid transparent;
        opacity: 1;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        -webkit-border-radius: 100%;
        transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
        -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
        -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
        -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    }
        .call_now_icon:before {
            content: "\f095";
            font-family: FontAwesome;
            line-height: 28px;
            text-align: center;
            display: block;
            font-size: 23px;
            color: #fff;
        }
}
@media screen and (min-width:1000px){
    .call_now{
        display:none;
    }
    #fb-root > div.fb_dialog.fb_dialog_advanced.fb_shrink_active {
        right: initial !important;
        left: 18pt;
        z-index: 9999999 !important;
    }

    .fb-customerchat.fb_invisible_flow.fb_iframe_widget iframe {
        right: initial !important;
        left: 18pt !important;
    }
    .fb_dialog{
        right:unset !important;
        left:18pt;
    }
}
@media screen and (max-width: 767px)
{
#portfoliolist .portfolio {
    width: 45%;
    margin: 2%;
    height:190px;
    display:block;
   
}
    .portfolio-info h3{
        font-size:15px;
    }
    .portfolio-info span{
        font-size:14px;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px)
{
.navbar-nav>li {
    float: left;
}
.site-logo
{
    position:absolute;
}
.site-logo img
{
    position:relative;
    top:-10px;
}
.navbar-custom ul.nav li a {
	font-size: 6px;
	letter-spacing: 1px;
    color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 0px 0px 3px #702c0b;
	    padding: 0px 2px;
	        margin-top: 5px;
	        line-height: 15px;
}
.site-logo {
    margin: 0 0 0 0px;
    float: none;
}
#navigation {
    padding: 1px 0;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.navbar-header {
    margin-top: 0px;
    padding: 0;
}
.navbar-nav.navbar-right:last-child {
       margin-right: -23px;
           text-align: right;
     float: right; 
}
.site-logo img {
    position: relative;
    top: 5px;
    width: 50px;
}

}
@media screen and (min-width: 767px) and (max-width: 1024px)
{
    .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
}
.site-logo
{
    position:absolute;
}
.site-logo img
{
    position:relative;
    top:-10px;
}
.navbar-custom ul.nav li a {
	font-size: 15px;
	letter-spacing: 1px;
    color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 0px 0px 3px #702c0b;
	    padding: 0px 5px;
	        margin-top: 5px;
}
.site-logo {
    margin: 0 0 0 0px;
    float: none;
}
#navigation {
    padding: 1px 0;
}
}
@media screen and (max-width: 1024px)
{
   .container {
    width: 100% !important;
    
} 

}
@media screen and (min-width: 860px)
{
    .portfolio-item-inner img
{
        box-shadow: 0px 0px 2px 2px #fff;
    border-radius: 5px;
    margin: 15px 0px;
       width: 250px;
    height: 167px;
}
 .item img.img-responsive {

        box-shadow: 0px 2px 2px rgba(45, 45, 45, 0.7);
        border:2px solid #fff; 
        border-radius:5px;
        margin:60px 0px;
        width:310px;
        max-height:210px;
}	  


}
.cd-cart-trigger{
position: absolute;
bottom: 20px;
height: 100%;
right:0px
}
.cd-cart-trigger a {
    position: relative;
    width: 100px;
    border-left: medium none;
    
    background: #26292F url("../img/cart4.png") no-repeat scroll center center;
}

/*keyframes for alo*/

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}