/*------------------------------------------------------------------
Main Style Stylesheet
	Project:		SQUARER RESPONSIVE HTML TEMPLATE
	Version:	    1.0
	Create Date:	20/02/2015
	Last change:	20/02/2015
	Primary use:	Multi-Purpose, Business, Portfolio, Agency
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
body 
	+ HEADINGS
	+ HEADER
	+ REVOLUTION SLIDER
	+ INTRO
	+ ABOUT
	+ WORKING POWER
	+ ACHIEVEMENTS
	+ SOCIAL PRESENCE
	+ PORTFOLIOS
	+ WHY CHOOSE US
	+ SERVICES WE OFFER
	+ OUR TEAM
	+ PASSION	
	+ LATEST BLOG
	+ OUR CLIENTS
	+ TESTIMONIALS
	+ HISTORY
	+ BUY TEMPLATE
	+ PRICING TABLE
	+ TWITTER
	+ CONTACT US
	+ FOOTER
-------------------------------------------------------------------*/
/*----- Main CSS Layout ---------*/
/*----- revolution-slider ---------*/
@import "extralayers.css";
@import "../vendor/rs-plugin/css/settings.css";
/*----- ionicons Fonts Icons ---------*/
@import "font-awesome.min.css";
/*----- animate.css ---------*/
@import "animate.css";
/*----- prettyphoto.css ---------*/
@import "prettyPhoto.css";
/*----- responsive.css ---------*/
@import "responsive.css";
/*----- misc.css ---------*/
@import "misc.css";
/*----- mediaelementplayer.min.css ---------*/
@import "../vendor/build/mediaelementplayer.min.css";
/*----- fonts ---------*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800);
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color:#666666;
	font-family: 'Raleway', sans-serif;
	position:relative;
	
}
html {
	height: 100%;
}

.margin-bottom-none {
	margin-bottom:0px !important;
}

.float-none {
	float: none;
}

.center {
	margin: 0 auto;

}

a {
color: #000000;
text-decoration: none;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

a:hover {
color: #000000;
text-decoration: none;
}

a:active {
color: #000000;
text-decoration: none;
}

a:focus {
color: #000000;
text-decoration: none;
}

/*a:link {
color: #000000;
text-decoration: none;
}*/

.animate {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}


 .os-animation{
            opacity: 0;
        }  

.os-animation.animated{
            opacity: 1;
     }   


	 
.overlay {
background: rgba(0,0,0,0.70);
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
margin: -100px 0px 0px 0px;
padding: 100px 0px 0px 0px;
}

.overlay_packages {
background: rgba(0,0,0,0.70);
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
margin: -100px 0px 0px 0px;
padding: 10px 0px 0px 0px;
}
.overlay_white {
background: rgba(255,255,255,0.90);
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
margin: -100px 0px 0px 0px;
padding: 100px 0px 0px 0px;
}

.nopadding {
	padding: 0;
}
.nobackground {
	background: none;
}
.coverarea {
	display: table;
	clear: both;
}

.btn {
	font-size: 16px;
	font-weight: 600;
	padding: 15px 40px;
	width: auto;
	height: auto;
	line-height: normal;
	margin-top: 14px;
	text-transform: uppercase;
	border-radius:0;
	-webkit-border-radius:0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover, .btn:focus, .btn:active {
	outline: none;
	
}

.btn-primary {
	color: #ffffff;
	background: #a10200;
	border: 1px solid #a10200;
}
.btn-primary.hover {
	color: #ffffff;
	background: #666666;
	border: 1px solid #666666;
}
.btn-primary:hover {
	color: #ffffff;
	background: #666666;
	border: 1px solid #666666;
}
.btn-primary:focus {
	background: #a10200;
	border: 1px solid #a10200;
}
.btn-primary:active {
	color: #ffffff;
	background: #666666;
	border: 1px solid #666666;
}
.btn-default {
	color: #666666;
	background: #ffffff;
	border: 1px solid #a10200;
}
.btn-default:hover {
	color: #a10200;
	background: #ffffff;
	border: 1px solid #dddddd;	
}
.btn-default:focus {
	background: #ffffff;
}
.btn-default:active {
	color: #a10200;
	background: #ffffff;
	border: 1px solid #dddddd;	
}
.btn-default-dark {
	color: #ffffff;
	background: #666666;
	border: 1px solid #666666;
}
.btn-default-dark:hover {
	color: #000000;
	background: #dddddd;
	border: 1px solid #dddddd;
}
.btn-default-dark:focus {
	color: #ffffff;
	background: #666666;
	border: 1px solid #666666;
}
.btn-default-dark:active {
	color: #000000;
	background: #dddddd;
	border: 1px solid #dddddd;
}
.btn-outline {
    background-color: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.btn-outline:hover {
    background-color: #a10200;
	border: 1px solid #a10200;
	color: #ffffff;
}
.btn-outline:focus {
    background-color: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	outline: none;
}
.btn-outline:active {
    background-color: #a10200;
	border: 1px solid #a10200;
	color: #ffffff;
}
.btn-lg {
	font-size: 26px;
	padding: 20px 40px;
	font-weight: 600;
}
.btn-sm {
	font-size: 14px;
	padding: 16px 35px;
	font-weight: 600;
}
.btn-xs {
	font-size: 10px;
	padding: 15px 30px;
	font-weight: 600;
}
.btn-dark{
}


section {
	padding:90px 0px 0px 0px; /*padding:100px 0px 0px 0px;*/
}

.title {
text-align: center;
}

hr {
background: none;
height: 75px;
border:none;
width: 100%;
margin: 0 auto;
}

.title i {
color:#666666;
margin-top: 0px;
font-size: 14px;
}

.title-separator:before, .title-separator:after {
border-top: 2px solid #dddddd;
display: block;
height: 1px;
content: " ";
width: 87px;
position: absolute;
left: -100px;
top: 7px;
}

.title-separator:after {
right: -100px;
left: auto;
}

.title-separator {
margin-bottom: 16px;
display: block;
position: relative;
height: 2px;
width: 7px;
margin-left: auto;
margin-right: auto;
margin-top: -15px;
}


.white h2 {
	color:#ffffff;
}

.white h4 {
	color:#ffffff;
}

.white h6 {
	color:#ffffff;
}

.white p {
	color: #ffffff;
}

.white i {
	color: #ffffff;
}
iframe {
	border: 0;
}
strong {
	color: #a10200;
}
.vspace{
	width:100%;
	display:block;
	padding:18px;
	clear:both;
}
.highlight {
background: #a10200;
color: #ffffff;
padding: 0px 6px;
}
.bs-callout{
	padding:19px 30px 19px 30px;
	border-left:3px solid #a10200;
	background: rgba(8, 220, 171, 0.1)
}
.bs-callout, .bs-callout-bold {
border-left-color: #a10200;
}
.bs-callout-bold{
	padding:0 30px 0 0px;
	border-left:5px solid #a10200;
	display: table;
	
}
.colored-border>div{
	margin: -5px 0 -8px 0;
	padding-left: 18px;
}
.bs-callout h4,.bs-callout-bold h4{
	margin:0;
	font-size:20px;
	line-height:30px;
}
.bs-callout h3,.bs-callout-bold h3{
	margin:0;
	font-size:24px;
	line-height:30px;
}
.bs-callout p:last-child{margin-bottom:0;}
.bs-callout code,.bs-callout .highlight{background-color:#fff;}
.bs-callout-danger{
	background-color:#fcf2f2;
	border-color:#dFb5b4;
}
.bs-callout-warning{
	background-color:#aaaaaa;
	border-color:#aaaaaa;
}
.bs-callout-info{
	background-color:#f0f7fd;
	border-color:#d0e3f0;
}
.bs-callout h3{
	margin:5px 0;
	padding:0;
}
.callout-content{float:left;}
.callout-btn{
	display:block;
	margin:20px auto;
}
.dropcap {
display: block;
float: left;
font-size: 85px;
line-height: 68px;
margin-right: 12px;
color: #000000;
}
.list li {
	color: #666666;
	list-style:none;
	line-height: 30px;
} 
.bullet-1 li:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 10px;
}
.bullet-2 li:before {
	content: "\f141";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #a10200;
}
.bullet-3 li:before {
	content: "\f14b";
	font-family: FontAwesome;
	margin-right: 10px;
}
.list li a {
	color: #666666
}
.list li a:hover{
	color: #a10200;
}

/*=======================================================
			Page Loader
========================================================*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 9999;
	opacity: 1;
}
.loader {
	position: absolute;
	width: 100px;
	margin: 0 auto;
	top: 50%;
	left: 0px;
	margin-top: -60px;
	right: 0px;
}

/*=======================================================
			HEADINGS
========================================================*/
h1 { font-size: 48px; line-height: 40px; font-weight:800; color:#000000; text-transform:uppercase;}
h2 { font-size: 30px; line-height: 35px; font-weight:800; color:#000000; text-transform:uppercase;}
h3 { font-size: 24px; line-height: 30px; font-weight:800; color:#000000; text-transform:uppercase;}
h4 { font-size: 18px; line-height: 24px; font-weight:600; color:#000000; text-transform:uppercase;}
h5 { font-size: 16px; line-height: 19px; font-weight:600; color:#000000; text-transform:uppercase;}
h6 { font-size: 14px; line-height: 21px; font-weight:400; color:#909090;}/*line-height: 17px; #aaaaaa*/
h1, h2, h3, h4, h5, h6 { margin-top: 0; clear:both;}
p { color: #666666; line-height: 19.6px; margin-bottom: 20px;}
b { font-weight: 500;}




	
/*---------------Header--------------------*/
.logo {
width: auto;
height: auto;
position: relative;
left: 0;
top: 50%;
float: left;
padding:13px 0px 13px 15px;

}


.b-shadow{
		box-shadow:2px 2px 2px rgba(0,0,0,0.05);
	}
	

	
/*---------------Navigation--------------------*/	
	
.navbar {
	margin:0;
}
.navbar-nav li a {
	font-size:13px;
	font-weight:600;
}

.navbar-default .navbar-nav  li a:hover  {
    color: #a10200;
	text-decoration:none;


}

.navbar-default .navbar-nav  li .active  {
    color: #a10200;
	text-decoration:none; /*	text-decoration:underline;*/
}
.sticky {  
   position: fixed;  
    width: 100%;  
    left: 0;  
    top: 0;  
    z-index: 4000;  
    border-top: 0;  
}  
.navbar-toggle {
	margin-top: 20px;
}
   
header {  
    position: -webkit-sticky;  
    top: 0;  
    z-index: 1;  
} 
.dropdown-menu li {
	width: 100%;
}

.navbar-default .navbar-nav .dropdown-menu li a {
	padding: 8px 20px;
	color: #666666;
	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.navbar-default .navbar-nav .dropdown-menu li a:hover {
	text-decoration: none;
	color: #a10200;
}


  


/*---------------End Navigation--------------------*/
  

/*---------------Search Bar--------------------*/
.sb-search {
	position: relative;
	margin-top: 10px;
	width: 0%;
	min-width: 70px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 60px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #a10200;
}

.sb-search-input:-moz-placeholder {
	color: #a10200;
}

.sb-search-input::-moz-placeholder {
	color: #a10200;
}

.sb-search-input:-ms-input-placeholder {
	color: #a10200;
}

.sb-icon-search,
.sb-search-submit  {
	width: 70px;
	height: 52px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #a10200;
	z-index: 90;
	font-size: 16px;
	/*font-family: 'icomoon';*/
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

/*.sb-icon-search:before {
	content: "\e000";
}*/

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
	margin-top:0px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #a10200;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/*---------------Search Bar End--------------------*/

/*--------------- End Header--------------------*/

/*---------------Slider Revolution--------------------*/


.tp-simpleresponsive ul {
	background:#000000;
}
.tp-bgimg.defaultimg {
	opacity: 0.4 !important;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.tp-banner ul li { z-index:0 !important;}
/*--------------- End Slider Revolution--------------------*/

/*---------------Intro --------------------*/

.intro_features {
	width:100%;
	border: 1px solid #dddddd;
	margin-bottom:40px;
	cursor:pointer;
	height: 100%;
	display:table;
}

.intro_features p {
margin-bottom: 0px;
}

.intro_features .icon {
	width: 17%;
	vertical-align: middle;
	font-size:24px;
	color: #000000;
	text-align:center;
	border-right: 1px solid #dddddd;
	height: 100%;
	display:table-cell;
}

.intro_features .content {
	padding: 15px 24px;
	float: left;
	width: 93%; /*	width: 83%;*/
}

.intro_features:hover .icon {
	background: #a10200;
	color: #ffffff;
}

#vision {
	background:#000000 url(../images/cover_1.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	margin-top:100px;
}

.services-box {
margin-bottom: -2px;
cursor:pointer;
}

.services-box:nth-child(2){
margin-top:48px;
}
.left {
text-align: left;
}
.services-icons {
display: inline-block;
float: left;
font-size: 30px;
color: #FFFFFF;
line-height: 68px;
width: 70px;
text-align: center;
border: solid 1px #fff;
margin-top: 0px;
}

.services-box:hover .services-icons {
	background:#a10200;
	border:1px solid #a10200;
}

.services-box.left h4 {
margin-left: 100px;
}
.services-box h4 {
color: #ffffff;
text-transform: uppercase;
clear:none;
}
.services-box p {
	margin-left:100px;
}
/*----------------------------About Squarer ------------------------*/

.about_features  {
	text-align:center;
	cursor:pointer;
}

.about_features .icon {
	width: 87px;
	height:87px;
	font-size:50px;
	color: #000000;
	text-align:center;
	margin:0 auto;
	border: 1px solid #dddddd;
	padding: 8px 0px;
	margin-bottom: 6px;	
}

.about_features h4 {
	margin-top:7px;
}

.about_features:hover .icon {
	background: #a10200;
	color:#ffffff;
	border:1px solid #a10200;
}

.about_features:hover h4 {
	color: #a10200
}

.about_features:hover .line_separator:before, .about_features:hover .line_separator:after {
	border-top: 1px solid #a10200;
}

.line_separator {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #666666;
	font-size: 14px;
	display: inline-block;
	position: relative;

}

.line_separator:before, .line_separator:after {
	border-top: 1px solid #dddddd;
	display: block;
	height: 1px;
	content: " ";
	width: 20px;
	position: absolute;
	left: 20px;
	top: 9px;
	}

.line_separator:after {
	right: 20px;
	left: auto;
}

/*--------------Working Power -----------------------*/

#working_power {
	background:#000000 url(../images/cover_2.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	margin-top:80px;
	
	
}

#working_power .overlay_white {
	padding-bottom:60px;
}


/* Working Power Skill Bars */

/*working-power-skill-bars .progress .progress-bar.six-sec-ease-in-out { -webkit-transition: width 10s ease-in-out; -moz-transition: width 10s ease-in-out; 
-ms-transition: width 10s ease-in-out; -o-transition: width 10s ease-in-out; transition: width 10s ease-in-out; }*/

.working-power-skill-bars {
	text-align:center;
}
.working-power-skill-bars b { display: inline-block; margin-bottom: 8px; text-transform: uppercase; font-weight:600; font-size: 16px; color: #000000;}
.working-power-skill-bars .progress { border-radius: 0; width:70px;
	height:200px;
	background:#dddddd;
	position: relative;
	margin: 0 auto 17px auto;
	-webkit-box-shadow: none; 
   box-shadow: none; 
	}
.working-power-skill-bars .progress-bar { background: #a10200;
	position: absolute;
    bottom: -1px;
	width:70px;
	text-align:center;
    }
.working-power-skill-bars .bar {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	margin-bottom: 83px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display: block;
	top: 60%;
}

/*-------------- End Working Power -----------------------*/

/*-------------- Achievements  -----------------------*/

#achievements {
}
.achieve {
	
}

.achieve li {
	text-align: center;
	cursor:pointer;
}

.achieve-box {
	border: 1px solid #dddddd;
	padding: 0 12px;
	padding-bottom:16px;
}


.achieve .achieve-box:hover {
	background: #a10200;
}
.achieve .achieve-box:hover h3 {
	color: #ffffff;
}
.achieve .achieve-box:hover p {
	color: #ffffff;
}
.achieve .achieve-box:hover h4 {
	color: #ffffff;
}

.achieve .achieve-box   .icon {
	background: #a10200;
	width: 170px;
	height: 104px;
	margin:0 auto 20px auto;
	font-size: 50px;
	color: #ffffff;
}

.achieve .achieve-box   .icon i {
	margin-top: 40px;
}

/*-------------- End Achievements  -----------------------*/

/*-------------- Social Presence  -----------------------*/
#social-presence {
	background:#000000 url(../images/cover_3.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	margin-top:100px;
}
#social-presence .overlay {
	padding-bottom:70px;
	}
.socialblock {
	float: right;
	position: relative;
	left: -50%;
	text-align: center;
}
.social-presence {
	display: table;
	list-style: none;
	position: relative;
	left: 50%;
}
.social-presence li {
	text-align:center;
	margin: 0 10px 40px 10px;
	display: inline-block;
}

.social-presence li .fa-users {
	color: #fff;
	font-size:30px;
}

.social-presence h2 {
	font-weight: normal;
}

.social-icon {
	border: 1px solid #fff;
	text-align: center;
	margin-bottom: 20px;
	padding: 30px;
	display: block;
}
.social-icon  .icon {
	height: 100px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
.social-icon  i {
	font-size: 100px;
}
/*--------------- End Social Presence ---------------*/

/*--------------- Portfolios ---------------*/

#product-heading {
  text-align: center;
  padding: 100px 0 30px 0;
}

#product-heading h2 {
  
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

#Container {
  margin-top: 40px;/*  margin-top: 80px;*/
}

#Container .mix {
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: 2px solid #dddddd;
}


#filters {
  text-align: center;
}

#filters ul {
  margin: 0px;
  padding: 0px;
}

#filters li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
  margin: 0 7px;
  border-bottom: 1px solid #dddddd;
  height: 33px;
}

#filters li:hover {
	border-bottom: 2px solid #a10200;
}

#filters li:hover span {
	color: #a10200;
	font-weight: 600;
}

#filters li .active {
	color: #a10200;
	font-weight: 600;
	
}

#filters span {
	text-transform: uppercase;
	
	font-size: 13px;
	font-weight: 500;
	
}

.label-text {
	padding: 20px 0 20px 22px;
}
.portfolio-wrapper:hover {
	border-bottom: 2px solid #a10200;
}

.portfolio-wrapper:hover .label-text {
	background: #a10200;
	
}

.portfolio-wrapper:hover .label-text h3 a {
	color: #ffffff;
}
.portfolio-wrapper:hover .label-text .text-category {
	color: #ffffff;
}

.label-text h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
text-transform: uppercase;
}

.label-text span {
  color: #666666;
  
  display: block;
}

.portfolio-thumb img {
  width: 100%;
  
}

.portfolio-thumb {
  position: relative;
}

.hover-iner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hover-iner a {
  position: absolute;
  top: 50%;
  left: 42%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: #a10200;
  border: 1px solid #a10200;
  width: 44px;
  height: 44px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.hover-iner .link {
	left: 57%;
	background-color: transparent;
	color: #a10200;
}



.hover-iner img {
  width: auto;
}

.fancybox img {
	width: 26px;
	height: 27px;
}

.hover-iner span {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  margin-top: 190px;
  text-align: center;
  font-size: 13px;
  width: 100%;
  color: #a10200;
  font-weight: 300;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.pagination {
  margin-top: 60px;
}

.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
}

.pagination a {
  background-color: #444;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.pagination a:hover {
  background-color: #8ec349;
}

/*--------------- End Portfolios ---------------*/

/*--------------- Why Choose Us ---------------*/
#why-choose-us {
}
.why-choose-us {
	padding: 45px 0;
	border-bottom: 2px solid #dddddd;
	cursor: pointer;
}

.why-choose-us  .icon {
	float:left;
	font-size:50px;
	margin-right: 30px;
}

.why-choose-us:hover .icon {
	color: #a10200;
}

.why-choose-us  h4 , p{
	clear:none;
}
.why-choose-us  p{
	margin-bottom: 0px;
}

/*---------------End Why Choose Us ---------------*/

/*---------------Services We Offer ---------------*/
#services-we-offer {
	background:#000000 url(../images/cover_4.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	margin-top:100px;
}
#services-we-offer .overlay {
	padding-bottom:70px;
}

.services-we-offer li  {
	text-align:center;
}


.services-we-offer li .icon {
	border: 1px solid #fff;
	padding: 47px 0;
	font-size: 50px;
	text-align: center; 
}

.services-we-offer li:hover .icon {
	background: #ffffff;
	border: 1px solid #ffffff;
	
}
.services-we-offer li:hover i {
	color: #000000;
}

.services-we-offer li .pipeline {
	width: 3px;
	height: 46px;
	margin: 0 auto;
	background: #fff;
}
.services-we-offer li .square-icon {
	width: 12px;
	height: 12px;
	background: #fff;
	margin: 0 auto;
}

.services-we-offer li h4 {
	margin-top:64px;
}

/*--------------- End Services We Offer ---------------*/

/*--------------- Our Team ---------------*/
#our-team {

}



#our-team .row {
	border-bottom: 2px solid #dddddd;
	margin-bottom:45px;

}

#our-team .row:last-child {
	margin-bottom:0px;

}

.team-description h4 {
	margin-bottom:0px;
}

.designation {
	margin-bottom:29px;
}
.team {
margin-top: -9px;
}

#our-team  .margin-top {
	margin-top:10px;
}

/* Team Skills Bars*/
.team-skill-bars .progress { height: 4px;}
/*.team-skill-bars .progress .progress-bar.six-sec-ease-in-out { -webkit-transition: width 10s ease-in-out; -moz-transition: width 10s ease-in-out; 
-ms-transition: width 10s ease-in-out; -o-transition: width 10s ease-in-out; transition: width 10s ease-in-out; }*/
.team-skill-bars b { display: inline-block; margin-bottom: 8px; text-transform: uppercase; font-size: 13px;}
.team-skill-bars .progress { border-radius: 0; position: relative; box-shadow: none; background: #dddddd; float: left;
width: 90%; margin-bottom: 7px;}
.team-skill-bars .progress-bar { background: #a10200; box-shadow: none; position: absolute; height: 4px;}
.team-skill-bars .barteam { width: 0 !important;  margin-top: 18px; margin-right: 26px;}
.team-social-links {
	margin-bottom: 0px;
}
	
	.team-social-links li {
		display: inline-block;
		margin-left: 15px;
		font-size:18px;
	}
	
	.team-social-links li a {
	color: #aaaaaa;
	}
	
	.team-social-links li a:hover {
	color: #a10200;
	}
	
	.team-social-links li:first-child {
	margin-left:0px;
	}
	
/*--------------- End Our Team ---------------*/

/*--------------- Passion ---------------*/
#passion {
	background:#000000 url(../images/cover_5.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	margin-top:100px;
	text-align: center;
}
#passion .overlay {
	padding-bottom:70px;
}
/*--------------- End Passion ---------------*/


/*--------------- Latest Blog ---------------*/
article {
	clear: both;
}

.blog-post-main-page {
	float: left;
	margin: 0px 0px 50px 0px;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	
}

.blog-post-main-page:last-child {
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #dddddd;
	
}


.blog-post-main-page .post-contents {
	margin: 22px 0px;
}

.blog-post-main-page .post-date {
	background: #a10200;
	width: 170px;
	height: 72px;
	position: absolute;
	right: 15px;
	color: #ffffff;
	text-align:center;
	z-index:1;
}

.blog-post-main-page .post-date .day {
	font-size: 50px;
}
.blog-post-main-page .post-date .slash {
	font-size: 30px;
}
.blog-post-main-page .post-date .month {
	font-size: 18px;
}

.blog-post-main-page .post-media {
	margin: 0px 0px 50px 0px;
}

.blog-post-main-page:last-child .post-media{
	margin: 0px;
}

.post-details {

}

.post-details li {
	line-height: 25px;
	
}

.post-details li a {
	color: #666666;
	margin-left: 6px;
}

.post-details li a:hover {
	color: #666666;
}

.post-details .views {
	margin-left: 130px;
}

.fluid-width-video-wrapper {
width: 100%;
position: relative;
padding: 0;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*--------------- Our Clientle ---------------*/

#clients span.right{
  float: right;
  height: 52px;
  width: 52px;
  background: transparent url(../images/archive-detail.png) top left no-repeat;
  margin-top: 45px;
}

#clients span.right:hover{
  background-position: bottom left;
}



 #clients{
    position: relative;
    margin: 0 auto;
    margin-top: 45px;
    padding-bottom: 2px;
}

#clients div.slider-title,
#clients #clients_orbit{
    height: 323px !important;
    float: left;
    background-color: #fff;
    color: #000;
    text-align: left;
    float: left;
    position: relative;
}
#clients div.slider-title{
  /* fallback */
  background-color: #fff;
  /*background-image: url(images/bg_grad_clients_title.gif);*/
  background-repeat: repeat-y;
  /* Safari 4-5, Chrome 1-9 */
  /*background: -webkit-gradient(linear, left top, right top, from(#f2f2f2), to(#fff));*/
  /* Safari 5.1, Chrome 10+ */
  /*background: -webkit-linear-gradient(left, #fff 80%, #f2f2f2);*/
  /* Firefox 3.6+ */
  /*background: -moz-linear-gradient(left, #fff 80%, #f2f2f2);*/
  /* IE 10 */
  /*background: -ms-linear-gradient(left, #fff 80%, #f2f2f2);*/
  /* Opera 11.10+ */
  /*background: -o-linear-gradient(left, #fff 80%, #f2f2f2);*/
  text-align:center;
}
#clients span.left{
  float: right;
  height: 54px;
  width: 54px;
  background: #a10200;
  margin-top: 45px;
  position: absolute;
  margin: 0;
  text-indent: 0;
  font-size: 36px;
  text-align: center;
  color: #ffffff;
}

#clients span.left:hover{
  background-position: bottom left;
}

#clients span.right{
	background: #a10200;
    position: absolute;
    margin: 0;
	text-indent: 0;
	font-size: 36px;
	text-align: center;
	color: #ffffff;
}

#clients div span{
    cursor: pointer;
}

#clients ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#clients ul li{
    float: left;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    height: 161px;
    line-height: 161px;
    text-align: center;
}
#clients ul li.fullborder{
  border-right: 1px solid #d8d8d8;
}

/* css for orbit slider */
#clients #clients_orbit{
  border-left:none;
  border-right: 1px solid #D8D8D8;
  float: left;
}
#clients #clients_orbit .content{
  border: none;
  background-color:#fff;
  height:323px;
  width:100%;
}
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#slider-normal { 
	width: 841px;
	height: 584px;
	background: #000 url('../images/loading.gif') no-repeat center center;
	overflow: hidden; 
    margin: 40px 0 0 68px;}
#featured>img,  
#featured>div,
#featured>a { display: none; }




/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    position: relative;
    width: 100% !important;
    margin: 0 auto;}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; 
    width: 841px;
    height: 584px;
}

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
	
.orbit li img {
	height: 90px; /*	height: 30px;*/
}



/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../images/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(../images/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

/*span.pause.active {
    background: url(../images/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }*/


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    z-index: 1000;
    color: #313131;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    bottom: -40px;
     }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 29px;
    height: 56px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -20px;
    cursor: pointer; }

#animation div.slider-nav span {
    margin-top: 180px;
     }

div.slider-nav span.right {
    background: url(../images/right-arrow.png);
    right: 0; }

#animation div.slider-nav span.right {
    background: url(../images/right-arrow2.png) center center;
     }

div.slider-nav span.left {
    background: url(../images/left-arrow.png);
    left: 0; }

#animation div.slider-nav span.left {
    background: url(../images/left-arrow2.png) center center;
    }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -50px;
    left: 52%;
	margin-left: -50px !important;
    padding: 0; }

.ie7 .orbit-bullets {
    bottom: -70px;

    }

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../images/bullets.png) no-repeat 0 0;
    width: 10px;
    height: 11px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -11px 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }

/*--------------- End Our Clientle ---------------*/

/*--------------- Testimonials ---------------*/
#testimonials {
	background:#000000 url(../images/cover_6.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	margin-top:100px;
}
#testimonials .overlay {
	padding-bottom:70px;
	}
.slick-slide {
	cursor: move;
}
.testimonial .title {
	font-size: 18px;
}
.testimonial-img {
	width: 118px;
	height: 118px;
	border: 1px solid #fff;
}

.testimonial-left  {
	margin-bottom:40px;
}

.testimonial-left .testimonial-img {
	float:right;
	margin-left:20px;
}

.testimonial-left .testimonial-details {
	text-align:right;
}

.testimonial-right .testimonial-details {
	text-align:left;
}
.testimonial-right .testimonial-img {
	float:left;
	margin-right:20px;
}


.client-name {
	font-size: 18px;
}
.designation {
	font-size: 13px;
}

.slick-dots .slick-active button  {
	background: transparent;
	border: 1px solid #ffffff;
}

.quote {
	display:table;
	overflow: hidden;
}
.slick-loading .slick-list
{
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0px;
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
	border: 0;
	outline: none;
	background: rgba(255, 255, 255, 1);
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}



[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/*--------------- End Testimonials ---------------*/

/*--------------- History ---------------*/
#history {
}

.history { 
	padding-bottom: 50px;
	cursor: pointer;
	display: none;
}
.history:last-child{ 
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.history-title {
	border: 1px solid #dddddd;
	display: table;
	width: 100%;
	margin-bottom:10px;
}

.history-title h3 {
	clear: none;
	display:table-cell;
	vertical-align: middle;
	margin-bottom:0px;
}
.history-date {
	background: #a10200;
	width: 70px;
	height: 57px;
	color: #ffffff;
	float: left;
	margin-right: 0px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
}

.history-day {
	font-size: 18px;
	font-weight:600;
}

.history-details {
	border: 1px solid #dddddd;
	padding:30px;
}

.history-details p {
	margin: 0;
}

.history-img {
	border: 1px solid #dddddd;
	padding: 4px;
}

.history-separator i {
	color: #666666;
	left: 0;
	right: 0;
	margin-left: -5px;
	margin-top: 90px;
}

/*--------------- End History ---------------*/
/*--------------- Buy Template ---------------*/
#buy-template {
}

#buy-template {
	background:#000000 url(../images/cover_4.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	margin-top:100px;
	text-align: center;
}
#buy-template .overlay {
	padding-top: 40px;
	padding-bottom:30px;
	
}
/*--------------- End Buy Template ---------------*/

/*--------------- Pricing Table ---------------*/
#pricing {
}
.billing {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
	margin-bottom: 50px;
}
.billing ul {
	list-style: none;
	position: relative;
	left: 50%;
}
.billing ul li {
	float: left;
}

.billing li a {
	border: 1px solid #dddddd;
	padding: 3px 30px;
	color: #666666;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	font-weight:600;
	cursor: pointer;
}
.billing li a:hover {
	border: 1px solid #a10200;
	color: #ffffff;
	background: #a10200;
	
}
.billing li .active {
	border: 1px solid #a10200;
	color: #ffffff;
	background: #a10200;
}
.pricing-box {
	border: 1px solid #dddddd;
}
.pricing-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	border: solid 1px #ddd;
	z-index: 1;
}
.pricing-box ul li {
	text-align: center;
	line-height: 40px;
	background: #fff;
}

.pricing-box li.plan-title {
	text-transform: uppercase;
	line-height: 70px;
	font-size: 18px;
	font-weight: 600;
	background: #666666;
	color: #ffffff;
}
.pricing-box .featured li.plan-title {
	background: #a10200;
} 
.pricing-box li.subscription-price {
	background: rgba(102, 102, 102, 0.2);
	color: #000000; position: relative;
	border-bottom: none;
	font-size: 26px;
	font-weight: 600;
}
.pricing-box .featured li.subscription-price {
	background: rgba(8, 220, 171, 0.4);
}
.pricing-box li.subscription-price .currency {
	position: absolute;
	top: 0; left: 45%;
	margin-left: -70px;
	font-size: 26px;
	font-weight:600;
}
.pricing-box li.subscription-price .price {
	font-size: 130px;
	font-weight: 600;
	line-height: 130px;
}

.pricing-box li.subscription-price .month {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: 220px;
	top: 80px;
}

.ptop10 {
	color: #a10200;
	font-size: 14px;
	font-weight: 600;
	margin-top: 30px;
}
.pricing-box li.sign-up {
	line-height: 100px;
}
.pricing-box li.sign-up a {
	color: #ffffff;
	background: #666666;
	text-transform: uppercase;
	padding: 20px 30%;
	line-height: 42px;
	font-size: 14px;
}
.pricing-box li.sign-up a:hover {
	background: #a10200;
	color: #fff;
}
.pricing-box .featured li.sign-up a {
	background: #a10200;
}
.pricing-box .featured li.sign-up a:hover{
	background: #666666;
}

/*--------------- End Pricing Table ---------------*/

/*--------------- Twitter ---------------*/
#twitter {
}
.tweet {
}
.tweet i{
	border: 1px solid #dddddd;
	padding: 20px;
	font-size: 30px;
	color: #000000;
	margin-bottom: 20px;
}
.tweet a {
	color: #a10200;
}
.tweet .btn {
	color: #ffffff;
}

.twitter {
  width:100%;  
  max-width: 600px;
  padding: 5px;
  margin: 0 auto;
  background: white;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
        }
    
        .twitter .tweet {
            overflow: hidden;
        }

        .twitter ul {
            width: 100%;
            height: 50px;
            overflow:hidden;
			margin-bottom: 0px;
        }

        .twitter ul li {
            width:100%;  
            max-width: 600px;
            height: 100px;
            float: left;
            padding: 0 10px 0 0;
            margin: 0 10px 0 0;
}
/*--------------- End Twitter ---------------*/
/*--------------- Contact Us ---------------*/
#contact {
}
.contact {
}
 .item__map .google-map
      {
       width: 100%;
       height: 18.750rem; / 300 /
      }
      .item__map .google-map:not( .is-loaded )
      {
       background-color: #ddd !important;

       -webkit-animation: fade-in-out 1s linear infinite;
       animation: fade-in-out 1s linear infinite;
      }
.contact .map {
	height: 256px;
	width: 100%;
}
.contact h3 {
	text-align: center;
	margin: 20px 0;
}
.contact .company {
	color: #000000;
	font-weight: 600;
	margin: 0px;
	font-size: 14px;
}

.contact address {
	border-top: 2px solid #dddddd;
	padding-top: 20px;
}

.contact address li {
	margin-bottom: 20px;
}
.contact address li i {
	color: #000000;
}
.contact address li a {
	color: #666666;
	text-decoration: none;
}
/*contact form home page*/
.contact-form {
	margin-top: 80px;
}
#map-section1, #map-section2, #map-section3 {
height: 250px;
margin-top: 0px;
}
.field {
position: relative;
text-align: center;
}
.label-form {
position: relative;
}
.field input, .field select  {
	width: 100%;
	padding: 17px 15px 17px 60px;
	border-bottom: solid 2px #dddddd;
	border-left:0;
	border-right:0;
	border-top:0;
	margin-bottom: 10px;
}
.field input:focus, .field select:focus{
	outline: none;
	background-color: #f8f8f8;
}
.field input:hover, .field select:hover {
	outline: none;
	background-color: #f8f8f8;
}
.field .form-icon {
	position: absolute;
	top: 0;
	left: 0;
	background: #a10200;
	padding: 17px 20px;
	color: #ffffff;
	font-size: 18px;
	width: 55px;
}
.field input:focus + .form-icon {
	background: #666666;
}
.label-form {
	position: relative;
}
.field textarea {
	width: 100%;
	padding: 17px 15px 17px 60px;
	border-bottom: solid 2px #dddddd;
	border-left:0;
	border-right:0;
	border-top:0;
	min-height: 207px;
}
#contact .margintop {
	margin-top: 20px;
}
.field textarea:focus {
	outline: none;
	background-color: #f8f8f8;
}
.field textarea:hover {
	outline: none;
	background-color: #f8f8f8;
}
.field textarea:focus + .form-icon {
	background: #666666;
}

::-webkit-input-placeholder {
   color: #666666;
   
}
:-moz-placeholder { /* Firefox 18- */
   color: #666666;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #666666;  
}
:-ms-input-placeholder {  
   color: #666666;  
}

/*--------------- End Contact Us ---------------*/

/*--------------- Footer ---------------*/
footer {
	background: #252528;
	padding: 50px 0px;
	margin-top: 70px;
}

footer a, footer p {
	color: #ffffff;
}
footer a:hover {
	color: #ccc;
}
footer a:active {
	color: #ffffff;
}
footer a:focus {
	color: #ffffff;
}
footer li:hover a {
	color: #a10200;
}

.footer-logo {
	height: 68px; 
}
footer .social-icons {
	float: right;
	position: relative;
	left: -50%;
	text-align: center;
	margin: 20px 0;
}
footer .social-icons ul  {
	list-style: none;
	position: relative;
	left: 50%;
	display: table;
}
footer .social-icons li {
	display: inline-block;
	border: 1px solid #ffffff;
	padding: 22px;
	font-size: 30px;
	margin: 5px;
}
footer .social-icons li i {
	height: 30px;
	width: 30px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
/*--------------- End Footer ---------------*/

/*--------------- Inner Page CSS Start ---------------*/
#main-col {
	margin-bottom: 20px;
	float: left;
}
.shade-section {
	margin: 0 0 100px 0;
	padding: 0px;
	background: url(../images/title_section.jpg) repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: inherit;
}

.shade-section .container-fluid, .shade-section .container {
background: rgba(0, 0, 0, 0.45)
}
.shade-section h2, .breadcrumb li {
	color: #ffffff;
	margin-bottom:0px;
}
.breadcrumb {
	padding: 0px;
	margin: 0px;
	background: none;
	text-transform: uppercase;
}
.shade-section .breadcrumb li a {
	color: #ffffff;
	font-size: 14px;
}

.shade-section .breadcrumb li .active {
	color: #a10200;
}
.inner-title {
	padding: 40px 0px;
	text-align: center;
}
/*---------------- Sidebar ----------------------*/

.search { margin-bottom: 50px;}
.search form { position: relative;}
.search input {width: 100%; border: solid 1px #dddddd; padding: 10px 15px; background: #fff; outline: none; 
		-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.search input:hover {border-color: #bbb;}
.search input:focus {border-color: #dddddd; background-color: #f8f8f8;}
.search-icon {
position: absolute;
top: 0px;
right: 0px;
color: #ffffff;
border-left: solid 1px #cccccc;
padding: 11px 15px;
cursor: pointer;
background: #a10200;
}
.icon-search3:before {
content: "\f002";
font-family: FontAwesome;
}

.widget { margin-bottom: 50px;}
.widget li { cursor: pointer;}
.widget h4 { text-transform: uppercase; color: #000; margin-bottom: 20px;}
.widget ul { list-style: none;}
.widget.categories ul li {padding: 12px 10px; border-bottom: solid 1px #dddddd;-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;

}
.widget.categories ul li.active a, .widget.categories ul li.active a::before { color: #a10200;}
.widget.categories ul li a { color: #666666; line-height: 18px; 	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;}
.widget.categories ul li a::before {content: "\f0da"; font-family: FontAwesome; margin-right: 5px; color: #666666;}

.widget.categories ul li:hover {
	background: #a10200;
}
.widget.categories ul li:hover a:before , .widget.categories ul li:hover a { color: #ffffff;}

.widget.tags ul li { display: inline-block; line-height: 35px; margin-bottom: 5px; margin-right: 1px;}
.widget.tags ul li a {
background: none;
color: #666666;
padding: 9px 15px;
border: 1px solid #dddddd;
	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;

}
.widget.tags ul li a:hover { 
	background: #a10200;
	color: #ffffff;
	border: 1px solid #a10200;
}

.widget ul li img {  width: 25%; border: solid 1px #dddddd; color: #bbbbbb; padding: 12px; float: left; clear: left; margin-bottom: 30px; 
margin-right: 15px; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; 
transition: all .2s;}
.widget.side-posts ul li {
	display: table;
}
.widget.side-posts ul li:hover .widget ul li img { color: #a10200; }
.widget.side-posts ul li a { color: #777777;}
.widget.side-posts ul li a:hover { color: #000000;}
.widget.side-posts h5 { margin-bottom: 5px; font-weight: normal; text-transform:inherit; clear: none; line-height: 16px; color: #666666; font-size: 13px;}
.widget.side-posts p { font-size: 12px;}
.widget ul li img {
	border: solid 0px #dddddd;
	color: #bbbbbb;
	padding: 0px;
	float: left;
	clear: left;
	margin-bottom: 30px;
	margin-right: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.tcolor {
	color: #a10200;
}

.widget.archives ul li {padding: 12px 10px; border-bottom: solid 1px #dddddd; color: #666666;
		-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.widget.archives ul li a {
	color: #666666; line-height: 18px;
		
}
.widget.archives ul li a::before {content: "\f0da"; font-family: FontAwesome; margin-right: 5px; }
.widget.archives ul li:hover {
	background: #a10200;
	color: #ffffff;
}
.widget.archives ul li:hover a:before, .widget.archives ul li:hover a { color: #ffffff; -webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;}
.widget.archives ul li a:hover b {color: #a10200;}
.widget.archives b { float: right; font-weight: 400;}

/*--------------- Main Blog Style 1 ---------------*/
.post {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 23px;
	margin-bottom: 40px;
}
.post:after {
	content: "\f141";
	font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display: block;
	width: 35px;
	margin-top: 14px;
	padding: 0px 12px;
	background: #ffffff;
}
.post .post-image {
	
}

.entry-content {
	margin-top: 30px;
	height: 100%
}

.entry-meta {
	margin: 0 0 20px 0;
	padding: 0px;
	background: none;
	font-size: 12px;
	color: #aaaaaa;
}

.meta a, .comments-link a {
	color: #aaaaaa;
}
.meta a:hover {
	color: #a10200;
}
.entry-meta span:after {
	content: "\f141";
    font-family: FontAwesome;
	margin: 0px 10px;
	color: #666666;
	font-size: 14px;
}
.entry-meta span:last-child:after {
	content: "";
}
.post-icon {
	border: 1px solid #dddddd;
}
.post-icon i {
	font-size: 34px;
	padding: 25px 0px;
	color: #a10200;
}
.post h3 {
	clear: none;
	margin-bottom: 10px;
}
.post .post-date-icon {
	text-align: center;
	width: 80px;
	float: left;
	margin-right: 10px;
	display: table-cell;
	height: 100%;
}
.post .post-date {
	color: #ffffff;
	background: #666666;
	padding: 10px 0px;
}
.post .post-date .day {
	font-size: 34px;
	font-weight: 600;
	display: block;
}
.post .post-date .month {
	font-size: 14px;
	text-transform: uppercase;
}

.post-more .btn {
background: #ffffff;
color: #000000;
border: none;
border-radius: 0px;
padding: 0px;
width: auto;
height: auto;
line-height: normal;
margin-top: 14px;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
}
.post-more {
	display: table;
	width: 100%;
}

.post-more .btn:hover {
background: none;
color: #a10200;
}
.post-more .btn i {
	padding: 10px 20px;
	background: #a10200;
	font-size: 22px;
	color: #ffffff;
	margin-left: 13px;
}
.load-more {
	text-align: center;
	margin-bottom: 10px;
}
.load-more .active{
	background: #a10200;
	color: #ffffff;
	box-shadow: none;
	margin-bottom: 15px;
}
/*--------------- End Main Blog Style 1 ---------------*/
/*--------------- Main Blog Style 2 ---------------*/
.blog-2 .entry-content {
	margin-top: 0px;
	display: table;
	height: 100%
}
.blog-2 .post {
	border: 2px solid #dddddd;
	border-top: none;
	margin: 0px;
}
.blog-2 .post:after {
	content: "";
}
.blog-2 .post .post-icon {
	width: 80px;
	text-align: center;
	float: left;
	border-left: none;
	border-top: none;
	border-bottom: none;
	border-right: 2px solid #dddddd;
	margin-right: 20px;
}
.blog-2 .post .post-icon i {
	padding: 22px 0 
}
.blog-2 .post .post-date {
	width: 80px;
	text-align: center;
	float: right;
	padding: 5px 0;
}

.blog-2 .post h3 {
	margin-top: 10px;
}
.blog-2 .entry-meta {
	margin: 0 0 11px 0;
}
.blog-2 .post p {
	border-top: 2px solid #dddddd;
	padding: 20px 20px 0px 20px;
}
.blog-2 .post .btn {
	margin: 0 0 0 20px ;
}
/*--------------- End Main Blog Style 2 ---------------*/

/*--------------- Main Blog Style 3 ---------------*/
.blog-3 .post {
	clear: none;
	border: none;
	margin-bottom: 15px;
}
.blog-3 .post:after {
	content: "";
}

.blog-3 .entry-content {
	border: 1px solid #dddddd;
	padding: 20px;
}


.blog-3 .no-padding.grid-col-2 .grid-posts {
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 15px;
}
	

/*--------------- End Main Blog Style 3 ---------------*/
/* Blog Post Slider  */

	.custom_slider,
	.custom_slider .image_slider{
		width:100%;
		height: auto;
		position: relative;
		margin: 0;
	}

	.custom_slider .image_slider .slide img{
		width:100%;
		border:none;
		outline: none;
	}

	.custom_slider .image_slider .slide .texts{
		display: inline-block;
		position: absolute;
		width: auto;
		left:0;
		bottom:0;
		z-index: 11;
		padding:15px 20px;
		background:rgba(0,0,0,0.4);
		max-width: 40%;
	}

	.custom_slider .image_slider .slide .texts h2{
		margin:0 0 5px 0;
		padding:0;
		font-size:20px;
	}

	.custom_slider .image_slider .slide .texts p{
		padding:0;
		margin:0;
		font-size:13px;
	}

/* Custom Slider Direction  */

	.custom_slider .flex-direction-nav{
		margin:-27px auto 0;
		position: absolute;
		z-index: 3;
		top: 50%;
		width: 100%;
		z-index: 20;
        list-style:none;
	}
	.custom_slider .flex-direction-nav li a{
		position: absolute;
		display: block;
		width:38px;
		height:54px;
		background-position: center center;
		background-repeat: no-repeat;
		background-color:rgba(30,30,30,0.);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.custom_slider .flex-direction-nav li a.flex-prev{
		left: 0;
		background-image:url(../images/left.png);
	}
	.custom_slider .flex-direction-nav li a.flex-next{
		right: 0;
		background-image:url(../images/right.png);
	}

	.custom_slider:hover .flex-direction-nav li a{
		background-color:rgba(30,30,30,0.3);
	}

	.custom_slider .flex-direction-nav li a:hover{
		background-color:rgba(30,30,30,0.9) !important;
	}

/* Blog Post Slider Pagination  */

	.custom_slider .flex-control-nav{
		height: 0;
		width:100%;
		text-align: center;
		position: relative;
		top:-20px;
		z-index: 10;
		opacity: 0;
		margin-bottom:0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.custom_slider .flex-control-nav li{
		display: inline-block;
	}

	.custom_slider .flex-control-nav li a{
		display: inline-block;
		width:10px;
		height: 10px;
		background:rgba(255,255,255,0.2);
		margin:0 4px;
		border-radius: 100px;
		cursor: pointer;
		overflow: hidden;
		text-indent:-9999px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.custom_slider .flex-control-nav li a::selection{
		background:transparent;
	}

	.custom_slider .flex-control-nav li a.flex-active{
		background:rgba(255,255,255,0.6);
		border:1px solid white;
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
	}

	.custom_slider:hover .flex-control-nav{
		top:-45px;
		opacity: 1;
	}


/* Blog Audio Player */
.mejs-container .mejs-controls { background: #555555; height: 55px;}
.mejs-container { width: 100% !important; /* height: 55px !important; */ padding: 0 15px !important;}

/*------------------- Single Post ---------------------*/
.blog-icons {
color: #a10200;
font-size: 18px;
line-height: 21px;
vertical-align: middle;
margin-right: 10px;
float: left;
clear: left;
}
.icon-tags:before {
content: "\f02c";
font-family: FontAwesome;
}
.tags span:after {
	content: "";
	display:none;
}
.tags li:hover a {
	color: #666666;
}
.tags li a:hover {
	color: #a10200;
}
.about-author img {
	height: 80px;
	float: left;
	margin: 0 15px 10px 0;
}
 ul.comments:first-child{
		width: 100%;
		height: auto;
	}

 .details > ul.comments{
		margin-top: 40px;
		padding-top:40px;
		border-top:1px solid #f6f6f6;
	}

ul.comments li{
		padding:10px 0 0 110px;
		list-style: none;
	}

 ul.comments li div.comment{
		margin-bottom:10px;
		border-bottom: 1px solid #dddddd;
	}

/* Blog Comment Image */

ul.comments li div.comment .c-image{
		margin-left:-110px;
		float: left;
		width: 80px;
		height: auto;
	}

ul.comments li div.comment .c-image img{
		width:100%;
		height: auto;
		border:none;
	}

/* Blog Comment Texts */

ul.comments li div.comment-text{
		background:#fdfdfd;
		padding:0px;
		position: relative;
	}

ul.comments li div.comment-text:after{
		position: absolute;
		left: -12px;
		right: auto;
		top: 30px;
		display: block;
		border-right: 12px solid;
		border-right-color: #fdfdfd;
		border-left: none;
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
	}

ul.comments li div.comment h4.comment-name{
		clear: none;
		margin: 0;
}
ul.comments li div.comment span.comment-date{
		font-size:14px;
		color:#959494;
		margin:10px 0;
		padding: 0;
	}

ul.comments li div.comment p{
		margin:10px 0;
		padding: 0;
		
	}

ul.comments li div.comment-text a.reply-button{
		position: absolute;
		right:25px;
		top:0px;
		padding: 10px 15px;
		border: 1px solid #dddddd;
		color: #666666;
}

ul.comments li div.comment-text a.reply-button:hover{
		color:#000000;
	}

/* Single Post Form */

	.post-form{
		width:100%;
		margin-top: 30px;
	}

	.post-form form{
		margin-top: 0px;
		display: table;
	}

	.post-form form div{
		
	}

	.post-form form div:nth-of-type(1){
		padding-right:20px;
	}

	.post-form form div label{
		color:#a4a4a4;
	}

	.post-form form .form{
		width:100%;
		height: auto;
		padding:12px 15px 10px;
		color:#666666;
		letter-spacing: 0.5px;
		font-size:13px;
		margin: 7px 0px;
	}

	.post-form form .textarea{
		height: 201px;
		max-width: 100%;
		max-height: 160px;
	}

	.post-form form button.contact-form-button{
		margin-bottom:0;
		font-size:14px;
		border: 0px;
		text-transform: uppercase;
		width: 200px;
		height: 60px;
		background: #666666;
		color: #ffffff;
		padding: 20px 20px;
	}
	.light-form{
		background:#ffffff;
		border:1px solid #dddddd;
	}

/* Actives, Focuses and Rollovers */

	.post-form form .form:active,
	.post-form form .form:focus{
		outline: none;
	}

	.post-form form button.contact-form-button:hover{
		color:#ffffff;
		background: #a10200;
	}

	.post-form form .light-form:hover{
		border-color:#dadada;
	}

/*------- Load More Post -------------*/
.multipleblog { display:none;}


/*--------------- Single Portfolio -------------------*/
.portfolio-details-list {
	
}
.portfolio-details-list li {
	list-style: none;
	display: table;
	border-bottom: 1px solid #dddddd;
	width: 100%;
}
.portfolio-details-list li h4 {
	clear: none;
	float: left;
	width: 130px;
	margin-top: 10px;
}
.portfolio-details-list li  p {
	clear: none;
	float: left;
	padding: 12px 0px;
	margin: 0;
}
.portfolio-details-list li a {
	color: #666666;
}
.portfolio-details-list li a:hover {
	color: #a10200;
}
.portfolio-details-list .tags a:after, .portfolio-details-list .categories a:after {
content: ",";
}
/*-----------------Pagination----------------*/
.navigation {
	float: right;
	position: relative;
	left: -50%;
	text-align: center;
}

.pagination {
	position: relative;
	left: 50%;
}
.pagination li a {
	border: 1px solid #a10200;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
}
.pagination li a:hover, .pagination .active a:hover {
	border: 1px solid #a10200;
	background: #a10200;
	color: #ffffff;
}
.pagination .active a{
	border: 1px solid #a10200;
	background: #a10200;
	color: #ffffff;
}

/*---------------- Quotation --------------------*/
#quotationform .field input, #quotationform .field select, #quotationform .field textarea{
	margin-bottom: 20px;
	border: 1px solid #dddddd;
}
#quotationform  .field .form-icon {
	top: 1px;
	left: 1px;
}
/*---------------- End Quotation --------------------*/
/*----------------- Portfolio Style 2 --------------*/
.grid-col-3 .grid-posts {
	margin:0px 0px;
	padding:0px 15px;
}
.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 {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.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.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.year-regulator {
  padding-top: 13px;
}
.year-regulator .label {
  color: inherit;
  display: table-cell;
  font-size: 12px;
  line-height: 14px;
  padding: 0 20px 0 0;
  text-align: left;
  vertical-align: middle;
}
.year-regulator .layout-slider {
  display: table-cell;
  width: 100%;
}
.year-regulator .layout-slider input[type="slider"] {
  visibility: hidden;
}
.portfolio .filter-elements {
  overflow: visible !important;
}
.portfolio .work {
  margin-bottom: 40px;
}
.portfolio.no-padding .work{
	margin-bottom:0px;
}
.portfolio .work i{
	margin:10px 0;
	font-size:16px;
	-webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  border: 1px solid #a10200;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  color: #ffffff;
  -webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	
}
.portfolio .work i:hover{
	color:#ffffff;
	background: #a10200;
}

.work,
.work:visited {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
}
.work:hover {
  display: block;
  text-decoration: none;
}
.carousel .work {
  margin: 2px 1px;
}
.work img {
  background-color: #555;
  text-align: center;
  width: 100%;
  height: auto;
}
.work .shadow {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.work .work-title {
	 left: 0;
	 right:0;
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.work .title {
  bottom: 46px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 7px;
  text-align: center;
  color: #ffffff;
}

.work .description {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
.work .bg-hover {
  background: #333333;
  background: rgba(0,0,0,.8);
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.work:hover {
  text-shadow: none;
}
.work .work-title {
	opacity:0;
}
.work:hover .work-title {
  vertical-align:middle;
  color: #ffffff;
  -webkit-transition: bottom .2s ease-in;
  transition: bottom .2s ease-in;
  opacity:1;
}
.home .work:hover .work-title {
  vertical-align:middle;
  color: #ffffff;
  -webkit-transition: bottom .2s ease-in;
  transition: bottom .2s ease-in;
  opacity:1;
}

.work:hover .bg-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.work-single .carousel-box {
  overflow: hidden;
}

.work-single .carousel-box.load {
  max-height: 270px;
}
.work-single .title {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 5px;
}
.work-single .type {
  color: #7f7f7f;
  font-size: 14px;
  margin: 0 0 22px;
}
.portfolio-single-image-full{
	height:600px;
}

/* PORTFOLIO MASONRY */

.no-padding.grid-col-3 .grid-posts,
.no-padding.grid-col-4 .grid-posts,
.no-padding.grid-col-2 .grid-posts  {
	margin:0px 0px;
	padding:0px 0px;
}

.portfolio .carousel-indicators{
	bottom:0;
}

/* Portfolio One */
.work-one {
  color: #7f7f7f;
  max-width: 100%;
  overflow: hidden;
  border-bottom:1px solid #f2f2f2;
  padding-bottom:40px;
}
.work-one + .work-one {
  margin-top: 40px;
}
.work-one .title {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 7px;
}
.work-one .title a {
  color: #1e1e1e;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.work-one .title a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.work-one .description {
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 27px;
}
.work-one .work-image {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.work-one .work-image img {
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.work-one .work-image img:hover {
  -webkit-filter: grayscale(100%);
}
.project-meta{
		margin-bottom:15px;
}
.project-details p{
	margin-bottom:10px;
}

/******************************************************************************
  Gallery
*******************************************************************************/
.gallery .images-box {
  margin-bottom: 30px;
}
.gallery-images {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  line-height: 0;
  max-width: 100%;
  position: relative;
}
.gallery-images img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.gallery-images .bg-images {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.gallery-images:hover > .bg-images {
  background: #fff;
  background: rgba(255,255,255,.7);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.gallery-images .bg-images i {
  margin: 5px 0 0 5px;
}
.gallery-images .bg-images i:before {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.gallery-images:hover .bg-images i:before {
  color: #000;
  font-size: 30px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/*---------------- Filter Buttons ----------------*/
.filter-elements-wrapper {
  margin: 0 auto;
}
.filter-buttons {
  display: block;
  margin-bottom: 30px;
}
.filter-buttons .dropdown-toggle {
  background: transparent;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #1e1e1e;
  display: block;
  float: left;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  margin-right: 20px;
  padding: 0 10px 0 20px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
.filter-buttons .dropdown-toggle .caret {
  margin: -2px 0 0 5px;
}
.filter-buttons .dropdown-toggle:hover {
  background: transparent;
  text-decoration: none;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
.filter-buttons.open .dropdown-toggle {
  background: transparent;
}
.filter-buttons .dropdown-menu {
  border: 1px solid #e1e1e1;
}
.filter-buttons .dropdown-menu .active {
  background-color: #f5f5f5;
}
.filter-buttons.white .dropdown-toggle,
.filter-buttons.white .dropdown-toggle .caret {
  color: #fff;
}
/*----------------- End Portfolio Style 2 --------------*/

/*---------------- Woocommerce -------------------*/


/*---------------- Product Categories -------------------*/
.widget.product-categories ul li {
padding: 12px 10px; border-bottom: solid 1px #dddddd;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.widget.product-categories ul li.active a, .widget.product-categories ul li.active a::before { color: #a10200;}
.widget.product-categories ul li a { color: #666666; line-height: 18px; 	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;}
.widget.product-categories ul li a::before {content: "\f0da"; font-family: FontAwesome; margin-right: 5px; color: #666666;}

.widget.product-categories ul li:hover {
	background: #a10200;
}
.widget.product-categories ul li:hover a:before , .widget.product-categories ul li:hover a, aside .widget.product-categories li:hover .count { color: #ffffff;}

aside .widget.product-categories li .count {
		float: right;
}
/*---------------- End Product Categories -------------------*/

/*---------------- Colors -------------------*/
aside .colors{ width:100%; float:left; margin-bottom:30px;}
aside .colors .color-list{ width:100%; float:left;}
aside .colors .color-list li{ width:20px; float:left; margin-right:10px; padding-bottom:2px; cursor: pointer;}
aside .colors .color-list li:hover{}
aside .colors .color-list li.active{}
aside .colors .color-list li span{ width:20px; height:20px; float:left;}
aside .colors .color-list li .color1{ background:#a10200;}
aside .colors .color-list li .color2{ background:#ff0000;}
aside .colors .color-list li .color3{ background:#f26a0f;}
aside .colors .color-list li .color4{ background:#00c6ff;}
aside .colors .color-list li .color5{ background:#ffcc00;}
aside .colors .color-list li .color6{ background:#000000;}
/*---------------- End Colors -------------------*/

/*---------------- Sizes -------------------*/
.widget.sizes ul li {
padding: 12px 10px; border-bottom: solid 1px #dddddd;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;

}

.widget.sizes ul li.active a, .widget.sizes ul li.active a::before { color: #a10200;}
.widget.sizes ul li a { color: #666666; line-height: 18px; 	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.widget.sizes ul li a::before {content: "\f0da"; font-family: FontAwesome; margin-right: 5px; color: #666666;}

.widget.sizes ul li:hover {
	background: #a10200;
}
.widget.sizes ul li:hover a:before , .widget.sizes ul li:hover a { color: #ffffff;}
/*---------------- End Sizes -------------------*/

/*---------------- Brands -------------------*/
.widget.brands ul li {
padding: 12px 10px; border-bottom: solid 1px #dddddd;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.widget.brands ul li.active a, .widget.brands ul li.active a::before { color: #a10200;}
.widget.brands ul li a { color: #666666; line-height: 18px; text-transform:uppercase; 	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;}
.widget.brands ul li a::before {content: "\f0da"; font-family: FontAwesome; margin-right: 5px; color: #666666;}

.widget.brands ul li:hover {
	background: #a10200;
}
.widget.brands ul li:hover a:before , .widget.brands ul li:hover a { color: #ffffff;}
/*---------------- End Brands -------------------*/

/*---------------- Side Products -------------------*/
.side-products-icons {border: solid 1px #dddddd; color: #bbbbbb; padding: 12px; float: left; clear: left; margin-bottom: 30px; 
margin-right: 15px; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; 
transition: all .2s;}
.widget.side-products ul li {
	  float: left;
  width: 100%;
}
.widget.side-products ul li:hover .side-products-icons { color: #a10200; }
.widget.side-products ul li a { color: #777777;}
.widget.side-products ul li a:hover { color: #000000;}
.widget.side-products h5 { margin-bottom: 5px; font-weight: normal; text-transform:inherit; clear: none; line-height: 16px; color: #666666; font-size: 13px;}
.widget.side-products p { font-size: 12px;}
.side-products-icons {
	border: solid 0px #dddddd;
	color: #bbbbbb;
	padding: 0px;
	float: left;
	clear: left;
	margin-bottom: 30px;
	margin-right: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
aside .star-rating {
  overflow: hidden;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 60px;
  position: relative;

}
aside  .star-rating{
  float: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
}
aside .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: FontAwesome;
  color: #dddddd;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
aside .star-rating span {
  height: 100%;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
aside .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: FontAwesome;
  color: #a10200;
  top: 0;
  position: absolute;
  left: 0;
}

aside .side-products .amount {
	font-size: 14px;
	color: #000000;
	line-height: 12px;
}
aside .side-products .amount:before {
	content: "\f141";
	font-family: FontAwesome;
	  margin: 0 8px;
	  color: #666666;
}
/*---------------- End Side Products -------------------*/


/*---------------- Shop Page Products -------------------*/
#squarer_products_sorting_view_bar {
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  color: #666666;
  margin-bottom: 30px;
  border-radius: 4px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  width: 200px;
  margin-bottom: 0;
  display: inline-block;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: #eeeeee;
  outline: none;
  color: #666666;
  border: 1px solid #dddddd;
  margin-left: 17px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 13px;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
}
.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
  margin: 0;
  padding: 0;
  list-style: none outside;
  clear: both;
}
/*.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: both;
}*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  /*float: left;*/
  margin: 0 2.9% 40px 0;
  padding: 0 0 15px 0;
  position: relative;
  margin-left: 0;
  background: #fff;
  border: 1px solid #dddddd;
  border-top: 0;
  border-radius: 0px;
  text-align: center;
  clear: none;
  display: inline-table;
}

.woocommerce .products ul li, .woocommerce ul.products li, .woocommerce-page .products ul li, .woocommerce-page ul.products li {
  list-style: none outside;
}
.products_loop_image_wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.woocommerce .product_badges, .woocommerce-page .product_badges {
   position: absolute;
  text-align: center;
  z-index: 5;
  width: 55px;
  /* display: block; */
  right: 0;
  top:0;
}
.woocommerce .product_badges span.onsale, .woocommerce-page .product_badges span.onsale {
  width: 50px;
  height: 50px;
    border-radius: 0;
  background: #a10200;
  color: #fff;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.woocommerce .product_badges span.onsale span, .woocommerce-page .product_badges span.onsale span {
  position: absolute;
  left: -2px;
  top: 10px;
  font-weight: 400;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
}
.woocommerce .product_badges span.featured i, .woocommerce-page .product_badges span.featured i {
  color: #50a2de;
  font-size: 25px;
}
.products_loop_image_wrapper .product_images_inner_wrapper {
  left: 0%;
  -webkit-transition: left .4s ease;
  -moz-transition: left .4s ease;
  -o-transition: left .4s ease;
  transition: left .4s ease;
}
.product_images_inner_wrapper {
  width: 200%;
  height: 100%;
  position: relative;
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
  text-decoration: none;
  float: left;
  margin-left: 0;
  width: auto;
}
.products_loop_image_wrapper{
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
	border-bottom: 1px solid #e9eaec;
	border-top: 1px solid #e9eaec;
}

.products_loop_image_wrapper .products_loop_image_main,
.products_loop_image_wrapper .products_loop_image_secondary{
	width:50%;
	float: left;
}

.products_loop_image_wrapper .product_images_inner_wrapper{
	left: 0%;
	-webkit-transition: left .4s ease;
	-moz-transition: left .4s ease;
	-o-transition: left .4s ease;
	transition: left .4s ease;
}

.products_loop_image_wrapper:hover .product_images_inner_wrapper{
	left: -100%;
	-webkit-transition: left .4s ease;
	-moz-transition: left .4s ease;
	-o-transition: left .4s ease;
	transition: left .4s ease;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.products_loop_image_wrapper .product_single_image_zoom_wrapper .products_loop_image_main img{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.products_loop_image_wrapper:hover .product_single_image_zoom_wrapper .products_loop_image_main img{
	transform:scale(1.2);
    -ms-transform:scale(1.2); 
    -moz-transform:scale(1.2); 
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2); 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.products_loop_image_wrapper .products_loop_image_main, .products_loop_image_wrapper .products_loop_image_secondary {
  width: 50%;
  float: left;
}
.product_single_image_zoom_wrapper .products_loop_image_main {
  width: 100%;
  float: left;
}
.woocommerce .products .product_loop_hover_rating, .woocommerce-page .products .product_loop_hover_rating {
  background: #000000;
  height: 50px;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 50px;
  padding: 0 15px;
  bottom: -50px;
  -webkit-transition: bottom 300ms ease-out;
  transition: bottom 300ms ease-out;
  
}
.woocommerce .products .product_loop_hover_rating a {
	color: #ffffff;
}
.woocommerce .products .incomeup_products_list .product_loop_hover_rating,
.woocommerce-page .products .incomeup_products_list .product_loop_hover_rating{
	position: absolute;
	background: none;
	bottom: 0px;
	left: 150px;
	display: inline-block;
	width: auto;
	padding-left: 0;
	
}	

.woocommerce .products .product_loop_hover_rating .star-rating:before,
.woocommerce-page .products .product_loop_hover_rating .star-rating:before{
	color: #666666;
}

.products_loop_image_wrapper:hover .product_loop_hover_rating{
	bottom: 0;
	-webkit-transition: bottom 300ms ease-out;
	transition: bottom 300ms ease-out;
}

.add-to-wishlist {
	float: left;
	display:block;
}


.add-to-cart-icon {
	float: right;
	font-size: 16px;
	display:block;
}
.woocommerce ul.products .add-to-cart-icon:hover a, .woocommerce ul.products .add-to-wishlist:hover a{
	color: #a10200;
}
.woocommerce ul.products .grid_title_wrapper, .woocommerce-page ul.products .grid_title_wrapper {
  text-align: center;
  display: inline-block;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  margin: 0;
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  
  text-align: center;
  display: block;
}
.woocommerce ul.products .grid_title_wrapper .category, .woocommerce-page ul.products .grid_title_wrapper .category {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  margin-bottom: 10px;
}

.woocommerce ul.products .grid_title_wrapper .category a, .woocommerce-page ul.products .grid_title_wrapper .category a {
	color: #666666;
}
.woocommerce ul.products .grid_title_wrapper .category a:after, .woocommerce-page ul.products .grid_title_wrapper .category a:after{
	content: ",";
	margin-right: 3px;
}
.woocommerce ul.products .grid_title_wrapper .category a:last-child:after, .woocommerce-page ul.products .grid_title_wrapper .category a:last-child:after{
	content: "";
}
.woocommerce  .products .star-rating, .woocommerce-page .products .star-rating {
  overflow: hidden;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 60px;
  position: relative;
  float: right;
}
.woocommerce ul.products .star-rating, .woocommerce-page .products .star-rating {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: FontAwesome;
  color: #dddddd;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .products .star-rating span, .woocommerce-page .products .star-rating span {
  height: 100%;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: FontAwesome;
  color: #a10200;
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
  color: #000000;
  display: block;
  font-size: 17px;
  margin-bottom: 7px;
  font-weight: 300;
  text-align: center;
}
.woocommerce ul.products li.product .price del .amount, .woocommerce-page ul.products li.product .price del .amount {
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  margin-right: 5px;
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
  background: 0 0;
  text-decoration: none;
}
.woocommerce ul.products li.product .price .amount, .woocommerce-page ul.products li.product .price .amount {
  
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  
}
.woocommerce ul.products li.product .btn {
	float: none;
}
/*---------------- End Shop Page Products -------------------*/

/*---------------- Single Product -------------------*/

.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
  float: left;
    width: 100%;
}
.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
  clear: both;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em;
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}


.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce .quantity .qty {
  width: 70px;
  text-align: center;
  /* line-height: 2em; */
  font-size: 14px;
  height: 43px;
  font-weight: bold;
  outline: 0;
  border-radius: 0px;
  border: 1px solid rgba(0,0,0,0.15);
  margin-top:14px;
}
.woocommerce  .product .star-rating, .woocommerce-page .product .star-rating {
  overflow: hidden;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 60px;
  position: relative;
  float: left;
    margin-top: 6px;
  margin-right: 10px;
}
.woocommerce .product .star-rating span, .woocommerce-page .product .star-rating span {
  height: 100%;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000000;
  font-size: 20px;
}
.posted_in a {
	color: #a10200;
}

/*--------------- Woocommerce Tabs----------------*/
.tabs.nav-tabs {
	clear: both
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 1.618em;

}
.woocommerce .panel {
  box-shadow: none;
}

.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #content div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before {
  content: " ";
  display: table;
}
.woocommerce .comment-text .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: .83em;
}
#reviews .description {
  margin: 0;
  text-align: left;
    font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  max-width: 950px;
  padding: 0;
}

/*--------------- review form ----------*/
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: 0 0;
  border: 0;
}
.woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {
  content: " ";
  display: table;
}
#reviews #reply-title {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
#reviews label {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
#reviews textarea, #reviews input {
  outline: 0;
  background: #fafafa;
  border: 1px solid #eeeeee;
  padding: 15px 15px 12px;
  
}
#reviews textarea {
	width: 100%;
}
.woocommerce p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0!important;
  outline: 0;
  color: #a10200;
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
  border-right: 1px solid #dddddd;
}
.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after {
  font-family: FontAwesome;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce p.stars a.star-1 {
  width: 2em;
}

.woocommerce p.stars a.star-1:after {
  content: "\f006";
}
.woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after {
  content: "\f005";
  
}
.woocommerce p.stars a.star-2 {
  width: 3em;
}
.woocommerce p.stars a.star-2:after {
  content: "\f006\f006";
}
.woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after {
  content: "\f005\f005";
}
.woocommerce p.stars a.star-3 {
  width: 4em;
}
.woocommerce p.stars a.star-3:after {
  content: "\f006\f006\f006";
}
.woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after {
  content: "\f005\f005\f005";
}
.woocommerce p.stars a.star-4 {
  width: 5em;
}
.woocommerce p.stars a.star-4:after {
  content: "\f006\f006\f006\f006";
}
.woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after {
  content: "\f005\f005\f005\f005";
}
.woocommerce p.stars a.star-5 {
  width: 6em;
  border: 0;
}
.woocommerce p.stars a.star-5:after {
  content: "\f006\f006\f006\f006\f006";
}
.woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after {
  content: "\f005\f005\f005\f005\f005";
}
/*-------------- End Reviews --------------*/

/*---------------- View Cart --------------------*/
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 0;
  color: red!important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff!important;
  background: red;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce .shop_table .cart_item .product-thumbnail img {
	width: 32px;
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0,0,0,.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
  vertical-align: middle;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
}
.woocommerce-cart table.cart .product-thumbnail {
  min-width: 0px;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 6px 0px;
  vertical-align: middle;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
  text-align: right;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  float: left;
}
.woocommerce-cart table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}
.coupon .input-text {
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
    line-height: 2.2;
}
.woocommerce .shop_table .btn {
	margin:0;
}
/*.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}*/
.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
  border-left: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  padding: 6px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 25%;
}

.woocommerce-cart .cart-collaterals .cart_totals .amount {
  font-size: 16px;
  font-weight: 600;
}
.shipping-calculator-button {
	color: #a10200;
}
/*---------------- End View Cart --------------------*/

/*---------------- Check Out --------------------*/
.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
}
.woocommerce-page input[type="text"] {
  outline: 0;
  background: #fafafa;
  border: 1px solid #eeeeee;
  padding: 15px 15px 12px;
}
.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
  clear: both;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-page textarea, .woocommerce-page input[type="text"] {
  outline: 0;
  background: #fafafa;
  border: 1px solid #eeeeee;
  padding: 15px 15px 12px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0,0,0,.1);
}

.select2-container select {
	width: 100%;
	display: block;
	  height: 40px;
  margin: 20px 0;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0,0,0,.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 1em 2%;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
}
#place_order, .woocommerce-page #payment #place_order {
  float: right;
}

#woo-nav-cart .button, #payment .button, .woocommerce #review_form #respond .form-submit input {
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  font-size: 13px;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  transition: all .3s;
  width: auto;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%;
}



