/* Rexal - Portfolio HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Hidden Sidebar
6. Main Slider
7. Home Banner
8. Page Title
9. Section Title
10. About Us
11. Services Section
12. Portfolio Section / Two / Three / Four
13. Team Section
14. Fact Counter
15. Testimonial Section
16. News Section
17. Main Footer
18. Portfolio Single
19. Blog Standard
20. Blog Detail
21. Sidebar Page Container
22. Comment Area
23. Comment Form
24. Error Page Section 
25. Contact Info Section
26. Contact Form Section

**********************************************/

/*** 

====================================================================
	Fonts
====================================================================

 ***/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.touchspin.css');
@import url('jquery.fancybox.min.css');
@import url('multi-scroll.css');
@import url('custom-animate.css');
@import url('jquery.mCustomScrollbar.min.css');


@font-face {
    font-family: 'Gotham-Thin';
    src: url('../fonts/Gotham-Thin.eot');
    src: url('../fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Thin.woff') format('woff'),
         url('../fonts/Gotham-Thin.ttf') format('truetype'),
         url('../fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Light.woff') format('woff'),
         url('../fonts/Gotham-Light.ttf') format('truetype'),
         url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Book.woff') format('woff'),
         url('../fonts/Gotham-Book.ttf') format('truetype'),
         url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Medium.woff') format('woff'),
         url('../fonts/Gotham-Medium.ttf') format('truetype'),
         url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Bold.woff') format('woff'),
         url('../fonts/Gotham-Bold.ttf') format('truetype'),
         url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
    font-family: 'Gotham-Book';
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ffea00;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	background:none;
	margin:0px;
	line-height:1.6em;
    font-family: 'Gotham-Medium';
}

textarea{
	overflow:hidden;
}

p{
	font-size: 14px;
	position:relative;
	line-height:1.8em;	
	margin-bottom: 0;
	color: #777777;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1170px;
	padding:0px 15px;
	margin:0 auto;
}

.large-container{
	position:static;
	max-width:1290px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	overflow: hidden;
	width:100%;
	min-width:300px;
	background-position: center;
	background-repeat: repeat;
}

.page-wrapper.bg-lines{
	background-image: url(../images/icons/line.png);
}


ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.centered{
	text-align:center;	
}

.theme-btn{
	display:inline-block;
	letter-spacing: .5px;
    font-family: 'Gotham-Book';
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:10px 35px;
	line-height:26px;
	background:#000000;
	border:2px solid #000000;
	color:#ffffff;
	font-size:14px;
	font-family: 'Gotham-Medium';
	text-transform: uppercase;
}

.btn-style-one:hover{
	background:none;
	color:#000000;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:15px 35px;
	font-size:14px;
	line-height:20px;
	color:#222222;
	font-family: 'Gotham-Medium';
	border: 1px solid #000000;
	background-color: transparent;
	text-transform: uppercase;
}

.btn-style-two:hover{
	background:#000000;
	color:#ffffff;
}

/*Btn Style three*/
.btn-style-three{
	position:relative;
	padding:15px 35px;
	line-height:20px;;
	background:transparent;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	text-transform: uppercase;
	border: 1px solid #cccccc;
}

.btn-style-three:hover{
	background:#ffffff;
	border: 1px solid #ffffff;
	color:#000000;
}

/*Btn Style three*/

.btn-style-four{
	position:relative;
	padding:15px 40px;
	line-height:20px;;
	background:#222222;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	text-transform: uppercase;
	border: 1px solid #222222;
}

.btn-style-four:hover{
	background:transparent;
	color:#222222;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-left:10px;
	display:inline-block;
}

.social-icon-one li a{
	font-size:14px;
	color:#111111;
}

.social-icon-one li a:hover{
	color:#1d1d1d;
}

.theme_color{
	color:#ffea00;	
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:0; 
	height:0; 
	z-index:999999; 
	background-color:transparent; 
}

.preloader .preloader-inner{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.preloader .preloader-inner:before{
	content:'';
	position:fixed; 
	left:0px; 
	top:0px; 
	margin-top:0%;
	width:100%; 
	height:50%;
	background:#ffffff;
	border-bottom:2px solid rgba(0,0,0,0);
	-webkit-transition:margin 1500ms ease;
	-ms-transition:margin 1500ms ease;
	-o-transition:margin 1500ms ease;
	-moz-transition:margin 1500ms ease;
	transition:margin 1500ms ease;
}

.preloader .preloader-inner:after{
	content:'';
	position:fixed;
	left:0px; 
	bottom:0px;
	margin-bottom:0%;
	width:100%; 
	height:50%;
	background:#ffffff;
	border-top:2px solid rgba(0,0,0,0);
	-webkit-transition:margin 1500ms ease;
	-ms-transition:margin 1500ms ease;
	-o-transition:margin 1500ms ease;
	-moz-transition:margin 1500ms ease;
	transition:margin 1500ms ease;
}

.preloader.page-loaded .preloader-inner:before{
	border-color:#f84545;
	margin-top:-50%;
}

.preloader.page-loaded .preloader-inner:after{
	border-color:#f84545;
	margin-bottom:-50%;
}

.preloader .icon{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:1; 
	background-color:transparent; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
}

.preloader.page-loaded .icon{
	opacity:0;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:44px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:56px;
	border:2px solid transparent;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:5px;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#FF4136;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.header-span{
	position:relative;
	display: block;
	height:130px;
}

.main-header{
	position:fixed;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.invisible-header{
	opacity:0;
	visibility:hidden	
}

.main-header .inner-container{
	position:relative;	
	padding: 0 70px;
}

.main-header .main-box{
	position:relative;	
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:13;
	padding:50px 0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .btn-outer{
	position:relative;
	float:right;
	margin-left:50px;
	margin-top:43px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fixed-header .btn-outer,
.scroller-header .btn-outer{
	margin-top:13px;
}

.nav-toggler{
  position: relative;
  display:block;
  width: 44px;
  height: 44px;
  margin-right: 53px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.info-nav-btn .nav-toggler{
	margin-right:0px;	
}

.nav-toggler p{
	position: absolute;
	right: -53px;
	top: -2px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	color: #222222;
}

.info-nav-btn .nav-toggler p{
	display:none;	
}

.nav-toggler span {
  display: block;
  position: absolute;
  width: 18px;
  border-bottom:2px solid #000000;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.light-version .nav-toggler span{
	border-bottom-color:#ffffff;	
}

.nav-toggler span:nth-child(1) {
  top: 14px;

}

.nav-toggler span:nth-child(2) {
  top: 21px;
  width: 30px;
}

.nav-toggler span:nth-child(3) {
  top: 28px;
  width: 25px;
}

.nav-toggler.open span:nth-child(1) {
  width: 20px;
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-toggler.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggler.open span:nth-child(3) {
  width: 20px;
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-menu{
	position:relative;
	font-family: 'Gotham-Book';
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding:25px 0px;
	margin-left:50px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fixed-header .main-menu .navigation > li,
.scroller-header .main-menu .navigation > li{
	padding:0px;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:25px 0px;
	color:#333333;
	text-align:center;
	line-height:30px;
	letter-spacing:0px;
	opacity:1;
	font-weight:400;
	text-transform: capitalize;
	font-size:14px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.light-version .main-menu .navigation > li > a{
	color:#ffffff;	
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	opacity:1;
}

.main-menu .navigation > li > a:before{
	position: absolute;
	left: 0;
	bottom: 25px;
	height: 1px;
	width: 0%;
	background-color: #222222;
	content: "";
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.light-version .main-menu .navigation > li > a:before{
	background:#ffffff;	
}


.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:120%;
}

.fixed-header .main-menu .navigation > li > a,
.scroller-header .main-menu .navigation > li > a{
	padding: 20px 0;
}

.fixed-header .main-menu .navigation > li > a:before,
.scroller-header .main-menu .navigation > li > a:before{
	display: none;
}

.fixed-header .main-menu .navigation > li:hover > a,
.fixed-header .main-menu .navigation > li.current > a,
.scroller-header .main-menu .navigation > li:hover > a,
.scroller-header .main-menu .navigation > li.current > a{
	text-decoration: underline;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	padding:0px;
	background:#fefefe;
	border-top:2px solid #151515;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid #e5e5e5;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:9px 20px;
	line-height:24px;
	font-weight:500;
	font-size:13px;
	color:#151515;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color: #ffffff;
	background:#151515;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:9px;
	width:10px;
	height:20px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	z-index:100;
	display:none;
	padding:0px;
	background:#ffffff;
	border-top:2px solid #151515;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid #e5e5e5;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:9px 20px;
	line-height:24px;
	font-weight:500;
	font-size:13px;
	color:#151515;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color: #ffffff;
	background:#151515;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:9px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .mega-menu{
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}



/*===============================
		Fixed Header
===============================*/
.main-header.fixed-header,
.main-header.scroller-header{
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.light-version.fixed-header{
	background-color: #505050;
	box-shadow: 0 0 10px rgba(255,255,255,.1);
}

.main-header.fixed-header .main-box .logo-box,
.scroller-header .main-box .logo-box{
	padding:20px 0;
}	

.main-header.fixed-header .main-menu .navigation > li,
.scroller-header .main-menu .navigation > li{
	padding: 0;
}


/*===============================
		Header style two 
===============================*/
.header-style-two .nav-outer{
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 70px;
	width: 100%;
	text-align: center;
}

.header-style-two .main-menu{
	float: none;
	display: inline-block;
}

.header-style-two .nav-toggler p{
	display: none;
}

/*===============================
		Header style Three 
===============================*/
.header-style-three{
	background-color: #ffffff;
}

.header-style-three .nav-toggler{
	margin-right: 0;
}

.header-style-three .nav-toggler p{
	display: none;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 320px;
	height: 100%;
	background: #1c1c1c;
	z-index: 999999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;

}

.hidden-bar.right-align.visible-sidebar{
	right:0px;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right:10px;
	top:10px;
	background: none;
	color: #ffffff;
	border-radius: 0px;
	text-align: center;
	line-height: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	display:block;
	font-size: 16px;
	color:#ffffff;
	width:40px;
	height:40px;
	line-height:40px;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar-wrapper {
	height: 100%;
	padding:40px 5px 30px 30px;
}

.hidden-bar .logo {
	padding:0px 0px 30px;
	background: #1c1c1c;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;
	max-height:40px;	
}

.hidden-bar .content-box{
	position:relative;
	padding-right:32px;
}

.hidden-bar .content-box .theme-btn{
	display: block;
	text-align: center;
	padding:8px 35px;
	line-height:30px;
	font-size:15px;
	font-weight:400;
	font-family: 'Gotham-Medium';
	text-transform: uppercase;
	border-radius: 0;
}

.hidden-bar .content-box h2{
	position:relative;
	font-size:18px;
	color:#ffffff;
	font-family: 'Gotham-Medium';
	margin-bottom:20px;
}

.hidden-bar .content-box .text{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.60);
	margin-bottom:25px;
}

.hidden-bar .content-box .btn-style-one:hover{
	background:#ffffff;
	color:#212121;
	border-color:#ffffff;
}

.hidden-bar .contact-info{
	position:relative;
	margin-top:60px;
}

.hidden-bar .contact-info h2{
	position:relative;
	font-size:18px;
	color:#ffffff;
	font-family: 'Gotham-Medium';
	margin-bottom:20px;
}

.hidden-bar .contact-info li{
	position:relative;
	margin-bottom:12px;
	color:rgba(255,255,255,0.90);
	font-size:14px;
	font-weight:400;
	padding-left:30px;
	line-height:2em;
}

.hidden-bar .contact-info li a{
	color:rgba(255,255,255,0.90);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.hidden-bar .contact-info li a:hover{
	color: #ffea00;
}

.hidden-bar .contact-info li .icon{
	position:absolute;
	left:0px;
	top:4px;
	color:rgba(255,255,255,0.60);
	font-size:18px;
	line-height:1.2em;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.home-slider-one{
	position:relative;
	z-index:10;
}

.home-slider-one .slide-item{
	position:relative;
	padding:350px 0px 280px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.home-slider-one .auto-container{
	max-width:1300px;	
}

.home-slider-one .content-box{
	position:relative;
	max-width:640px;	
}

.home-slider-one .content-box .shape{
	position:absolute;
	top:50px;
	right:-140px;
	width:384px;
	height:110px;
	display:block;
	background:url(../images/main-slider/yellow-shape.png) center center no-repeat;	
}

.home-slider-one .title{
	position:relative;
	font-size:16px;
	color:#222222;
	font-weight:300;
	line-height:1.2em;
	display:inline-block;
	text-transform: capitalize;
    font-family: 'Gotham-Light';
	margin-bottom:15px;
	opacity:0;
	-webkit-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	-o-transform:translateX(-100px);
	transform:translateX(-100px);
}

.home-slider-one .active .title{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;	
}

.home-slider-one h2{
	display: block;
	font-size: 46px;
	line-height: 1.1em;
	color: #222222;
	font-weight: 500;
	font-family: "Gotham-Medium";
	letter-spacing: -3px;
	margin-bottom:35px;
	opacity:0;
	-webkit-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	-o-transform:translateX(-100px);
	transform:translateX(-100px);
}

.home-slider-one .active h2{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition: all 1000ms ease 700ms;
	-moz-transition: all 1000ms ease 700ms;
	-ms-transition: all 1000ms ease 700ms;
	-o-transition: all 1000ms ease 700ms;
	transition: all 1000ms ease 700ms;	
}


.home-slider-one .text{
	position:relative;
	font-size:16px;
	line-height:26px;
	font-weight:300;
	color: #666666;
}

.home-slider-one .link-box{
	position:relative;
	opacity:0;
	-webkit-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	-o-transform:translateX(-100px);
	transform:translateX(-100px);
}

.home-slider-one .active .link-box{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition: all 1000ms ease 1200ms;
	-moz-transition: all 1000ms ease 1200ms;
	-ms-transition: all 1000ms ease 1200ms;
	-o-transition: all 1000ms ease 1200ms;
	transition: all 1000ms ease 1200ms;	
}

.home-slider-one .theme-btn{
	line-height: 20px;
	padding: 16px 35px;
	border-radius: 0;
}

.home-slider-one .owl-nav .owl-prev{
	position:absolute;
	left:30px;
	width:50px;
	top:50%;
	margin-top:-20px;
	height:40px;
}

.home-slider-one .owl-nav .owl-next{
	position:absolute;
	right:30px;
	width:50px;
	top:50%;
	margin-top:-20px;
	height:40px;
}

.home-slider-one .owl-nav .owl-prev span,
.home-slider-one .owl-nav .owl-next span{
	position:relative;
	top:11px;
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;	
}

.home-slider-one .owl-dots{
	position: absolute;
	bottom: 50px;
	right:50px;
	width: 36px;
	display: block;
	text-align: right;
	counter-reset:count;
	border-left: 1px solid #222222;
}

.home-slider-one .owl-dots .owl-dot{
	position:relative;
	display:block;
	width:35px;
	height:36px;
	line-height:40px;
	background-color: transparent;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.home-slider-one .owl-dots .owl-dot:before{
	position: relative;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: right;
	font-size: 12px;
	color: #222222;
	font-weight: 300;
	border-left: 1px solid #222222;
	opacity: 0;
	counter-increment: count;
	content: "0" counter(count);
    font-family: 'Gotham-Medium';
}

.home-slider-one .owl-dots .owl-dot.active:before{
	opacity: 1;
}


/*** 

====================================================================
				Homne Banner
====================================================================

***/

.home-banner{
	position: relative;
	padding-left:350px;
}

.home-banner .inner-container{
	position:relative;
	padding:90px 90px;	
}

.banner-carousel{
	position: relative;
	display: block;
	z-index: 9;
	padding-bottom: 80px;
}

.banner-carousel .slide-item{
	position: relative;
}

.banner-carousel .slide-item .image-box{
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(-25%);
	-moz-transform: translateX(-25%);
	-ms-transform: translateX(-25%);
	-o-transform: translateX(-25%);
	transform: translateX(-25%);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-carousel .active .slide-item .image-box{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}


.banner-carousel .slide-item .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

.banner-carousel .owl-dots{
	position: absolute;
	bottom: 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	counter-reset:count;
}

.banner-carousel .owl-dots .owl-dot{
	position:relative;
	display: inline-block;
	left: 0;
	width:40px;
	border-bottom: 1px solid #222222;
	padding-top: 50px;
	background-color: transparent;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.banner-carousel .owl-dots .owl-dot:before{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0px;
	width: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	color: #222222;
	font-weight: 300;
	border-bottom: 1px solid #222222;
	opacity: 0;
	counter-increment: count;
	content: "0" counter(count);
    font-family: 'Gotham-Book';
}

.banner-carousel .owl-dots .owl-dot.active{
}

.banner-carousel .owl-dots .owl-dot.active:before{
	opacity: 1;
}


.banner-carousel .owl-nav{
	display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
	height:0px;
    margin-top: -20px;
    z-index: 99;
}

.arrow-left-2,
.arrow-right-2{
	position: relative;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height:40px;
	display:block;
	width: 53px;
	background-image: url(../images/icons/arrow-left-2.png);
	background-position:left center;
	background-repeat: no-repeat;
	content: "";
}

.arrow-right-2{
	left: auto;
	right: 0;
	background-image: url(../images/icons/arrow-right-2.png);
	background-position:right center;
}

.banner-carousel .owl-prev, 
.banner-carousel .owl-next {
	position: absolute;
	display: inline-block;
	left: -30px;
	bottom: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel .owl-next{
	left: auto;
	right: -30px;
}

/*** 

====================================================================
				Homne Banner Two
====================================================================

***/

.home-banner-two{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home-banner-two .inner-container{
	position: relative;
	max-width: 1400px;
	padding: 0 20px;
	margin: 0 auto;
}

.home-banner-two .banner-carousel-two{
	position: relative;
}

.banner-carousel-two .slide-item{
	position: relative;
	padding:230px 0px 170px;
}

.banner-carousel-two .inner-box{
	position: relative;
}	

.banner-carousel-two .content-box{
	position: relative;
	float: left;
	width: 50%;
}

.banner-carousel-two .content-box .inner-box{
	position: relative;
	padding-top: 100px;
}

.banner-carousel-two .image-box{
	position: relative;
	float: right;
	width: 50%;
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-moz-transform:translateY(-100px);
	transform:translateY(-100px);
}

.banner-carousel-two .active .image-box{
	opacity:1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
}

.banner-carousel-two .image-box .image{
	position: relative;
	margin-left: -15px;
}

.banner-carousel-two .title{
	position:relative;
	font-size:16px;
	color:#222222;
	font-weight:300;
	line-height:1.2em;
	display:inline-block;
	text-transform: capitalize;
    font-family: 'Gotham-Light';
	opacity:0;
	-webkit-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	-o-transform:translateX(-100px);
	transform:translateX(-100px);
}

.banner-carousel-two .active .title{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;	
}


.banner-carousel-two h2{
	display: block;
	font-size: 46px;
	line-height: 1em;
	color: #222222;
	font-weight: 500;
	font-family: "Gotham-Medium";
	letter-spacing: -3px;
	margin-bottom: 20px;
	opacity:0;
	-webkit-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	-o-transform:translateX(-100px);
	transform:translateX(-100px);
}

.banner-carousel-two .active h2{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;	
}


.banner-carousel-two .text{
	position:relative;
	font-size:16px;
	line-height:26px;
	font-weight:300;
	color: #666666;
	margin-bottom: 50px;
	opacity:0;
	-webkit-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	-o-transform:translateX(-100px);
	transform:translateX(-100px);
}

.banner-carousel-two .active .text{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition: all 1000ms ease 700ms;
	-moz-transition: all 1000ms ease 700ms;
	-ms-transition: all 1000ms ease 700ms;
	-o-transition: all 1000ms ease 700ms;
	transition: all 1000ms ease 700ms;	
}


.banner-carousel-two .btn-box{
	position: relative;
	display: inline-block;
	opacity:0;
	-webkit-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	-o-transform:translateX(-100px);
	transform:translateX(-100px);
}

.banner-carousel-two .active .btn-box{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition: all 1000ms ease 1200ms;
	-moz-transition: all 1000ms ease 1200ms;
	-ms-transition: all 1000ms ease 1200ms;
	-o-transition: all 1000ms ease 1200ms;
	transition: all 1000ms ease 1200ms;	
}

.banner-carousel-two .btn-box:before{
    position: absolute;
    right: -40px;
    top: 5px;
    height: 58px;
    width: 214px;
    background-image: url(../images/icons/brush-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
}

.banner-carousel-two .theme-btn{
	line-height: 20px;
	padding: 16px 35px;
	border-radius: 0;
}

.home-banner-two .social-links{
	position: absolute;
	left: 50px;
	bottom: 30px;
}

.home-banner-two .social-links li{
	display: block;
	font-size: 16px;
	color: #222222;
	margin-bottom: 30px;
}

.banner-carousel-two .owl-dots{
	position: absolute;
	bottom: 50px;
	right:-150px;
	width: 36px;
	display: block;
	text-align: right;
	counter-reset:count;
}

.banner-carousel-two .owl-dots .owl-dot{
	position:relative;
	right:0px;
	display:block;
	border-left: 1px solid #222222;
	width:35px;
	height:36px;
	line-height:36px;
	background-color: transparent;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.banner-carousel-two .owl-dots .owl-dot:before{
	position: relative;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: right;
	font-size: 12px;
	color: #222222;
	font-weight: 300;
	opacity: 0;
	counter-increment: count;
	content: "0" counter(count);
    font-family: 'Gotham-Medium';
}

.banner-carousel-two .owl-dots .owl-dot.active{
	border-left-width:2px;	
}

.banner-carousel-two .owl-dots .owl-dot.active:before{
	opacity: 1;
}


.banner-carousel-two .owl-nav{
	display: block;
    position: absolute;
    right: 7.5px;
    width: 50%;
    bottom: 220px;
    z-index: 99;
}

.banner-carousel-two .owl-prev, 
.banner-carousel-two .owl-next {
	position: absolute;
	display: inline-block;
	left: -30px;
	bottom: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel-two .owl-next{
	left: auto;
	right: -30px;
}


/*** 

====================================================================
				Homne Banner Three
====================================================================

***/

.home-banner-three{
	position: relative;
	padding: 130px 0 100px;
}

.home-banner-three .banner-carousel-three{
	position: relative;
	padding-right: 100px;
}

.home-banner-three .slide-item{
	position:relative;
}

.home-banner-three .outer-box{
	position:relative;
}

.home-banner-three .content-column{
	position: absolute;
    float: left;
    width: 55%;
    right: 0px;
    top: 0px;
    height: 100%;
}

.home-banner-three .inner-column{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-width: 850px;
    display: table;
    vertical-align: middle;
    padding: 15px 15px;
}

.home-banner-three .content-column .content{
	position:relative;
    max-width: 850px;
	width:100%;
    display: table-cell;
    vertical-align: middle;
}

.home-banner-three .content-column .content-inner{
	max-width:700px;
	margin:0 auto;
}

.home-banner-three .content-column h2{
	position:relative;
	font-size:46px;
	color:#222222;
	font-weight:500;
	line-height:1em;
	letter-spacing: -2px;
	margin-bottom:40px;
	font-family: "Gotham-Medium";
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.home-banner-three .active .content-column h2{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}


.home-banner-three .content-column h2 a{
	color:#222222;
}

.home-banner-three .content-column .text{
	position:relative;
	font-size:16px;
	line-height: 26px;
	color:#666666;
	font-weight:300;
	font-family: "Gotham-Light";
	margin-bottom:50px;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.home-banner-three .active .content-column .text{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.home-banner-three .content-column .btn-box{
	position: relative;
	display: inline-block;
}

.home-banner-three .content-column .btn-box:before{
    position: absolute;
    right: -40px;
    top: 5px;
    height: 58px;
    width: 214px;
    background-image: url(../images/icons/brush-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
}


.home-banner-three .outer-box .image-column{
	position:relative;
	width:45%;
	float:left;
}


.home-banner-three .image-column .image{
	position: relative;
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home-banner-three .active .image-column .image{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.home-banner-three .social-links{
	position: absolute;
	right: 60px;
	bottom: 63px;
}

.home-banner-three .social-links li{
	display: block;
	font-size: 16px;
	color: #222222;
	margin-bottom: 37px;
}

.banner-carousel-three .owl-dots{
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	display: inline-block;
	counter-reset:count;
}

.banner-carousel-three .owl-dots .owl-dot{
	position:relative;
	display:block;
	left: 0;
	width:50px;
	border-left: 1px solid #222222;
	padding-top: 40px;
	background-color: transparent;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.banner-carousel-three .owl-dots .owl-dot:before{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0px;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #222222;
	font-weight: 400;
	border-left: 1px solid #222222;
	opacity: 0;
	counter-increment: count;
	content: "0" counter(count);
}

.banner-carousel-three .owl-dots .owl-dot.active:before{
	opacity: 1;
}


.banner-carousel-three .owl-nav{
	display: none;
}


/*** 

====================================================================
	Split Scroll
====================================================================

***/

body.multi-scroll .fixed-social-links{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width:30px;
	text-align:center;
}

body.multi-scroll .fixed-social-links li{
	display: block;
	font-size: 16px;
	color: #222222;
	margin-bottom: 20px;
}

body.multi-scroll .fixed-social-links li a{
	position:relative;
	display:block;
	color:#222222;	
}

.scroller-section .ms-section{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;	
}


.split-section-one{
	position:relative;
}

.split-section-one .inner-box{
	position:relative;
	width:100%;
	max-width: 800px;
	margin:0 auto;
	padding:30px 30px;
}

.ms-left .split-section-one .inner-box{
	float:right;
	padding-right:80px;	
}

.ms-right .split-section-one .inner-box{
	float:left;
	padding-left:80px;	
}

.split-section-one h2{
	position:relative;
	font-size:42px;
	color:#222222;
	font-weight:500;
	line-height:1.1em;
	letter-spacing: -2px;
	margin-bottom:30px;
	font-family: "Gotham-Medium";
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


.split-section-one h2 a{
	color:#222222;
}

.split-section-one .text{
	position:relative;
	font-size:16px;
	line-height: 26px;
	color:#666666;
	font-weight:300;
	font-family: "Gotham-Light";
	margin-bottom:50px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.split-section-one .btn-box{
	position: relative;
	display: inline-block;
}

.split-section-one .btn-box:before{
    position: absolute;
    right: -40px;
    top: 5px;
    height: 58px;
    width: 214px;
    background-image: url(../images/icons/brush-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
}

#multiscroll-nav{
    counter-reset: section;
    list-style-type: none;
	width:42px;
	text-align:right;
	right:12px;
}

#multiscroll-nav li{
	position:relative;
	width:36px;
	height:36px;
	margin:0px !important;
	padding:0px !important;	
}

#multiscroll-nav li span{
	display:none;	
}

#multiscroll-nav li::before {
	position:relative;
    counter-increment: section;
	line-height:36px;
    content: "0"counters(section,".");
}

.project-section .outer-container .owl-dots .owl-dot:hover,
.project-section .outer-container .owl-dots .owl-dot.active{
	color:#d5ac63;
}

#multiscroll-nav li a{
	position:absolute;
	left:0px;
	top:0px;
	width:36px;
	height:36px;
	display:block;
	line-height:38px;
	border-left:1px solid #222222;
	text-align:right;
	margin:0px;
	padding:0px;
}

#multiscroll-nav li a.active{
	border-left-width:2px;	
}

/*** 

====================================================================
					Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding: 150px 0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	text-align:center;
}

.page-title h1{
	position:relative;
	display: inline-block;
	font-size:46px;
	line-height: 50px;
	font-weight: 500;
	color:#222222;
	letter-spacing: -2px;
	z-index: 1;
	font-family: "Gotham-Medium";
}

/*=== Style Two ===*/

.page-title.style-two{
	padding: 180px 0 150px;
	background-position: center top;
	background-color: #f7f7f7;
}

.page-title.style-two h1:before{
    position: absolute;
    right: -100px;
    bottom: -30px;
    height: 104px;
    width: 384px;
    background-image: url(../images/icons/brush-3.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
}

.icon-1{
	height: 46px;
	width: 47px;
	background-image: url(../images/icons/icon-1.png);
}

.icon-2{
	width: 89px;
	height: 60px;
	background-image: url(../images/icons/icon-2.png);
}

.icon-flower{
	height: 263px;
	width: 360px;
	background-image: url(../images/icons/icon-flower.png);
}

.page-title .icon-1{
	left: -35px;
	bottom: 0;
}

.page-title .icon-2{
	left: 19px;
	bottom: 0;
}

.page-title .icon-flower{
	right: -360px;
	bottom: 0;
}

/*=== Style Three ===*/
.page-title.style-three{
	position: relative;
	padding: 100px 0;
	background-color: #f7f7f7;
	overflow: hidden;
}

.page-title.style-three h1:before{
    position: absolute;
    right: -100px;
    bottom: -30px;
    height: 104px;
    width: 384px;
    background-image: url(../images/icons/brush-3.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
}

.page-title.style-three .icon-flower{
	right: -360px;
	bottom: -30px;
}


/*** 

====================================================================
					Section Title Style
====================================================================

***/

.sec-title{
	position: relative;
	margin-bottom: 50px;
}

.sec-title:before{
	position: absolute;
	left: -60px;
	top: -35px;
	height: 250px;
	width: 200px;
	background-image: url(../images/icons/dots.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	display: inline-block;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 16px;
	color: #222222;
	text-transform: capitalize;
	margin-bottom: 18px;
    font-family: 'Gotham-Book';
}

.sec-title h2{
	position: relative;
	display: inline-block;
	font-size: 46px;
	line-height: 1em;
	color: #222222;
	font-weight: 400;
	letter-spacing: -3px;
}

.sec-title h2 span{
	display: block;
	padding-right: 200px;
}

.sec-title h2 span:nth-child(2){
	padding-left: 200px;
	padding-right: 0;
	display: block;
}

.sec-title h2:before{
    position: absolute;
    right: -90px;
    bottom: -13px;
    height: 90px;
    width: 320px;
    background-image: url(../images/icons/title-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
}


.sec-title.text-center:before{
	left: 50%;
	margin-left: -100px;
}

.sec-title-two{
	position: relative;
	margin-bottom: 150px;
	z-index:5;
}

.sec-title-two h2{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 1em;
	color: #222222;
	font-weight: 500;
	letter-spacing: -3px;
    font-family: 'Gotham-Medium';
}

.sec-title-two h2:before{
    position: absolute;
	height: 58px;
	width: 214px;
	left: -60px;
	top: 20px;
	background-image: url(../images/icons/brush-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
}

.sec-title-two .title{
	position: relative;
	display: block;
	font-size: 16px;
	color: #222222;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 8px;
}


.heading-box{
	position: relative;
}

.heading-box .sec-title-two{
	position: relative;
}

.heading-box .top-image .image{
	position: absolute;
	right: -60px;
	top: -230px;
}


/*** 

====================================================================
			Services section
====================================================================

***/

.services-section{
	position: relative;
	padding: 175px 0 80px;
	counter-reset:count;
}

.services-section.alternate{
	padding: 150px 0 80px;
}


.services-section .sec-title{
	margin-bottom: 150px;
}

.services-section .sec-title h2:before{
    right: -20px;
    bottom: -25px;
}

.service-block{
	position: relative;
	margin-bottom: 50px;
}

.service-block .inner-box{
	position: relative;
	text-align: center;
	padding: 0 15px;
}

.service-block .inner-box::before {
	position: absolute;
	left: 25px;
	top: -20px;
	font-size: 60px;
	line-height: 1.2em;
	font-weight: 200;
	color: #eeeeee;
	counter-increment: count;
    content: "0" counter(count);
    font-family: 'Gotham-Book';
 }

.service-block .icon-box{
	position: relative;
	font-size: 24px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	margin-bottom: 30px;
}

.service-block h4{
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 15px;
    font-family: 'Gotham-Bold';
}

.service-block h4 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block h4 a:hover{
	text-decoration:underline;
}

.service-block .text{
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	font-weight: 400;
}

/***

====================================================================
					 Fact Counter
=====================================================================

***/

.fun-fact-section{
	position: relative;
}

.fun-fact-section.alternate{
	padding-bottom: 30px;
}

.fun-fact-section .inner-container{
	position: relative;
	max-width: 750px;
	margin: 0 auto;
}

.fun-fact-section .count-box{
	position: relative;
	margin-bottom: 30px;
}

.fun-fact-section .count-box .count-outer{
	padding: 35px 0;
    position: relative;
    text-align: center;
}

.fun-fact-section .count-box .count-text{
	position: relative;
	display: block;
	font-size: 60px;
	color: #000000;
	font-weight: 200;
	line-height: 1.2em;	
    font-family: 'Gotham-Thin';
}

.fun-fact-section .count-box .counter-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666666;
	font-weight: 300;
	line-height: 1.2em;
}

.fun-fact-section .count-box:nth-child(even) .counter-title{
	top: auto;
	bottom: 0;
}

/*** 

====================================================================
			Portfolio section
====================================================================

***/

.portfolio-section{
	position: relative;
	padding: 165px 0 60px; 
}

.portfolio-section .sec-title h2:before{
	right: -110px;
	bottom: -20px;
}


.anim-icons{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.anim-icons .icon{
	position: absolute;
	background-repeat: no-repeat;
}

.anim-icon-1{
	height: 221px;
	width: 148px;
	background-image: url(../images/icons/anim-icon-1.png);
}

.anim-icon-2{
	height: 52px;
	width: 132px;
	background-image: url(../images/icons/anim-icon-2.png);
}


.portfolio-section .anim-icon-1{
	left: -240px;
	top : 100px;
}

.portfolio-section .anim-icon-2{
	left: 55px;
	bottom: 0;
}


.portfolio-section .inner-container{
	position: relative;
	max-width: 1190px;
	padding: 0 15px;
	margin: 0 auto;
}

.portfolio-section .sec-title{
	margin-bottom: 100px;
}

.portfolio-section .masonry-items-container{
	position: relative;
	margin: 0 -15px;
}

.masonry-item.width-70{
	width: 70%;
}

.masonry-item.width-60{
	width: 60%;
}

.masonry-item.width-50{
	width: 50%;
}

.masonry-item.width-40{	
	width: 40%
}

.masonry-item.width-30{	
	width: 30%
}

.masonry-item.width-25{	
	width: 25%
}

.masonry-item.width-20{	
	width: 20%
}

.masonry-item.width-10{	
	width: 10%
}

.portfolio-section .masonry-item{
	position: relative;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
}

.portfolio-item{
	position: relative;
	display: block;
}

.portfolio-item .image-box{
	position: relative;
	text-align: center;
	overflow: hidden;
}

.portfolio-item .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

.portfolio-item .caption-box{
	position: absolute;
	left: -100%;
	bottom: 0;
	height: auto;
	padding: 30px 45px;
	min-width: 260px;
	max-width:100%;
	overflow: hidden;
	text-align: left;
	background-color: rgba(0,0,0,.80);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-item .image-box:hover .caption-box{
	left: 0%;
}


.portfolio-item .caption-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 300;
    font-family: 'Gotham-Light';
}

.portfolio-item .caption-box h3 a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-item .caption-box h3 a:hover{
	color: #fff582;
}

.portfolio-item .caption-box span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 300;
    font-family: 'Gotham-Light';
}

.portfolio-section .btn-box{
	position: relative;
	margin-top: 70px;
	text-align: center;
}

.portfolio-section .btn-box .theme-btn{
	padding: 15px 50px;
}


.portfolio-section-two{
	position: relative;
	padding: 180px 0 100px;
}

.portfolio-section-two .inner-container{
	position: relative;
	max-width: 1280px;
	padding: 0 15px;
	margin: 0 auto;
}

.portfolio-section-two .sec-title{
	margin-bottom: 100px;
}

.portfolio-section-two .masonry-container-two{
	position: relative;
	margin: 0 -15px;
}

.portfolio-section-two .masonry-item{
	position: relative;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

/*** 

====================================================================
					Portfolio Section Three
====================================================================

***/

.portfolio-section-three{
	position: relative;
}

.portfolio-section-three .outer-container{
	position: relative;
	width: 100%;
	padding: 0 65px;
}

.portfolio-section-three .masonry-gallery .items-container{
	margin:0px -15px;	
}

.masonry-gallery{
	position: relative;
}

.masonry-gallery .filters{
	position: relative;
	display: block;	
	text-align: right;
	margin-bottom: 100px;
}

.portfolio-section-three .filters{
	margin-bottom:40px;	
}

.masonry-gallery .filter-btn{
	position: relative;
	float: right;
	margin-left: 50px;
}

.masonry-gallery .filter-btn .theme-btn{
	padding: 9px 25px;
	font-weight: 400;
}


.masonry-gallery .filter-tabs{
	position: relative;
	float: right;
	padding: 5px 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.masonry-gallery .filter-tabs.active{
	visibility: visible;
	opacity: 1;
}


.masonry-gallery .filter-tabs li{
	position: relative;
	display: inline-block;
	font-size:14px;
	line-height:30px;
	font-weight:400;
	color:#333333;
	letter-spacing:0px;
	text-transform: capitalize;
	cursor: pointer;
	opacity:1;
	margin-left: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.masonry-gallery .filter-tabs li.active,
.masonry-gallery .filter-tabs li:hover{
	text-decoration: underline;
}

.portfolio-section-three .masonry-items-container{
	position: relative;
	margin: 0 -10px;
}

.masonry-item{
	position: relative;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
}


/*===============================
	Portfolio Item Two
=================================*/
.portfolio-section-two.alternate{
	position: relative;
	padding: 200px 0 100px;
}

.portfolio-item-two{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.portfolio-item-two .image-box{
	position: relative;
	text-align: center;
	background:#0b0b0b;	
}

.portfolio-item-two .image-box img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-item-two .image-box:hover img{
	opacity:0.70;
}

.portfolio-item-two .caption-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
}

.portfolio-item-two:hover .caption-box{
  	-webkit-animation: jump 900ms ease 0s normal ;
 	animation: jump 900ms ease 0s normal ;	
}

.portfolio-item-two .caption-box .content{
	position: relative;
	left: 0;
	width: 100%;
	padding: 20px 20px 27px 50px;
	background-color: #ffffff;
	z-index: 9;
	-webkit-transform: translateY(110%);
	-moz-transform: translateY(110%);
	-ms-transform: translateY(110%);
	-o-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-item-two:hover .caption-box .content{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}	

.portfolio-item-two .caption-box .content h3{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	color: #141414;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-family: "Gotham-Medium";
}

.portfolio-item-two .caption-box .content h3 a{
	color: #141414;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-item-two .caption-box .content h3 a:hover{
	color: #ffea00;
}

.portfolio-item-two .caption-box .content span{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 1.4em;
	color: #999999;
	font-weight: 300;
}

@-webkit-keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  50%{
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
  }
  100%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

@keyframes jump {
  0%{
	transform: translateY(0);
  }
  50%{
	transform: translateY(-30px);
  }
  100%{
	transform: translateY(0);
  }
}



/*===============================
	Portfolio Item Three
=================================*/
.portfolio-item-three{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.portfolio-item-three.mix{
	display: none;
}


.portfolio-item-three .image-box{
	position: relative;
	text-align: center;
}

.portfolio-item-three .image-box img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-item-three .image-box:hover img{
	opacity:0.70;
}

.portfolio-item-three .caption-box{
	position: relative;
	background-color: #eee;
	padding: 35px 0 22px;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-item-three .caption-box:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 11px;
	width: 53px;
	/*background-image: url(../images/icons/separator.png);*/
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}


.portfolio-item-three .caption-box  h3{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	font-family: "Gotham-bold";
	margin-bottom: 7px;
}

.portfolio-item-three .caption-box h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-item-three .caption-box h3 a:hover{
	color: #ffea00;
}

.portfolio-item-three .caption-box .filter{
	position: relative;
}

.portfolio-item-three .caption-box .filter li{
	position: relative;
	display: inline-block;
	padding-right: 2px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
	font-family: "Gotham-Book";
}

.portfolio-item-three .caption-box .filter li:before{
	position: absolute;
	right: -7px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
	content: "/";
}

.portfolio-item-three .caption-box .filter li a{
	color: #222222;
}

.portfolio-item-three .caption-box .filter li:last-child:before{
	display: none;
}

/*** 

====================================================================
					Portfolio Section Four
====================================================================

***/

.portfolio-section-four{
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 245px 0 0;
}

.portfolio-section-four .outer-container{
	position: relative;
	padding: 0 50px;
}

.mixitup-gallery .filters{
 	margin-bottom:60px;
 	text-align:center;
}

.mixitup-gallery .filter-tabs{
	position: relative;
	display: inline-block;
}

.mixitup-gallery .filters li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #222222;
	line-height: 28px; 
	cursor: pointer;
	margin: 0 23px;
    font-family: 'Gotham-Book';
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
	z-index: 2;
}

.mixitup-gallery .filters li:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	content: "";
	background-color: #222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}

.mixitup-gallery .filters li:hover:before,
.mixitup-gallery .filters li.active:before{
	width: 90%;
}


.portfolio-item.mix{
	display: none;
}

.portfolio-section-four .portfolio-item{
	position: relative;
	padding: 0 20px;
	margin-bottom: 40px;
}

/*** 

====================================================================
					Portfolio Section Five
====================================================================

***/


.portfolio-section-five{
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 300px 0 55px;
}

.portfolio-section-five .auto-container{
	max-width: 1330px;
}

.portfolio-section-five .sec-title-two{
	margin-bottom: 260px;
}


.portfolio-section-five .outer-container{
	position: relative;
	padding: 0 50px;
}

.portfolio-section-five .row{
	margin: 0 -20px;
}


.portfolio-section-five .portfolio-item-three{
	padding: 0 20px;
	margin-bottom: 85px;
}

/*** 

====================================================================
					Portfolio Section Six
====================================================================

***/


.portfolio-section-six{
	position: relative;
	padding: 130px 0 0;
	z-index: 99;
}

.portfolio-section-six .outer-container{
	position: relative;
}

.portfolio-section-six .portfolio-item-two{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}


/*** 

====================================================================
				Portfolio Full Width
====================================================================

***/

.portfolio-full-width{
	position: relative;
	padding: 130px 0 50px;
}

.portfolio-full-width .inner-container{
	position: relative;
	padding: 0 70px;
}

.portfolio-full-width .portfolio-item-three{
	margin-bottom: 85px;
}

/*** 

====================================================================
				Portfolio Grid
====================================================================

***/

.portfolio-grid{
	position: relative;
	padding: 175px 0 0;
}

.portfolio-grid .portfolio-item-three{
	overflow: hidden;
	margin-bottom: 60px;
}

.portfolio-grid .portfolio-item-three .caption-box{
	position: absolute;
	padding: 27px 10px 22px;
	bottom: -120px;
}

.portfolio-grid .portfolio-item-three .inner-box:hover .caption-box{
	bottom: 0;
}

.portfolio-grid .portfolio-item-three .caption-box:before{
	left: 10px;
}

.portfolio-grid .portfolio-item-three .image-box:hover img{
	opacity:1;
}

/*** 

====================================================================
			Portfolio No Padding
====================================================================

***/
.portfolio-no-padding{
	position: relative;
	padding: 175px 0 20px;
}

.portfolio-no-padding .row{
	margin: 0;
} 

.portfolio-no-padding .portfolio-item-two{
	padding: 0;
	margin:0;
}

/*** 

====================================================================
			Portfolio Masonry Full Width 
====================================================================

***/

.portfolio-masonry-full-width{
	position: relative;
	padding: 130px 0 0;
}

.portfolio-masonry-full-width .masonry-items-container{
	margin: 0 -10px;
}

.portfolio-masonry-full-width .masonry-item{
	padding: 0 10px;
	margin-bottom: 20px;
}


/*** 

====================================================================
			Portfolio Grid Masonry 
====================================================================

***/

.portfolio-grid-masonry{
	position: relative;
	padding: 130px 0 90px;
}

.portfolio-grid-masonry .outer-container{ 
	position: relative;
	padding: 0 50px;
}

.portfolio-grid-masonry .portfolio-item-three{
	margin-bottom: 45px;
}

.portfolio-grid-masonry .portfolio-item-three .caption-box{
	padding: 35px 0 0;
}

.portfolio-grid-masonry .portfolio-item-three .caption-box:before{
	display: none;
}

.portfolio-grid-masonry .portfolio-item-three .caption-box h3{
	margin-bottom: 2px;
}

/*** 

====================================================================
		Portfolio Single 
====================================================================

***/


.portfolio-single{
	position: relative;
	padding: 175px 0 120px;
}

.portfolio-single .row{
	position:relative;	
}

.portfolio-single .image-column{
	position: relative;
	display: block;
}

.portfolio-single .image-column .image{
	position: relative;
	margin-bottom: 30px;
}

.portfolio-single .image-column .image img{
	display: block;
	width: 100%;
	height: 100%;
}

.portfolio-single .content-column{
	position: relative;
}

.portfolio-single .content-column .inner-column{
	position: relative;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 30px;
}

.portfolio-single .content-column h2{
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-family: 'Gotham-Bold';
	letter-spacing: -.5px;
	margin-bottom: 20px;
}

.portfolio-single .content-column h4{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	letter-spacing: -.5px;
	margin-bottom: 20px;
}

.portfolio-single .content-column h5{
	position: relative;
	font-size: 15px;
	line-height: 1.2em;
	color: #141414;
	font-weight: 600;
	margin-bottom: 15px;
}

.portfolio-single .content-column .text{
	position: relative;
	margin-bottom: 50px;
}


.portfolio-single .content-column p{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 20px;
}

.portfolio-single .content-column .info-list{
	position: relative;
	margin-bottom: 50px;
}

.portfolio-single .info-list li{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 10px;
}

.portfolio-single .info-list li span{
	position: relative;
	display: inline-block;
	min-width: 105px;
	font-size: 16px;
	color: #222222;
	font-weight: 500;
	font-family: "Gotham-Medium";
}

.social-icon-two{
	position: relative;
}

.social-icon-two li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #222222;
	font-weight: 400;
	margin-right: 20px;
}

.social-icon-two li a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover{
	color: #ffea00;
}

.load-more-option{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 80px;
}

.load-more-option li{
	position: relative;
}

.load-more-option .load-more{
	position: relative;
	display: inline-block;
	font-size: 30px;
}

.arrow-right-3,
.arrow-left-3{
	display: inline-block;
	height: 15px;
	width: 31px;
	background-image: url(../images/icons/arrow-left-3.png);
}

.arrow-right-3{
	background-image: url(../images/icons/arrow-right-3.png);
}


.load-more-option .load-more a{
	font-size: 22px;
	color: #000000;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.load-more-option .load-more a:hover{
	color: #fc6183;
}

.portfolio-single .single-item-carousel .image{
	margin-bottom: 0;
}

.portfolio-single .single-item-carousel{
	margin-bottom: 30px;
}

.portfolio-single .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -35px;
    z-index: 99;
}

.portfolio-single .owl-prev, 
.portfolio-single .owl-next {
	position: absolute;
	left: 20px;
	height: 75px;
	width: 35px;
	line-height: 35px;
	padding: 20px 0;
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	background-color: #ffffff;
	text-align: center;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-single .owl-next{
	left: auto;
	right: 20px;
}

/*==============================
   Portfolio Single Style Two
================================*/
.portfolio-single.style-two .image-column .image{
	margin-bottom: 40px;
}

.portfolio-single.style-two .content-column .inner-column{
	padding-left: 0;
	padding-top: 0;
}

.portfolio-single.style-two .content-column .text{
	padding-right: 20px;
}

.portfolio-single.style-two .content-column .info{
	position:relative;
	margin-bottom:30px;	
}

.portfolio-single.style-two .content-column .info-list{
	margin-top: 50px;
	margin-bottom: 20px;
}

.portfolio-single.style-two .content-column p,
.portfolio-single.style-two .content-column h2{
	margin-bottom: 25px;
}

.portfolio-single.style-two .info-list li{
	margin-bottom: 0;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
}

.portfolio-single.style-two .info-list li span{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Gotham-bold";
}

/*==============================
   Portfolio Single Style Three
================================*/
.portfolio-single.style-three .content-column {
	margin-bottom: 95px;
}

.portfolio-single.style-three .content-column .inner-column{
	padding: 0 40px 0px;
	text-align: center;
}

.portfolio-single.style-three .content-column .text{
	margin-bottom: 70px;
}

.portfolio-single.style-three .content-column .info-list{
	margin-bottom: 70px;
}

.portfolio-single.style-three .content-column p{
	margin-bottom: 25px;
}

.portfolio-single.style-three .content-column h2{
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	margin-bottom: 35px;
}

.portfolio-single.style-three .info-list li{
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding: 15px 0;
	min-width: 205px;
	border-right: 1px solid #eeeeee;
}

.portfolio-single.style-three .info-list li:last-child{
	border:none;	
}

.portfolio-single.style-three .info-list li span{
	display: block;
	min-width: 100%;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Gotham-bold";
}

/*** 

====================================================================
					Skill Section
====================================================================

***/

.skill-seciton{
	position: relative;
	padding: 70px 0 30px;
}

.skill-seciton .progress-column{
	position: relative;
	margin-bottom: 40px;
}

.skill-seciton .progress-column .inner-column{
	position: relative;
	padding: 0 30px;
}

.progress-bars{
	position:relative;
}

.progress-bars .bar-item{
	position:relative;
	margin-bottom:40px;
}

.progress-bars .bar-item:last-child{
	margin-bottom:0px;
}

.progress-bars .bar-item .skill-header{
	position:relative;
	margin-bottom: 8px;
}

.progress-bars .bar-item .skill-header .skill-title{
	position:relative;
	font-size: 12px;
	color: #222222;
	font-weight: 400;
	text-transform: uppercase;
    font-family: 'Gotham-Book';
}


.progress-bars .bar-item .skill-bar{
	position:relative;
	width:100%;
	height:2px;	
	padding-right: 40px;
}

.progress-bars .bar-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	overflow:hidden;
	height:2px;
	background:#eeeeee;
	border-radius:2px;
}

.progress-bars .bar-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:2px;
	width:0px;
	z-index: 9;
	border-bottom:2px solid #222222	;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.progress-bars .bar-item .skill-percentage{
	position:absolute;
	right: 0;
	top: -15px;
	font-size:14px;
	color: #222222;
	font-weight: 400;
    font-family: 'Gotham-Book';
}

/*** 

====================================================================
					About Me Section
====================================================================

***/

.about-me-seciton{
	position: relative;
	background-color: #f8f8f8;
}

.about-me-seciton:before{
	position: absolute;
	right: 0;
	top:0;
	height: 100%;
	width: 40%;
	background-color: #0c0c0c;
	content: "";
}

.about-me-seciton:after{
	position: absolute;
	right: 0;
	top:0;
	height: 100%;
	width: 40%;
	background-image: url(../images/icons/creazy-lines-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	content: "";
}

.about-me-seciton .content-column{
	position: relative;
	float: left;
	width: 60%;
	background-color: #f8f8f8;
	z-index: 1;
}

.about-me-seciton .content-column .inner-column{
	position: relative;
	float: right;
	padding: 180px 15px;
	max-width: 970px;
	width: 100%;
}

.about-me-seciton .content-column .content{
	position: relative;
	max-width: 500px;
}

.about-me-seciton .content-column .sec-title{
	position: relative;
	z-index: 9;
	margin-bottom: 33px;
}

.about-me-seciton .content-column .sec-title .title{
	margin-bottom: 12px;
}


.about-me-seciton .content-column .sec-title:before{
	right: 136px;
	left: auto;
	z-index: -1;
}

.about-me-seciton .content-column .text{
	position: relative;
	margin-bottom: 50px;
}

.about-me-seciton .content-column .text strong{
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	font-weight: 500;
	font-family: "Gotham-Medium";
	margin-bottom: 20px;
}

.about-me-seciton .content-column .text p{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	font-family: "Gotham-Book";
	margin-bottom: 32px;
}

.about-me-seciton .social-links{
	position: relative;
}

.about-me-seciton .social-links li{
	position: relative;
	display: inline-block;
	margin-right: 40px;
}

.about-me-seciton .social-links li a{
	font-size: 26px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 400;
}

.about-me-seciton .content-column .image-box{
	position: absolute;
	right: -65px;
	bottom: 0;
}

.about-me-seciton .form-column{
	position: relative;
	float: right;
	width: 40%;
	background-color: #0c0c0c;
}

.about-me-seciton .form-column h3{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	font-family: "Gotham-Bold";
	margin-bottom: 5px;
}

.about-me-seciton .form-column .text{
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 35px;
}


.about-me-seciton .form-column .inner-column{
	position: relative;
	max-width: 480px;
	margin: 0 auto;
	padding: 150px 15px;
	z-index: 1;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:15px;	
}

.contact-form .form-group:last-child{
	margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="date"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    padding: 15px 25px;
    border: 1px solid #444444;
    font-weight: 400;
    font-family: "Gotham-Book";
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#ffffff;
}

.contact-form ::-webkit-input-placeholder{color: #666666;text-transform: uppercase;}
.contact-form ::-moz-input-placeholder{color: #666666;text-transform: uppercase;}
.contact-form ::-ms-input-placeholder{color: #666666;text-transform: uppercase;}


.contact-form .form-group textarea{
	height: 180px;
	resize: none;
}

.contact-form button{
	margin-top: 15px;
	min-width: 140px;
}

/*** 

====================================================================
					About Section
====================================================================

***/

.about-section{
	position: relative;
	padding: 100px 0 100px;
}

.about-section.alternate{
	padding: 130px 0 20px;
}

.anim-icon-4{
	height: 90px;
	width: 164px;
	background-image: url(../images/icons/anim-icon-4.png);
}

.about-section .anim-icon-4{
	left: -85px;
	top: 145px;
}


.about-section .sec-title{
	margin-bottom: 140px;
}

.about-section .sec-title:before{
	top: -80px;
}

.about-section .content-box{
	position: relative;
	/*text-align: center;*/
	max-width: 900px;
	margin: 0 auto;
}

.about-section .content-box p{
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	font-weight: 300;
    font-family: 'Gotham-Light';
	margin-bottom: 25px;
}

.about-section .content-box .sign-img{
	position: relative;
	display: inline-block;
	margin-top: 40px;
}

.about-section .content-box .sign-img img{
	max-width: 100%;
	height: auto;
}

/*** 

====================================================================
						Team section
====================================================================

***/

.team-section{
	position: relative;
	padding: 100px 0 70px;
}

.team-section .auto-container{
	max-width: 1190px;
}

.team-section .anim-icon-1{
	top: 220px;
	right: -230px;
}

.team-section .row{
	margin: 0 -28px;
}

.team-section .row .team-block{
	padding: 0 28px;
}

.team-section .sec-title{
	margin-bottom: 100px;
}

.team-block{
	position: relative;
	margin-bottom: 30px;
}

.team-block .image-box{
	position: relative;
	text-align:center;
}

.team-block .image-box h2{
	margin-top: 135px;
	font-size: 46px;
	line-height: 1em;
	color: #222222;
	font-weight: 300;
	font-family: "Gotham-Light";
	text-align: right;
	margin-bottom: 60px;
	letter-spacing: -3px;
}


.team-block .image-box img{
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.team-block .image-box .info-box{
	position: absolute;
	left: 0;
	right: 0;
	height:auto;
	max-width: 210px;
	margin: 0 auto;
	background-color: #ffffff;
	z-index: 1;
	bottom: 30px;
	text-align: center;
	padding: 25px 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-carousel .owl-item.active .team-block .image-box .info-box,
.team-block .image-box:hover .info-box{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.team-block .image-box .info-box .name{
	position: relative;
	display: block;
	font-size: 18px;
	color: #222222;
	font-weight: 700;
	line-height: 1.2em;
    font-family: 'Gotham-Bold';
}

.team-block .image-box .info-box .name a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .image-box .info-box .name a:hover{
	color: #ffea00;
}

.team-block .image-box .info-box .designation{
	display: block;
	line-height: 1.5em;
	font-size: 12px;
	color: #222222;
	font-weight: 300;
}

.team-block .image-box .info-box ul{
	position: relative;
	padding-top: 35px;
}

.team-block .image-box .info-box ul:before{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 15px;
	height: 11px;
	width: 53px;
	background-image: url(../images/icons/separator.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

.team-block .image-box .info-box ul li{
	position: relative;
	display: inline-block;
	margin:0 10px;
	font-size: 12px;
	line-height: 1.2em;
}

.team-block .image-box .info-box ul li a{
	display: block;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .image-box .info-box ul li a:hover{
	color: #ffea00;
}

.icon-arrow-right,
.icon-arrow-left{
	height: 20px;
	width: 35px;
	display: inline-block;
	background-image: url(../images/icons/arrow-left.png);
}

.icon-arrow-right{
	background-image: url(../images/icons/arrow-right.png);
}

.team-carousel .owl-nav{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 155px;
	width: 100%;
	text-align: center;
	background-color: #f7f7f7;
	padding: 67.5px 0;
}

.team-carousel .owl-nav:before{
	position: absolute;
	left: 50%;
	top: 65px;
	height: 25px;
	content: "";
	width: 1px;
	background-color: #222222;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next{
	display: inline-block;
	padding: 0 50px;
}

.team-section.style-two .row{
	margin: 0 -22px;
}

.team-section.style-two .row > div{
	padding: 0 22px;
}

.team-section.style-two .sec-title{
	margin-bottom: 170px;
}

.team-section.style-two .sec-title:before{
	left: -60px;
}

.team-section.style-two .team-carousel{
	padding-top: 40px;
	padding-bottom: 176px;
}

.team-section.style-two .team-carousel .team-block{
	padding: 0;
	opacity:0;
	-webkit-transform:translateY(-150px);
	-ms-transform:translateY(-150px);
	-moz-transform:translateY(-150px);
	transform:translateY(-150px);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.team-section.style-two .team-carousel .active .team-block{
	opacity:1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:all 1000ms ease 300ms;
	-ms-transition:all 1000ms ease 300ms;
	-moz-transition:all 1000ms ease 300ms;
	transition:all 1000ms ease 300ms;
}

/*** 

====================================================================
				Team Page section
====================================================================

***/

.team-page-section{
	position: relative;
	padding: 250px 0 50px;
}

.team-page-section .auto-container{
	max-width: 1190px;
}

.team-page-section .sec-title{
	margin-bottom: 170px;
}

.team-page-section .sec-title:before{
	left: 55%;
	top: -95px;
}

.team-page-section .sec-title h2:before{
	right: -200px;
    bottom: -40px;
}


.team-page-section .row{
	margin: 0 -30px;
}

.team-page-section .team-block{
	padding: 0 30px;
	margin-bottom: 55px;
}

.team-page-section .sec-title h2{
	text-align: right;
}

.team-page-section .anim-icon-1{
    top: 50%;
    right: -240px;
    margin-top: -105px;
}


/*** 

====================================================================
					Testimonial Section
====================================================================

***/

.testimonial-section{
	position: relative;
	padding: 70px 0;
}

.testimonial-section.alternate{
	padding: 100px 0 200px;
}

.testimonial-section.alternate .anim-icon-3{
	bottom: 180px;
}

.anim-icon-3{
	height: 92px;
	width: 164px;
	background-image: url(../images/icons/anim-icon-3.png);
}

.testimonial-section .anim-icon-3{
	left: -80px;
	bottom: 20px;
}

.testimonial-carousel{
	position: relative;
	max-width: 800px;
	margin-left: 225px;
	padding-bottom: 70px;
}

.testimonial-carousel:before{
	position: absolute;
	height: 177px;
	width: 380px;
	left: -95px;
	top: 35px;
	background-image: url(../images/icons/brush.png);
	content: "";
}

.testimonial-block{
	position: relative;
}

.testimonial-block .text{
	position: relative;
	font-size: 22px;
	line-height: 32px;
	color: #222222;
	font-weight: 500;
    font-family: 'Gotham-Medium';
    margin-bottom: 40px;
}

.testimonial-block .name{
	position: relative;
	display: block;
	font-size: 16px;
	color: #222222;
	font-weight: 300;
}

.testimonial-carousel .owl-dots{
	position: absolute;
	bottom: 0;
    left: 0;
	counter-reset:count;
}

.testimonial-carousel .owl-dots .owl-dot{
	position:relative;
	display: inline-block;
	left: 0;
	width:40px;
	border-top:1px solid #222222;
	margin-bottom: 20px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.testimonial-carousel .owl-dots .owl-dot:before{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #000000;
	font-weight: 300;
	opacity: 0;
	counter-increment: count;
	content: "0" counter(count);
    font-family: 'Gotham-Book';
}

.testimonial-carousel .owl-dots .owl-dot.active{
	border-top-width:2px;
	top:1px;
}

.testimonial-carousel .owl-dots .owl-dot.active:before{
	opacity: 1;
}

.testimonial-carousel .owl-nav{
	display: none;
}

/*** 

====================================================================
					News Section
====================================================================

***/

.news-section{
	position: relative;
	padding: 100px 0;
}

.news-section .inner-container{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.news-section .sec-title{
	margin-bottom: 100px;
}

.news-section .sec-title h2:before{
    right: -150px;
    bottom: -20px;
}



.news-section .row{
	margin: 0;
}

.news-block{
	position: relative;
	padding: 0;
	margin-bottom: 40px;
}

.news-block:nth-child(3n + 2){
	margin-top: 50px;
}

 
.news-block .inner-box{
	position: relative;
}

.news-block .image-box{
	position: relative;
	overflow: hidden;
}

.news-block .image-box img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover a img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block .lower-content{
	position: relative;
	padding: 30px 20px 0;
}

.news-block .info{
	position: relative;
	margin-bottom: 10px;
}

.news-block .info li{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding-right: 6px;
	margin-right: 5px;
	font-weight: 400;
    font-family: 'Gotham-Book';
}

.news-block .info li a{
	color: #666666;
}

.news-block .info li a:hover{
	text-decoration: underline;
}

.news-block .info li:before{
	position: absolute;
	right: -3px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	content: "-";
}

.news-block .info li.comment:before,
.news-block .info li:last-child:before{
	display: none;
}

.news-block h4{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: -1px;
    font-family: 'Gotham-Bold';
}

.news-block h4 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block h4 a:hover{
	color: #fff582;
}

.news-block .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	font-weight: 300;
	margin-bottom: 25px;
}

.news-block .link-box{
	position: relative;
}

.news-block .link-box a{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
	font-weight: 500;
    font-family: 'Gotham-Medium';
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .link-box a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
					Blog Standard
====================================================================

***/

.blog-standard{
	position: relative;
	padding-right: 20px;
}

.blog-standard .news-block{
	margin-bottom: 75px;
}

.blog-standard .news-block:nth-child(3n + 2){
	margin-top: 0;
}

.blog-standard .news-block .lower-content{
	padding-left: 0;
}

.blog-standard .news-block h4{
	font-size: 30px;
}

.blog-standard .styled-pagination{
	position: relative;
	margin-top: 120px;
}

/*** 

====================================================================
				Blog List
====================================================================

***/

.blog-list{
	position: relative;
	padding: 130px 0 150px;
}

.news-block-two{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 70px;
	border-bottom: 1px solid #eeeeee;
}

.news-block-two .inner-box{
	position: relative;
}

.news-block-two .image-column,
.news-block-two .content-column{
	margin-bottom:30px;	
}


.news-block-two .image{
	position: relative;
	overflow: hidden;
}

.news-block-two .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .inner-box:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-two .content-column{
	position: relative;
}

.news-block-two .content-column .inner-column{
	position: relative;
	padding-left: 20px;
	padding-top: 22px;
}

.news-block-two .info{
	position: relative;
	margin-bottom: 12px;
}

.news-block-two .info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	padding-right: 6px;
	margin-right: 5px;
	font-weight: 400;
    font-family: 'Gotham-Book';
}

.news-block-two .info li a{
	color: #666666;
}

.news-block-two .info li a:hover{
	text-decoration: underline;
}

.news-block-two .info li:before{
	position: absolute;
	right: -3px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	content: "-";
}

.news-block-two .info li.tag:before,
.news-block-two .info li:last-child:before{
	display: none;
}

.news-block-two h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	margin-bottom: 20px;
	letter-spacing: -.5px;
    font-family: 'Gotham-Bold';
}

.news-block-two h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two h3 a:hover{
	color: #fff582;
}

.news-block-two .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	font-weight: 300;
	margin-bottom: 25px;
}

.news-block-two .link-box{
	position: relative;
}

.news-block-two .link-box a{
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #222222;
	font-weight: 400;
    font-family: 'Gotham-Book';
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .link-box a:hover{
	text-decoration: underline;
}

.blog-list .btn-box{
	position: relative;
	text-align: center;
	margin-top: 100px;
}

.blog-list .btn-box a{
	position: relative;
	display: inline-block;
	padding: 15px 30px;
} 


.blog-list .btn-box a:before{
    position: absolute;
    left: 4px;
    top: 5px;
    height: 58px;
    width: 214px;
    background-image: url(../images/icons/brush-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
}

/*** 

====================================================================
				Blog Grid
====================================================================

***/

.blog-grid{
	position: relative;
	padding: 130px 0 65px;
}

/*=== News Block Three ===*/

.news-block-three{
	position: relative;
	margin-bottom: 75px;
}
 
.news-block-three .inner-box{
	position: relative;
}

.news-block-three .image-box{
	position: relative;
	overflow: hidden;
}

.news-block-three .image-box img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .inner-box:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-three .lower-content{
	position: relative;
	padding: 45px 0 0;
}

.news-block-three .info{
	position: relative;
	margin-bottom: 8px;
}

.news-block-three .info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	padding-right: 6px;
	margin-right: 5px;
	font-weight: 400;
    font-family: 'Gotham-Book';
}

.news-block-three .info li a{
	color: #666666;
}

.news-block-three .info li a:hover{
	text-decoration: underline;
}

.news-block-three .info li:before{
	position: absolute;
	right: -3px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	content: "-";
}

.news-block-three .info li.comment:before,
.news-block-three .info li:last-child:before{
	display: none;
}

.news-block-three h4{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #222222;
	margin-bottom: 18px;
	letter-spacing: -.5px;
    font-family: 'Gotham-Bold';
}

.news-block-three h4 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three h4 a:hover{
	color: #fff582;
}

.news-block-three .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	font-weight: 300;
	margin-bottom: 25px;
}

.news-block-three .link-box{
	position: relative;
}

.news-block-three .link-box a{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
	font-weight: 500;
    font-family: 'Gotham-Medium';
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .link-box a:before{
	position: absolute;
	left: 3px;
	top: -3px;
	height: 27px;
	width: 101px;
	background-image: url(../images/icons/brush-4.png);
	content: "";
	z-index: -1;
}

.news-block-three .link-box a:hover{
	text-decoration: underline;
}

/*=== News BLock Four ===*/
.news-block-four{
	position: relative;
	margin-bottom: 75px;
}
 
.news-block-four .inner-box{
	position: relative;
}

.news-block-four .image-box{
	position: relative;
	overflow: hidden;
}

.news-block-four .image-box img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-four .inner-box:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-four .lower-content{
	position: relative;
	padding: 35px 30px 0 0;
}

.news-block-four h4{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #222222;
	margin-bottom: 5px;
	letter-spacing: -.5px;
    font-family: 'Gotham-Bold';
}

.news-block-four h4 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-four h4 a:hover{
	color: #fff582;
}


.news-block-four .info{
	position: relative;
	margin-bottom: 15px;
}

.news-block-four .info li{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	padding-right: 6px;
	margin-right: 5px;
	font-weight: 400;
	font-style: italic;
    font-family: 'Gotham-Book';
}

.news-block-four .info li a{
	color: #666666;
}

.news-block-four .info li a:hover{
	text-decoration: underline;
}

.news-block-four .info li:before{
	position: absolute;
	right: -3px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	content: "-";
}

.news-block-four .info li:last-child:before{
	display: none;
}

.news-block-four .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	font-weight: 300;
	margin-bottom: 25px;
}

.news-block-four .link-box{
	position: relative;
}

.news-block-four .link-box a{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
	font-weight: 500;
    font-family: 'Gotham-Medium';
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-four .link-box a:before{
	position: absolute;
	left: 3px;
	top: -3px;
	height: 27px;
	width: 101px;
	background-image: url(../images/icons/brush-4.png);
	content: "";
	z-index: -1;
}

.news-block-four .link-box a:hover{
	text-decoration: underline;
}


/*** 

====================================================================
					Blog Single
====================================================================

***/

.blog-single{
	position: relative;
	padding-right: 20px;
}

.blog-single .news-block{
	margin-bottom: 50px;
}

.blog-single .news-block .lower-content{
	padding-left: 0;
}

.blog-single .news-block h4{
	font-size: 30px;
}

.blog-single .news-block p{
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 30px;
}

.blog-single blockquote{
	position: relative;
	max-width: 590px;
	font-size: 22px;
	line-height: 32px;
	color: #222222;
	font-weight: 500;
	font-family: "Gotham-Medium";
	padding: 30px 0;
	margin:0 auto 30px;
	border: 0;
}

.blog-single blockquote:before{
	position: absolute;
	left: -60px;
	top: 55px;
	background-image: url(../images/icons/brush-5.png);
	height: 93px;
	width: 199px;
	content: '';
	z-index: -1;
}


.blog-single blockquote cite{
	display: block;
	margin-top: 25px;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	font-weight: 300;
	font-family: "Gotham-Light";
	font-style: normal;
}

.blog-single figure{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-single .styled-pagination{
	position: relative;
	margin-top: 120px;
}

.blog-single .other-option{
	position: relative;
	padding-bottom: 35px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 75px;
}

.blog-single .other-option .tags{
	position: relative;
	text-align: right;
	width: 50%;
	padding-right: 30px;
}

.blog-single .other-option .tags li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
}

.blog-single .other-option .tags li a{
	color: #666666;
}

.blog-single .other-option .tags li a:hover{
	text-decoration:underline;
}

.blog-single .other-option .social-links{
	position: relative;
	text-align: left;
	width: 50%;
	padding-left: 30px;
}

.blog-single .other-option .social-links li{
	position: relative;
	display: inline-block;
	margin-right: 22px;
}

.blog-single .other-option .social-links li a{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-single .other-option .social-links li a:hover{
	color: #fff582;
}


/*** 

====================================================================
				Error Page
====================================================================

***/

.error-section{
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align:center;
	padding:280px 0px 300px;
}

.error-section .error-image{
	position: relative;
	text-align:center;
	margin-bottom: 52px;
}

.error-section .error-image img{
	position:relative;
	display:inline-block;
	max-width:100%;
	height: auto;
}

.error-section h3{
	position:relative;
	font-size:28px;
	line-height:1.2em;
	color:#ffffff;
	font-weight:200;
    font-family: 'Gotham-Thin';
	margin-bottom: 20px;
}

.error-section .text{
	font-size:16px;
	line-height: 26px;
	color:#cccccc;
	font-weight:300;
	margin-bottom:53px;
	font-family: "Gotham-Light";
}

.error-section .theme-btn{
	padding: 16px 40px;
}


/*** 

====================================================================
				Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination ul{
	position:relative;
	display: inline-block;	
}

.styled-pagination ul:before{
	position: absolute;
	left: -60px;
	top: -25px;
	height: 113px;
	width: 200px;
	background-image: url(../images/icons/dots-2.png);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
}


.styled-pagination li{
	position:relative;
	display: inline-block;
	margin-right: 8px;
}

.styled-pagination li a{
	position:relative;
	display:block;
	font-size:18px;
	color:#222222;
	font-weight:300;
	font-family: "Gotham-Light";
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	text-decoration: underline;
}


/*** 

====================================================================
					Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding:90px 0px 90px;
}

.clients-section .sponsors-outer{
	position:relative;
	margin-bottom: 90px;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*** 

====================================================================
					Contact Info Section
====================================================================

***/

.contact-info-section{
	position: relative;
	padding: 230px 0 120px;
}

.contact-info-section .anim-icon-2{
	left: 50%;
	bottom: 0;
	margin-left: -67px;
}


.contact-info-section .sec-title{
	margin-bottom: 150px;
}

.contact-info-section .sec-title:before{
	top: -108px;
}

.contact-info-section .sec-title h2:before{
	bottom: -20px;
}

.contact-info-section .contact-info-list{
	position: relative;
	text-align: center;
}

.contact-info-section .contact-info-list li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	font-weight: 400;
	font-family: 'Gotham-Book';
	margin:0 65px 30px;
}

.contact-info-section .contact-info-list li a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-info-section .contact-info-list li a:hover{
	text-decoration: underline;
}

.contact-info-section .contact-info-list li strong{
	font-weight: 500;
	font-family: "Gotham-Medium";
}


.contact-info-section .contact-info-list li:before{
	position: absolute;
	left: -72px;
	top: 5px;
	height: 15px;
	width: 14px;
	background-image: url(../images/icons/icon-star.png);
	content: "";
}

.contact-info-section .contact-info-list li:nth-child(3n + 3):after{
	position: absolute;
	right: -72px;
	top: 5px;
	height: 15px;
	width: 14px;
	background-image: url(../images/icons/icon-star.png);
	content: "";
}


/***

==================================================================
				Contact Section
==================================================================

***/

.contact-section{
	position: relative;
	padding: 130px 0 140px;
}

.contact-section .sec-title{
	margin-bottom: 85px;
}

.contact-section .sec-title:before{
	display: none;
}

.contact-section .sec-title h2{
	font-size: 36px;
}

.contact-section .sec-title h2:before{
	left: 50%;
	margin-left: -160px;
	bottom: -30px;
}

.contact-form.style-two{
	max-width: 780px;
	margin:0 auto;
}

.contact-form.style-two .form-group input[type="text"],
.contact-form.style-two .form-group input[type="email"],
.contact-form.style-two .form-group input[type="tel"],
.contact-form.style-two .form-group input[type="date"],
.contact-form.style-two .form-group input[type="url"],
.contact-form.style-two .form-group textarea,
.contact-form.style-two .form-group select{
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #666666;
}

.contact-form.style-two .form-group input:focus,
.contact-form.style-two .form-group select:focus,
.contact-form.style-two .form-group textarea:focus{
	border-color:#000000;
}

.contact-form.style-two ::-webkit-input-placeholder{color: #666666; text-transform: uppercase;}
.contact-form.style-two ::-moz-input-placeholder{color: #666666; text-transform: uppercase;}
.contact-form.style-two ::-ms-input-placeholder{color: #666666; text-transform: uppercase;}


.contact-form.style-two button{
	margin-top: 25px;
	text-transform: uppercase;
	font-family: "Gotham-book";
}

.contact-form .form-group label.error{
	position:relative;
	display:block;
	line-height:24px;
	padding-top:5px;
	color:#ff0000;
	font-size:13px;
	text-transform:capitalize;
	font-family: "Gotham-Book";
	font-weight:400;	
}


/***

==================================================================
				Contact Map Section
==================================================================

***/

.map-section{
	position: relative;
}

.map-section .inner-container{
	position: relative;
}


.map-section .map-canvas{
	position: relative;
	height: 600px;
	width: 100%;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data a{
	display: block;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}


/*** 

====================================================================
					Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 110px 0;
	text-align: center;
}

.main-footer .logo-box{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.main-footer .logo-box img{
	max-width: 100%;
	height: auto;
}

.main-footer .logo-box p{
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 300;
	opacity: .50;
	margin-top: 10px;
}

.main-footer .social-links{
	position: relative;
	display: block;
	margin-bottom: 85px;
}

.main-footer .social-links li{
	position: relative;
	display: inline-block;
	margin:0 10px;
}

.main-footer .social-links li a{
	display: block;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .social-links li a:hover{
	color: #ffea00;
}

.main-footer .footer-nav{
	position: relative;
	display: block;
}

.main-footer .footer-nav li{
	position: relative;
	display: inline-block;
	margin: 0 20px;
}

.main-footer .footer-nav li:before{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0px;
	height: auto;
	border-bottom: 1px dashed #ffffff;
	content: "";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-nav li.current:before,
.main-footer .footer-nav li:hover:before{
	width: 100%;
	left: 0;
}

.main-footer .footer-nav li a{
	position: relative;
	display: block;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 0 5px 5px;
	opacity: .50;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-nav li.current a,
.main-footer .footer-nav li a:hover{
	opacity: 1;
}


.main-footer.style-two{
	position: relative;
	padding: 95px 0;
	background-color: #ffffff;
}

.main-footer.style-two.alternate{
	padding: 60px 0 95px;
}


.main-footer.style-two .contact-column{
	position: relative;
	text-align: left;
}

.main-footer .contact-info-list{
	position: relative;
}

.main-footer .contact-info-list li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	font-weight: 300;
    font-family: 'Gotham-book';
}

.main-footer .contact-info-list li a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.main-footer.style-two .social-links li a:hover,
.main-footer .contact-info-list li a:hover{
	color: #ffea00;
}



.main-footer .contact-info-list li strong{
	display: inline-block;
	font-weight: 500;
    font-family: 'Gotham-Medium';
}


.main-footer.style-two .logo-column{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.main-footer.style-two .copyright-text{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	margin-top: 3px;
	color: #222222;
	font-weight: 300;
}


.main-footer.style-two .social-column{
	position: relative;
	text-align: right;
}

.main-footer.style-two .social-links{
	margin-bottom: 0;
	margin-top: 10px;
}

.main-footer.style-two .social-links li{
	margin-right: 0;
	margin-left: 20px;
}

.main-footer.style-two .social-links li a{
	color: #222222;
	font-size: 16px;
}

/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
	position: relative;
	padding: 130px 0 155px; 
}

.sidebar-page-container.alternate{
	padding-bottom: 80px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	position: relative;
	margin-bottom: 50px;
}

.sidebar-widget{
    position: relative;
    margin-bottom:60px;
}

.sidebar-side .sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-side .sidebar-title{
	position: relative;
	margin-bottom: 20px;
}

.sidebar-side .sidebar-title h3{
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
	font-family: "Gotham-Bold";
}

/*=== Categories ===*/

.category-list{
	position: relative;
}

.category-list li{
	position: relative;
}

.category-list li:last-child{
	margin-bottom: 0;
}

.category-list li a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category-list li a:hover{
	color: #000000;
	text-decoration:underline;
}

/*=== Latest News ===*/

.popular-post .post{
	position: relative;
	margin-bottom: 28px;
}

.popular-post .post:last-child{
	margin-bottom: 0px;
}

.popular-post .post h5{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	font-weight: 400;
	font-family: "Gotham-book";
	margin-bottom: 7px;
}

.popular-post .post h5 a{
	color: #666666;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.popular-post .post h5 a:hover{
	color: #000000;
	text-decoration:underline;
}

.popular-post .post .date{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 23px;
	color: #bbbbbb;
}

/*Search Box Widget*/

.sidebar .search-box{
	position: relative;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:14px;
	color:#000000;
	line-height:25px;
	padding:0 0 15px;
	padding-right: 40px;
	height:40px;
	width:100%;
	border-bottom:1px solid #222222;
	background-color: #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.search-box ::-webkit-input-placeholder{color: #999999;}
.search-box ::-moz-input-placeholder{color: #999999;}
.search-box ::-ms-input-placeholder{color: #999999;}


.sidebar .search-box .form-group button{
	position:absolute;
	right:0;
	top: 0;
	width:40px;
	font-size:16px;
	line-height: 30px;
	text-align:center;
	color:#555555;
	font-weight:400;
	background-color: transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button:hover{
	color: #000000;
}


/*=== Gallery Widget ===*/

.sidebar .gallery-widget .widget-title{
	margin-bottom: 30px;
}

.sidebar .gallery-widget .gallery-outer{
	position:relative;
	margin:0px -5px;
}

.sidebar .gallery-widget .gallery-outer .image{
	position:relative;
	float:left;
	width: 40%;
	padding:0px 5px;
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.sidebar .gallery-widget .gallery-outer .image img{
	display:block;
	width:100%;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.sidebar .gallery-widget .btn-box{
	position: relative;
	display: block;
	margin-top: 25px;
	text-align: center;
}

.sidebar .gallery-widget .btn-box a{
	padding: 8px 45px;
}

/*=== Tags ===*/

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
	float: left;
	padding-right: 7px;
	margin-right: 7px;
} 

.tag-list li:before{
	position: absolute;
	right: -2px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
	content: "|";
	z-index: 1;
}

.tag-list li:last-child:before{
	display: none;
}
.tag-list li a{
	position: relative;
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover{
	color: #000000;
	text-decoration: underline;
}

/*=== Social Widget ===*/

.social-widget{
	position: relative;
}

.social-widget .sidebar-title{
	margin-bottom: 20px;
}

.social-icon-three{
	position: relative;
}

.social-icon-three li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #222222;
	font-weight: 400;
	margin-right: 20px;
}

.social-icon-three li a{
	color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-three li a:hover{
	color: #ffea00;
}

/*** 

====================================================================
				Comment Area
====================================================================

***/

.group-title{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.group-title h4{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: "Gotham-Bold";
}

.comments-area{
	position:relative;
	margin-bottom:70px;
}

.comments-area .comment-box{
	position:relative;
}

.comments-area .comment-box:last-child{
	margin-bottom: 0;
}

.comments-area .comment{
	position:relative;
	min-height: 80px;
	padding-left: 110px;
	margin-bottom: 65px;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	margin-bottom:20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.comments-area .comment-box .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	top: -3px;
	font-weight: 400;
	margin-bottom: 10px;
}


.comments-area .comment-box .name{
	position: relative;
	font-size:16px;
	line-height: 22px;
	color:#222222;
	font-weight:500;
	display:block;
	text-transform:capitalize;
	font-family: "Gotham-Medium";
	margin-bottom: 7px;
}

.comments-area .comment-box .text{
	font-size: 14px;
	line-height: 26px;
	color:#666666;
	font-weight: 400;
}

.comments-area .comment-box .reply-btn{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	font-size: 12px;
	color: #222222;
	line-height: 20px;
	font-weight: 500;
	font-family: "Gotham-Medium";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:before{
	position: absolute;
	left: -23px;
	top: -2px;
	height: 23px;
	width: 85px;
	background-image: url(../images/icons/brush-6.png);
	background-repeat: no-repeat;
	content: '';
	z-index: -1;
}

.comments-area .comment-box .reply-btn:hover{
	text-decoration: underline;
}

/*** 

====================================================================
				Comment Form
====================================================================

 ***/

.sidebar-page-container .comment-form{
 	position: relative;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:15px;	
}

.comment-form .form-group:last-child{
	margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="url"],
.comment-form .form-group textarea,
.comment-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 500;
    padding: 15px 20px;
    text-align: right;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#000000;
}

.comment-form .form-group textarea{
	height: 150px;
	resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form button{
	margin-top: 15px;
}


/*** 

====================================================================
		Shop Page Section
====================================================================

***/

.shop-upper-box{
	position: relative;
	margin-bottom: 50px;
}

.shop-upper-box .items-label{
	position: relative;
	font-size: 12px;
	line-height: 26px;
	color: #666666;
	padding: 10px 0;
	text-transform: uppercase;
}

.sort-by .ui-selectmenu-button.ui-button{
	position:relative;
	display:block;
	height:46px;
	width:100%;
	font-size: 12px;
	color: #666666;
	min-width: 265px;
	line-height:24px;
	text-align: left;
	padding:10px 20px;
	font-weight: 400;
	border: 1px solid #dddddd;
	text-transform:uppercase;
	background:#ffffff;
}

.sort-by .ui-button .ui-icon{
	background:none;
	position:relative;
    top: -11px;
    right: -20px;
    text-indent: 0px;
    color: #dddddd;
    height: 46px;
    width: 50px;
    border-left: 1px solid #dddddd;
}

.sort-by .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	font-weight: 900;
	position:absolute;
	right:0px;
	top: 0;
	height: 46px;
	width: 50px;
	line-height: 46px;
	display:block;
	color:#aaaaaa;
	font-size:16px;
	text-align:center;
	z-index:5;
}

.ui-state-active,
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, .ui-button:active, 
.ui-button.ui-state-active:hover{
	background-color: #ecba00;
	border-color: #ecba00;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	font-weight: 400;
	color: #333333;
	border: 0;
	border-bottom:1px solid #c5c5c5;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-menu .ui-menu-item-wrapper{
	position: relative;
    display: block;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.shop-item {
	position: relative;
	margin-bottom: 55px;
}

.shop-item .inner-box{
	position: relative;
}

.shop-item .image{
	position: relative;
	overflow: hidden;
}

.shop-item .image img{
	display: block;
	width: 100%;
}

.shop-item .sale{
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 11px;
	color: #ffffff;
	font-weight: 500;
	background-color: #49c100;
	line-height: 20px;
	padding: 0 5px;
	min-width: 60px;
	letter-spacing: .5px;
	text-align: right; 
	text-transform: uppercase;
	font-family: "Gotham-Medium";
}

.shop-item .sale.on{
	background-color: #ff9000;
	min-width: 85px;
}

.shop-item .btn-box{
	position: absolute;
	left: 0;
	bottom:-100px;
	width: 100%;
	background-color: #ffffff;
	text-align: center;	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.shop-item .inner-box:hover .btn-box{
	bottom: 0;
}

.shop-item .btn-box .cart-btn{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #222222;
	padding: 15px 25px;
	background-color: #ffffff;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.shop-item .btn-box .cart-btn i{
	margin-right: 5px;
	font-size: 16px;
	color: #666666;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.shop-item .btn-box .cart-btn:hover i{
	color: #ffffff;
}

.shop-item .btn-box .cart-btn:hover{
	background-color: #222222;
	color: #ffffff;
}

.shop-item .lower-content{
	position: relative;
	padding: 30px 0px 0;	
}

.shop-item .lower-content h3{
	position: relative;
	font-size: 16px;
	color: #222222;
	line-height: 1.2em;
	font-weight: 500;
	font-family: "Gotham-Medium";
	text-transform: capitalize;
	margin-bottom: 7px;
}

.shop-item .lower-content h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
} 

.shop-item .lower-content h3 a:hover{
	color: #ecba00;
}	

.shop-item .lower-content .price{
	position: relative;
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 18px;
}


.shop-item .lower-content .price del{
	color: #666666;
	text-decoration: line-through;
	margin-right: 10px;
}


.shop-item .lower-content .rating {
	position: relative;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	font-weight: 400;
}

.shop-item .lower-content .rating span{
	display: inline-block;
	margin: 0 1px;
}


.shop-item .lower-content .rating .fa.light{
	color: #cccccc;
}


/*=======================
	Shop Sidebar
========================*/
.shop-sidebar{
	position: relative;
	padding-top: 100px;
}

.shop-sidebar .sidebar-title{
	margin-bottom: 15px;
}

/*Sidebar Range slider */
.range-slider-one{
	position:relative;
}

.range-slider-one .title{
	position:relative;
	float:left;
	color:#222222;
	font-size:14px;
	line-height: 20px;
	padding: 10px 0;
	font-weight:400;
}

.range-slider-one .title:before{
	position:absolute;
	content:'$';
	right:-14px;
	top:10px;
	color:#222222;
	line-height: 20px;
	font-size:14px;
	font-weight:400;
}

.range-slider-one .input{
	float:right;
    left: 8px;
	max-width:75px;
	padding-left:8px;
    position: relative;
}

.range-slider-one .input input{
	background:none;
	color:#222222;
	font-size:14px;
	line-height: 40px;
	font-weight:400;
	max-width:100px;
	text-align:left;
}

.range-slider-one .ui-widget.ui-widget-content{
	height:3px;
	border:none;
	margin-top: 10px;
	margin-bottom:30px;
	background-color: #efefef;
}

.range-slider-one .ui-slider .ui-slider-range{
	top:0px;
	height:2px;
	background:#ecba00;	
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default{
	top:-4px;
	width:10px;
	height:10px;
	z-index: 99;
	background:#ecba00;
	cursor:pointer;	
	border:0;
	border-radius: 50%;
}

.range-slider-one .theme-btn{
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	padding: 10px 26px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #222222;
	border: 1px solid #222222;
}

.range-slider-one .theme-btn:hover{
	background-color: #ffffff;
	color: #222222;
}

/*=== Category List ===*/
.sho-sidebar .category-list li{
	position: relative;
	padding-left: 15px;
}


.sho-sidebar .category-list li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
	content: "\f0da";
	font-family: "FontAwesome";
}

/*Sidebar Recent Posts */

.recent-products .post{
	position:relative;
	padding: 7px 0 0 117px;
	min-height:95px;
	margin-bottom:30px;
}

.recent-products .post:last-child{
	margin-bottom:0px;
}

.recent-products .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:95px;
}

.recent-products .post .post-thumb img{
	display:block;
	width:100%;	
}

.recent-products .post h4{
	font-size:14px;
	color:#222222;
	line-height: 24px;
	font-weight:400;
	font-family: "Gotham-Book";
	text-transform:capitalize;
}

.recent-products .post h4 a{
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.recent-products .post a,
.recent-products .post a:hover{
	color:#ecba00;	
}

.recent-products .post .price{
	font-size:12px;
	color:#666666;
	font-weight:500;
	font-family: "Gotham-Medium";
	margin-bottom: 8px;
}

.recent-products .post .rating .fa{
	position:relative;
	display:inline-block;
	margin-right:2px;
	font-size:14px;
	line-height:23px;
	color:#666666;
}

.recent-products .post .rating .fa.light{
	color: #cccccc;
}


/*** 

====================================================================
	Shop Page Section
====================================================================

***/

.shop-single-section{
	position:relative;
	padding:150px 0px 100px;
}

.product-details .image-column,
.product-details .content-column{
	margin-bottom:40px;	
}

.product-details .image-column .owl-dots,
.product-details .image-column .owl-nav{
	display:none;	
}

.product-details .image-column .image-carousel{
	margin-bottom:20px;
}

.product-details .image-column .thumbs-carousel{
	position: relative;
}

.product-details .image-column .thumbs-carousel li{
	position: relative;
	cursor: pointer;
}

.product-details .image-column .thumbs-carousel li:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff582;
	opacity: 0;
	content: "";
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-details .image-column .thumbs-carousel li:hover:before{
	opacity: .80;
}

.product-details .info-column .inner-column{
	position:relative;
	padding-left: 10px;
	padding-top: 5px;
}

.product-details .info-column h3{
	font-size:36px;
	font-weight:500;
	line-height:1.2em;
	color:#222222;
	letter-spacing: -1px;
	margin-bottom:6px;
}

.product-details .info-column h3 a{
	color:#222222;	
}

.product-details .info-column .rating{
	font-size:14px;
	margin-bottom:10px;
	display:inline-block;
}

.product-details .info-column .rating span{
	color:#222222;
}

.product-details .info-column .rating .fa{
	display:inline-block;	
}

.product-details .info-column .rating .fa.light{
	color:#dadada;
}

.product-details .info-column .reviews{
	position:relative;
	font-size: 14px;
	color: #222222;
	margin-left:10px;
	display:inline-block;
	margin-bottom: 30px;
}

.product-details .info-column .item-price{
	position:relative;
	font-size:24px;
	font-weight:500;
	color:#222222;
	line-height:24px;
	font-family: "Gotham-Medium";
	margin-bottom:30px;
}

.product-details .info-column .reviews a{
	position:relative;
	color:#777777;
	font-size:16px;
}

.product-details .basic-details .product-tag{
	position:relative;
	margin-top:40px;
}

.product-details .basic-details .product-tag li{
	position:relative;
	color:#222222;
	font-size:14px;
	margin-bottom: 10px;
}

.product-details .basic-details .product-tag li strong{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
	min-width: 93px;
	font-family: "Gotham-Medium";
	display:inline-block;
}

.product-details .basic-details .text{
	font-size:14px;
	line-height: 28px;
	color: #666666;	
	margin-bottom:30px;
}

.product-details .basic-details .availablity{
	position:relative;
	float:left;
	padding-right:40px;
	line-height:32px;
	margin-bottom:27px;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
	color:#777777;
}

.product-details .other-options{
	position: relative;
}

.product-details .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#11da61;
	font-weight:600;
	text-transform:uppercase;
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:100px;
	height:50px;
	margin-bottom:15px;
	margin-right:40px;
	border: 0;
}


.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:28px;
	width: 50px;
	padding:10px 15px !important;
	height:50px !important;
	box-shadow:none !important;	
	border:1px solid #eeeeee;
	text-align: center;
	font-size: 18px;
	color: #222222;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	background:none;	
	border: 0;
	margin-right: 10px;
	color: #222222;
	text-align: center;

}

.bootstrap-touchspin .input-group-btn-vertical{
	width: 50px;
	text-align: center;
	border:1px solid #eeeeee;
	border-left: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i{
    left: 0;
    width: 100%;
}

.product-details .other-options .btn-style-one{
	position: relative;
	font-weight: 400;
	border: 1px solid #222222;
	padding: 14px 35px;
}

.product-details .other-options .btn-style-one:hover{
	background: transparent;
}



/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.product-info-tabs{
	position:relative;
	padding:70px 0px 100px;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .tab.active-tab{
	display: block;
}

.product-info-tabs .prod-tabs{
	position:relative;
}

.product-info-tabs .prod-tabs .tab-btns{
	position:relative;
	display: inline-block;
	z-index:1;
	border-bottom:1px solid #222222;
}

.product-info-tabs .prod-tabs .tab-btns .tab-btn{
	position:relative;
	float:left;
	font-size:24px;
	color:#222222;
	cursor:pointer;
	line-height:30px;
	font-weight:300;
	letter-spacing: -1px;
	font-family: "Gotham-Light";
	padding: 10px 12px;
	border-bottom: 2px solid transparent;
	margin-right:20px;
}

.product-info-tabs .prod-tabs .tab-btns .tab-btn:hover,
.product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn{
	border-bottom:2px solid #222222;
	text-shadow: 0 0 1px #000000;
}

.product-info-tabs .prod-tabs .tab-btns .tab-btn:last-child{
	margin-right: 0;
}


.product-info-tabs .prod-tabs .tabs-container{
	position:relative;
}

.product-info-tabs .prod-tabs .tabs-container .tab{
	position:relative;
	padding:30px 0px;
	display:none;
}


.product-info-tabs .prod-tabs .tabs-content .tab .content{
	position:relative;
	padding:40px 0px 0px;
}

.product-info-tabs .prod-tabs .tabs-content .tab .content p{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:26px;
	margin-bottom: 25px;
}

.product-info-tabs .prod-tabs .tabs-container .tab.active-tab{
	display:block;	
}

.product-info-tabs .prod-tabs .tabs-container .tab p,
.product-info-tabs .prod-tabs .tabs-container .tab h2{
	margin-bottom:15px;	
}

.product-info-tabs .prod-tabs .tabs-container .tab h3{
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	color:#222222;
	margin-bottom:15px;
}

.product-info-tabs .prod-tabs .tabs-container .tab h4{
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	color:#222222;
	margin-bottom:15px;
}

.product-info-tabs .prod-tabs .reviews-container{
	position:relative;	
}

.product-info-tabs .prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:100px;
	min-height:100px;
}

.product-info-tabs .prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:82px;
	height:82px;
	margin-bottom:20px;
	border:1px solid #e0e0e0;
	background:#ffffff;
	border-radius:3px;
}

.product-info-tabs .prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:80px;
	height:80px;
	border-radius:3px;	
}

.product-info-tabs .prod-tabs .reviews-container .rev-content{
	position:relative;
	padding:15px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.product-info-tabs .prod-tabs .reviews-container .rating{
	color:#222222;
	font-size:13px;
}

.product-info-tabs .prod-tabs .reviews-container .rating .fa{
	margin-right:1px;	
}

.product-info-tabs .prod-tabs .reviews-container .rev-info{
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
}

.product-info-tabs .prod-tabs .reviews-container .rev-text{
	font-size:14px;
}

.product-info-tabs .prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.product-info-tabs .prod-tabs .add-review .rating{
	position:relative;
	padding-top:8px;	
}

.product-info-tabs .prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#555555;	
}

.product-info-tabs .prod-tabs .add-review .rating .rate-box:hover,
.product-info-tabs .prod-tabs .add-review .rating .rate-box:focus,
.product-info-tabs .prod-tabs .add-review .rating .rate-box:active{
	color:#fff582;	
}

.product-info-tabs .prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:400;
	color:#303030;	
}

.product-info-tabs .prod-tabs .add-review h3{
	margin-bottom:20px;	
	color:#333333;
	font-size:28px;
}

.product-info-tabs .prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:20px;	
}

.product-info-tabs .prod-tabs .add-review .form-group input[type="text"],
.product-info-tabs .prod-tabs .add-review .form-group input[type="password"],
.product-info-tabs .prod-tabs .add-review .form-group input[type="tel"],
.product-info-tabs .prod-tabs .add-review .form-group input[type="email"],
.product-info-tabs .prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.product-info-tabs .prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:150px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.product-info-tabs .prod-tabs .add-review .form-group input:focus,
.product-info-tabs .prod-tabs .add-review .form-group textarea:focus,
.product-info-tabs .prod-tabs .add-review .form-group select:focus{
	border-color: #000000;
}

/*** 

====================================================================
	Related Projects
====================================================================

***/

.related-projects{
	position:relative;
}

.related-projects .title{
	position: relative;
	text-align: center;
	margin-bottom: 75px;
}


.related-projects h2{
	position:relative;
	display: inline-block;
	color:#333333;
	font-size:35px;
	font-weight:400;
	letter-spacing: -1px;
	line-height:1.2em;
}

.related-projects h2:before {
    position: absolute;
    left: 10px;
    top: -25px;
    height: 90px;
    width: 320px;
    background-image: url(../images/icons/title-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
}

.related-projects .shop-item{
	margin-bottom: 40px;
}

.related-projects .shop-item .lower-content{
	padding: 40px 5px 0;
}

.related-projects .shop-item .lower-content h3{
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	font-family: "Gotham-Bold";
}

.shop-item .lower-content .rating{
	color: #222222;
}

.shop-item .lower-content .rating .fa.light{
	color: #222222;
}

/*** 

====================================================================
	Login Section
====================================================================

***/

.login-section{
	position:relative;
	padding:130px 0px 140px;
}

.login-section .title{
	position: relative;
	margin-bottom: 45px;
}

.login-section .title h2{
	position: relative;
	font-size: 24px;
	color: #222222;
	line-height: 1.2em;
	letter-spacing: -1px;
	font-family: "Gotham-Bold";
}

.login-form{
	position:relative;
	max-width: 650px;
	margin-bottom: 0;
}

.login-form .form-group{
	position:relative;
	margin-bottom:40px;
}

.login-form .form-group:last-child{
	margin-bottom: 0;
}


.login-form .form-group .theme-btn{
	margin-right: 0;
}

.login-form .form-group label{
	position:relative;
	font-size:14px;
	color:#666666;
	font-weight:400;
	line-height: 24px;
	cursor:pointer;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: "Gotham-Book";
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	padding:15px 20px;
	height:52px;
	font-size:14px;
	border:1px solid #dddddd;
	color: #222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus{
	border-color:#000000;
}

.login-form button{
	padding: 15px 30px;
	min-width: 150px;
	color: #ffffff;
	background-color: #000000;
}

.login-form .form-group .remember{
	position:relative;
	display: inline-block;
	margin-left: 40px;
	top:2px;
}

.login-form .form-group .remember label{
	display: inline-block;
	margin: 0;
	top: -2px;
	font-size: 14px;
	color: #666666;
	text-transform: capitalize;
}

.login-form .psw{
	position:absolute;
	color:#666666;
	font-size:16px;
	min-width: 200px;
	margin-top: 15px;
}

.login-form .psw:hover{
	text-decoration:underline;	
}



/*** 

====================================================================
			coming Soon
====================================================================

***/

.coming-soon{
	position: relative;
	background-repeat: no-repeat;
	background-position:  center 140px;
	background-color: #f7f7f7;
	padding: 400px 0 400px;
	text-align: center;
}

.coming-soon .logo-box{
	position: absolute;
	left:50%;
	margin-left:-100px;
	width:200px;
	text-align:center;
	display: inline-block;
	top: 50px;
}

.coming-soon .title{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.coming-soon .title h2{
	position: relative;
	font-size: 72px;
	line-height: 1em;
	color: #f7f7f7;
	font-weight: 500;
	letter-spacing: -4px;
	font-family: "Gotham-Medium";
	margin-bottom: 20px;
}

.timer{
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/icons/count-down-bg.png);
}

.cs-countdown{
	position: relative;
	margin-bottom: 40px;
}

.cs-countdown div{
	position: relative;
	display: inline-block;
	height: 130px;
	text-align: center;
	min-width: 120px;
	padding-top: 50px;
}

.cs-countdown span{
	position: relative;
	display: block;
	font-size: 64px;
	color: #222222;
	line-height: 1em;
	font-weight: 300;
	text-align: center;
	
	font-family: "Gotham-Light";
}

.cs-countdown h6{
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	margin: 0 auto;
	font-size: 16px;
	color: #222222;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	font-family: "Gotham-Medium";
}

.coming-soon .link-box{
	position: relative;
}

.coming-soon .link-box .theme-btn{
	display: inline-block;
	margin:	0 7px;
}

.icon-clock{
	height: 158px;
	width: 177px;
	background-image: url(../images/icons/icon-clock.png);
}

.coming-soon .icon-1{
	left: -155px;
	bottom: 0;
}

.coming-soon .icon-2{
	left: -100px;
	bottom: 0;
}

.coming-soon .icon-flower{
	right: -360px;
	bottom: 0;
}

.coming-soon .icon-clock{
	position: absolute;
	top: 50%;
	left: 45px;
	-webkit-transform: translateY(-85px);
	-moz-transform: translateY(-85px);
	-ms-transform: translateY(-85px);
	-o-transform: translateY(-85px);
	transform: translateY(-85px);
}

.coming-soon .link-box{
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
	text-align: center;
}


/*** 

====================================================================
	Side Nav Two
====================================================================

***/

.side-nav-two{
	position:fixed;
	width:300px;
	left:-300px;
	top:0px;
	height:100%;
	z-index:999;
	overflow:hidden;
	padding:0px 0px;
	background:#fefefe;
	font-family: 'Gotham-Book';
	-webkit-box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
	-ms-box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.active-side-nav .side-nav-two{
	left:0px;	
}

.side-nav-two .toggle-btn{
	position:absolute;
	right:15px;
	top:5px;
	width:40px;
	height:40px;
	font-size:20px;
	line-height:40px;
	text-align:center;
	color:#202020;
	cursor:pointer;	
	display:block;
	z-index:10;
}

.side-nav-two .toggle-btn .closer{
	width:50px;
	height:50px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	color:#222222;	
}

.side-nav-two .logo{
	position:relative;
	margin-bottom:50px;
	padding:40px 0px 0px;
}

.side-nav-two .side-nav-wrapper{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:30px 30px 80px;
	overflow:hidden;
	overflow-y:auto;
}

.side-nav-two .side-nav{
	position:relative;
	margin-bottom:10px;
}

.side-nav-two .side-nav .navigation > li,
.side-nav-two .side-nav .navigation > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid rgba(0,0,0,0.05);	
}

.side-nav-two .side-nav .navigation > li.dropdown > ul > li:last-child,
.side-nav-two .side-nav .navigation > li:last-child{
	border-bottom:none;	
}

.side-nav-two .side-nav .navigation > li.dropdown > ul > li:first-child{
	border-top:1px solid rgba(0,0,0,0.05);	
}

.side-nav-two .side-nav .navigation > li > a{
	position:relative;
	display:block;
	line-height:26px;
	padding:12px 0px;
	color:#222222;
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
}

.side-nav-two .side-nav .navigation > li > ul > li > a,
.side-nav-two .side-nav .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	line-height:20px;
	padding:10px 20px;
	color:#222222;
	font-weight:400;
	font-family: 'Gotham-Medium';
	font-size:13px;
	text-transform:capitalize;
}

.side-nav-two .side-nav .navigation > li > ul > li,
.side-nav-two .side-nav .navigation > li > ul > li > ul > li{
	margin-bottom:0px;	
}

.side-nav-two .side-nav .navigation > li > ul > li:last-child,
.side-nav-two .side-nav .navigation > li > ul > li > ul > li:last-child{
	margin:0px;
}

.side-nav-two .side-nav .navigation > li:hover > a,
.side-nav-two .side-nav .navigation > li > ul > li:hover > a,
.side-nav-two .side-nav .navigation > li.current > a,
.side-nav-two .side-nav .navigation > li > ul > li.current > a{
	color:#FF4136;	
}

.side-nav-two .side-nav .navigation > li.dropdown > a{
	padding-right:30px;	
}

.side-nav-two .side-nav .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
	content: "\f061";
	position:absolute;
	right:0px;
	top:12px;
	display:block;
	font-size:10px;
	z-index:5;
	font-weight:300;
}

.side-nav-two .side-nav .navigation > li.dropdown > ul,
.side-nav-two .side-nav .navigation > li.dropdown > ul > li.dropdown > ul{
	position:relative;
	display:none;
	width:100%;
	z-index:100;
	background:#ffffff;
	padding:0px 0px;
}

.side-nav-two .side-nav .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:10px;
	width:34px;
	height:30px;
	border:1px solid #e0e0e0;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#cccccc;
	cursor:pointer;
	z-index:5;
	display:none;
}

.side-nav-two .bottom-content{
	position:absolute;
	text-align:center;
	left:0px;
	right:0px;
	bottom:0px;
	padding:30px 0px 20px;
	background:#ffffff;
	font-size:14px;
	line-height:1.7em;
	padding-top:20px;
	border-top:1px solid #f0f0f0;
	z-index:5;
}

.side-nav-two .social-links{
	position:relative;
	text-align:center;
	font-size:14px;
}

.side-nav-two .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 3px;	
}

.side-nav-two .social-links li a{
	position:relative;
	display:block;
	color:#222222;
	width:40px;
	height:40px;
	background:#f0f0f0;
	line-height:40px;
	border-radius:50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.side-nav-two .social-links li a:hover{
	color:#ffffff;
	background:#FF4136;		
}


/*** 

====================================================================
	Side Nav Two
====================================================================

***/

.side-nav-one{
	position:fixed;
	width:350px;
	left:0px;
	top:0px;
	height:100%;
	z-index:999;
	overflow:hidden;
	padding:0px 0px;
	background:#ffffff;
	/*-webkit-box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
	-ms-box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);*/
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.active-side-nav .side-nav-one{
	left:0px;	
}

.side-nav-one .toggle-btn{
	position:absolute;
	right:15px;
	top:5px;
	width:40px;
	height:40px;
	font-size:20px;
	line-height:40px;
	text-align:center;
	color:#202020;
	cursor:pointer;	
	display:none;
	z-index:10;
}

.side-nav-one .toggle-btn .closer{
	width:50px;
	height:50px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	color:#222222;	
}

.side-nav-one .logo{
	position:relative;
	margin-bottom:100px;
	padding:50px 0px 0px;
}

.side-nav-one .side-nav-wrapper{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:50px 30px 20px 100px;
	overflow:hidden;
	overflow-y:auto;
}

.side-nav-one .side-nav{
	position:relative;
	margin-bottom:100px;
}

.side-nav-one .side-nav .navigation > li{
	position:relative;
	margin-bottom:10px;	
}

.side-nav-one .side-nav .navigation > li > a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:5px 20px 5px 0px;
	color:#222222;
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
}

.side-nav-one .side-nav .navigation > li > ul > li > a,
.side-nav-one .side-nav .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:5px 20px 5px 0px;
	margin-left:20px;
	color:#222222;
	font-weight:600;
	font-size:13px;
	text-transform:capitalize;
}

.side-nav-one .side-nav .navigation > li > ul > li,
.side-nav-one .side-nav .navigation > li > ul > li > ul > li{
	margin-bottom:10px;	
}

.side-nav-one .side-nav .navigation > li > ul > li:last-child,
.side-nav-one .side-nav .navigation > li > ul > li > ul > li:last-child{
	margin:0px;
}

.side-nav-one .side-nav .navigation > li:hover > a,
.side-nav-one .side-nav .navigation > li > ul > li:hover > a,
.side-nav-one .side-nav .navigation > li.current > a,
.side-nav-one .side-nav .navigation > li > ul > li.current > a{
	color:#FF4136;	
}

.side-nav-one .side-nav .navigation > li > a:after,
.side-nav-one .side-nav .navigation > li > ul > li > a:after{
	content: "";
	position:absolute;
	left:0px;
	bottom:0px;
	width:0px;
	border-bottom:1px solid #222222;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.side-nav-one .side-nav .navigation > li:hover > a:after,
.side-nav-one .side-nav .navigation > li > ul > li:hover > a:after,
.side-nav-one .side-nav .navigation > li.current > a:after,
.side-nav-one .side-nav .navigation > li > ul > li.current > a:after{
	width:100%;
}

.side-nav-one .side-nav .navigation > li.dropdown > ul,
.side-nav-one .side-nav .navigation > li.dropdown > ul > li.dropdown > ul{
	position:relative;
	display:none;
	width:100%;
	z-index:100;
	background:#ffffff;
	padding:10px 0px 0px;
}

.side-nav-one .side-nav .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:10px;
	width:34px;
	height:30px;
	border:1px solid #e0e0e0;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#cccccc;
	cursor:pointer;
	z-index:5;
	display:none;
}

.side-nav-one .social-links{
	position:relative;
	font-size:14px;
	margin-left:-10px;
}

.side-nav-one .social-links li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	
}

.side-nav-one .social-links li a{
	position:relative;
	display:block;
	width:30px;
	height:30px;
	color:#222222;
	line-height:30px;
	text-align:center;
}

.side-nav-one .social-links li a:hover{
	color:#222222;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

