/* Brighton : Industry HTML5 Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style One / Header Style Two / Header Style Three
5. Main Slider
6. Service Style One / Service Style two / Service Style Three
7. Call To Action / Call To Action Two 
8. Gallery Section
9. About Us / FAQ
10. Testimonial Section
11. Newsletter Style One
12. Main Footer / Footer Style Two / Footer Style Three
13. Featured Services / Featured Services Style Two
14. Masonary Gallery
15. Professionals Team
16. Latest News / Contact Form
17. Sponsors Section
18. Industry Section
19. Services Style Three
20. What People Say
21. Call To Action Three
22. Boxed Form / Contact Form
23. News Style Two
24. Sponsors Style Two
25. Fact COunter
26. Tabs Style One
27. Service Details
28. Our Blog
29. Sidebar 
30. Sidebar Widgets
31. Blog Grid View
32. Blog Details
33. Shop
34. Shop Details
35. Product Info Tabs
36. Related Products
38. Shopping Cart
39. Checkout
40. Contact Us / Map Section



**********************************************/

@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");


@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#c9a567;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'Roboto', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	max-width:680px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	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;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	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;	
}

.anim-5,.anim-5-all *{
	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;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.btn-style-one{
	position:relative;
	padding:7px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:#c9a567;
	color:#222222 !important;
	font-size:13px;
	font-weight:700;
	border:2px solid #c9a567 !important;
	font-family: 'Roboto', sans-serif;
}

.btn-style-one:hover{
	color:#c9a567 !important;
	border-color:#c9a567 !important;
	background:none;	
}

.btn-style-two{
	position:relative;
	padding:7px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	font-size:13px;
	font-weight:700;
	border:2px solid #ffffff !important;
	border-radius:2px;
	font-family: 'Roboto', sans-serif;
}

.btn-style-two:hover{
	color:#c9a567 !important;
	border-color:#c9a567 !important;
	background:none;	
}


/*btn-style-three*/
.btn-style-three{
	position:relative;
	padding:7px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:#103d68;
	color:#ffffff !important;
	font-size:13px;
	font-weight:700;
	border:2px solid #103d68 !important;
	font-family: 'Roboto', sans-serif;
}

.btn-style-three:hover{
	color:#103d68 !important;
	border-color:#103d68 !important;
	background-color:white;	
}

/*btn-style-four*/
.btn-style-four{
	position:relative;
	padding:7px 32px;
	line-height:24px;
	background:#103d68;
	color:#ffffff !important;
	font-size:13px;
	font-weight:700;
	border:2px solid #103d68 !important;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
}

.btn-style-four:hover{
	color:white !important;
	border-color:#c9a567 !important;
	background-color:#c9a567;
}

/*btn-style-five*/
.btn-style-five{
	position:relative;
	padding:7px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#222222 !important;
	font-size:13px;
	font-weight:700;
	border:2px solid #c9a567 !important;
	font-family: 'Roboto', sans-serif;
}

.btn-style-five:hover{
	color:#222222 !important;
	background-color:#c9a567 !important;	
}

/*btn-style-six*/
.btn-style-six{
	position:relative;
	padding:7px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	font-size:13px;
	font-weight:700;
	border:2px solid #c9a567 !important;
	font-family: 'Roboto', sans-serif;
}

.btn-style-six:hover{
	color:#222222 !important;
	background-color:#c9a567 !important;	
}

/*btn-style-seven*/
.btn-style-seven{
	position:relative;
	padding:12px 36px;
	line-height:24px;
	text-transform:uppercase;
	background:#000000;
	color:#ffffff !important;
	font-size:13px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

.btn-style-seven:hover{
	color:#222222 !important;
	background-color:#c9a567 !important;	
}


.theme-btn .fa{
	position:relative;
}

.theme_color{
	color:#c9a567;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.padd-top-10{
	padding-top:10px !important;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-top-50{
	padding-top:50px !important;	
}

.padd-top-60{
	padding-top:60px !important;	
}

.padd-top-70{
	padding-top:70px !important;	
}

.padd-left-10{
	padding-left:10px !important;	
}

.padd-left-20{
	padding-left:20px !important;	
}

.padd-left-30{
	padding-left:30px !important;	
}

.padd-left-40{
	padding-left:40px !important;	
}

.padd-left-50{
	padding-left:50px !important;	
}

.padd-left-60{
	padding-left:60px !important;	
}

.padd-left-70{
	padding-left:70px !important;	
}

.padd-bott-10{
	padding-bottom:10px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.padd-bott-50{
	padding-bottom:50px !important;	
}

.padd-bott-60{
	padding-bottom:60px !important;	
}

.padd-bott-70{
	padding-bottom:70px !important;	
}

.padd-bott-90{
	padding-bottom:90px !important;	
}

.padd-bott-100{
	padding-bottom:100px !important;	
}

.padd-right-10{
	padding-right:10px !important;	
}

.padd-right-20{
	padding-right:20px !important;	
}

.padd-right-30{
	padding-right:30px !important;	
}

.padd-right-40{
	padding-right:40px !important;	
}

.padd-right-50{
	padding-right:50px !important;	
}

.padd-right-60{
	padding-right:60px !important;	
}

.padd-right-70{
	padding-right:70px !important;	
}

.margin-top-10{
	margin-top:10px !important;	
}

.margin-top-20{
	margin-top:20px !important;	
}

.margin-top-30{
	margin-top:30px !important;	
}

.margin-top-40{
	margin-top:40px !important;	
}

.margin-top-50{
	margin-top:50px !important;	
}

.margin-top-60{
	margin-top:60px !important;	
}

.margin-top-70{
	margin-top:70px !important;	
}

.margin-bott-10{
	margin-bottom:10px !important;	
}

.margin-bott-20{
	margin-bottom:20px !important;	
}

.margin-bott-30{
	margin-bottom:30px !important;	
}

.margin-bott-40{
	margin-bottom:40px !important;	
}

.margin-bott-50{
	margin-bottom:50px !important;	
}

.margin-bott-60{
	margin-bottom:60px !important;	
}

.margin-bott-70{
	margin-bottom:70px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom:0px !important;	
}

.no-padd-left{
	padding-left:0px !important;	
}

.no-padd-right{
	padding-right:0px !important;	
}

.bg-lightgrey{
	background-color:#f6f6f6 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; /*background-image:url("../images/icons/preloader.GIF");*/}

/* ---------Page preload--------------------------------------*/
.loader {
	position:fixed;
	top:50% !important;
	left:50%;
	width:50px;
	height:50px;
	z-index:100;
	font-size:34px;
	line-height:50px;
	color:#ccc;
	padding-right:20px;
	opacity:0.8;
}
.cssload-container {
	width: 100%;
	height: 42px;
	text-align: center;
}
.cssload-speeding-wheel {
	width: 42px;
	height: 42px;
	margin: 0 auto;
	border: 2px solid #001020;
	border-radius: 50%;
	border-left-color: #c9a567;
	border-right-color: #c9a567;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}
.l-line {
	position:fixed;
	top:0;
	width:100%;
	height:3px;
	z-index:10000;
	display:none;
	background:#f4f4f4;
}
.l-line span{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:3px;
	background:#000;
}
.cd-transition-layer {
	position: fixed;
	top: 20px;
	left: 20px;
	right:20px;
	bottom:20px;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity:1;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  height: 100%;
  width: 2500%;
  background: url("../images/ink.png.html") no-repeat 0 0;
  background-size: 100% 100%;
}
.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}
.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24);
  -moz-animation: cd-sequence 0.8s steps(24);
  animation: cd-sequence 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 0.8s steps(24);
  -moz-animation: cd-sequence-reverse 0.8s steps(24);
  animation: cd-sequence-reverse 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
  display: none;
}

img{
	display:inline-block;
	max-width:100%;	
	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#1c1c1c;
	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:#c9a567;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:fixed;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	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-header .header-top{
	position:relative;
	font-size:16px;
	padding:17px 0px;
	background:#ffffff;
	color:#ffffff;
	border-bottom:1px solid #e7e7e7;
}

.main-header .header-top a{
	color:#777777;
	-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 .links-nav li{
	position:relative;
	float:left;
	padding:0px 18px;
	color:#777777;
	font-size:14px;
	line-height:14px;
	border-right:1px solid #cccccc;
}

.main-header .links-nav li:first-child{
	padding-left:0px;
}

.main-header .links-nav li:last-child{
	border-right:0px;
}

.main-header .links-nav li a{
	position:relative;
	line-height:26px;
	font-size:13px;
	text-transform:capitalize;	
}

.main-header .links-nav li span{
	padding-right:8px;
	font-size:16px;
	color:#c9a567;	
}

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:11px 0px;
	background:#ffffff;
	color:#777777;
	z-index:0;
	border-bottom:1px solid #cccccc;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:6px 0px 2px;	
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-upper{
	position:relative;
	padding:22px 0px;
	background:#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;
	z-index:5;
}

.main-header.header-style-two .header-upper,
.main-header.header-style-three .header-upper{
	padding:0px;	
}

.main-header.header-style-two .header-upper .logo{
	padding:24px 0px;	
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .logo-outer{
	position:relative;
	z-index:25;	
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding:14px 0px 0px;
}

.main-header .info-box{
	position:relative;
	float:left;
	min-height:56px;
	margin-left:40px;
	font-size:13px;
	color:#777777;
	padding:5px 0px 0px 64px;
}

.main-header .info-box ul{
	position:relative;
	margin-top:-6px;
}

.main-header .info-box:last-child{
	
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:38px;
	border:1px solid #c9a567;
	color:#012f5d;
	font-size:20px;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box:hover .icon-box{
	border-color:#c9a567;
	color:#c9a567;	
}

.main-header .info-box li{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:20px;
	margin:0px 0px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.main-header .info-box li a{
	color:#777777;		
}

.main-header .info-box strong{
	font-weight:600;
	color:#103d68;
	margin-bottom:4px;
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background:#222222;
	z-index:5;
}

.main-header .nav-outer{
	position:relative;
	padding:0px 170px 0px 0px;
}

.nav-outer.header-style-one{
	position:relative;
	padding:0px 170px 0px 0px;
}

.header-main-box .nav-outer .search-box-btn{
	position:absolute;
	right:0px;
	font-size:14px;
	width:30px;
	height:30px;
	top:50%;
	margin-top:-15px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
}

.header-main-box .nav-outer .search-box-btn:hover{
	color:#c9a567;
}

.main-header .main-menu{
	position:relative;	
}

.main-header .main-menu .navbar-collapse{
	padding:0px;	
}

.main-header .main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-header .main-menu .navigation > li{
	position:relative;
	float:left;
}

.main-menu .navigation li > ul > li.dropdown:hover > .from-right{
	left:auto;
	right:100%;
}

.main-header .main-menu .navigation > li:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    width: 4px;
    display: block;
    background: url("../images/icons/menu-separater.png") no-repeat;
    background-position: right center;
    background-repeat: no-repeat;
}

.main-header.header-style-one .header-upper .main-menu .navigation > li:last-child:after{
	position: absolute;
    content: '';
    right: 0px;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    width: 4px;
    display: block;
    background: url("../images/icons/menu-separater.png") no-repeat;
    background-position: right center;
    background-repeat: no-repeat;
}

.header-main-box .main-menu .navigation > li{
	border:none;	
}

.sticky-header .main-menu .navigation > li{
	margin:0px;
}

.sticky-header .main-menu .navigation > li:before{
	opacity:0;
}

.main-header .main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:16px 10px 16px 0px;
	font-size:16px;
	color:#ffffff;
	line-height:30px;
	font-weight:600;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .main-menu .navigation > li > a{
	padding:16px 15px !important;
	color:#222222 !important;
	  
	
}

.sticky-header .main-menu .navigation > li.dropdown > a{
	padding:16px 30px 16px 15px !important;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#c9a567 !important;
	opacity:1;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	background:#c9a567;
	color:#ffffff !important;
	opacity:1;
}

.main-header .header-upper .main-menu .navigation > li.dropdown > a,
.main-header .header-lower .main-menu .navigation > li.dropdown > a{
	padding-right:50px;	
}

.main-header .main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 30px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -9px;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after{
	right:10px;	
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:130%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#222222;
	border-top:3px solid #c9a567;
	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{
	position:relative;
	width:100%;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.30);
}



.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 15px;
	line-height:22px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	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;
}

.main-menu .navigation > li > ul > li:hover > a{
	background:#c9a567;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > a:after{
	color:#ffffff;
	right:15px !important;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:110%;
	top:20px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#222222;
	border-top: 3px solid #c9a567;
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:100%;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.30);
}

.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:12px 15px;
	line-height:22px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	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;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background:#c9a567;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	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 > 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:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header.header-style-one .btn-outer{
	position:absolute;
	right:0px;
	top:0px;
	width:170px;
}

.main-header.header-style-one .btn-outer .quote-btn{
    position: relative;
    display: block;
    line-height: 24px;
    text-align: center;
    padding: 19px 10px;
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    background: #c9a567;
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    z-index: 1;
}

.main-header.header-style-one .btn-outer .quote-btn .fa{
	top:0px;
	padding:0px 3px 0px 0px;	
}

.main-header.header-style-three .btn-outer{
	position:absolute;
	right:0px;
	top:0px;
	width:130px;	
}

.main-header.header-style-three .btn-outer .quote-btn{
	background:#012f5d;
	color:#ffffff;	
}

.header-main-box .btn-outer .quote-btn{
	padding:27px 0px 18px 30px;	
}

.social-links-one{
	position:relative;	
}

.main-header .social-links-one{
	top:7px;	
}

.social-links-one a{
	position:relative;
	display:inline-block;
	text-align:center;
	margin-left:4px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#928d8d;
	border-radius:50%;
	background:#f4f4f4;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-links-one a:hover{
	background:#c9a567;
	color:#ffffff;	
}

.social-links-two a{
	position:relative;
	display:inline-block;
	text-align:center;
	margin-right:5px;
	width:40px;
	height:40px;
	border:1px solid #e0e0e0;
	line-height:38px;
	font-size:14px;
	color:#cccccc;
	border-radius:50%;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-links-two a:hover{
	background:#c9a567;
	border-color:#c9a567;
	color:#ffffff;	
}

.social-links-three a{
	position:relative;
	display:inline-block;
	text-align:center;
	margin-right:5px;
	width:32px;
	height:32px;
	border:1px solid #f1f1f1;
	line-height:30px;
	font-size:12px;
	color:#aaaaaa;
	background:#f1f1f1;
	border-radius:50%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-links-three a:hover{
	background:#c9a567;
	border-color:#c9a567;
	color:#ffffff;	
}



/*** 

====================================================================
	header-style-two
====================================================================

***/

.header-style-two{
	position:relative;
}

.header-style-two .header-top{
	position:relative;
	background-color:#103d68;
	font-size: 16px;
    padding: 17px 0px;
    color: #ffffff;
}

.header-style-two .header-top li{
    position: relative;
    float: left;
    padding: 0px 18px;
    font-size: 14px;
    line-height: 14px;
    border-right: 1px solid #5c6873;
}

.header-style-two .header-top li:last-child{
	border-right:0px;
}

.header-style-two .header-top .top-left .links-nav li,
.header-style-two .header-top .top-right .links-nav li{
	color:#fff;
}

.header-style-two .header-top .top-left .links-nav span,
.header-style-two .header-top .top-right .links-nav span{
	position:relative;
	top:1px;
	margin-right:4px;
	color:#c9a567;
}

.header-style-two .header-upper .upper-right{
	padding:0px 0px 0px;
}

.header-style-two .info-box{
	position:relative;
	float:left;
	min-height:56px;
	margin-left:40px;
	font-size:13px;
	text-transform:uppercase;
	color:#777777;
	padding:10px 0px 0px 64px;
}

.header-style-two .info-box:last-child{
	padding-left:0px;	
}

.header-style-two .info-box:last-child{
	padding-left:64px;	
}

.header-style-two .info-box{
	padding-left:54px;
	color:#222222;
	text-transform:none;	
}

.header-style-two  .info-box .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	width:48px;
	height:48px;
	text-align:center;
	line-height:46px;
	border:1px solid #012f5d;
	color:#012f5d;
	font-size:24px;
	border-radius:50%;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-style-two .info-box .icon-box{
	font-size:32px;
	color:#c9a567;
	border:none;
	line-height:50px;
}

.header-style-two .info-box:hover .icon-box{
	border-color:#c9a567;
	color:#c9a567;	
}

.header-style-two .info-box li{
	position:relative;
	line-height:20px;
	margin:0px 0px;
}

.header-style-two .info-box li a{
	color:#777777;		
}

.header-style-two .info-box strong{
	font-weight:500;
	color:#c9a567;
	font-size:14px;	
}

.header-style-two .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background:#f3f3f3;
	border-bottom:3px solid #c9a567;
	z-index:5;
}

.header-style-two .header-lower{
	background:none;
	border:none;	
}

.header-style-two .nav-outer{
	padding-right: 220px;
}

.header-main-box .nav-outer .search-box-btn{
	position:absolute;
	right:0px;
	font-size:14px;
	width:30px;
	height:30px;
	top:50%;
	margin-top:-15px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
}

.header-main-box .nav-outer .search-box-btn:hover{
	color:#c9a567;
}

.header-style-two .main-menu .navigation > li:last-child{
	margin-right:0px;
}

.header-style-two .main-menu .navigation > li:last-child::before{
	display:none;
}

.header-style-two .main-menu .navigation > li:last-child a{
	padding-right:0px;
}

.main-header.header-style-two .header-upper .main-menu .navigation > li:before{
    right:-4px;
	left:auto;
    background: url("../images/icons/menu-separater-2.png") no-repeat;
}

.header-main-box .header-upper .main-menu .navigation > li{
	border:none;	
}

.header-style-two .header-upper .main-menu .navigation > li > a{
	padding:39px 20px 39px 25px !important;
	color:#222222 !important;
}

.header-style-two .header-upper .main-menu .navigation > li.dropdown > a{
	padding-right:30px !important;
}

.header-style-two .header-upper .main-menu .navigation > li.dropdown > a:after{
    content: "\f107";
    right: 15px;
}

.main-header.header-style-two .btn-outer a span{
	margin-right:5px;
}

.main-header.header-style-two .btn-outer{
	position:absolute;
	top:50%;
	margin-top:-22px;
	right:0px;
}

/*** 

====================================================================
	Header Style Three
====================================================================

***/


header{position: fixed; left: 0px; top: 0px; width: 100%; z-index: 11; -webkit-backface-visibility: hidden;}
#logo{position: relative; float: left; margin-left: 50px; margin-top:20px; /* margin-top: 42px; vivek */}
#logo img{position: relative; float: left;}
#logo img.act{position: absolute; left: 0px; top: 0px; opacity:0;}
nav{position: relative; float: right; padding-right: 0px;}
nav a{position: relative; float: left; color: #fff; font-size: 18px;font-weight: 600; text-transform: uppercase; height: 39px; line-height: 39px; padding:0px 15px; margin: 30px 5px 0px 5px;}
nav a:hover{background:#c9a567; color: #fff;}
nav a.act{background:#c9a567;;}
nav ul{position: relative; float: left;}
nav ul li{background: none; position: relative; float: left;padding: 0px 15px;font-size:18px;}
nav ul li:before, nav ul li:after{display:none;}
nav .submeny a:after{position: absolute; left: 50%; bottom:-2px; margin-left: -7px; width: 0px; height:0px; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #d80d0d; content: "";}
nav .submeny .submeny-top:before{position: absolute; left: 0px; bottom:-11px; width: 100%; content: ""; height: 11px;}
nav .submeny:hover a:after, nav .submeny a.act:after{bottom: -7px;}
nav ul ul{position: absolute; left: 0px; top: 84px; width: 100%; box-shadow: 0px 5px 5px rgba(0,0,0,0.15);}
nav ul ul li{position: relative; float: left; margin-top: 0px; padding-top: 0px; padding-bottom: 0px; width: 100%;}
nav ul ul li a{height: 0px; font-size: 0px; line-height: 0px; padding: 0px; margin: 0px; color: #777777; background: #fff; width: 200%; text-align: center; left: -50%;}
nav ul ul li a:after{display: none;}
nav .submeny:hover ul li a{height: 39px; font-size: 13px; line-height: 39px;}
nav .submeny:hover .submeny-top{background:#d80d0d; color: #fff;}
header.act{background:#fff; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.34);  /* 0px 1px 5px rgba(0,0,0,0.15); */}
header.act #logo{    background: #fff0; /* background:#fff; vivek */ margin-top: 0px;}
header.act #logo img{opacity:0;}
header.act #logo img.act{opacity:1;}
header.act nav a{color:#777777; margin-top: 15px; margin-bottom: 15px;}
header.act nav a:hover{background:#d80d0d; color: #fff;}

header.act nav a.act{background:#d80d0d; color:#fff;}
header.act nav a.act:after {
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -7px;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #d80d0d;
    content: "";
}
nav a.act:after {
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -7px;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #c9a567;
    content: "";
}


header.act nav ul ul{top: 69px;}
header.act nav ul ul li a{margin: 0px;}
.mob-icon{display: none;}

@media (min-width: 1200px){
  nav ul ul{width: auto; left: 50%; margin-left: 6px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
  nav ul li:last-child ul{margin-left: -25px;}
  nav ul ul li{padding: 0; width: auto; float: none;}
  nav ul ul li a{width: auto; float: none; display: block; left: 0; width: 185px; padding-left: 10px; padding-right: 10px;}
}


/*** 

====================================================================
	Header Top Two
====================================================================

***/

.header-top-two{
	position:relative;
	padding:0px;
	background-color:#222222;
}

.header-top-two{
	position:relative;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	
}

.main-slider.negative-margin{
	position:relative;
	margin-top:-62px;
}

.main-slider .tp-caption{
	z-index:5;
}

.main-slider .overlay-style-one{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(16,61,104,0.75) !important;
}

.main-slider .overlay-style-two{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.75) !important;
}

.main-slider .overlay-style-three{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.75) !important;
}

.main-slider .border-title{
	font-weight:400;
	line-height:1.6em;
	color:#c9a567;
	font-size:26px;
	padding-bottom:22px;
}

.main-slider .border-title:after{
	position:absolute;
	content:'';
	display:block;
	left:0px;
	bottom:0px;
	width:45px;
	height:3px;
	background-color:#c9a567;
}

.main-slider .subtitle-text{
	font-weight:400;
	line-height:1.6em;
	color:#c9a567;
	font-size:26px;
	padding-bottom:22px;
}

.main-slider .text{
	font-weight:400;
	line-height:1.6em;
	color:#ffffff;
	font-size:16px;
}

.main-slider h2{
	font-size:45px;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
}

.main-slider h3{
	font-size:24px;
	color:#ffffff;
	font-weight:600;
	line-height:1.4em;
}

.main-slider .tp-bullets.preview3 .bullet{
	background:#ffffff !important;
	width:22px !important;
	height:2px !important;
	border:1px solid #ffffff!important;
	border-radius:2px!important;
	margin:0px 7px;
	z-index:0;
}





.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	border-color:#c9a567 !important;
	background:#c9a567 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:50px !important;
	overflow:hidden;
	margin-top:-10px !important;
	height:50px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:none;
	color:#ffffff;
	font-size:18px;
	height:48px !important;
	line-height:44px;
	width:48px !important;
	padding:0px;
	border:2px solid #ffffff;
	border-radius:2px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f177';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f178';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:20px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:20px !important;
}

.main-slider .tparrows.preview3:hover::after{
	color:#c9a567;
	border-color:#c9a567;
	
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}
@media (max-width: 991px) {
.main-slider h2{
           display:none;

}
    .main-slider.title{
       display:none;
}
}
/*** 


====================================================================
	service-style-one
====================================================================

***/

.service-style-one{
	position:relative;
	padding:130px 0px 100px;
}

.service-style-one .box-column{
	position:relative;
	padding:35px;
	border:4px solid #c9a567;
	margin-bottom:30px;
}

.service-style-one .box-column h2{
	color:#222222;
	font-size:32px;
	padding-bottom:18px;
	font-weight:600;
	line-height:1.4em;
}

.service-style-one .box-column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:45px;
	height:3px;
	background-color:#c9a567;
}

.service-style-one .box-column .text{
	color:#777777;
	font-size:16px;
	font-weight:300;
	line-height:1.5em;
	margin-top:30px;
	font-family: 'Roboto', sans-serif;
}

.service-style-one .box-column .more{
	color:#103d68;
	font-size:13px;
	margin-top:24px;
	display:inline-block;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.service-style-one .box-column .more span{
	margin-left:5px;
}

.service-style-one .left-column{
	padding-right:60px;
}

.service-block{
	position:relative;
	margin:30px 0px 30px 0px;
}

.service-block .inner-box{
	position:relative;
	padding-left:90px;
}

.service-block .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:60px;
	text-align:center;
	line-height:58px;
	display:inline-block;
	background:url("../images/icons/111222.png");
	background-repeat:no-repeat;
}

.service-block .inner-box .icon-box:after{
	position:absolute;
	content:'';
	opacity:0;
	left:0px;
	top:0px;
	width:70px;
	height:60px;
	z-index:-9;
	background:url("../images/icons/2121.png");
	background-repeat:no-repeat;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.service-block .inner-box:hover .icon-box:after{
	opacity:1;
	color:#ffffff;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.service-block .inner-box:hover .icon-box span{
	color:#ffffff !important;
	position: relative;
    z-index: 99;
}

.service-block .inner-box .icon-box span{
	color:#30577c;
	font-size:30px;
}

.service-block .inner-box h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:600;
    top: -10px;
}

.service-block .inner-box .text{
	position:relative;
	font-size:16px;
	color:#777777;
	line-height:1.8em;
}

/*** 

====================================================================
	call-to-action
====================================================================

***/

.call-to-action{
	position:relative;
	padding:38px 0px;
	background-color:#c9a567;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
}

.call-to-action h3{
	position:relative;
	font-size:26px;
	color:#222222;
	font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
	sec-title-one
====================================================================

***/

.sec-title-one{
	position:relative;
	margin-bottom:60px;
}

.sec-title-one h2{
	position:relative;
    color: #c9a567;
    font-size: 32px;
	font-weight:600;
    padding-bottom: 15px;
}

.sec-title-one h2:after{
	position:absolute;
	content:'';
	width:45px;
	left:0px;
	bottom:0px;
	height:3px;
	background-color:black;
}

.sec-title-one .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-top:35px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}


/*** 

====================================================================
	sec-title-two
====================================================================

***/

.sec-title-two{
	position:relative;
	margin-bottom:60px;
}

.sec-title-two h2{
	position:relative;
    color: #d80d0d;
    font-size: 32px;
	font-weight:700;
	text-align:center;
    padding-bottom: 15px;
}

.sec-title-two h2:after{
	position:absolute;
	content:'';
	width:44px;
	left:50%;
	margin-left:-20px;
	bottom:0px;
	height:3px;
	background-color:#103d68;
}


/*** 

====================================================================
	sec-title-three
====================================================================

***/

.sec-title-three{
	position:relative;
	margin-bottom:35px;
}

.sec-title-three h2{
	position:relative;
    color: #c9a567;
    font-size: 24px;
	font-weight:600;
    padding-bottom: 15px;
}

.sec-title-three h2:after{
	position:absolute;
	content:'';
	width:44px;
	left:0px;
	bottom:0px;
	height:3px;
	background-color:#ddd;
}


/*** 

====================================================================
	sec-title-four
====================================================================

***/

.sec-title-four{
	position:relative;
	margin-bottom:60px;
	text-align:center;
}

.sec-title-four h2{
	position:relative;
    color: #c9a567;
    font-size: 32px;
	font-weight:600;
    padding-bottom: 15px;
}

.sec-title-four h2:after{
	position:absolute;
	content:'';
	width:45px;
	left:50%;
	margin-left:-20px;
	bottom:0px;
	height:3px;
	background-color:black;
}

.sec-title-four .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-top:35px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}


/*** 

====================================================================
	sec-title-five
====================================================================

***/

.sec-title-five{
	position:relative;
	margin-bottom:35px;
    display: inline-block;
}

.sec-title-five h2{
	position:relative;
    color: #ffffff;
    font-size: 30px;
	font-weight:600;
    padding-bottom: 15px;
}

.sec-title-five h2:after{
	position:absolute;
	content:'';
	width:44px;
	left:0px;
	bottom:0px;
	height:3px;
	background-color:#c9a567;
}

/*** 

====================================================================
	sec-title-six
====================================================================

***/

.sec-title-six{
	position:relative;
	margin-bottom:65px;
	text-align:center;
}

.sec-title-six h2{
	position:relative;
    color: #ffffff;
    font-size: 26px;
	font-weight:600;
    padding-bottom: 15px;
}

.sec-title-six h2:after{
	position:absolute;
	content:'';
	width:44px;
	left:50%;
	margin-left:-20px;
	bottom:0px;
	height:3px;
	background-color:#c9a567;
}

.sec-title-six .text{
	color:#cccccc;
	font-size:16px;
	font-weight:300;
	margin-top:38px;
	font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
	sec-title-seven
====================================================================

***/


.sec-title-seven{
	position:relative;
	margin-bottom:30px;
}

.sec-title-seven h2{
	position:relative;
    color: #222222;
    font-size: 20px;
	font-weight:600;
    padding-bottom: 15px;
	text-transform:capitalize;
}

.sec-title-seven h2:after{
	position:absolute;
	content:'';
	width:45px;
	left:0px;
	bottom:0px;
	height:3px;
	background-color:#c9a567;
}

/*** 

====================================================================
	sec-title-six
====================================================================

***/

.sec-title-eight{
	position:relative;
	margin-bottom:30px;
}

.sec-title-eight h2{
	position:relative;
    color: #222222;
    font-size: 24px;
	font-weight:600;
    padding-bottom: 15px;
}

.sec-title-eight h2:after{
	position:absolute;
	content:'';
	width:44px;
	left:0;
	bottom:0px;
	height:3px;
	background-color:#c9a567;
}

/*** 

====================================================================
	services-column-two
====================================================================

***/

.services-column-two{
	position:relative;
	padding:130px 0px 80px 0px;
}

.service-block-two{
	position:relative;
	margin-bottom:50px;	
}

.service-block-two .inner-box{
	position:relative;
	display:block;	
}

.service-block-two .inner-box:hover .lower-content .service-title:after{
	border-left: 22px solid #c9a567;
	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;
}

.service-block-two .inner-box:hover .lower-content .service-title span{
	color:#103d68;
}

.service-block-two .image-box{
	position:relative;
	display:block;	
}

.service-block-two .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.service-block-two .lower-content{
	position:relative;
}

.service-block-two .lower-content .text{
	position:relative;
	margin:30px 0px 15px 0px;
	font-size:16px;
	font-weight:300;
	line-height:1.8em;
	font-family: 'Roboto', sans-serif;
}

.service-block-two .lower-content .outer-link{
	position:relative;
	margin-top:-26px;
}

.service-block-two .lower-content .outer-link .service-title{
	position:relative;
	display:inline-block;
	padding:13px 15px 13px 60px;
	line-height:24px;
	color:#ffffff;
	background:#012f5d;
	font-weight:600;
	font-size:20px;
	z-index:1;
	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;
}

.service-block-two .inner-box:hover .lower-content .service-title{
	background-color:#c9a567;
	color:#103d68;
}

.service-block-two .lower-content .service-title:after{
	position:absolute;
	content:'';
	right:-21px;
	top:0px;
	display:inline-block;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-left: 22px solid #012f5d;
	border-bottom: 25px solid transparent;	
}


.service-block-two .lower-content .service-title span{
	color:#c9a567;
    font-size: 20px;
    position: absolute;
    left: 28px;
	top:13px;
	padding:0px;
}

.service-block-two .lower-content .link-box a{
	color:#103d68;
	font-size:13px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
}

/*** 

====================================================================
	carosel-gallery
====================================================================

***/

.gallery-section{
	position:relative;
	padding-bottom:120px;
	overflow:hidden;
}

.gallery-item{
	position:relative;
}

.content-section .gallery-item,
.gallery-section-two .gallery-item{
	margin-bottom:30px;	
}

.gallery-item .inner-box{
	position:relative;
	overflow:hidden;
}

.gallery-item .inner-box .image-box{
	position:relative;
	display:block;	
}

.gallery-item .inner-box .image-box:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0px;
	bottom:0px;
	display:block;	
}

.gallery-item .inner-box .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-item .inner-box .overlay-box{
	position:absolute !important;
	left:0px;
	bottom:-100%;
	width:100%;
	height:100%;
	opacity:0;
	z-index:10;
	border:10px solid transparent;
	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;
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
	bottom:0px;
}

.gallery-item .inner-box:hover .caption{
	opacity:0;
}

.gallery-item .inner-box .overlay-box .inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	background:rgba(16,61,104,0.8);
}

.gallery-item .inner-box .overlay-box .inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding-left: 50px;
    padding-right: 50px;	
}

.gallery-item .inner-box .overlay-box .inner .content .view-more{
	position:relative;
	margin-top:16px;
	color:#c9a567;
	font-size:13px;
	display:inline-block;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.gallery-item .inner-box .overlay-box .inner .content h3{
	position:relative;
    font-weight: 600;
}

.gallery-item .inner-box .overlay-box .inner .content h3:after{
	position:absolute;
	content:'';
	bottom:0px;
	left:50%;
	margin-left:-20px;
	width:45px;
	height:3px;
	display:block;
	background-color:#c9a567;
}

.gallery-item .inner-box .overlay-box .inner .content h3 a{
	position:relative;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    z-index: 99;
    display: block;
}

.gallery-item .inner-box .overlay-box .inner .content .text{
	color:#fff;
	font-size:15px;
	line-height:26px;
	text-align:center;
	font-weight:300;
	margin-top:20px;
	font-family: 'Roboto', sans-serif;
}

.gallery-carousel .owl-stage-outer{
	overflow:visible;
}

.gallery-carousel .owl-controls{
	margin:0px !important;	
}

.gallery-carousel .owl-controls .owl-dots{
	display:none !important;	
}

.gallery-carousel .owl-controls .owl-nav{
	margin:0px !important;
	position:absolute;
	width:100%;
	bottom:-105px;
	text-align:center;
}

.gallery-carousel .owl-controls .owl-nav [class*="owl-"]{
	position:relative;
	display:inline-block;
	margin:0px 10px 0px 1px;
	width:42px ;
	height:42px ;
	padding:0px ;
	color:#ffffff;
    font-size: 18px;
    line-height: 42px;
	text-align:center ;
	border-radius:0px ;
	background:#cecece !important;	
}

.gallery-carousel .owl-controls .owl-nav [class*="owl-"]:hover{
	background-color:#c9a567 !important;
	color:#222222;
}


/*** 

====================================================================
	Default Section style
====================================================================

***/

.default-section{
	position:relative;
	padding:100px 0px 70px;
}

.default-section .column{
	position:relative;
	margin-bottom:30px;	
}

.default-section .text-column .title-box{
	position:relative;
	margin-bottom:25px;
}

.default-section .text-column .text{
	margin-bottom:25px;
	color:#777777;
	line-height:1.6em;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.default-section .text-column .text:first-letter{
	position:relative;
	color:#103d68;
	float:left;
    top: 5px;
	margin:0px 15px 0px 0px;
	line-height: 0.7em;
	font-size:60px;
	font-weight:600;
	display:inline-block;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}

/*featured-galery*/

.featured-gallery{
	position:relative;
}

.default-section .featured-gallery .row{
	position:relative;
	margin:0px -10px;
}

.featured-gallery .featured-image-box{
	padding:0px 10px;
	margin-bottom:20px;
}

.featured-gallery .featured-image-box .image img{
	width:100%;
}

/*** 

====================================================================
	Accordions style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
	margin-bottom:20px;
	border:1px solid #f0f0f0;	
}

.accordion-box.style-two .block{
	border:none;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:0px;	
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	margin-bottom:0px;
	cursor:pointer;
	background:none;
	line-height:30px;
	padding:8px 50px 8px 30px;
	overflow:hidden;
	font-weight:400;
	color:#1c2125;
	border-radius:2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active{
	border-bottom: 1px solid #f0f0f0;
}

.accordion-box.style-two .block .acc-btn{
	font-size:18px;
	padding-left:0px;
}

.accordion-box.style-three .block .acc-btn{
	font-size:16px;
	padding-left:70px;
	padding-right:20px;
}

.accordion-box.style-two .block .acc-btn.active{
	color:#00c6ff;	
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:0px;
	top:0px;
	border-left: 1px solid #f0f0f0;
	margin-top:0px;
	width:50px;
	height:100%;
	text-align:center;
	font-size:14px;
	color:#777777;
	background: none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer{
    background-color: #103d68;
	color:#ffffff;
}

.accordion-box.style-three .block .acc-btn .icon-outer{
	right:auto;
	left:20px;
}

.accordion-box .block .icon-outer .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-16px;
	width:100%;
    height: 100%;
    line-height: 32px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	color:#ffffff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer{
	background:none;
	color:#00c6ff;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;	
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:15px;
	background:#ffffff;
	padding:25px 25px 0px;	
}

.accordion-box.style-two .block .content{
	padding-top:0px;
	font-size:14px;
	padding-left:0px;	
}

.accordion-box .block .content .image{
	float:left;
	margin:0px 20px 25px 0px;	
}

.accordion-box .block .content .image img{
	display:block;
	max-width:100%;	
}

.accordion-box .block .content p{
	margin-bottom:20px;
	line-height:1.8em;
	color:#777777;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
	testimonial-section
====================================================================

***/

.testimonial-section{
	position:relative;
	background-color:#fbfbfb;
	padding:130px 0px;
}

.testimonial-box{
	position:relative;
}

.testimonial-box .text{
	position:relative;
	color:#777777;
	font-size:17px;
	font-style:italic;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.testimonial-box .text span{
	color:#777777;
	font-size:16px;
}

.testimonial-box .text .fa-quote-left{
	position:relative;
	margin-right:20px;
	top:-7px;
}

.testimonial-box .text .fa-quote-right{
	position:relative;
	padding-left:20px;
	bottom:-7px;
}

.testimonial-box .author-info{
	position:relative;
	margin-top:60px;
	padding:18px 0px 18px 110px ;
}

.testimonial-box .author-info figure{
	position:absolute;
	left:0px;
	top:0px;
}

.testimonial-box .author-info h3{
	position:relative;
	color:#222222;
	font-size:17px;
	font-weight:600;
}

.testimonial-box .author-info .designation{
	position:relative;
	color:#777777;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
}

.testimonial-column .owl-controls{
	display:none;
}

.fact-counter-column{
	position:relative;
	padding-left: 80px;
}

.fact-counter{
	position:relative;
	color:#103d68;
	border:1px solid #ebebeb;
}

.fact-counter .column{
	position:relative;
	padding:18px 40px;
	z-index:5;
	border-bottom: 1px solid #ebebeb;
}

.fact-counter .column:last-child{
	border-bottom:0px;
}

.fun-fact-section.style-two .fact-counter .column{
	padding-left:0px;	
}

.fact-counter .column:after{
	content:'';
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-35px;
	height:70px;
	border-right:1px solid rgba(255,255,255,0.20);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	transform:skewX(-15deg);	
}

.fact-counter .column:last-child:after{
	display:none;	
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
}

.fact-counter .column .inner .icon-box{
	position:relative;
	padding-right:10px;
    color: #fde535;
	line-height:1em;
	font-size:54px;
    font-weight: 300;
}

.fact-counter .column .inner .icon-box span{
	font-size:36px;
}

.fact-counter .count-outer{
	position:relative;
	font-size:50px;
	line-height:1em;
	font-weight:600;
	margin:0px 0px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:600;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:17px;
	font-weight:300;
	color:#222222;
	font-family: 'Roboto', sans-serif;
}


/*** 

====================================================================
	newsletter-style-one
====================================================================

***/

.newsletter-style-one{
	position:relative;
	padding:65px 0px 60px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
}

.newsletter-style-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color: rgba(253,228,40,0.9);
}

.newsletter-style-one .title-column,
.newsletter-style-one .form-column{
	margin-bottom:20px;	
}

.newsletter-style-one .title{
	position:relative;
	display:inline-block;
	font-size:16px;
	line-height:30px;
	padding:10px 0px;
	font-family:'Lato',sans-serif;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;	
}

.newsletter-form{
	position:relative;
}

.newsletter-form .form-group{
	position:relative;
	width:100%;	
}

.newsletter-form .form-group .icon{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-10px;
	line-height:20px;
	font-size:14px;
	color:#999999;
	z-index:1;	
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:12px 20px;
	height:50px;
	color:#000000;
	font-size:14px;
	background:#ffffff;	
}

.newsletter-form .form-group input[type="text"]:focus,
.newsletter-form .form-group input[type="tel"]:focus,
.newsletter-form .form-group input[type="email"]:focus{
	background:#f1f1f1;	
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form button{
	display:block;
	line-height:24px;
	padding:13px 20px;
	width:100%;
	height:50px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	color:#ffffff;
	border-radius:2px;	
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	color:#c9c9c9;
	background-color:#001020;
	font-family:'Roboto',sans-serif;	
}

/*logo-widget*/
.main-footer .footer-upper .logo-widget{
	position:relative;
}

.main-footer .footer-upper .logo-widget .logo{
	position:relative;
	margin-bottom:30px;
}

.main-footer .text{
	line-height:2em;
	margin-bottom:20px;
	font-weight:300;
}

.main-footer .footer-upper{
	position:relative;
	padding:80px 0px 20px;
	z-index:1;
}

.main-footer .footer-upper .column{
	position:relative;
	margin-bottom:30px;	
}

.main-footer .footer-upper a{
	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;
}

.footer-upper .links-widget li{
	position:relative;
	margin-bottom:15px;
	padding-left: 20px;
}

.footer-upper .links-widget li:before{
	position:absolute;
	content:'';
	left:0px;
	top:9px;
	width:6px;
	height:6px;
	background-color:#c9a567;
}

.footer-upper .links-widget li a{
	position:relative;
	display:block;
	font-size:15px;
	color:#a9a9a9;
	line-height:24px;
	font-family: 'Roboto', sans-serif;
}

.footer-upper .links-widget li a:hover{
	color:#ffffff;	
}

/*contact-info*/

.main-footer .contact-info{
	position:relative;	
}

.main-footer .contact-info li{
	position:relative;
	padding-left:42px;
	margin-bottom:20px;
	line-height:24px;
	color:#aaaaaa;
	font-size:15px;
}

.main-footer .contact-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:24px;
	font-size:18px;
	color:#fde532;
}

.twitter-widget .feed{
	position:relative;
	font-size:15px;
	line-height:2em;
	margin-bottom:30px;
}

.twitter-widget .feed .month{
	color:#6c9ecd;
	font-size:14px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.twitter-widget .feed .text{
	margin-bottom:0px;
	line-height:2em;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.twitter-widget .feed .text .icon{
	position: relative;
	color: #198cfa;
    font-size: 18px;
    line-height: 1;
    top: 2px;
}

.twitter-widget .feed .author-title{
	font-size:15px;
	color:#ffffff;	
    display: inline-block;
    margin-right: 6px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}


/*gallery-widget*/

.gallery-widget{
	position:relative;
}

.gallery-widget .image{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 10px 8px 0px;	
}

.gallery-widget .image img{
	position:relative;
	display:block;
	width:100%;
	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;	
}

.gallery-widget .image img:hover{
	opacity:0.70;	
}

.footer-bottom{
	position:relative;
	border-top:1px solid rgba(255,255,255,0.10);
	padding:15px 0px;
	font-size:14px;
	color:#bcbcbc;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.footer-bottom .copyright{
	position:relative;
	line-height:20px;
	padding:5px 0px;
}

.footer-bottom .footer-bottom-social{
	position:relative;
	text-align:right;
}

.footer-bottom .footer-bottom-social li{
	position:relative;
	display:inline-block;
}

.footer-bottom .footer-bottom-social li a{
	position:relative;
	color:#aaaaaa;
	font-size:14px;
	margin-right:15px;
}


.footer-bottom .footer-bottom-social a:hover{
	color:#fde532;
}

/*** 

====================================================================
	footer-style-two
====================================================================

***/

.footer-style-two{
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.footer-style-two:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,23,45,0.97);	
}

.footer-style-two .brighton-widget .text{
	font-size:15px;
	color:#dfdfdf;
	margin-bottom:30px;
}

.footer-style-two .footer-bottom{
	background-color:#00101f;
	border-top:0px;
}

.quick-links{
	position:relative;
}

.quick-links .links-outer{
	position:relative;
}

.quick-links .links-outer:after{
	position:absolute;
	content:'';
	top:0px;
	left:50%;
	margin-left:-20px;
	width:1px;
	height:100%;
	background-color:rgba(255,255,255,0.10);
}

.quick-links ul li{
	margin-bottom:4px;
}

.quick-links ul li a{
	position:relative;
	color:#dfdfdf;
	font-size:15px;
}

.quick-links ul li a:hover{
	color:#c9a567;
}

.newsletter-form-two .form-group{
	margin-bottom:20px;
}

.newsletter-form-two .form-group.button-group{
	margin-top:10px;
}

/*** 

====================================================================
	footer-style-three
====================================================================

***/

.main-footer.footer-style-three{
	position:relative;
	background-image:url("../images/background/footer-style-three.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	padding:0px;
	background-color:#f7f7f7 !important;
}

.main-footer.footer-style-three .footer-upper{
	padding:100px 0px 60px;
}

.main-footer.footer-style-three:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#rgba(224,6,3,0.8588235294117647);   
}
  
.main-footer.footer-style-three h2{
	position:relative;
	color:white;
	font-size:24px;
	margin-bottom:22px;
	font-weight:600;
}



.main-footer.footer-style-three .widget-content .text{
	color:white;
	font-size:15px;
	line-height: 1.8em;
	margin-bottom:30px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.main-footer.footer-style-three .footer-widget .widget-content{
	position:relative;
	padding-right:25px;
}

.main-footer.footer-style-three .footer-widget .widget-content .post{
	position:relative;
	padding-left:78px;
    min-height: 80px;
	margin-bottom:20px;
	border-bottom:1px solid #e2e2e2;
}

.main-footer.footer-style-three .footer-widget .widget-content .post:last-child{
	border:0px;
	margin:0px;
}

.main-footer.footer-style-three .widget-content .post h4{
    line-height: 1.0em;
	font-size:17px;
	font-weight:500;
}

.main-footer.footer-style-three .widget-content .post h4 a{
	color:#222222;
}

.main-footer.footer-style-three .widget-content .post h4 a:hover{
	color:#c9a567;
}

.main-footer.footer-style-three .widget-content .post figure{
	position:absolute;
	left:0px;
	top:0px;
}

.main-footer.footer-style-three .widget-content .post .admin{
	color:#777777;
	font-size:13px;
}

.main-footer.footer-style-three .widget-content .post .post-meta{
	position:relative;
}

.main-footer.footer-style-three .widget-content .post .post-meta{
	position:relative;
}

.main-footer.footer-style-three .widget-content .post .post-meta li{
	position:relative;
	display:inline-block;
	font-style:italic;
	color:#777777;
	padding-right:8px;
    margin-right: 2px;
	font-size:13px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.main-footer.footer-style-three .widget-content .post .post-meta li:after{
	position:absolute;
	content:'|';
	right:0px;
	top:0px;
	font-style:normal;
	font-size:14px;
}

.main-footer.footer-style-three .widget-content .post .post-meta li:last-child::after{
	display:none;
	color:#777777;
}

.main-footer.footer-style-three .widget-content .post .post-meta li a{
	font-style:normal;
	color:#777777;
	font-weight:400;
}

.main-footer.footer-style-three .contact-info li{
	color:white;
	font-size:15px;
}

.main-footer.footer-style-three .contact-info li span{
	position:absolute;
	left:0px;
	top:0px;
	color:white;
	font-weight:700;
}

.main-footer.footer-style-three .footer-bottom{
	position:relative;
	background-color:#111111;
	
}

.main-footer .footer-bottom .footer-nav{
	text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
	position:relative;
	display:inline-block;
	margin-left:40px;
}

.main-footer .footer-bottom .footer-nav li a{
	font-size:14px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	color:#cccccc;
}

.main-footer .footer-bottom .footer-nav li a:hover{
	color:#c9a567;
}

/*** 

====================================================================
	featured-services
====================================================================

***/

.featured-services{
	position:relative;
	padding:130px 0px 100px;
}

/*left-column*/
.featured-services .left-column{
	padding-right:60px;
	border-right:1px solid #eaeaea;
}

.featured-services .left-column .service-block-three,
.featured-services .right-column .service-block-three{
	margin-bottom:30px;	
}

.featured-services .left-column .service-block-three:last-child{
	margin-bottom:0px;
}

.featured-services .right-column{
	padding-left:60px;
}

.featured-services .right-column .service-block-three .inner-box .image .icon-box{
	width:50px;
	height:50px;
    line-height: 50px;
    font-size: 24px;
}

.featured-services .right-column .service-block-three .inner-box .lower-content h3{
	font-size:20px;
}

.featured-services .right-column .service-block-three .inner-box .lower-content .text{
	margin-top:16px;
}

.service-block-three{
	position:relative;
	margin-bottom:30px;
}

.service-block-three .inner-box{
	position:relative;
}

.service-block-three .inner-box .image{
	position:relative;
}

.service-block-three .inner-box .image img{
	position:relative;
	width:100%;
}

.service-block-three .inner-box .image .icon-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:40px;
	height:40px;
	color:#222222;
	line-height:40px;
	font-weight:700;
	text-align:center;
	background-color:#c9a567;
}

.service-block-three .inner-box .lower-content{
	position:relative;
}

.service-block-three .inner-box .lower-content h3{
	position:relative;
	color:#222222;
	font-size:18px;
	margin-top:16px;
	font-weight:600;
}

.service-block-three .inner-box .lower-content .text{
	color:#777777;
	font-size:15px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.service-block-three .inner-box .lower-content a{
    color: #103d68;
    font-size: 13px;
	margin-top:10px;
	display:inline-block;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-three .inner-box .lower-content a:hover{
	color:#c9a567;
}

.service-block-three .inner-box .lower-content a span{
    position: relative;
	margin-left:5px;
    top: 1px;
}

/*** 

====================================================================
	professionals
====================================================================

***/

.professionals{
	position:relative;
	padding:130px 0px 110px;
}

.team-style-one{
	position:relative;
    padding: 0px 22px;
	margin-bottom:70px;
}

.team-style-one .inner-box{
	position:relative;
	border:3px solid #dedede;
}

.team-style-one .inner-box .image{
	position:relative;
}

.team-style-one .inner-box .image img{
	position:relative;
	width:100%;
}

.team-style-one .inner-box .overlay-box{
	position:relative;
	border-left:25px solid transparent;
	border-right:25px solid transparent;
}

.team-style-one .inner-box .overlay-box .lower-content{
	position:absolute;
	width:100%;
	bottom:-40px;
	vertical-align:middle;
	padding:32px 0px;
	text-align:center;
	background-color:rgba(16,61,104,0.9);
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.team-style-one .inner-box .overlay-box .lower-content h3{
	color:#ffffff;
	font-size:18px;
	font-weight:700;
}

.team-style-one .inner-box .overlay-box .lower-content .designation{
	color:#ffffff;
	font-size:14px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.team-style-one .inner-box .overlay-box .lower-content .social-nav{
	position:relative;
	margin-top:25px;
}

.team-style-one .inner-box .overlay-box .lower-content .social-nav li{
	position:relative;
	display:inline-block;
	width:36px;
	height:36px;
	margin-right:8px;
}

.team-style-one .inner-box .overlay-box .lower-content .social-nav li a{
	position:relative;
	color:#ffffff;
	font-size:14px;
	width:36px;
	height:36px;
	text-align:center;
	line-height:34px;
	border:2px solid #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;
}

.team-style-one .inner-box .overlay-box .lower-content .social-nav li a:hover{
	background-color:#c9a567;
	color:#103c66;
	border-color:#c9a567;
}

.team-style-one .inner-box:hover .lower-content{
	bottom:15px;
}

.team-style-one .inner-box:hover{
	border-color:#c9a567;
}

/*** 

====================================================================
	services-style-two
====================================================================

***/

.services-style-two{
	position:relative;
	padding:120px 0px 90px 0px;
	background-color:#fafafa;
}

.service-block-four{
	position:relative;
	margin-bottom:15px;
}

.service-block-four .inner-box{
	position:relative;
	border:1px solid transparent;
    padding: 25px 20px 25px 64px;
    margin-left: 20px;
    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;
}

.service-block-four .inner-box .icon-box{
	position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -31px;
    width: 70px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    display: inline-block;
    background: url("../images/icons/service-icon-1.png");
    background-repeat: no-repeat;
}

.service-block-four .inner-box .icon-box:after{
	position: absolute;
    content: '';
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 60px;
    background: url("../images/icons/service-icon-1-bg.png");
    background-repeat: no-repeat;
    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;
}

.service-block-four .inner-box .icon-box span{
	position:relative;
	z-index:2;
    color: #30577c;
    font-size: 30px;
}

.service-block-four .inner-box:hover{
	position:relative;
	background-color:#ffffff;
	border:1px solid #c9a567;
}

.service-block-four .inner-box:hover .icon-box span{
	color:#ffffff;
}

.service-block-four .inner-box:hover .icon-box:after{
	opacity:1;
	z-index:1;
}

.service-block-four .inner-box h3{
	position:relative;
	color:#222222;
	font-size:21px;
	font-weight:700;
    top: -10px;
}

.service-block-four .inner-box .text{
	position:relative;
	font-size:16px;
	color:#777777;
	line-height:1.8em;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
	call-to-action-two
====================================================================

***/

.call-to-action-two{
	position:relative;
	padding:54px 0px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
}

.call-to-action-two:before{
	position:absolute;
	left:0px;
	top:0px;
	content:'';
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(16,61,104,0.9);
}

.call-to-action-two h3{
	position:relative;
	font-size:26px;
	color:#ffffff;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
	two-col-section
====================================================================

***/

.two-col-section{
	position:relative;
	padding:150px 0px 40px 0px;
}

.news-style-one{
	position:relative;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #f0f0f0;
}

.news-style-one:last-child{
	padding-bottom:0px;
	border-bottom:0px;
}

.news-style-one .inner-box{
	position:relative;
}

.news-style-one .image-box{
	position:relative;
	display:block;
	overflow:hidden;	
}

.news-style-one .image-box img{
	display:block;
	width:100%;
	height:auto;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.news-style-one .inner-box:hover .image-box img{
	opacity:0.80;
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);	
}

.news-style-one .image-box .date{
	position:absolute;
	left:0px;
	bottom:0px;
	width:50px;
	font-size:13px;
	text-transform:uppercase;
	color:#222222;
	background:#c9a567;
	padding:2px 6px;
	line-height:24px;
	text-align:center;
	z-index:1;
	font-weight:300;
	font-family: 'Roboto', sans-serif;	
}

.news-style-one .image-box .date .day{
	display:block;
	font-size:22px;
	font-weight:700;
}

.news-style-one .inner-box .post-content{
	position:relative;	
}

.news-style-one .inner-box h3{
	position:relative;
	font-size:18px;
	color:#222222;
	font-weight:700;
	margin-bottom:5px;
	top:-5px;	
}

.news-style-one .inner-box h3 a{
	color:#1c1c1c;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.news-style-one .inner-box h3 a:hover{
	color:#c9a567;	
}

.news-style-one .inner-box .text{
	position:relative;
	margin-bottom:25px;
	color:#777777;
	font-size:16px;
}

/*** 

====================================================================
	form-box
====================================================================

***/

.default-two-column{
	position:relative;
	padding:120px 0px 150px 0px;
}

.form-box{
	position:relative;
	border:7px solid #f9f9f9;
    padding: 40px 42px;
	background-color:#f4f4f4;
}

.form-box .form-group button[type="submit"]{
	width:100%;
}

.default-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.contact-form-section  .default-form .form-group{
	margin-bottom:25px;	
}

.default-form.form-box .row{
	margin-left:-10px;
	margin-right:-10px;	
}

.default-form.form-box .row .form-group{
	padding:0px 10px !important;	
}

.default-form.form-box .row .form-group:last-child{
	margin-bottom:0px;
}

.default-form .form-group .field-label{
	display:block;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#232323;
	font-weight:500;
	font-size:13px;
}

.default-form .form-group .field-label sup{
	color:#ff0000;
	font-size:14px;
}

.default-form .form-group .group-inner{
	position:relative;	
}

.default-form .form-group.icon-group .icon-label{
	position:absolute;
	left:20px;
	top:10px;
	color: #c9a567;
	line-height:24px;
	font-weight:400;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:24px;
	height:46px;
	font-size:13px;
	border:1px solid #e0e0e0;
	padding: 10px 15px 10px 42px;
	background-color:#ffffff;
	color:#777777;
	font-weight:400;
	font-family: 'Roboto', sans-serif;	
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.contact-form-section .default-form input[type="text"],
.contact-form-section .default-form input[type="email"],
.contact-form-section .default-form input[type="password"],
.contact-form-section .default-form input[type="number"],
.contact-form-section .default-form select,
.contact-form-section .default-form textarea{
	height:46px;
	padding:10px 20px;	
}

.contact-form-section .default-form textarea{
	height:150px;
}

.default-form select{
	cursor:pointer;
	color:#666666;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:#ffffff url("../images/icons/icon-select.png") right center no-repeat;
}

.default-form textarea{
	height:140px;
    margin-bottom: 10px;
	resize:none;	
}

.default-form .form-group.icon-group .group-inner label.textarea-label{
	top:10px;
}

.default-form select option{
	text-indent:15px;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#c9a567;	
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000 !important;	
}

.default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:13px;
	color:#ff0000;
	font-weight:400;	
}

.sponsors-section{
	position:relative;
}

.sponsors-section .sponsors-outer{
	position:relative;
	padding-top:50px;
	margin:0px 0px 100px;
	border-top:1px solid #f1f1f1;
}

.sponsors-section .sponsors-outer .sponsors-carousel{
	padding:0px 70px;
}

.sponsors-carousel .slide-item{
	position:relative;
	border:1px solid #dcdcdc;
	margin:0px 1px;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .sponsors-carousel .slide-item{
	border:1px solid #ffffff;	
}
	
.sponsors-carousel .slide-item img{
	display:block;
	max-width:100%;
	width:100%;
	opacity:0.25;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .sponsors-carousel .slide-item img{
	opacity:0.5;	
}

.sponsors-carousel .slide-item img:hover{
	opacity:1;	
}

.sponsors-section .owl-controls {
	padding:0px !important;
	margin:0px !important;
}

.sponsors-section .owl-controls .owl-next,
.sponsors-section .owl-controls .owl-prev {
	position:absolute;
	width:40px;
	height:40px;
    margin: 0 !important;
	top:50% !important;
	margin-top:-20px !important;
	text-align:center;
	background:#cecece !important;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 38px;
    padding: 0 !important;
	border:1px solid #ffffff;
    transition: all 500ms ease 0s;
}

.sponsors-section .owl-controls .owl-next:hover,
.sponsors-section .owl-controls .owl-prev:hover {
	background-color:#c9a567 !important;
	color:#103d68 !important;
}

.sponsors-section .owl-controls .owl-prev {
    border-radius: 0px !important;
	left:0px !important;
}

.sponsors-section .owl-controls .owl-next {
    border-radius: 0px !important;
	right:0px !important;
}

.sponsors-section .owl-dots{
	display:none !important;	
}

/*** 

====================================================================
	social-style-one
====================================================================

***/

.social-style-one{
	position:relative;
}

.social-style-one li{
	position:relative;
	display:inline-block;
	width:36px;
	height:36px;
	margin-right:8px;
}

.social-style-one li a{
	position:relative;
	width:36px;
	height:36px;
	text-align:center;
	line-height:34px;
	font-size:16px;
	display:inline-block;
	border:1px solid #aaaaaa;
	color:#aaaaaa;
}

.social-style-one li a:hover{
	background-color:#c9a567;
	border-color:#c9a567;
	color:#222222;
}



/*** 

====================================================================
	industry-section
====================================================================

***/

.industry-section{
	position:relative;
	padding:130px 0px 70px 0px;
}

.industry-section .left-column{
	padding-right:30px;
}

.industry-section .video-box{
	position:relative;
}

.industry-section .video-box .image img{
	position:relative;
	width:100%;
}

.industry-section .video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.6);
}

.industry-section .video-box .overlay-box span{
	position: relative;
    width: 60px;
    height: 50px;
    top: 48%;
    margin-top: -16px;
    display: inline-block;
    color: #ffffff;
    line-height: 46px;
    font-size: 18px;
    border: 2px solid #ffffff;
    text-align: center;
}

.industry-section .content-column{
	position:relative;
}

.industry-section .content-column .sec-title-one{
	position:relative;
	margin-bottom:32px;
    margin-top: -10px;
}

.industry-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:300;
	margin-bottom:40px;
	font-family: 'Roboto', sans-serif;	
}

.industry-section .content-column ul{
	position:relative;
	padding-top:32px;
	margin-left:-10px;
	margin-right:-10px;
	border-top:1px solid #ececec;
}

.industry-section .content-column ul li{
	position:relative;
	padding-left:60px;
	color:#222222;
	font-size:18px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:25px;
}

.industry-section .content-column ul li .icon-box{
	position:absolute;
	left:0px;
	top:50%;
	width:45px;
	height:45px;
	margin-top:-23px;
	line-height:40px;
	text-align:center;
	color:#103d68;
	font-size:20px;
	font-weight:400;
	border:2px solid #c9a567;
}

/*** 

====================================================================
	services-style-three
====================================================================

***/

.services-style-three{
	position:relative;
	padding:0px 0px 100px;
}

.service-block-five{
	position:relative;
	margin-bottom:30px;
}

.service-block-five .inner-box{
	position:relative;
	padding:45px 18px;
	text-align:center;
	border:2px solid #f0f0f0;
	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;	
}

.service-block-five .inner-box:hover{
	border-color:#c9a567;
}

.service-block-five .inner-box .icon-box{
	position:relative;
	color:#103d68;
	font-size:46px;
}

.service-block-five .inner-box h3{
	color:#222222;
	font-size:21px;
	font-weight:600;
	margin:20px 0px 25px 0px;
}


.service-block-five .inner-box .text{
	color:#777777;
	font-weight:300;
	font-family: 'Roboto', sans-serif;	
}

/*** 

====================================================================
	masonary-section
====================================================================

***/

.masonary-section{
	position:relative;
	padding:150px 0px;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
}

.masonary-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,22,42,0.97);
}

/*** 

====================================================================
	Masonary Section
====================================================================

***/

.masonary-section{
	position:relative;
	padding:130px 0px;
}

.masonary-section .filters{
	position:relative;
	margin-bottom:50px;
}

.masonary-section .filters .filter-tabs{
	position:relative;
	padding-top:15px;
}

.masonary-section .filters li{
	position:relative;
	top:1px;
	display:inline-block;
	padding:12px 20px;
	padding-top:0px;
	line-height:24px;
	color:#cecece;
	cursor:pointer;
	text-transform:capitalize;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	margin:0px 0px 0px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.masonary-section .filters li.active,
.masonary-section .filters li:hover{
	color:#c9a567;
}

.masonary-section .filters li:last-child{
	padding-right:0px;
}

.default-portfolio-item{
	position:relative;
}

.default-portfolio-item.mix{
	display:none;
}

.masonary-section.fullwidth .default-portfolio-item{
	padding:0px !important;	
}

.sortable-masonry .items-container{
		
}

.sortable-masonry .masonry-item{
	margin-bottom:30px;
}

.default-portfolio-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.default-portfolio-item .image-box{
	position:relative;
	display:block;	
}

.default-portfolio-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.default-portfolio-item .overlay-one{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	padding:0px;
	color:#ffffff;
	opacity:0;
	text-align:center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-portfolio-item .inner-box:hover .overlay-one{
	top:0px;
	opacity:1;	
}

.default-portfolio-item .overlay-one .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:30px 50px;
	background:#c9a567db;
}

.default-portfolio-item .overlay-one .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.default-portfolio-item .proj-link{
	position:relative;
	display:inline-block;
	width:35px;
	height:35px;
	color:#222222;
    margin-right: 6px;
	line-height:32px;
	border:2px solid #ffffff;
	font-size:14px;
	z-index:1;
	text-align:center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;

}

.default-portfolio-item .proj-link:hover{
	background:#ffffff;
	color:#222222;
}


/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position:fixed;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.80);
	z-index:9999;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.search-popup.popup-visible{
	top:0;
	visibility:visible;
	opacity:1;
}

.search-popup .close-search{
	position:absolute;
	right:25px;
	top:25px;
	font-size:20px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
}

.search-popup .close-search:hover{
	opacity:0.70;	
}

.search-popup .search-form{
	position:relative;
	padding:0px 15px 50px;
	padding-top:200px;
	max-width:1024px;
	margin:0 auto;	
}

.search-popup .search-form fieldset{
	position:relative;
	border:5px solid rgba(255,255,255,0.80);
	-webkit-border-radius:12px;
	-ms-border-radius:12px;
	-o-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"],
.search-popup .search-form fieldset input.form-control{
	position:relative;
	height:70px;
	padding:20px 220px 20px 30px;
	background:#ffffff;
	line-height:30px;
	font-size:24px;
	color:#233145;
	-webkit-border-radius:7px;
	-ms-border-radius:7px;
	-o-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	text-align:center;
	width:220px;
	padding:20px 10px 20px 10px;
	color:#363636;
	background:#ffe34a;
	line-height:30px;
	height:70px;
	font-size:20px;
	text-transform:uppercase;
	-moz-border-radius:0px 7px 7px 0px;
	-ms-border-radius:0px 7px 7px 0px;
	-o-border-radius:0px 7px 7px 0px;
	-webkit-border-radius:0px 7px 7px 0px;
	border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
	background:#334551;
	color:#ffffff;
}

.search-popup h3{
	font-size:24px;
	color:#ffffff;
	margin-bottom:30px;
	text-align:center;
	letter-spacing:1px;
}

.search-popup .recent-searches{
	
	font-size:14px;
	color:#ffffff;
	text-align:center;
}

.search-popup .recent-searches li{
	display:inline-block;
	margin:0px 10px 10px 0px;	
}

.search-popup .recent-searches li a{
	display:block;
	line-height:24px;
	border:1px solid #ffffff;
	padding:5px 20px;
	color:#ffffff;
	border-radius:3px;
}

.search-popup .recent-searches li a:hover{
	color:#ffe34a;
	border-color:#ffe34a;	
}

/*** 

====================================================================
	social-style-two
====================================================================

***/

.social-style-two{
	position:relative;
}

.social-style-two li{
	position:relative;
	display:inline-block;
	border:none;
}

.social-style-two li a{
	position:relative;
	color:#aaaaaa;
	padding:11px 5px;
	font-size:14px;
	text-align:center;
	width:44px;
	border-right:1px solid #484848;
	border-left:none;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.social-style-two li:first-child a{
	border-left:1px solid #484848;
}

.social-style-two li a:hover{
	color:#c9a567;
}

/*** 

====================================================================
	Featured Services Style Two
====================================================================

***/

.featured-services.style-two{
	position:relative;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.featured-services.style-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,23,44,0.95);
}

.featured-services.style-two .left-column{
	border-color:#353e47;
}

.featured-services.style-two .left-column h3,
.featured-services.style-two .right-column h3{
	color:#ffffff;
}

.featured-services.style-two .left-column .text,
.featured-services.style-two .right-column .text{
	color:#cccccc;
}

.featured-services.style-two .right-column a{
	color:#c9a567;
}

/*** 

====================================================================
	Contact Form Style Two
====================================================================

***/

.form-box.style-two{
	background-color:transparent;
}

/*** 

====================================================================
	Testimonial Style
====================================================================

***/
.testimonial-section{
	position:relative;
	padding:130px 0px;
	background-color:#fafafa;
}

.testimonial-block{
	position:relative;
	text-align:center;
    padding-top: 60px;
}

.testimonial-block .inner-box{
	position:relative;
	padding:50px 35px;
	background-color:#ffffff;
}

.testimonial-block .inner-box .image-box{
	position: absolute;
    width: 80px;
    height: 80px;
    top: -38px;
	left: 50%;
	margin-top: 0px;
	margin-left: -36px;
    display: inline-block;
    border: 4px solid #f1f1f1;
}

.testimonial-block .inner-box .text{
	color:#777777;
	font-size:15px;
	margin-top:20px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;	
}

.testimonial-block .inner-box .text .comma-icon{
	position:relative;
	color:#777777;
	font-size:28px;
}

.testimonial-block .inner-box h4{
	color:#222222;
	font-size:17px;
	font-weight:600;
	margin-top:10px;
}

.testimonial-block .inner-box .desination{
	color:#777777;
	font-size:13px;
}

.testimonail-carousel .owl-controls .owl-nav {
    margin: 0px !important;
    position: absolute;
    right: 0px;
    top: -100px;
}

.testimonail-carousel .owl-controls .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    margin: 0px 8px 0px 1px;
    width: 40px;
    height: 40px;
    padding: 0px;
    color: #ededed;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
	background:none;
	border-radius:0px;
	font-weight:300;
	border:2px solid #ededed;
}

.testimonail-carousel .owl-controls .owl-nav [class*="owl-"]:hover{
	border:2px solid #b8b8b8 !important;
	color:#b8b8b8 !important;
	background:none;
}

.testimonial-section .owl-controls .owl-dots{
	display:none !important;
}

/*call-to-action-three*/

.call-to-action-three{
	position:relative;
	padding:75px 0px;
	background-color:#c9a567;
	text-align:center;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
}

.call-to-action-three .auto-container{
	max-width:920px;	
}

.call-to-action-three h3{
	color:#222222;
	font-size:34px;
    line-height: 1.4em;
	margin-bottom:32px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:130px 0px;
}

.news-style-two{
	position:relative;
	margin-bottom:40px;
}

.news-style-two .inner-box{
	position:relative;
}

.news-style-two .inner-box .image{
	position:relative;
}

.news-style-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-style-two .inner-box .image .date{
	position:absolute;
	left:20px;
	bottom:20px;
	font-size:16px;
	color:#222222;
	padding:0px 0px 0px 25px;
	font-weight:600;
	background-color:#c9a567;
}

.news-style-two .inner-box .image .date span{
	padding:8px 12px 8px 15px;
    display: inline-block;
    margin-left: 18px;
	border-left:1px solid #c9a567;
}

.news-style-two .inner-box .lower-content{
	position:relative;
	padding-top:15px;
}

.sidebar-page-container .news-style-two .inner-box .lower-content{
	padding-top:25px;	
}

.news-style-two .inner-box .lower-content p{
	position:relative;
	color: #777777;
    font-size: 16px;
    margin-top: 8px;
	margin-bottom:20px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.news-style-two .inner-box .lower-content .post-meta{
	position:relative;
}

.news-style-two .inner-box .lower-content .post-meta li{
	position:relative;
	display:inline-block;
	padding-right: 10px;
    margin-right: 2px;
}

.news-style-two .inner-box .lower-content .post-meta li:after{
	position:absolute;
	content:'/';
	right:0px;
    top: 1px;
    font-size: 14px;
	display:block;
}

.news-style-two .inner-box .lower-content .post-meta li:last-child::after{
	display:none;
}

.news-style-two .inner-box .lower-content .post-meta li a{
	color:#777777;
	font-size:13px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.news-style-two .inner-box .lower-content .post-meta li a span{
	color:#103d68;
	font-size:12px;
}

.news-style-two .inner-box .lower-content h3{
	position:relative;
	color:#222222;
	line-height:1.2em;
	font-size:20px;
	margin-bottom:6px;
	font-weight:600;
	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;
}

.news-style-two .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	line-height:1.2em;
	font-size:20px;
	font-weight:600;
	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;
}

.news-style-two .inner-box .lower-content h3 a:hover{
	color:#c9a567;
}

.news-style-two .inner-box .lower-content .text{
	color:#777777;
	font-size:16px;
	margin-top:6px;
}

.news-style-two .inner-box .lower-content .read-more{
	position:relative;
	color:#103d68;
	font-size:13px;
	margin-top:20px;
	display:inline-block;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	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;
}

.news-style-two .inner-box .lower-content .read-more:hover,
.news-style-two .inner-box .lower-content .read-more:hover span{
	color:#c9a567;
}

.news-style-two .inner-box .lower-content .read-more span{
	color:#103d68;
	font-size: 15px;
    margin-left: 5px;
}

.news-section .text-center .btn-style-four{
	padding-left:45px;
	padding-right:45px;	
}

/*** 

====================================================================
	Sponsors Style Two
====================================================================

***/

.sponsors-style-two{
	position:relative;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:40px 0px;
}

.sponsors-style-two:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background-color:rgba(0,18,35,0.9);
}


.sponsors-style-two .slide-item img{
	opacity:1;
    width: auto;
	display:inline-block;
}

.sponsors-style-two .slide-item{
	border:0px;
	text-align:center;
}

.sponsors-style-two .owl-controls{
	display:none !important;
}



/*** 

====================================================================
	page-title
====================================================================

***/

.page-title{
	position:relative;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:140px 0px 200px;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(16,61,104,0.85);
}

.page-title h1{
	color:#ffffff;
	font-size:50px;
	top:20px;
	font-weight:600;
	text-align:center;
}

.page-title .page-info{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding:16px 0px;
	background-color:rgba(0,26,57,0.85);
}

.page-title .page-info .bread-crumb{
	position:relative;
}

.page-title .page-info .bread-crumb li{
	position:relative;
	color:#ffffff;
	font-weight:600;
	margin-right:30px;
	display:inline-block;
}

.page-title .page-info .bread-crumb li:first-child::after{
	position:absolute;
	content:'\f105';
	font-family: 'FontAwesome';
	right: -18px;
    top: 1px;
}

.page-title .page-info .bread-crumb li:nth-child(2)::after{
	position:absolute;
	content:'\f105';
	font-family: 'FontAwesome';
	right: -18px;
    top: 1px;
}

.page-title .page-info .bread-crumb li.active{
	color:#c9a567;
}

.page-title .page-info .bread-crumb li a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	font-weight:600;
}

.page-title .social-nav{
	position:relative;
	text-align:right;
}

.page-title .social-nav  li{
	position:relative;
	display:inline-block;
	margin-right:15px;
}

.page-title .social-nav  li a{
	position: relative;
    color: #aaaaaa;
    font-size: 14px;
	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;
}

.page-title .social-nav  li a:hover{
	color:#c9a567;
}

/*** 

====================================================================
	Tabs Section
====================================================================

***/

.tabs-section{
	position:relative;
	padding:130px 0px 100px;
}

.tabs-section .column{
	margin-bottom:30px;	
}

.tabs-section .image-box img{
	width:100%;
	display:block;
}

.tabs-style-one .tab-buttons{
	position:relative;
}

.tabs-style-one .tab-buttons .tab-btn{
	position:relative;
	display:inline-block;
	padding:9px 60px;
	margin:0px 0px 0px;
	cursor:pointer;
	font-size:18px;
	text-align:center;
	font-weight:600;
	color:#777777;
	border-bottom:4px solid transparent;
	background-color:#f9f9f9;
	text-transform:capitalize;
	transition:all 300ms ease;
}

.tabs-style-one .tab-buttons .tab-btn.active-btn{
	color:#222222;
	background:#f1f1f1;
	border-color:#c9a567;
}

.tabs-style-one .tabs-content{
	position:relative;
	padding:40px;
	border:1px solid #f2f2f2;	
}

.tabs-style-one .tab .text-content{
	position:relative;
}

.tabs-style-one .tab .text-content .text{
	font-size:16px;
	line-height:1.8em;
	margin-bottom:15px;
	color:#777777;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.tabs-style-one.tabs-box{
	padding-right:15px;
}

.tabs-box .tabs-content .tab{
    position: relative;
    display: none;
}

.tabs-box .tabs-content .active-tab {
    display: block;
}

/*** 

====================================================================
	list style one
====================================================================

***/

.list-style-one{
	position:relative;
	margin-top:20px;
}

.list-style-one li{
	position:relative;
	color:#103d68;
	font-size:16px;
	margin-bottom:6px;
	padding-left:22px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.list-style-one li span{
	position:absolute;
	left:0px;
	color:#c9a567;
	font-size:14px;
}

/*** 

====================================================================
	Sidebar
====================================================================

***/
.services-content{
	position:relative;
}

.services-content .bigger-image{
	position:relative;
	margin-bottom:34px;
}

.services-content .bigger-image img{
	position:relative;
	width:100%;
	display:block;
}

.services-content h2{
	font-size:24px;
	font-weight:600;
}

.content-section .sec-title-one{
	margin-bottom:30px;
}

.services-content .text-block{
	position:relative;
	margin-bottom:35px;
}

.services-content .text-block p{
	position:relative;
	font-size:16px;
	color:#777777;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.services-content .list-style-one{
	margin-top:20px;
}

.sidebar-page-container{
	position:relative;
	padding:120px 0px 90px;
}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side{
	margin-bottom:30px !important;	
}

.sidebar .sidebar-widget{
	position:relative;
	margin-bottom:50px;	
}

/* Tabbed Links*/
.sidebar .tabbed-links{
	position:relative;
}

.sidebar .tabbed-nav li{
	position:relative;
	margin-bottom:20px;	
}

.sidebar .tabbed-nav li:last-child{
	margin-bottom:0;	
}

.sidebar .tabbed-nav li a{
	position:relative;
	display:block;
	color:#777777;
	border:1px solid #eaeaea;
	font-size:18px;
	font-weight:500;
	line-height:24px;
	padding:13px 15px;
	padding-left:20px;
	border-left:10px solid #eaeaea;
	border-radius:0px 2px 2px 0px;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
}

.sidebar .tabbed-nav li:hover a,
.sidebar .tabbed-nav li.current a{
	border-left-color:#c9a567;
	color:#222222;
}

.sidebar .files li{
	position:relative;
	margin-bottom:20px;	
}

.sidebar .files li:last-child{
	margin-bottom:0;	
}

.sidebar .files li a{
	position:relative;
	display:block;
	color:#777777;
	border:1px solid #eaeaea;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	padding:13px 20px;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
}

.sidebar .files li a:hover{
	color:#103d68;
	border-color:#103d68;
}

.sidebar .files li a .fa{
	position:relative;
	line-height:24px;
	padding-right:5px;	
}


/*featured-gallery-two*/

.featured-gallery-two{
	position:relative;
}

.featured-gallery-two row{
	position:relative;
	margin:0px -10px;
}

.featured-gallery-two .featured-image-box{
	padding:0px 5px;
	margin-bottom:10px;
}

.featured-gallery-two .featured-image-box .image img{
	width:100%;
}

/*call-to-action-four*/
.call-to-action-four{
	position:relative;
	padding:50px 25px;
	text-align:center;
}

.call-to-action-four:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,24,46,0.85);
}

.call-to-action-four .title{
	position:relative;
	color:#ffffff;
	font-size:20px;
	line-height:1.6em;
	font-weight:400;
	padding-bottom:25px;
}

.call-to-action-four .title:after{
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-12px;
	content:'';
	width:34px;
	height:3px;
	background-color:#ffffff;
}

.call-to-action-four .number{
	position:relative;
	color:#c9a567;
	font-size:18px;
	font-weight:600;
	margin:30px 0px;
}

.call-to-action-four .number span{
	color:#c9a567;
	font-size:18px;
	font-weight: 400;
}

/*** 

====================================================================
	tabs-outer
====================================================================

***/

.tabs-outer{
	position:relative;
	margin-top:60px;
}

.tabs-outer .tabs-box .tab-buttons .tab-btn{
	position:relative;
	padding:9px 30px;
}

.tabs-outer .text-content .image img{
	width:100%;
}

.tabs-outer .tabs-content{
	padding:30px 30px 20px;
}

.tabs-outer .tabs-content .column .text{
	margin-bottom:10px;
}

/*** 

====================================================================
	Masonary Section Style Two
====================================================================

***/

.masonary-section.style-two{
	position:relative;
	padding:130px 0px;
}

.masonary-section.style-two .sec-title-four{
	margin-bottom:40px;	
}

.masonary-section.style-two:before{
	position:relative;
	display:none;
}

.masonary-section.style-two .filters{
	text-align:center;
}

.masonary-section.style-two .filters li{
	color:#222222;
}

.masonary-section.style-two .filters li:after{
	position:absolute;
	content:'|';
	right:-2px;
	top:0px;
	font-size:14px;
	display:block;
	color:#222222;
}

.masonary-section.style-two .filters li:last-child::after{
	display:none;
}

.masonary-section.style-two .filters li.active span{
	border-bottom:3px solid #c9a567;
	padding-bottom:10px;
}

.masonary-section.style-two .filter-tabs{
	float:none !important;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 7px 7px 0px;
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:22px;
	padding:10px 5px;
	font-size:16px;
	text-transform:capitalize;
	min-width:44px;
	border:1px solid #eaeaea;
	background:#eaeaea;
	color:#898989;
	font-weight:500;
	text-align:center;
	border-radius:2px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a.next{
	font-size:16px;	
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background:#103d68;
	border-color:#103d68;	
}

/*** 

====================================================================
	projext-info
====================================================================

***/

.projext-info{
	position:relative;
	padding:28px;
	border:1px solid #e9e9e9;
}

.projext-info ul{
	position:relative;
}

.projext-info ul li{
	position:relative;
	color:#222222;
	font-size:16px;
	margin-bottom:10px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

.projext-info ul li span{
	color:#777777;
	font-size:15px;
	margin-left:5px;
	font-weight:300;
}

/*** 

====================================================================
	Project Images
====================================================================

***/

.project-details .text-block{
	position:relative;
    margin-bottom: 50px;
}

.project-details .text{
	position:relative;
    margin-bottom: 30px;
}

.project-images{
	position:relative;
    margin-bottom: 70px;
}

.project-images .carousel-outer .image-carousel{
	position:relative;
	margin-bottom:30px;
}

.project-images .carousel-outer .thumbs-carousel{
	position:relative;
	padding:0px 60px;
}

.project-images .carousel-outer .thumbs-carousel .owl-controls{
	margin:0px;
	padding:0px;
}

.project-images .carousel-outer .thumbs-carousel .owl-controls .owl-prev{
	position:absolute;
	left:0px;
	top:50%;
	margin:-20px 0px 0px;
	color:#a8a8a8;
	background-color:transparent;
}

.project-images .carousel-outer .thumbs-carousel .owl-controls .owl-next{
	position:absolute;
	right:0px;
	top:50%;
	margin:-20px 0px 0px;
	color:#a8a8a8;
	background-color:transparent;
}

.project-images .carousel-outer .thumbs-carousel .owl-controls .owl-prev:hover,
.project-images .carousel-outer .thumbs-carousel .owl-controls .owl-next:hover{
	color:#c9a567;
}



/*** 

====================================================================
	Sidebar Search-box
====================================================================

***/

.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;
	line-height:26px;
	padding:12px 50px 12px 20px;
	border:1px solid #eaeaea;
	height:46px;
	background:#ffffff;
	color:#333333;
	display:block;
	width:100%;
	font-size:14px;
	border-radius:2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

.sidebar .search-box .form-group input:focus{
	border-color:#c9a567;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:46px;
	width:50px;
	line-height:46px;
	text-align:center;
	display:block;
	font-size:15px;
	color:#777777;
	border-radius:0px 2px 2px 0px;
    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 input:focus + button,
.sidebar .search-box .form-group button:hover{
	color:#ffffff;
	background:#c9a567;	
}

/*** 

====================================================================
	Recent Posts
====================================================================

***/

.recent-posts{
	position:relative;
	padding:30px 25px 30px 25px;
    border: 1px solid #e9e9e9;
}

.recent-posts .post{
	position:relative;
	font-size:13px;
	margin-bottom:20px;
	min-height:90px;
	color:#cccccc;
	border-bottom: 1px solid #e9e9e9;
	padding-left:90px;
}

.recent-posts .post:last-child{
	margin-bottom:0px;
	min-height:70px;
	border:0px;
}

.recent-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:70px;	
}

.recent-posts .post .post-thumb img{
	display:block;
	width:100%;	
}

.recent-posts .post h4{
	position:relative;
	top: -4px;
	font-size:16px;
	margin:0px 0px 0px;
	line-height:1.4em;
	color:#25292f;
	font-weight:400;
}

.recent-posts .post a,
.recent-posts .post a:hover{
	color:#c9a567;	
}

.recent-posts .post h4 a{
	color:#222222;	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.recent-posts .post .post-meta li{
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-right: 2px;
    color: #777777;
    font-size: 13px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

.recent-posts .post .post-meta li:last-child{
	margin-right:0px;
}

.recent-posts .post .post-meta li:last-child::after{
	display:none;
}

.recent-posts .post .post-meta li:after{
	position: absolute;
    content: '|';
    right: 0px;
    top: 0px;
    font-size: 14px;
    display: block;
}

.recent-posts .post .post-meta li a{
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.recent-posts .post .post-meta li a span{
	color:#c9a567;
}

.sidebar.news-sidebar{
	margin-left: -40px;
}

.sidebar.shop-sidebar{
	margin-right: -40px;
}

.content-side .news-outer{
	padding-right:40px;
}

.content-side .news-outer blockquote{
	position:relative;
	background-color:#f8f8f8;
	padding:30px 60px 30px 45px;
	margin-bottom:40px;
	border-left:0px;
}

.content-side .news-outer blockquote:before{
	position:absolute;
	content:'';
	left:0px;
	top:50%;
	width:6px;
	height:80px;
	margin-top:-40px;
	background-color:#c9a567;
}

.content-side .news-outer blockquote p{
	color:#444444;
	font-size:16px;
	font-style:italic;
	font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.content-side .news-outer blockquote .author{
	color:#103d68;
	font-size:16px;
	font-weight:600;
	text-align:right;
}

.content-side .news-outer .image-box img{
	width:100%;
}

/*** 

====================================================================
	Recent Posts
====================================================================

***/

.sidebar .popular-tags{
	padding:30px 25px 30px 25px;
    border: 1px solid #e9e9e9;
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:6px 20px;
	margin:0px 8px 10px 0px;
	background:#ebebeb;
	color:#777777;
	text-align:center;
	font-size:14px;
	font-weight:600;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#c9a567;
	border-color:#c9a567;
	color:#222222;	
}

/*** 

====================================================================
	Category
====================================================================

***/

.category{
	position:relative;
	padding:30px 25px 30px 25px;
    border: 1px solid #e9e9e9;
}

.category ul{
	position:relative;
}

.category ul li{
	position:relative;
	margin-bottom:10px;
}

.category ul li:last-child{
	margin-bottom:0px;
}

.category ul li a{
	position:relative;
	color:#777777;
	font-weight:300;
	padding-left:22px;
	margin-bottom:10px;
    font-family: 'Roboto', sans-serif;
}

.category ul li.active a,
.category ul li a:hover{
	color:#103d68;
}

.category ul li span{
	position:absolute;
	left:0px;
	top:50%;
	line-height:24px;
	margin-top:-12px;
	color:#777777;
	font-size:13px;
}

/*** 

====================================================================
	list-style-two
====================================================================

***/

.list-style-two{
	position:relative;
	margin-top:20px;
}

.list-style-two li{
	position:relative;
	color:#103d68;
	font-size:16px;
	padding-left:16px;
	margin-bottom:8px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.list-style-two li:before{
	position:absolute;
	content:'';
	left:0px;
	top:11px;
	width:6px;
	height:6px;
	background-color:#c9a567;
}

/*** 

====================================================================
	post-share-options
====================================================================

***/

.post-share-options{
	position:relative;
	padding:22px 0px;
	margin-top:40px;
	background:#ffffff;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}

.post-share-options .tags{
	position:relative;
	font-size:14px;
	line-height:24px;
}

.post-share-options .tags a{
	position:relative;
	color:#777777;
	font-size:15px;
	padding-right:8px;
	margin-right:10px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.post-share-options .tags a:last-child::after{
	display:none;
}

.post-share-options .tags a:hover{
	color:#103d68;
}

.post-share-options .tags a:after{
	position:absolute;
	content:'|';
	right:-2px;
	top:-4px;
	display:block;
}

.post-share-options strong{
	font-weight:600;
	color:#103d68;
	font-size:18px;
	padding-right:10px;
}

.post-share-options .share a{
	color:#222222;
	font-size:16px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.post-share-options .share span{
	color:#103d68;
	font-size:13px;
	margin-right:5px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.content-side .comments-area{
	position:relative;
	margin-bottom:50px;
	margin-top:60px;
}

.content-side .comments-area .total-comments{
	color:#222222;
	font-size:20px;
	font-weight:600;
	margin-bottom:40px;
}

.content-side .comments-area .comment-box{
	position:relative;	
}

.content-side .comments-area .comment{
	position:relative;
	margin-bottom:40px;
}

.content-side .comments-area .comment .comment-content{
	position:relative;
	border-bottom:1px solid #e9e9e9;
	padding:0px 0px 30px;
}

.content-side .comments-area .comment:last-child .comment-content{
	border:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.content-side .comments-area .reply-comment{
	padding-left:120px;	
}

.content-side .comments-area .comment .comment-inner{
	position:relative;
	padding-left:120px;	
}

.content-side .comments-area .comment .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
}

.content-side .comments-area .comment .author-thumb img{
	width:100%;
	display:block;
}

.content-side .comments-area .comment .comment-header{
	position:relative;
    top: -5px;
	color:#222222;
	font-size:17px;
	font-weight:600;
}

.content-side .comments-area .comment .comment-header .comment-info{
	color:#777777;
	font-size:13px;
	display: inline-block;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

.content-side .comments-area .comment .comment-header h4{
	color:#272727;
	font-size:20px;
	font-weight:600;
	margin-right:20px;
	display:inline-block;
}

.content-side .comments-area .comment .comment-header h4:after{
	position:absolute;
	content:'/';
	right:-16px;
	top:0px;
	font-size:16px;
	color:#222222;
	display:block;
}

.content-side .comments-area .comment .comment-header .comment-info a{
	color:#fc721e;
	font-style:italic;
}

.content-side .comments-area .comment .text{
	line-height:1.8em;
	color:#9e9e9e;
}

.content-side .comments-area .comment .reply{
	color:#103d68;
	font-size:15px;
	font-weight:400;
    margin-top: 10px;
    display: inline-block;
	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;
}

.content-side .comments-area .comment .reply:hover,
.content-side .comments-area .comment .reply:hover span{
	color:#c9a567;
}

.content-side .comments-area .comment .reply span{
	color:#103d68;
	font-size:12px;
}


/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .group-title{
	position:relative;
	margin-bottom:40px;
}

.comment-form .group-title h2{
	position:relative;
	color:#272727;
	font-size:20px;
	font-weight:600;
	display:inline-block;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:30px;
	padding:0px 15px;	
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	font-size:13px;
	line-height:20px;
	padding:12px 15px;
	color:#222222;
	border:1px solid #eeeeee;
	height:46px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#c9a567;
	background:#fefefe;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	font-size:13px;
	line-height:24px;
	padding:10px 15px;
	color:#222222;
	border:1px solid #eeeeee;
	height:142px;
	resize:none;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form button{
	position:relative;
	padding:9px 50px;
}

/*** 

====================================================================
	Range Slider
====================================================================

 ***/
.rangeslider-widget{
	padding:30px 25px 30px 25px;
    border: 1px solid #e9e9e9;
}

.rangeslider-widget .outer-box{
	position:relative;
	padding:10px 0px 0px;	
}

.rangeslider-widget .form-group{
	position:relative;
	color:#1c1c1c;
	font-weight:500;
	font-size:14px;
	margin:15px 0px 0px;	
}

.rangeslider-widget .form-group .left-val{
	position:relative;
	float:left;
	font-weight:600;
	font-size:18px;
	letter-spacing:5px;
}

.rangeslider-widget .form-group .right-val{
	position:relative;
	float:right;
	font-weight:600;
	font-size:18px;
	letter-spacing:5px;
}

.rangeslider-widget .val-box{
	position:relative;
	display:inline-block;
	margin:0px 5px 0px 0px;
	line-height:24px;
	font-size:18px;
	padding:5px 0px;
	width:58px;
	text-align:center;
	color:#222222;
	letter-spacing:0px;
	font-weight:600;
}

.rangeslider-widget .noUi-connect{
	background:#ededed !important;
	box-shadow:none;	
}

.rangeslider-widget .noUi-background{
	background:#ededed !important;
	border: 0px;
    border-radius: 0px;
}

.rangeslider-widget .noUi-handle{
	top:-9px !important;
	background-color:transparent !important;
	box-shadow:none;
	border-color:transparent;
	cursor:pointer;
	width:20px;
	height:20px;
	background:#c9a567 !important;
	border:0px;
	margin-left:14px;
	border-radius:50%;
}

.rangeslider-widget .noUi-horizontal{
	height:4px !important;
	box-shadow:none !important;
}

.rangeslider-widget .btn-style-one{
	padding-left:35px;
	padding-right:35px;	
}

/*** 

====================================================================
	Best Seller
====================================================================

***/

.best-seller{
	position:relative;
	padding:30px 25px 30px 25px;
    border: 1px solid #e9e9e9;
}

.best-seller .post{
	position:relative;
	font-size:13px;
	margin-bottom:20px;
	min-height:90px;
	color:#cccccc;
	border-bottom: 1px solid #e9e9e9;
	padding-left:90px;
}

.best-seller .post:last-child{
	margin-bottom:0px;
	min-height:70px;
	border:0px;
}

.best-seller .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:70px;	
}

.best-seller .post .post-thumb img{
	display:block;
	width:100%;	
}

.best-seller .post h4{
	position:relative;
	top: -4px;
	font-size:17px;
	margin:0px 0px 0px;
	line-height:1.4em;
	color:#222222;
	font-weight:400;
}

.best-seller .post a,
.best-seller .post a:hover{
	color:#c9a567;	
}

.best-seller .post h4 a{
	color:#222222;	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.best-seller .post .price li{
   position:relative;
	color:#222222;
	font-size:16px;
	font-weight:700;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
}

.best-seller .post .price li span{
	position: relative;
    display: inline-block;
    padding-right: 5px;
    color: #777777;
    font-size: 13px;
	font-weight:300;
	text-decoration: line-through;
	font-family: 'Roboto', sans-serif;
}

.best-seller .post .post-meta li:last-child{
	margin-right:0px;
}

.best-seller .post .post-meta li:last-child::after{
	display:none;
}

.best-seller .post .post-meta li:after{
	position: absolute;
    content: '|';
    right: 0px;
    top: 0px;
    font-size: 14px;
    display: block;
}

.best-seller .post .post-meta li a{
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.best-seller .post .post-meta li a span{
	color:#c9a567;
}

/*** 

====================================================================
	Shop Items
====================================================================

***/

.shop-items{
	position:relative;
}

.sidebar-page-container .shop-items{
	padding-left:40px;
}


.shop-items.featured-items{
	position:relative;
	padding:0px 0px 60px 0px;
}

.shop-item{
	margin-bottom:60px;
}

.shop-item .inner-box{
	position:relative;
	border:1px solid #dedede;
	overflow:hidden;
}

.shop-item .inner-box .image-box{
	position:relative;
}

.shop-item .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.shop-item .inner-box .image-box .product-tag{
	position: absolute;
	width: 140px;
	color: #222222;
	right: -37px;
	top: 20px;
	background-color: #c9a567;
    font-weight: 600;
    line-height: 32px;
    padding: 0 48px;
    text-align: center;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
}

.shop-item .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.90);
	opacity:0;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.shop-item .inner-box .overlay-box .item-options{
	position:absolute;
	width:100%;
	text-align:center;
	bottom:110px;
	opacity:0;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.shop-item .inner-box .overlay-box .item-options a{
	position:relative;
	width:50px;
	height:45px;
	font-size:16px;
	line-height:42px;
	color:#393939;
	margin-right:5px;
	text-align:center;
	display:inline-block;
	background-color:#e4e4e4;
	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;
}

.shop-item .inner-box .overlay-box .item-options a:hover{
	background-color:#c9a567;
}

.shop-item .inner-box .overlay-box .cart-btn{
	position:absolute;
	left:0px;
	bottom:-48px;
	width:100%;
	opacity:0;
	text-align:center;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.shop-item .inner-box .overlay-box .cart-btn a{
	color:#ffffff;
	font-size:13px;
	background-color:#222222;
	font-weight: 700;
	display:block;
    line-height: 51px;
	text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
}

.shop-item .inner-box .overlay-box .cart-btn a span{
	width:50px;
	float:right;
	padding:16px 0px;
	color:#222222;
	font-size:18px;
    line-height: 1em;
	display:inline-block;
	background-color:#c9a567;
}

.shop-item .inner-box:hover .cart-btn{
	bottom:0px;
	opacity:1;
}
.shop-item .inner-box:hover .overlay-box .item-options{
	bottom:75px;
	opacity:1;
}

.shop-item .inner-box:hover .overlay-box{
	opacity:1;
}

.shop-item .lower-content{
	position:relative;
	padding-top:20px;
	text-align:center;
}

.shop-item .lower-content h3 a{
	color:#777777;
	font-size:16px;
	font-weight:600;
	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;
}

.shop-item .lower-content h3 a:hover{
	color:#c9a567;
}

.shop-item .lower-content .price{
	position:relative;
}

.shop-item .lower-content .price li{
	position:relative;
	color:#103d68;
	font-size:20px;
	font-weight:700;
}

.shop-item .lower-content .price li span{
	position:relative;
	color:#777777;
	font-size:15px;
	text-decoration:line-through;
}

.shop-item .lower-content .rating{
	position:relative;
}

.shop-item .lower-content .rating .icon{
	position:relative;
	color:#c9a567;
	font-size:13px;
	margin-right:2px;
}

.shop-item.sold-out .overlay-box{
	opacity:1;	
	background:url("../images/resource/sold-overlay.png") repeat;
}

.shop-item.sold-out .lower-content{
	opacity:0.4;
}

.shop-item.sold-out .inner-box .image-box .product-tag{
	background-color:#33506b;
	color:#ffffff;
}

/*** 

====================================================================
	Contact Info
====================================================================

***/

.contact-info-section{
	position:relative;
	padding:160px 0px 10px;
}

.contact-info-section .column{
	position:relative;
	margin-bottom:50px;
}

.contact-info-section .info-box{
	position:relative;
	background:url("../images/resource/conatct-info.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:54px 0px;
	text-align:center;
}

.contact-info-section .info-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#c9a567db;
}

.contact-info-section .info-box h3{
	position:relative;
	color:white;
	font-size:21px;
	font-weight:600;
}

.contact-info-section .info-box .text{
	position:relative;
	color:white;
	font-weight:400;
	font-size:15px;
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
}

.contact-info-section .info-box .icon-box{
	position:absolute;
	left:50%;
	top:-30px;
	width:68px;
	height:58px;
	line-height:54px;
	text-align:center;
	margin-left:-34px;
	background:url("../images/icons/service-icon-1-bg.png");
	background-repeat:no-repeat;
}

.contact-info-section .info-box .icon-box span{
	color:#ffffff;
	font-size:20px;
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.contact-form-section{
	position:relative;
	padding:0px 0px 100px;
}

.map-section{
	position:relative;	
}

.map-canvas{
	position:relative;
	left:0px;
	top:0px;
	width:100%;	
}

.contact-style-one .map-canvas{
	height:670px;	
}

.map-canvas .map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
}

.map-canvas .map-data h6{
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	text-align:center;
	margin-bottom:5px;
	color:#181818;	
}

/*** 

====================================================================
	Products Details style
====================================================================

***/

.shop-details{
	position:relative;
	padding-top:150px;
}

.shop-single{
	position:relative;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:30px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:40px;
}

.product-details .image-column .image-box{
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;	
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:20px;	
}

.product-details .basic-details .details-header h4{
	font-size:22px;
	font-weight:600;
    margin-top: -6px;
	line-height:1.4em;
	color:#222222;
	margin-bottom:10px;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:13px;
	color:#777777;
	margin-bottom:0px;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:2px;
	color:#c9a567;
}

.product-details .basic-details .details-header .rating .fa:last-child{
	margin-right:30px;
}

.product-details .basic-details .details-header .rating .fa-star-o{
	color:#999999;
}

.product-details .basic-details .details-header .rating .txt{
	font-size:14px;
	padding-left:10px;
	color:#777777;	
}

.product-details .basic-details .details-header .item-price{
	font-size:24px;
	font-weight:700;
	color:#103d68;
	line-height:24px;
	letter-spacing:1px;
	margin-top:8px;
}

.product-details .basic-details .details-header .item-price .strike-through{
	position:relative;
	font-size:18px;
	padding-right:5px;
	color:#777777;
	font-weight:600;
}

.product-details .basic-details .prod-info{
	margin-bottom:15px;
	line-height:1.6em;
	font-size:13px;	
}

.product-details .basic-details .prod-info strong{
	font-weight:700;
	color:#111111;	
}

.product-details .basic-details .text{
	font-size:16px;
	margin-bottom:25px;
	color:#777777;
	line-height:1.8em;
	padding-top:15px;
	border-top:1px solid #e1e1e1;
}

.product-details .basic-details .item-info{
	position: relative;
	float: left;
    top: -2px;
	margin:0px 0px 0px;
}

.product-details .basic-details .item-info li{
	margin-bottom:0px;
	line-height:24px;
	font-weight:300;
	color:#222222;
	font-size:14px;
}

.product-details .basic-details .item-info a{
	position:relative;
	color:#777777;
	line-height:24px;
	margin-left:5px;
	font-weight:400;
	display:inline-block;
}

.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 .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#f7542b;
	font-weight:600;
	text-transform:uppercase;
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:70px;
	margin-bottom:0px;
	margin-right:28px;	
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:46px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:11px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:6px;	
}

/*** 

====================================================================
	Product Options
====================================================================

***/

.prod-options{
	position:relative;
	margin-top:25px;
}

.prod-options .fav-btn,
.prod-options .refresh-btn{
	position:relative;
	width:50px;
	height:45px;
	line-height:42px;
	font-size:18px;
	color:#222222;
	text-align:center;
	margin:0px 10px 10px 0px;
	margin-bottom:8px;
	display:inline-block;
	background-color:#f8f8f8;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-options .fav-btn:hover,
.prod-options .refresh-btn:hover{
	background-color:#c9a567;
}

.prod-options .cart-btn{
	position:relative;
	color:#ffffff;
	padding-left:30px;
	padding-right:90px;
	text-align:center;
	font-size:13px;
	margin:0px 10px 10px 0px;
    line-height: 45px;
	display:inline-block;
	background-color:#103d68;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-options .cart-btn:hover{
	background-color:#c9a567;
	color:#222222;
}

.prod-options .cart-btn:hover span{
	background-color:#103d68;
	color:#ffffff;
}

.prod-options .cart-btn span{
	position:absolute;
	right:0px;
	top:0px;
    width: 50px;
    float: right;
	height:100%;
    padding: 13px 0px;
    color: #222222;
    font-size: 18px;
    line-height: 1em;
    display: inline-block;
    background-color: #c9a567;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

/*** 

====================================================================
	Tabs Outer
====================================================================

***/

.item-tabs{
	position:relative;
}

.item-tabs .tabs-style-two{
	position:relative;
	padding-left:150px;
}

.item-tabs .tabs-style-two .tab-buttons{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	overflow-y: auto;
	padding-right:10px;
}

.item-tabs .tabs-style-two .tab-buttons .tab-btn{
	padding:0px;
	width:100%;
	cursor:pointer;
	margin-bottom:18px;
	border:1px solid #e7e7e7;
}

.item-tabs .tabs-style-two .tab-buttons .tab-btn.active-btn{
	border-color:#c9a567;
}

.item-tabs .tabs-style-two .tabs-content{
	border:1px solid #e7e7e7;
	padding:0px;
}

.item-tabs .tabs-style-two .tabs-content .tab a img{
	width:100%;
}

/*** 

====================================================================
	Prod Info Tabs
====================================================================

***/

.prod-info-tabs{
	position:relative;
	margin-bottom:40px;
}

.prod-info-tabs .tabs-style-three{
	position:relative;
	padding-left:265px;
}

.prod-info-tabs .tabs-style-three .tab-buttons{
	position:absolute;
	left:0px;
	top:0px;
	width:225px;
}

.prod-info-tabs .tabs-style-three .tab-buttons .tab-btn{
	position:relative;
	display:block;
	padding:14px 30px 14px 30px;
	margin:0px 0px 2px;
	cursor:pointer;
	font-size:18px;
	font-weight:400;
	color:#777777;
	background-color:#f2f2f2;
	text-transform:capitalize;
	transition:all 300ms ease;
}

.prod-info-tabs .tabs-style-three .tab-buttons .tab-btn.active-btn{
	color:#222222;
	background:#f8f8f8;
}

.prod-info-tabs .tabs-style-three .tabs-content{
	position:relative;
}

.prod-info-tabs .tabs-style-three .tabs-content .sec-title-one{
	margin-bottom:20px;
}

.prod-info-tabs .tabs-style-three .tabs-content .sec-title-one h2{
	position:relative;
	font-size:20px;
}

.prod-info-tabs .tabs-style-three .tab .text-content{
	position:relative;
}

.prod-info-tabs .tabs-style-three .tab .text-content p{
	font-size:16px;
	line-height:1.8em;
	color:#777777;
	margin-bottom:20px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}


/*reviews-container*/

.reviews-container{
	position:relative;	
}

.tabs-style-three .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:100px;
	min-height:100px;
}

.tabs-style-three .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:82px;
	height:82px;
	border:1px solid #e0e0e0;
	background:#ffffff;
	border-radius:3px;
}

.tabs-style-three .reviews-container .rev-thumb img{
	display:block;
	width:80px;
	height:80px;
	border-radius:3px;	
}

.tabs-style-three .reviews-container .rev-content{
	position:relative;
	padding:15px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.tabs-style-three .reviews-container .rev-content h4{
	font-size:20px;
	font-weight:700;
	color:#222222;
}

.tabs-style-three .reviews-container .rating{
	color:#c9a567;
	font-size:13px;
}

.tabs-style-three .reviews-container .rating .fa{
	margin-right:1px;	
}

.tabs-style-three .reviews-container .rev-info{
	font-size:12px;
	letter-spacing:1px;
}

.tabs-style-three .reviews-container .rev-text{
	font-size:14px;
}

.tabs-style-three .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.tabs-style-three .add-review .rating{
	position:relative;	
	padding-top: 6px;
}

.tabs-style-three .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#5a5a5a;	
}

.tabs-style-three .add-review .rating .rate-box:hover,
.tabs-style-three .add-review .rating .rate-box:focus,
.tabs-style-three .add-review .rating .rate-box:active{
	color:#c9a567;	
}

.tabs-style-three .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:400;
	color:#303030;	
}

.tabs-style-three .add-review h3{
	margin-bottom:20px;
	color:#222222;
}

.tabs-style-three .add-review .form-group{
	position:relative;
	margin-bottom:20px;	
}

.tabs-style-three .add-review .form-group input[type="text"],
.tabs-style-three .add-review .form-group input[type="password"],
.tabs-style-three .add-review .form-group input[type="tel"],
.tabs-style-three .add-review .form-group input[type="email"],
.tabs-style-three .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;
}

.tabs-style-three .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:200px;
	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;
}

.tabs-style-three .add-review button{
	padding:10px 45px;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:120px 0px;
}

.cart-outer{
	position:relative;	
}

.checkout-page .cart-outer{
	margin-bottom:40px;	
}

.cart-outer .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-outer .cart-table{
	width:100%;
	min-width:900px;	
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:capitalize;
	font-size:18px;
	color:#222222;
	border-bottom:1px solid #e9e9e9;
}

.cart-table thead tr th{
	line-height:24px;
	padding:13px 0px;
	min-width:120px;
	font-weight:700;
}

.cart-table thead tr th .fa{
	font-size:18px;
	padding:0px 20px 0px 30px;	
}

.cart-table thead tr th.prod-column{
	text-align:left;
	padding-left:10px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:30px 10px 25px;
	min-width:100px;
	color:#333333;
	font-size:20px;
	font-weight:700;
}

.cart-table tbody tr .qty{
	width:200px;
	padding-right:80px;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#ffffff;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:88px;
	padding-left:100px;
	padding-top:30px;
	text-align:left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:88px;
	height:88px;
	border:1px solid #e3e3e3;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
	font-size:16px;
	color:#777777;
	font-weight:400;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total{
	font-weight:700;
	color:#223555;	
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	color:#b9b9b9;
	line-height:30px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	padding:0px 20px;
	font-size:14px;
	line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
	color:#c9a567;
}

.cart-table tbody tr{
	border-bottom:1px solid #e9e9e9;	
}

.cart-table tbody tr td{
	vertical-align:middle;	
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;	
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#223555;
	border-radius:50%;
}

.cart-section .cart-options{
	position:relative;
	padding:40px 0px 25px;
	margin-bottom:50px;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:10px;	
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:24px;
	padding:9px 10px;
	border:1px solid #e0e0e0;
	width:230px;
	background:none;	
}

.cart-section .theme-btn{
	padding:8px 25px;
	line-height:24px;
	margin: 0px 8px 8px;
}

.cart-section h3{
	font-size:25px;
	color:#2f2f31;
	padding-bottom:12px;
	font-weight:600;
	margin-bottom:20px;	
}

.cart-section h3:after{
	position:absolute;
	content:'';
	width:45px;
	left:0px;
	bottom:0px;
	height:3px;
	background-color:#c9a567;
}

.cart-section .totals-table{
	position:relative;
	margin-bottom:20px;
}

.cart-section .totals-table li{
	line-height:24px;
	padding:20px 0px 20px;
	border-bottom:1px solid #e9e9e9;	
}

.cart-section .totals-table li:last-child{
	border-bottom:none;
	margin-bottom:0px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	width:30%;
	font-size:18px;
	color:#222222;
	font-weight:600;
	line-height:24px;
}

.cart-section .totals-table .col:nth-child(2){
	width:60%;	
}

.cart-section .totals-table .total-amount{
	color:#103d68;
	font-size:20px;
}

.cart-section .totals-table .sub-total{
	font-size:20px;
}

.cart-section .totals-table .total{
	color:#fb4043;	
}

.cart-section .totals-table .col ul li{
	color:#333333;
	font-size:16px;
	padding: 0px;
    border: 0px;
}

.cart-section .totals-table .calculate a{
	color:#103d68 !important;
}

.cart-section .proceed-btn{
	display:block;
}


/*** 

====================================================================
	Checkout Style
====================================================================

***/

.checkout-page{
	position:relative;
	padding:80px 0px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:50px;	
}

.checkout-page .default-links li{
	margin-bottom:20px;
	line-height:24px;
	padding:15px 40px;
	background:#f8f8f8;
	color:#777777;
	font-weight:400;
	font-size:15px;
}

.checkout-page .default-links li a{
	color:#103d68;	
}

.checkout-page .billing-details{
	position:relative;
	margin-bottom:20px;	
}

.checkout-page .check-box{
	line-height:24px;
	font-size:14px;
	font-weight:normal;
	padding-top:5px;	
}

.checkout-page .check-box label{
	position:relative;
	top:-1px;
	padding:0px;
	font-size:14px;
	cursor:pointer;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}


.checkout-page .place-order{
	position:relative;
	padding:48px;
	margin-top:65px;
	background-color:#f8f8f8;
}

.checkout-page .payment-options{
	position:relative;
	margin-bottom:30px;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:inline-block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#222222;
	cursor:pointer;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:600;	
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option label .small-text{
	display:block;
	padding-top:5px;
	letter-spacing:0px;
	text-transform:none;
	font-size:14px;
	color:#777777;
	font-weight:300;
	line-height:24px;
	font-family: 'Roboto', sans-serif;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	display:inline-block;
	max-width:100%;
	margin-top:5px;
}

.checkout-page .place-order .theme-btn{
	padding:9px 50px;	
}

.default-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom:10px;	
}

.default-title h2{
	font-size:20px;
	font-weight:600;
	color:#222222;
	text-transform:capitalize;	
}

.default-title:after{
	content:'';
	position:absolute;
	left:0px;
	height:3px;
	background-color:#c9a567;
	bottom:0px;
	width:30px;
}

.shop-form{
	position:relative;	
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group{
	margin-bottom:30px;	
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:24px;
	padding: 7px 15px;
    height: 44px;
	font-size:13px;
	color:#121212;
	border:1px solid #dddddd;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}


.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url("../images/icons/icon-select.png") right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:142px !important;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#c9a567;	
}

/*Checkout Totals Table*/

.cart-order{
	position:relative;
}

.cart-order .totals-table{
	position:relative;
	margin-bottom:20px;
}

.cart-order li{
	/*line-height:24px;*/
	padding:15px 0px 15px;
	border-bottom:1px solid #e9e9e9;	
}

.cart-order li:last-child{
	border-bottom:none;
	margin-bottom:0px;
}

.cart-order .col{
	position:relative;
	display:block;
	float:left;
	width:50%;
	font-weight:400;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;
}

.cart-order .col:nth-child(1){
	width:65%;
}

.cart-order .col:nth-child(2){
	width:35%;
}

.cart-order .col span{
	color:#555555;
	font-size:16px;
	font-weight:400;
}

.cart-order .col strong{
	font-size:16px;
	color:#333333;
	font-weight:700;
}

.cart-order .total-amount{
	color:#103d68;
	font-weight:700;
}

.cart-order .total{
	color:#fb4043;	
}

.cart-order .col ul li{
	color:#333333;
	font-size:16px;
	padding: 0px;
    border: 0px;
	font-weight:400;
}

.cart-order .calculate a{
	color:#103d68 !important;
	font-weight:400;
}

.cart-order .proceed-btn{
	display:block;
}


/* new css */
.tp-static-layers{position:absolute;z-index:505;top:0;left:0}.tp-hide-revslider,.tp-caption.tp-hidden-caption{visibility:hidden!important;display:none!important}.tp-caption{z-index:1;white-space:nowrap}.tp-caption-demo .tp-caption{position:relative!important;display:inline-block;margin-bottom:10px;margin-right:20px!important}.tp-caption.whitedivider3px{color:#000;text-shadow:none;background-color:#fff;background-color:rgba(255,255,255,1);text-decoration:none;min-width:408px;min-height:3px;background-position:initial initial;background-repeat:initial initial;border-width:0;border-color:#000;border-style:none}.tp-caption.finewide_large_white{color:#fff;text-shadow:none;font-size:60px;line-height:60px;font-weight:300;font-family:"Open Sans",sans-serif;background-color:transparent;text-decoration:none;text-transform:uppercase;letter-spacing:8px;border-width:0;border-color:#000;border-style:none}.tp-caption.whitedivider3px{color:#000;text-shadow:none;background-color:#fff;background-color:rgba(255,255,255,1);text-decoration:none;font-size:0;line-height:0;min-width:468px;min-height:3px;border-width:0;border-color:#000;border-style:none}.tp-caption.finewide_medium_white{color:#fff;text-shadow:none;font-size:37px;line-height:37px;font-weight:300;font-family:"Open Sans",sans-serif;background-color:transparent;text-decoration:none;text-transform:uppercase;letter-spacing:5px;border-width:0;border-color:#000;border-style:none}.tp-caption.boldwide_small_white{font-size:25px;line-height:25px;font-weight:800;font-family:"Open Sans",sans-serif;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;text-transform:uppercase;letter-spacing:5px;border-width:0;border-color:#000;border-style:none}.tp-caption.whitedivider3px_vertical{color:#000;text-shadow:none;background-color:#fff;background-color:rgba(255,255,255,1);text-decoration:none;font-size:0;line-height:0;min-width:3px;min-height:130px;border-width:0;border-color:#000;border-style:none}.tp-caption.finewide_small_white{color:#fff;text-shadow:none;font-size:25px;line-height:25px;font-weight:300;font-family:"Open Sans",sans-serif;background-color:transparent;text-decoration:none;text-transform:uppercase;letter-spacing:5px;border-width:0;border-color:#000;border-style:none}.tp-caption.finewide_verysmall_white_mw{font-size:13px;line-height:25px;font-weight:400;font-family:"Open Sans",sans-serif;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;text-transform:uppercase;letter-spacing:5px;max-width:470px;white-space:normal!important;border-width:0;border-color:#000;border-style:none}.tp-caption.lightgrey_divider{text-decoration:none;background-color:#ebebeb;background-color:rgba(235,235,235,1);width:370px;height:3px;background-position:initial initial;background-repeat:initial initial;border-width:0;border-color:#222;border-style:none}.tp-caption.finewide_large_white{color:#FFF;text-shadow:none;font-size:60px;line-height:60px;font-weight:300;font-family:"Open Sans",sans-serif;background-color:rgba(0,0,0,0);text-decoration:none;text-transform:uppercase;letter-spacing:8px;border-width:0;border-color:#000;border-style:none}.tp-caption.finewide_medium_white{color:#FFF;text-shadow:none;font-size:34px;line-height:34px;font-weight:300;font-family:"Open Sans",sans-serif;background-color:rgba(0,0,0,0);text-decoration:none;text-transform:uppercase;letter-spacing:5px;border-width:0;border-color:#000;border-style:none}.tp-caption.huge_red{position:absolute;color:#df4b6b;font-weight:400;font-size:150px;line-height:130px;font-family:'Oswald',sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap;background-color:#2d3136;padding:0}.tp-caption.middle_yellow{position:absolute;color:#fbd572;font-weight:600;font-size:50px;line-height:50px;font-family:'Open Sans',sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.huge_thin_yellow{position:absolute;color:#fbd572;font-weight:300;font-size:90px;line-height:90px;font-family:'Open Sans',sans-serif;margin:0;letter-spacing:20px;border-width:0;border-style:none;white-space:nowrap}.tp-caption.big_dark{position:absolute;color:#333;font-weight:700;font-size:70px;line-height:70px;font-family:"Open Sans";margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.medium_dark{position:absolute;color:#333;font-weight:300;font-size:40px;line-height:40px;font-family:"Open Sans";margin:0;letter-spacing:5px;border-width:0;border-style:none;white-space:nowrap}.tp-caption.medium_grey{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,0.5);font-weight:700;font-size:20px;line-height:20px;font-family:Arial;padding:2px 4px;margin:0;border-width:0;border-style:none;background-color:#888;white-space:nowrap}.tp-caption.small_text{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,0.5);font-weight:700;font-size:14px;line-height:20px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.medium_text{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,0.5);font-weight:700;font-size:20px;line-height:20px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.large_bold_white_25{font-size:55px;line-height:65px;font-weight:700;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;text-align:center;text-shadow:#000 0 5px 10px;border-width:0;border-color:#fff;border-style:none}.tp-caption.medium_text_shadow{font-size:25px;line-height:25px;font-weight:600;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;text-align:center;text-shadow:#000 0 5px 10px;border-width:0;border-color:#fff;border-style:none}.tp-caption.large_text{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,0.5);font-weight:700;font-size:40px;line-height:40px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.medium_bold_grey{font-size:30px;line-height:30px;font-weight:800;font-family:"Open Sans";color:#666;text-decoration:none;background-color:transparent;text-shadow:none;margin:0;padding:1px 4px 0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.very_large_text{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,0.5);font-weight:700;font-size:60px;line-height:60px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap;letter-spacing:-2px}.tp-caption.very_big_white{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:60px;line-height:60px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap;padding:0 4px;padding-top:1px;background-color:#000}.tp-caption.very_big_black{position:absolute;color:#000;text-shadow:none;font-weight:700;font-size:60px;line-height:60px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap;padding:0 4px;padding-top:1px;background-color:#fff}.tp-caption.modern_medium_fat{position:absolute;color:#000;text-shadow:none;font-weight:800;font-size:24px;line-height:20px;font-family:"Open Sans",sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.modern_medium_fat_white{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:24px;line-height:20px;font-family:"Open Sans",sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.modern_medium_light{position:absolute;color:#000;text-shadow:none;font-weight:300;font-size:24px;line-height:20px;font-family:"Open Sans",sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.modern_big_bluebg{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:30px;line-height:36px;font-family:"Open Sans",sans-serif;padding:3px 10px;margin:0;border-width:0;border-style:none;background-color:#4e5b6c;letter-spacing:0}.tp-caption.modern_big_redbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:30px;line-height:36px;font-family:"Open Sans",sans-serif;padding:3px 10px;padding-top:1px;margin:0;border-width:0;border-style:none;background-color:#de543e;letter-spacing:0}.tp-caption.modern_small_text_dark{position:absolute;color:#555;text-shadow:none;font-size:14px;line-height:22px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.boxshadow{-moz-box-shadow:0 0 20px rgba(0,0,0,0.5);-webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);box-shadow:0 0 20px rgba(0,0,0,0.5)}.tp-caption.black{color:#000;text-shadow:none}.tp-caption.noshadow{text-shadow:none}.tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out}.tp-caption a:hover{color:#ffa902}.tp-caption.thinheadline_dark{position:absolute;color:rgba(0,0,0,0.85);text-shadow:none;font-weight:300;font-size:30px;line-height:30px;font-family:"Open Sans";background-color:transparent}.tp-caption.thintext_dark{position:absolute;color:rgba(0,0,0,0.85);text-shadow:none;font-weight:300;font-size:16px;line-height:26px;font-family:"Open Sans";background-color:transparent}.tp-caption.medium_bg_red a{color:#fff;text-decoration:none}.tp-caption.medium_bg_red a:hover{color:#fff;text-decoration:underline}.tp-caption.smoothcircle{font-size:30px;line-height:75px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#000;background-color:rgba(0,0,0,0.498039);padding:50px 25px;text-align:center;border-radius:500px 500px 500px 500px;border-width:0;border-color:#000;border-style:none}.tp-caption.largeblackbg{font-size:50px;line-height:70px;font-weight:300;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#000;padding:0 20px 5px;text-shadow:none;border-width:0;border-color:#fff;border-style:none}.tp-caption.largepinkbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:"Open Sans";background-color:#db4360;padding:0 20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tp-caption.largewhitebg{position:absolute;color:#000;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:"Open Sans";background-color:#fff;padding:0 20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tp-caption.largegreenbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:"Open Sans";background-color:#67ae73;padding:0 20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tp-caption.excerpt{font-size:36px;line-height:36px;font-weight:700;font-family:Arial;color:#fff;text-decoration:none;background-color:rgba(0,0,0,1);text-shadow:none;margin:0;letter-spacing:-1.5px;padding:1px 4px 0 4px;width:150px;white-space:normal!important;height:auto;border-width:0;border-color:#fff;border-style:none}.tp-caption.large_bold_grey{font-size:60px;line-height:60px;font-weight:800;font-family:"Open Sans";color:#666;text-decoration:none;background-color:transparent;text-shadow:none;margin:0;padding:1px 4px 0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_thin_grey{font-size:34px;line-height:30px;font-weight:300;font-family:"Open Sans";color:#666;text-decoration:none;background-color:transparent;padding:1px 4px 0;text-shadow:none;margin:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.small_thin_grey{font-size:18px;line-height:26px;font-weight:300;font-family:"Open Sans";color:#757575;text-decoration:none;background-color:transparent;padding:1px 4px 0;text-shadow:none;margin:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.lightgrey_divider{text-decoration:none;background-color:rgba(235,235,235,1);width:370px;height:3px;background-position:initial initial;background-repeat:initial initial;border-width:0;border-color:#222;border-style:none}.tp-caption.large_bold_darkblue{font-size:58px;line-height:60px;font-weight:800;font-family:"Open Sans";color:#34495e;text-decoration:none;background-color:transparent;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bg_darkblue{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#34495e;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bold_red{font-size:24px;line-height:30px;font-weight:800;font-family:"Open Sans";color:#e33a0c;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_light_red{font-size:21px;line-height:26px;font-weight:300;font-family:"Open Sans";color:#e33a0c;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bg_red{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#e33a0c;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bold_orange{font-size:24px;line-height:30px;font-weight:800;font-family:"Open Sans";color:#f39c12;text-decoration:none;background-color:transparent;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bg_orange{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#f39c12;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.grassfloor{text-decoration:none;background-color:rgba(160,179,151,1);width:4000px;height:150px;border-width:0;border-color:#222;border-style:none}.tp-caption.large_bold_white{font-size:58px;line-height:60px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_light_white{font-size:30px;line-height:36px;font-weight:300;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.mediumlarge_light_white{font-size:34px;line-height:40px;font-weight:300;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.mediumlarge_light_white_center{font-size:34px;line-height:40px;font-weight:300;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;padding:0;text-align:center;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bg_asbestos{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#7f8c8d;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_light_black{font-size:30px;line-height:36px;font-weight:300;font-family:"Open Sans";color:#000;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.large_bold_black{font-size:58px;line-height:60px;font-weight:800;font-family:"Open Sans";color:#000;text-decoration:none;background-color:transparent;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.mediumlarge_light_darkblue{font-size:34px;line-height:40px;font-weight:300;font-family:"Open Sans";color:#34495e;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.small_light_white{font-size:17px;line-height:28px;font-weight:300;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.roundedimage{border-width:0;border-color:#222;border-style:none}.tp-caption.large_bg_black{font-size:40px;line-height:40px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#000;padding:10px 20px 15px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.mediumwhitebg{font-size:30px;line-height:30px;font-weight:300;font-family:"Open Sans";color:#000;text-decoration:none;background-color:#fff;padding:5px 15px 10px;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.medium_bg_orange_new1{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#f39c12;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.boxshadow{-moz-box-shadow:0 0 20px rgba(0,0,0,0.5);-webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);box-shadow:0 0 20px rgba(0,0,0,0.5)}.tp-caption.black{color:#000;text-shadow:none;font-weight:300;font-size:19px;line-height:19px;font-family:'Open Sans',sans}.tp-caption.noshadow{text-shadow:none}.tp_inner_padding{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;max-height:none!important}.tp-caption .frontcorner{width:0;height:0;border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00a8ff;position:absolute;left:-40px;top:0}.tp-caption .backcorner{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;right:0;top:0}.tp-caption .frontcornertop{width:0;height:0;border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00a8ff;position:absolute;left:-40px;top:0}.tp-caption .backcornertop{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00a8ff;position:absolute;right:0;top:0}img.tp-slider-alternative-image{width:100%;height:auto}.tp-simpleresponsive .button{padding:6px 13px 5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,0.6)!important;font-size:15px;line-height:45px!important;background:url("../images/gradient/g30.png.html") repeat-x top;font-family:arial,sans-serif;font-weight:bold;letter-spacing:-1px}.tp-simpleresponsive .button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.6);font-weight:bold;padding:9px 20px;font-size:19px;line-height:57px!important;background:url("../images/gradient/g40.png.html") repeat-x top}.tp-simpleresponsive .purchase:hover,.tp-simpleresponsive .button:hover,.tp-simpleresponsive .button.big:hover{background-position:bottom,15px 11px}@media only screen and (min-width:480px) and (max-width:767px){.tp-simpleresponsive .button{padding:4px 8px 3px;line-height:25px!important;font-size:11px!important;font-weight:normal}.tp-simpleresponsive a.button{-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none}}@media only screen and (min-width:0) and (max-width:479px){.tp-simpleresponsive .button{padding:2px 5px 2px;line-height:20px!important;font-size:10px!important}.tp-simpleresponsive a.button{-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none}}.tp-simpleresponsive .button.green,.tp-simpleresponsive .button:hover.green,.tp-simpleresponsive .purchase.green,.tp-simpleresponsive .purchase:hover.green{background-color:#21a117;-webkit-box-shadow:0 3px 0 0 #104d0b;-moz-box-shadow:0 3px 0 0 #104d0b;box-shadow:0 3px 0 0 #104d0b}.tp-simpleresponsive .button.blue,.tp-simpleresponsive .button:hover.blue,.tp-simpleresponsive .purchase.blue,.tp-simpleresponsive .purchase:hover.blue{background-color:#1d78cb;-webkit-box-shadow:0 3px 0 0 #0f3e68;-moz-box-shadow:0 3px 0 0 #0f3e68;box-shadow:0 3px 0 0 #0f3e68}.tp-simpleresponsive .button.red,.tp-simpleresponsive .button:hover.red,.tp-simpleresponsive .purchase.red,.tp-simpleresponsive .purchase:hover.red{background-color:#cb1d1d;-webkit-box-shadow:0 3px 0 0 #7c1212;-moz-box-shadow:0 3px 0 0 #7c1212;box-shadow:0 3px 0 0 #7c1212}.tp-simpleresponsive .button.orange,.tp-simpleresponsive .button:hover.orange,.tp-simpleresponsive .purchase.orange,.tp-simpleresponsive .purchase:hover.orange{background-color:#f70;-webkit-box-shadow:0 3px 0 0 #a34c00;-moz-box-shadow:0 3px 0 0 #a34c00;box-shadow:0 3px 0 0 #a34c00}.tp-simpleresponsive .button.darkgrey,.tp-simpleresponsive .button.grey,.tp-simpleresponsive .button:hover.darkgrey,.tp-simpleresponsive .button:hover.grey,.tp-simpleresponsive .purchase.darkgrey,.tp-simpleresponsive .purchase:hover.darkgrey{background-color:#555;-webkit-box-shadow:0 3px 0 0 #222;-moz-box-shadow:0 3px 0 0 #222;box-shadow:0 3px 0 0 #222}.tp-simpleresponsive .button.lightgrey,.tp-simpleresponsive .button:hover.lightgrey,.tp-simpleresponsive .purchase.lightgrey,.tp-simpleresponsive .purchase:hover.lightgrey{background-color:#888;-webkit-box-shadow:0 3px 0 0 #555;-moz-box-shadow:0 3px 0 0 #555;box-shadow:0 3px 0 0 #555}.fullscreen-container{width:100%;position:relative;padding:0}.fullwidthbanner-container{width:100%;position:relative;padding:0;overflow:hidden}.fullwidthbanner-container .fullwidthbanner{width:100%;position:relative}.tp-simpleresponsive .caption,.tp-simpleresponsive .tp-caption{position:absolute;visibility:hidden;-webkit-font-smoothing:antialiased!important}.tp-simpleresponsive img{max-width:none}.noFilterClass{filter:none!important}.tp-bannershadow{position:absolute;margin-left:auto;margin-right:auto;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tp-bannershadow.tp-shadow1{background:url("assets/shadow1.png") no-repeat;background-size:100% 100%;width:890px;height:60px;bottom:-60px}.tp-bannershadow.tp-shadow2{background:url("assets/shadow2.png") no-repeat;background-size:100% 100%;width:890px;height:60px;bottom:-60px}.tp-bannershadow.tp-shadow3{background:url("assets/shadow3.png") no-repeat;background-size:100% 100%;width:890px;height:60px;bottom:-60px}.caption.fullscreenvideo{left:0;top:0;position:absolute;width:100%;height:100%}.caption.fullscreenvideo iframe,.caption.fullscreenvideo video{width:100%!important;height:100%!important;display:none}.tp-caption.fullscreenvideo{left:0;top:0;position:absolute;width:100%;height:100%}.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.html5vid.videoisplaying .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,0.3);padding:5px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;position:absolute;top:50%;left:50%;font-size:40px;color:#FFF;z-index:3;margin-top:-27px;margin-left:-28px;text-align:center;cursor:pointer}.html5vid .tp-revstop{width:15px;height:20px;border-left:5px solid #fff;border-right:5px solid #fff;position:relative;margin:10px 20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.html5vid .tp-revstop{display:none}.html5vid.videoisplaying .revicon-right-dir{display:none}.html5vid.videoisplaying .tp-revstop{display:block}.html5vid.videoisplaying .tp-video-play-button{display:none}.html5vid:hover .tp-video-play-button{display:block}.fullcoveredvideo .tp-video-play-button{display:none!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s;-ms-transition:opacity .3s;transition:opacity .3s;background-image:linear-gradient(bottom,#000 13%,#323232 100%);background-image:-o-linear-gradient(bottom,#000 13%,#323232 100%);background-image:-moz-linear-gradient(bottom,#000 13%,#323232 100%);background-image:-webkit-linear-gradient(bottom,#000 13%,#323232 100%);background-image:-ms-linear-gradient(bottom,#000 13%,#323232 100%);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.13,#000),color-stop(1,#323232));display:table;max-width:100%;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;color:#EEE;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;cursor:pointer;line-height:12px;font-size:12px;color:#fff;padding:0;margin:0;outline:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-volume-bar,.tp-seek-bar{width:100%;cursor:pointer;outline:0;line-height:12px;margin:0;padding:0}.tp-dottedoverlay{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:4}.tp-dottedoverlay.twoxtwo{background:url("assets/gridtile.png")}.tp-dottedoverlay.twoxtwowhite{background:url("assets/gridtile_white.png")}.tp-dottedoverlay.threexthree{background:url("assets/gridtile_3x3.png")}.tp-dottedoverlay.threexthreewhite{background:url("assets/gridtile_3x3_white.png")}.tpclear{clear:both}.tp-bullets{z-index:1000;position:absolute;-ms-filter:"alpha(opacity=100)";-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;-ms-transition:opacity .2s ease-out;-webkit-transform:translateZ(5px)}.tp-bullets.hidebullets{-ms-filter:"alpha(opacity=0)";-moz-opacity:0;-khtml-opacity:0;opacity:0}.tp-bullets.simplebullets.navbar{border:1px solid #666;border-bottom:1px solid #444;background:url("assets/boxed_bgtile.png");height:40px;padding:0 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.tp-bullets.simplebullets.navbar-old{background:url("assets/navigdots_bgtile.png");height:35px;padding:0 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.tp-bullets.simplebullets.round .bullet{cursor:pointer;position:relative;background:url("assets/bullet.png") no-Repeat top left;width:20px;height:20px;margin-right:0;float:left;margin-top:0;margin-left:3px}.tp-bullets.simplebullets.round .bullet.last{margin-right:3px}.tp-bullets.simplebullets.round-old .bullet{cursor:pointer;position:relative;background:url("assets/bullets.png") no-Repeat bottom left;width:23px;height:23px;margin-right:0;float:left;margin-top:0}.tp-bullets.simplebullets.round-old .bullet.last{margin-right:0}.tp-bullets.simplebullets.square .bullet{cursor:pointer;position:relative;background:url("assets/bullets2.png") no-Repeat bottom left;width:19px;height:19px;margin-right:0;float:left;margin-top:0}.tp-bullets.simplebullets.square .bullet.last{margin-right:0}.tp-bullets.simplebullets.square-old .bullet{cursor:pointer;position:relative;background:url("assets/bullets2.png") no-Repeat bottom left;width:19px;height:19px;margin-right:0;float:left;margin-top:0}.tp-bullets.simplebullets.square-old .bullet.last{margin-right:0}.tp-bullets.simplebullets.navbar .bullet{cursor:pointer;position:relative;background:url("assets/bullet_boxed.png") no-Repeat top left;width:18px;height:19px;margin-right:5px;float:left;margin-top:0}.tp-bullets.simplebullets.navbar .bullet.first{margin-left:0!important}.tp-bullets.simplebullets.navbar .bullet.last{margin-right:0!important}.tp-bullets.simplebullets.navbar-old .bullet{cursor:pointer;position:relative;background:url("assets/navigdots.png") no-Repeat bottom left;width:15px;height:15px;margin-left:5px!important;margin-right:5px!important;float:left;margin-top:10px}.tp-bullets.simplebullets.navbar-old .bullet.first{margin-left:0!important}.tp-bullets.simplebullets.navbar-old .bullet.last{margin-right:0!important}.tp-bullets.simplebullets .bullet:hover,.tp-bullets.simplebullets .bullet.selected{background-position:top left}.tp-bullets.simplebullets.round .bullet:hover,.tp-bullets.simplebullets.round .bullet.selected,.tp-bullets.simplebullets.navbar .bullet:hover,.tp-bullets.simplebullets.navbar .bullet.selected{background-position:bottom left}.tparrows{-ms-filter:"alpha(opacity=100)";-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;-ms-transition:opacity .2s ease-out;-webkit-transform:translateZ(5000px);-webkit-transform-style:flat;-webkit-backface-visibility:hidden;z-index:600;position:relative}.tparrows.hidearrows{-ms-filter:"alpha(opacity=0)";-moz-opacity:0;-khtml-opacity:0;opacity:0}.tp-leftarrow{z-index:100;cursor:pointer;position:relative;background:url("assets/large_left.png") no-Repeat top left;width:40px;height:40px}.tp-rightarrow{z-index:100;cursor:pointer;position:relative;background:url("assets/large_right.png") no-Repeat top left;width:40px;height:40px}.tp-leftarrow.round{z-index:100;cursor:pointer;position:relative;background:url("assets/small_left.png") no-Repeat top left;width:19px;height:14px;margin-right:0;float:left;margin-top:0}.tp-rightarrow.round{z-index:100;cursor:pointer;position:relative;background:url("assets/small_right.png") no-Repeat top left;width:19px;height:14px;margin-right:0;float:left;margin-top:0}.tp-leftarrow.round-old{z-index:100;cursor:pointer;position:relative;background:url("assets/arrow_left.png") no-Repeat top left;width:26px;height:26px;margin-right:0;float:left;margin-top:0}.tp-rightarrow.round-old{z-index:100;cursor:pointer;position:relative;background:url("assets/arrow_right.png") no-Repeat top left;width:26px;height:26px;margin-right:0;float:left;margin-top:0}.tp-leftarrow.navbar{z-index:100;cursor:pointer;position:relative;background:url("assets/small_left_boxed.png") no-Repeat top left;width:20px;height:15px;float:left;margin-right:6px;margin-top:12px}.tp-rightarrow.navbar{z-index:100;cursor:pointer;position:relative;background:url("assets/small_right_boxed.png") no-Repeat top left;width:20px;height:15px;float:left;margin-left:6px;margin-top:12px}.tp-leftarrow.navbar-old{z-index:100;cursor:pointer;position:relative;background:url("assets/arrowleft.png") no-Repeat top left;width:9px;height:16px;float:left;margin-right:6px;margin-top:10px}.tp-rightarrow.navbar-old{z-index:100;cursor:pointer;position:relative;background:url("assets/arrowright.png") no-Repeat top left;width:9px;height:16px;float:left;margin-left:6px;margin-top:10px}.tp-leftarrow.navbar-old.thumbswitharrow{margin-right:10px}.tp-rightarrow.navbar-old.thumbswitharrow{margin-left:0}.tp-leftarrow.square{z-index:100;cursor:pointer;position:relative;background:url("assets/arrow_left2.png") no-Repeat top left;width:12px;height:17px;float:left;margin-right:0;margin-top:0}.tp-rightarrow.square{z-index:100;cursor:pointer;position:relative;background:url("assets/arrow_right2.png") no-Repeat top left;width:12px;height:17px;float:left;margin-left:0;margin-top:0}.tp-leftarrow.square-old{z-index:100;cursor:pointer;position:relative;background:url("assets/arrow_left2.png") no-Repeat top left;width:12px;height:17px;float:left;margin-right:0;margin-top:0}.tp-rightarrow.square-old{z-index:100;cursor:pointer;position:relative;background:url("assets/arrow_right2.png") no-Repeat top left;width:12px;height:17px;float:left;margin-left:0;margin-top:0}.tp-leftarrow.default{z-index:100;cursor:pointer;position:relative;background:url("assets/large_left.png") no-Repeat 0 0;width:40px;height:40px}.tp-rightarrow.default{z-index:100;cursor:pointer;position:relative;background:url("assets/large_right.png") no-Repeat 0 0;width:40px;height:40px}.tp-leftarrow:hover,.tp-rightarrow:hover{background-position:bottom left}.tp-bullets.tp-thumbs{z-index:1000;position:absolute;padding:3px;background-color:#fff;width:500px;height:50px;margin-top:-50px}.fullwidthbanner-container .tp-thumbs{padding:3px}.tp-bullets.tp-thumbs .tp-mask{width:500px;height:50px;overflow:hidden;position:relative}.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer{width:5000px;position:absolute}.tp-bullets.tp-thumbs .bullet{width:100px;height:50px;cursor:pointer;overflow:hidden;background:0;margin:0;float:left;-ms-filter:"alpha(opacity=50)";-moz-opacity:.5;-khtml-opacity:.5;opacity:.5;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out}.tp-bullets.tp-thumbs .bullet:hover,.tp-bullets.tp-thumbs .bullet.selected{-ms-filter:"alpha(opacity=100)";-moz-opacity:1;-khtml-opacity:1;opacity:1}.tp-thumbs img{width:100%}.tp-bannertimer{width:100%;height:10px;background:url("assets/timer.png");position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{bottom:0;height:5px;top:auto}@media only screen and (min-width:0) and (max-width:479px){.responsive .tp-bullets{display:none}.responsive .tparrows{display:none}}.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tp-simpleresponsive a{text-decoration:none}.tp-simpleresponsive ul,.tp-simpleresponsive ul li,.tp-simpleresponsive ul li:before{list-style:none;padding:0!important;margin:0!important;list-style:none!important;overflow-x:visible;overflow-y:visible;background-image:none}.tp-simpleresponsive>ul>li{list-style:none;position:absolute;visibility:hidden}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url("assets/coloredbg.png") repeat}.tp-caption.slidelink a span{background:url("assets/coloredbg.png") repeat}.tparrows .tp-arr-imgholder{display:none}.tparrows .tp-arr-titleholder{display:none}.tparrows.preview1{width:100px;height:100px;-webkit-transform-style:preserve-3d;-webkit-perspective:1000;-moz-perspective:1000;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:transparent}.tparrows.preview1:after{position:absolute;left:0;top:0;font-family:"revicons";color:#fff;font-size:30px;width:100px;height:100px;text-align:center;background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px;-webkit-transition:background .3s,color .3s;-moz-transition:background .3s,color .3s;transition:background .3s,color .3s}.tp-rightarrow.preview1:after{content:'\e825'}.tp-leftarrow.preview1:after{content:'\e824'}.tparrows.preview1:hover:after{background:rgba(255,255,255,1);color:#aaa}.tparrows.preview1 .tp-arr-imgholder{background-size:cover;background-position:center center;display:block;width:100%;height:100%;position:absolute;top:0;-webkit-transition:-webkit-transform .3s;transition:transform .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.tparrows.preview1 .tp-arr-iwrapper{-webkit-transition:all .3s;transition:all .3s;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);-moz-opacity:.0;-khtml-opacity:.0;opacity:.0}.tparrows.preview1:hover .tp-arr-iwrapper{-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.tp-rightarrow.preview1 .tp-arr-imgholder{right:100%;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);-moz-opacity:.0;-khtml-opacity:.0;opacity:.0}.tp-leftarrow.preview1 .tp-arr-imgholder{left:100%;-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:0 50%;transform-origin:0 50%;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);-moz-opacity:.0;-khtml-opacity:.0;opacity:.0}.tparrows.preview1:hover .tp-arr-imgholder{-webkit-transform:rotateY(0deg);transform:rotateY(0deg);-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}@media only screen and (min-width:768px) and (max-width:979px){.tparrows.preview1,.tparrows.preview1:after{width:80px;height:80px;line-height:80px;font-size:24px}}@media only screen and (min-width:480px) and (max-width:767px){.tparrows.preview1,.tparrows.preview1:after{width:60px;height:60px;line-height:60px;font-size:20px}}@media only screen and (min-width:0) and (max-width:479px){.tparrows.preview1,.tparrows.preview1:after{width:40px;height:40px;line-height:40px;font-size:12px}}.tp-bullets.preview1{height:21px}.tp-bullets.preview1 .bullet{cursor:pointer;position:relative!important;background:rgba(0,0,0,0.15)!important;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:5px!important;height:5px!important;border:8px solid rgba(0,0,0,0)!important;display:inline-block;margin-right:5px!important;margin-bottom:0!important;-webkit-transition:background-color .2s,border-color .2s;-moz-transition:background-color .2s,border-color .2s;-o-transition:background-color .2s,border-color .2s;-ms-transition:background-color .2s,border-color .2s;transition:background-color .2s,border-color .2s;float:none!important;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.tp-bullets.preview1 .bullet.last{margin-right:0}.tp-bullets.preview1 .bullet:hover,.tp-bullets.preview1 .bullet.selected{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#aaa!important;width:5px!important;height:5px!important;border:8px solid rgba(255,255,255,1)!important}.tparrows.preview2{min-width:60px;min-height:60px;background:#fff;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;overflow:hidden;-webkit-transition:-webkit-transform 1.3s;-webkit-transition:width .3s,background-color .3s,opacity .3s;transition:width .3s,background-color .3s,opacity .3s;backface-visibility:hidden}.tparrows.preview2:after{position:absolute;top:50%;font-family:"revicons";color:#aaa;font-size:25px;margin-top:-12px;-webkit-transition:color .3s;-moz-transition:color .3s;transition:color .3s}.tp-rightarrow.preview2:after{content:'\e81e';right:18px}.tp-leftarrow.preview2:after{content:'\e81f';left:18px}.tparrows.preview2 .tp-arr-titleholder{background-size:cover;background-position:center center;display:block;visibility:hidden;position:relative;top:0;-webkit-transition:-webkit-transform .3s;transition:transform .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden;white-space:nowrap;color:#000;text-transform:uppercase;font-weight:400;font-size:14px;line-height:60px;padding:0 10px}.tp-rightarrow.preview2 .tp-arr-titleholder{right:50px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.tp-leftarrow.preview2 .tp-arr-titleholder{left:50px;-webkit-transform:translateX(100%);transform:translateX(100%)}.tparrows.preview2.hovered{width:300px}.tparrows.preview2:hover{background:#fff}.tparrows.preview2:hover:after{color:#000}.tparrows.preview2:hover .tp-arr-titleholder{-webkit-transform:translateX(0px);transform:translateX(0px);visibility:visible;position:absolute}.tp-bullets.preview2{height:17px}.tp-bullets.preview2 .bullet{cursor:pointer;position:relative!important;background:rgba(0,0,0,0.5)!important;-webkit-border-radius:10px;border-radius:10px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:6px!important;height:6px!important;border:5px solid rgba(0,0,0,0)!important;display:inline-block;margin-right:2px!important;margin-bottom:0!important;-webkit-transition:background-color .2s,border-color .2s;-moz-transition:background-color .2s,border-color .2s;-o-transition:background-color .2s,border-color .2s;-ms-transition:background-color .2s,border-color .2s;transition:background-color .2s,border-color .2s;float:none!important;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.tp-bullets.preview2 .bullet.last{margin-right:0}.tp-bullets.preview2 .bullet:hover,.tp-bullets.preview2 .bullet.selected{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:rgba(255,255,255,1)!important;width:6px!important;height:6px!important;border:5px solid rgba(0,0,0,1)!important}.tp-arr-titleholder.alwayshidden{display:none!important}@media only screen and (min-width:768px) and (max-width:979px){.tparrows.preview2{min-width:40px;min-height:40px;width:40px;height:40px;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px}.tparrows.preview2:after{position:absolute;top:50%;font-family:"revicons";font-size:20px;margin-top:-12px}.tp-rightarrow.preview2:after{content:'\e81e';right:11px}.tp-leftarrow.preview2:after{content:'\e81f';left:11px}.tparrows.preview2 .tp-arr-titleholder{font-size:12px;line-height:40px;letter-spacing:0}.tp-rightarrow.preview2 .tp-arr-titleholder{right:35px}.tp-leftarrow.preview2 .tp-arr-titleholder{left:35px}}@media only screen and (min-width:480px) and (max-width:767px){.tparrows.preview2{min-width:30px;min-height:30px;width:30px;height:30px;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px}.tparrows.preview2:after{position:absolute;top:50%;font-family:"revicons";font-size:14px;margin-top:-12px}.tp-rightarrow.preview2:after{content:'\e81e';right:8px}.tp-leftarrow.preview2:after{content:'\e81f';left:8px}.tparrows.preview2 .tp-arr-titleholder{font-size:10px;line-height:30px;letter-spacing:0}.tp-rightarrow.preview2 .tp-arr-titleholder{right:25px}.tp-leftarrow.preview2 .tp-arr-titleholder{left:25px}.tparrows.preview2 .tp-arr-titleholder{display:none;visibility:none}}@media only screen and (min-width:0) and (max-width:479px){.tparrows.preview2{min-width:30px;min-height:30px;width:30px;height:30px;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px}.tparrows.preview2:after{position:absolute;top:50%;font-family:"revicons";font-size:14px;margin-top:-12px}.tp-rightarrow.preview2:after{content:'\e81e';right:8px}.tp-leftarrow.preview2:after{content:'\e81f';left:8px}.tparrows.preview2 .tp-arr-titleholder{display:none;visibility:none}.tparrows.preview2:hover{width:30px!important;height:30px!important}}.tparrows.preview3{width:70px;height:70px;background:#fff;background:rgba(255,255,255,1);-webkit-transform-style:flat}.tparrows.preview3:after{position:absolute;line-height:70px;text-align:center;font-family:"revicons";color:#aaa;font-size:30px;top:0;left:0;background:#fff;z-index:100;width:70px;height:70px;-webkit-transition:color .3s;-moz-transition:color .3s;transition:color .3s}.tparrows.preview3:hover:after{color:#000}.tp-rightarrow.preview3:after{content:'\e825'}.tp-leftarrow.preview3:after{content:'\e824'}.tparrows.preview3 .tp-arr-iwrapper{-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition:-webkit-transform .2s;transition:transform .2s;z-index:0;position:absolute;background:#000;background:rgba(0,0,0,0.75);display:table;min-height:90px;top:-10px}.tp-leftarrow.preview3 .tp-arr-iwrapper{-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 50%;transform-origin:0 50%}.tparrows.preview3 .tp-arr-imgholder{display:block;background-size:cover;background-position:center center;display:table-cell;min-width:90px;height:90px;position:relative;top:0}.tp-rightarrow.preview3 .tp-arr-iwrapper{right:0;padding-right:70px}.tp-leftarrow.preview3 .tp-arr-iwrapper{left:0;direction:rtl;padding-left:70px}.tparrows.preview3 .tp-arr-titleholder{display:table-cell;padding:30px;font-size:16px;color:#fff;white-space:nowrap;position:relative;clear:right;vertical-align:middle}.tparrows.preview3:hover .tp-arr-iwrapper{-webkit-transform:scale(1,1);transform:scale(1,1)}.tp-bullets.preview3{height:17px}.tp-bullets.preview3 .bullet{cursor:pointer;position:relative!important;background:rgba(0,0,0,0.5)!important;-webkit-border-radius:10px;border-radius:10px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:6px!important;height:6px!important;border:5px solid rgba(0,0,0,0)!important;display:inline-block;margin-right:2px!important;margin-bottom:0!important;-webkit-transition:background-color .2s,border-color .2s;-moz-transition:background-color .2s,border-color .2s;-o-transition:background-color .2s,border-color .2s;-ms-transition:background-color .2s,border-color .2s;transition:background-color .2s,border-color .2s;float:none!important;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.tp-bullets.preview3 .bullet.last{margin-right:0}.tp-bullets.preview3 .bullet:hover,.tp-bullets.preview3 .bullet.selected{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:rgba(255,255,255,1)!important;width:6px!important;height:6px!important;border:5px solid rgba(0,0,0,1)!important}@media only screen and (min-width:768px) and (max-width:979px){.tparrows.preview3:after,.tparrows.preview3{width:50px;height:50px;line-height:50px;font-size:20px}.tparrows.preview3 .tp-arr-iwrapper{min-height:70px}.tparrows.preview3 .tp-arr-imgholder{min-width:70px;height:70px}.tp-rightarrow.preview3 .tp-arr-iwrapper{padding-right:50px}.tp-leftarrow.preview3 .tp-arr-iwrapper{padding-left:50px}.tparrows.preview3 .tp-arr-titleholder{padding:10px;font-size:16px}}@media only screen and (max-width:767px){.tparrows.preview3:after,.tparrows.preview3{width:50px;height:50px;line-height:50px;font-size:20px}.tparrows.preview3 .tp-arr-iwrapper{min-height:70px}}.tparrows.preview4{width:30px;height:110px;background:transparent;-webkit-transform-style:preserve-3d;-webkit-perspective:1000;-moz-perspective:1000}.tparrows.preview4:after{position:absolute;line-height:110px;text-align:center;font-family:"revicons";color:#fff;font-size:20px;top:0;left:0;z-index:0;width:30px;height:110px;background:#000;background:rgba(0,0,0,0.25);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.tp-rightarrow.preview4:after{content:'\e825'}.tp-leftarrow.preview4:after{content:'\e824'}.tparrows.preview4 .tp-arr-allwrapper{visibility:hidden;width:180px;position:absolute;z-index:1;min-height:120px;top:0;left:-150px;overflow:hidden;-webkit-perspective:1000px;-webkit-transform-style:flat}.tp-leftarrow.preview4 .tp-arr-allwrapper{left:0}.tparrows.preview4 .tp-arr-iwrapper{position:relative}.tparrows.preview4 .tp-arr-imgholder{display:block;background-size:cover;background-position:center center;width:180px;height:110px;position:relative;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.tparrows.preview4 .tp-arr-imgholder2{display:block;background-size:cover;background-position:center center;width:180px;height:110px;position:absolute;top:0;left:180px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.tp-leftarrow.preview4 .tp-arr-imgholder2{left:-180px}.tparrows.preview4 .tp-arr-titleholder{display:block;font-size:12px;line-height:25px;padding:0 10px;text-align:left;color:#fff;position:relative;background:#000;color:#FFF;text-transform:uppercase;white-space:nowrap;letter-spacing:1px;font-weight:700;font-size:11px;line-height:2.75;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);-moz-opacity:.0;-khtml-opacity:.0;opacity:.0}.tparrows.preview4:after{transform-origin:100% 100%;-webkit-transform-origin:100% 100%}.tp-leftarrow.preview4:after{transform-origin:0 0;-webkit-transform-origin:0 0}@media only screen and (min-width:768px){.tparrows.preview4:hover:after{-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}.tp-leftarrow.preview4:hover:after{-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}.tparrows.preview4:hover .tp-arr-titleholder{-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}}.tp-bullets.preview4{height:17px}.tp-bullets.preview4 .bullet{cursor:pointer;position:relative!important;background:rgba(0,0,0,0.5)!important;-webkit-border-radius:10px;border-radius:10px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:6px!important;height:6px!important;border:5px solid rgba(0,0,0,0)!important;display:inline-block;margin-right:2px!important;margin-bottom:0!important;-webkit-transition:background-color .2s,border-color .2s;-moz-transition:background-color .2s,border-color .2s;-o-transition:background-color .2s,border-color .2s;-ms-transition:background-color .2s,border-color .2s;transition:background-color .2s,border-color .2s;float:none!important;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.tp-bullets.preview4 .bullet.last{margin-right:0}.tp-bullets.preview4 .bullet:hover,.tp-bullets.preview4 .bullet.selected{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:rgba(255,255,255,1)!important;width:6px!important;height:6px!important;border:5px solid rgba(0,0,0,1)!important}@media only screen and (max-width:767px){.tparrows.preview4{width:20px;height:80px}.tparrows.preview4:after{width:20px;height:80px;line-height:80px;font-size:14px}.tparrows.preview1 .tp-arr-allwrapper,.tparrows.preview2 .tp-arr-allwrapper,.tparrows.preview3 .tp-arr-allwrapper,.tparrows.preview4 .tp-arr-allwrapper{display:none!important}}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{width:40px;height:40px;background:url("assets/loader.gif") no-repeat center center;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,0.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.15);margin-top:-20px;margin-left:-20px;-webkit-animation:tp-rotateplane 1.2s infinite ease-in-out;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.tp-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,0.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.15);margin-top:-20px;margin-left:-20px;-webkit-animation:tp-rotateplane 1.2s infinite ease-in-out;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.tp-loader.spinner5{background:url("assets/loader.gif") no-repeat 10px 10px;background-color:#fff;margin:-22px -22px;width:44px;height:44px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}@-webkit-keyframes tp-rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:#f00;box-shadow:0 0 20px 0 rgba(0,0,0,0.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.15);border-radius:100%;-webkit-animation:tp-scaleout 1.0s infinite ease-in-out;animation:tp-scaleout 1.0s infinite ease-in-out}@-webkit-keyframes tp-scaleout{0%{-webkit-transform:scale(0.0)}100%{-webkit-transform:scale(1.0);opacity:0}}@keyframes tp-scaleout{0%{transform:scale(0.0);-webkit-transform:scale(0.0)}100%{transform:scale(1.0);-webkit-transform:scale(1.0);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,0.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.15);border-radius:100%;display:inline-block;-webkit-animation:tp-bouncedelay 1.4s infinite ease-in-out;animation:tp-bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.tp-loader.spinner3 .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes tp-bouncedelay{0%,80%,100%{-webkit-transform:scale(0.0)}40%{-webkit-transform:scale(1.0)}}@keyframes tp-bouncedelay{0%,80%,100%{transform:scale(0.0);-webkit-transform:scale(0.0)}40%{transform:scale(1.0);-webkit-transform:scale(1.0)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;-webkit-animation:tp-rotate 2.0s infinite linear;animation:tp-rotate 2.0s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;-webkit-animation:tp-bounce 2.0s infinite ease-in-out;animation:tp-bounce 2.0s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,0.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;-webkit-animation-delay:-1.0s;animation-delay:-1.0s}@-webkit-keyframes tp-rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes tp-rotate{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes tp-bounce{0%,100%{-webkit-transform:scale(0.0)}50%{-webkit-transform:scale(1.0)}}@keyframes tp-bounce{0%,100%{transform:scale(0.0);-webkit-transform:scale(0.0)}50%{transform:scale(1.0);-webkit-transform:scale(1.0)}}.tp-transparentimg{content:"url("assets/transparent.png.html")"}.tp-3d{-webkit-transform-style:preserve-3d;-webkit-transform-origin:50% 50%}.tp-caption img{background:transparent;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);zoom:1}@font-face{font-family:'revicons';src:url('../fonts/revicons90c6-5510888.eot');src:url('../fonts/revicons90c6-5510888.eot#iefix') format('embedded-opentype'),url('../fonts/revicons90c6-5510888.woff') format('woff'),url('../fonts/revicons90c6-5510888.ttf') format('truetype'),url('../fonts/revicons90c6-5510888.svg#revicons') format('svg');font-weight:normal;font-style:normal}[class^="revicon-"]:before,[class*=" revicon-"]:before{font-family:"revicons";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.boxedcontainer{max-width:1170px;margin:auto;padding:0 30px}.tp-dottedoverlay{background-color:rgba(0,0,0,0.5)!important;z-index:2}.tp-banner-container{height:100%!important;width:100%;position:relative;padding:0}.tp-banner{width:100%;position:relative}.tp-banner-fullscreen-container{width:100%;position:relative;padding:0}.tp-caption.medium_grey{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,0.5);font-weight:700;font-size:20px;line-height:20px;font-family:Arial;padding:2px 4px;margin:0;border-width:0;border-style:none;background-color:#888;white-space:nowrap}.tp-caption.small_text{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,0.5);font-weight:700;font-size:14px;line-height:20px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.medium_text{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,0.5);font-weight:700;font-size:20px;line-height:20px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.large_text{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,0.5);font-weight:700;font-size:40px;line-height:40px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.very_large_text{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,0.5);font-weight:700;font-size:60px;line-height:60px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap;letter-spacing:-2px}.tp-caption.very_big_white{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:60px;line-height:60px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap;padding:0 4px;padding-top:1px;background-color:#000}.tp-caption.very_big_black{position:absolute;color:#000;text-shadow:none;font-weight:700;font-size:60px;line-height:60px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap;padding:0 4px;padding-top:1px;background-color:#fff}.tp-caption.modern_medium_fat{position:absolute;color:#000;text-shadow:none;font-weight:800;font-size:24px;line-height:20px;font-family:"Open Sans",sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.modern_medium_fat_white{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:24px;line-height:20px;font-family:"Open Sans",sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.modern_medium_light{position:absolute;color:#000;text-shadow:none;font-weight:300;font-size:24px;line-height:20px;font-family:"Open Sans",sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.modern_big_bluebg{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:30px;line-height:36px;font-family:"Open Sans",sans-serif;padding:3px 10px;margin:0;border-width:0;border-style:none;background-color:#4e5b6c;letter-spacing:0}.tp-caption.modern_big_redbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:30px;line-height:36px;font-family:"Open Sans",sans-serif;padding:3px 10px;padding-top:1px;margin:0;border-width:0;border-style:none;background-color:#de543e;letter-spacing:0}.tp-caption.modern_small_text_dark{position:absolute;color:#555;text-shadow:none;font-size:14px;line-height:22px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.boxshadow{-moz-box-shadow:0 0 20px rgba(0,0,0,0.5);-webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);box-shadow:0 0 20px rgba(0,0,0,0.5)}.tp-caption.black{color:#000;text-shadow:none}.tp-caption.noshadow{text-shadow:none}.tp-caption.thinheadline_dark{position:absolute;color:rgba(0,0,0,0.85);text-shadow:none;font-weight:300;font-size:30px;line-height:30px;font-family:"Open Sans";background-color:transparent}.tp-caption.thintext_dark{position:absolute;color:rgba(0,0,0,0.85);text-shadow:none;font-weight:300;font-size:16px;line-height:26px;font-family:"Open Sans";background-color:transparent}.tp-caption.largeblackbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:"Open Sans";background-color:#000;padding:0 20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tp-caption.largepinkbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:"Open Sans";background-color:#db4360;padding:0 20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tp-caption.largewhitebg{position:absolute;color:#000;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:"Open Sans";background-color:#fff;padding:0 20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tp-caption.largegreenbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:"Open Sans";background-color:#67ae73;padding:0 20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tp-caption.excerpt{font-size:36px;line-height:36px;font-weight:700;font-family:Arial;color:#fff;text-decoration:none;background-color:rgba(0,0,0,1);text-shadow:none;margin:0;letter-spacing:-1.5px;padding:1px 4px 0 4px;width:150px;white-space:normal!important;height:auto;border-width:0;border-color:#fff;border-style:none}.tp-caption.large_bold_grey{font-size:60px;line-height:60px;font-weight:800;font-family:"Open Sans";color:#666;text-decoration:none;background-color:transparent;text-shadow:none;margin:0;padding:1px 4px 0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_thin_grey{font-size:34px;line-height:30px;font-weight:300;font-family:"Open Sans";color:#666;text-decoration:none;background-color:transparent;padding:1px 4px 0;text-shadow:none;margin:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.small_thin_grey{font-size:18px;line-height:26px;font-weight:300;font-family:"Open Sans";color:#757575;text-decoration:none;background-color:transparent;padding:1px 4px 0;text-shadow:none;margin:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.lightgrey_divider{text-decoration:none;background-color:rgba(235,235,235,1);width:370px;height:3px;background-position:initial initial;background-repeat:initial initial;border-width:0;border-color:#222;border-style:none}.tp-caption.large_bold_darkblue{font-size:58px;line-height:60px;font-weight:800;font-family:"Open Sans";color:#34495e;text-decoration:none;background-color:transparent;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bg_darkblue{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#34495e;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bold_red{font-size:24px;line-height:30px;font-weight:800;font-family:"Open Sans";color:#e33a0c;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_light_red{font-size:21px;line-height:26px;font-weight:300;font-family:"Open Sans";color:#e33a0c;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bg_red{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#e33a0c;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bold_orange{font-size:24px;line-height:30px;font-weight:800;font-family:"Open Sans";color:#f39c12;text-decoration:none;background-color:transparent;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bg_orange{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#f39c12;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.grassfloor{text-decoration:none;background-color:rgba(160,179,151,1);width:4000px;height:150px;border-width:0;border-color:#222;border-style:none}.tp-caption.large_bold_white{font-size:58px;line-height:60px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_light_white{font-size:30px;line-height:36px;font-weight:300;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.mediumlarge_light_white{font-size:34px;line-height:40px;font-weight:300;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.mediumlarge_light_white_center{font-size:34px;line-height:40px;font-weight:300;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;padding:0;text-align:center;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bg_asbestos{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#7f8c8d;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_light_black{font-size:30px;line-height:36px;font-weight:300;font-family:"Open Sans";color:#000;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.large_bold_black{font-size:58px;line-height:60px;font-weight:800;font-family:"Open Sans";color:#000;text-decoration:none;background-color:transparent;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.mediumlarge_light_darkblue{font-size:34px;line-height:40px;font-weight:300;font-family:"Open Sans";color:#34495e;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.small_light_white{font-size:17px;line-height:28px;font-weight:300;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.roundedimage{border-width:0;border-color:#222;border-style:none}.tp-caption.large_bg_black{font-size:40px;line-height:40px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#000;padding:10px 20px 15px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.mediumwhitebg{font-size:30px;line-height:30px;font-weight:300;font-family:"Open Sans";color:#000;text-decoration:none;background-color:#fff;padding:5px 15px 10px;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.large_bold_white_25{font-size:55px;line-height:65px;font-weight:700;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;text-align:center;text-shadow:#000 0 5px 10px;border-width:0;border-color:#fff;border-style:none}.tp-caption.medium_text_shadow{font-size:25px;line-height:25px;font-weight:600;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:transparent;text-align:center;text-shadow:#000 0 5px 10px;border-width:0;border-color:#fff;border-style:none}.tp-caption.black_heavy_60{font-size:60px;line-height:60px;font-weight:900;font-family:Raleway;color:#000;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.white_heavy_40{font-size:40px;line-height:40px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.grey_heavy_72{font-size:72px;line-height:72px;font-weight:900;font-family:Raleway;color:#d5d2d2;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.grey_regular_18{font-size:18px;line-height:26px;font-family:"Open Sans";color:#777;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.black_thin_34{font-size:35px;line-height:35px;font-weight:100;font-family:Raleway;color:#000;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.arrowicon{line-height:1px;border-width:0;border-color:#222;border-style:none}.tp-caption.light_heavy_60{font-size:60px;line-height:60px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.black_bold_40{font-size:40px;line-height:40px;font-weight:800;font-family:Raleway;color:#000;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.light_heavy_70{font-size:70px;line-height:70px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.black_heavy_70{font-size:70px;line-height:70px;font-weight:900;font-family:Raleway;color:#000;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.black_bold_bg_20{font-size:20px;line-height:20px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:#000;padding:5px 8px;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.greenbox30{line-height:30px;text-decoration:none;background-color:#86b567;padding:0 14px;border-width:0;border-color:#222;border-style:none}.tp-caption.blue_heavy_60{font-size:60px;line-height:60px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:#31a5cb;padding:3px 10px;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.green_bold_bg_20{font-size:20px;line-height:20px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:#86b567;padding:5px 8px;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.whitecircle_600px{line-height:1px;width:800px;height:800px;text-decoration:none;background:linear-gradient(to bottom,rgba(238,238,238,1) 0,rgba(255,255,255,1) 100%);filter:progid;background-color:transparent;border-radius:400px 400px 400px 400px;border-width:0;border-color:#222;border-style:none}.tp-caption.fullrounded{border-radius:400px 400px 400px 400px;border-width:0;border-color:#222;border-style:none}.tp-caption.light_heavy_40{font-size:40px;line-height:40px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.white_thin_34{font-size:35px;line-height:35px;font-weight:200;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.fullbg_gradient{width:100%;height:100%;text-decoration:none;background-color:#490202;border-width:0;border-color:#000;border-style:none}.tp-caption.light_medium_30{font-size:30px;line-height:40px;font-weight:700;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.red_bold_bg_20{font-size:20px;line-height:20px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:#e03300;padding:5px 8px;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.blue_bold_bg_20{font-size:20px;line-height:20px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:#3598dc;padding:5px 8px;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.white_bold_bg_20{font-size:20px;line-height:20px;font-weight:900;font-family:Raleway;color:#000;text-decoration:none;background-color:#fff;padding:5px 8px;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.white_heavy_70{font-size:70px;line-height:70px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.light_heavy_70_shadowed{font-size:70px;line-height:70px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:0 0 7px rgba(0,0,0,0.25);border-width:0;border-color:#000;border-style:none}.tp-caption.light_medium_30_shadowed{font-size:30px;line-height:40px;font-weight:700;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:0 0 7px rgba(0,0,0,0.25);border-width:0;border-color:#000;border-style:none}.tp-caption.blackboxed_heavy{font-size:70px;line-height:70px;font-weight:800;font-family:"Open Sans";color:#fff;text-decoration:none;background-color:#000;padding:5px 20px;text-shadow:rgba(0,0,0,0.14902) 0 0 7px;border-width:0;border-color:#000;border-style:none}.tp-caption.bignumbers_white{color:#fff;background-color:rgba(0,0,0,0);font-size:84px;line-height:84px;font-weight:800;font-family:Raleway;text-decoration:none;padding:0;text-shadow:rgba(0,0,0,0.247059) 0 0 7px;border-width:0;border-color:#fff;border-style:none solid none none}.tp-caption.whiteline_long{line-height:1px;min-width:660px;background-color:transparent;text-decoration:none;border-width:2px 0 0 0;border-color:#fff #222 #222 #222;border-style:solid none none none}.tp-caption.light_medium_20_shadowed{font-size:20px;line-height:30px;font-weight:700;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:0 0 7px rgba(0,0,0,0.25);border-width:0;border-color:#000;border-style:none}.tp-caption.fullgradient_overlay{background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);filter:progid;width:100%;height:100%;border-width:0;border-color:#222;border-style:none}.tp-caption.light_medium_20{font-size:20px;line-height:30px;font-weight:700;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;border-width:0;border-color:#000;border-style:none}.tp-caption.reddishbg_heavy_70{font-size:70px;line-height:70px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:rgba(100,1,24,0.8);padding:50px;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.borderbox_725x130{min-width:725px;min-height:130px;background-color:transparent;text-decoration:none;border-width:2px;border-color:#fff;border-style:solid}.tp-caption.light_heavy_34{font-size:34px;line-height:34px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.black_thin_30{font-size:30px;line-height:30px;font-weight:100;font-family:Raleway;color:#000;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.black_thin_whitebg_30{font-size:30px;line-height:30px;font-weight:300;font-family:Raleway;color:#000;text-decoration:none;background-color:#fff;padding:5px 10px;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.white_heavy_60{font-size:60px;line-height:60px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.black_thin_blackbg_30{font-size:30px;line-height:30px;font-weight:300;font-family:Raleway;color:#fff;text-decoration:none;background-color:#000;padding:5px 10px;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.light_thin_60{font-size:60px;line-height:60px;font-weight:100;font-family:Raleway;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.greenbgfull{background-color:#85b85f;width:100%;height:100%;border-width:0;border-color:#222;border-style:none}.tp-caption.bluebgfull{text-decoration:none;width:100%;height:100%;background-color:#3da4cf;border-width:0;border-color:#222;border-style:none}.tp-caption.blackbgfull{text-decoration:none;width:100%;height:100%;background-color:rgba(0,0,0,0.247059);border-width:0;border-color:#222;border-style:none}.tp-caption.wave_repeat1{width:100%;height:600px;background-repeat:repeat-x;background-color:transparent;text-decoration:none;border-width:0;border-color:#222;border-style:none}.tp-caption.wavebg2{width:200%;height:300px;text-decoration:none;background-image:url("../../../revolution.themepunch.com/wp-content/uploads/2014/05/wave21.png.html");border-width:0;border-color:#222;border-style:none}.tp-caption.wavebg1{width:200%;height:300px;text-decoration:none;background-image:url("http://themepunch.com/revolution/wp-content/uploads/2014/05/wave11.png");border-width:0;border-color:#222;border-style:none}.tp-caption.wavebg3{width:200%;height:300px;text-decoration:none;background-image:url("http://themepunch.com/revolution/wp-content/uploads/2014/05/wave3.png");border-width:0;border-color:#222;border-style:none}.tp-caption.wavebg4{width:200%;height:300px;text-decoration:none;background-image:url("http://themepunch.com/revolution/wp-content/uploads/2014/05/wave4.png");border-width:0;border-color:#222;border-style:none}.tp-caption.greenishbg_heavy_70{font-size:70px;line-height:70px;font-weight:900;font-family:Raleway;color:#fff;text-decoration:none;padding:50px;text-shadow:none;background-color:rgba(40,67,62,0.8);border-width:0;border-color:#000;border-style:none}.tp-caption.wavebg5{width:200%;height:300px;text-decoration:none;background-image:url("http://themepunch.com/revolution/wp-content/uploads/2014/05/wave51.png");border-width:0;border-color:#222;border-style:none}.tp-caption.deepblue_sea{width:100%;height:1000px;background-color:rgba(30,46,59,1);text-decoration:none;border-width:0;border-color:#222;border-style:none}.tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out}.tp-caption a:hover{color:#ffa902}.largeredbtn{font-family:"Raleway",sans-serif;font-weight:900;font-size:16px;line-height:60px;color:#fff!important;text-decoration:none;padding-left:40px;padding-right:80px;padding-top:22px;padding-bottom:22px;background:#ea5b1f;background:-moz-linear-gradient(top,rgba(234,91,31,1) 0,rgba(227,58,12,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(234,91,31,1)),color-stop(100%,rgba(227,58,12,1)));background:-webkit-linear-gradient(top,rgba(234,91,31,1) 0,rgba(227,58,12,1) 100%);background:-o-linear-gradient(top,rgba(234,91,31,1) 0,rgba(227,58,12,1) 100%);background:-ms-linear-gradient(top,rgba(234,91,31,1) 0,rgba(227,58,12,1) 100%);background:linear-gradient(to bottom,rgba(234,91,31,1) 0,rgba(227,58,12,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea5b1f',endColorstr='#e33a0c',GradientType=0)}.largeredbtn:hover{background:#e33a0c;background:-moz-linear-gradient(top,rgba(227,58,12,1) 0,rgba(234,91,31,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(227,58,12,1)),color-stop(100%,rgba(234,91,31,1)));background:-webkit-linear-gradient(top,rgba(227,58,12,1) 0,rgba(234,91,31,1) 100%);background:-o-linear-gradient(top,rgba(227,58,12,1) 0,rgba(234,91,31,1) 100%);background:-ms-linear-gradient(top,rgba(227,58,12,1) 0,rgba(234,91,31,1) 100%);background:linear-gradient(to bottom,rgba(227,58,12,1) 0,rgba(234,91,31,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e33a0c',endColorstr='#ea5b1f',GradientType=0)}.fullrounded img{-webkit-border-radius:400px;-moz-border-radius:400px;border-radius:400px}

/* new css */
/* Brighton : Industry HTML5 Template */





@media only screen and (max-width: 1140px){

	.main-header .header-upper .logo-outer,

	.main-header .header-upper .upper-right{

		width:100%;

		text-align:center;

	}

	

	.main-header .header-upper .logo-outer{

		margin-bottom:30px;	

	}

	

	.main-header .info-box{

		display:inline-block;

		margin:10px 25px;

		float:none;

		text-align:left;

		width:260px;

	}

	

	.main-header .info-box:last-child{

		text-align:center;	

	}

	

	.main-header .header-upper .info-box::after{

		display:none;	

	}

	

	.two-col-fluid .testimonial-column .inner-box,

	.two-col-fluid .form-column .inner-box{

		padding:50px 15px;

		max-width:none;

		width:100%;	

	}

	

	.main-header.header-style-one .main-menu .navigation > li > a,

	.main-header.header-style-one .main-menu .navigation > li.dropdown > a{

		padding-left:25px !important;	

		padding-right:25px !important;	

	}

	

	.main-header.header-style-one .main-menu .navigation > li.dropdown > a:after{

		display:none !important;	

	}

	

	.header-style-three .header-upper .logo-box{

		position:relative;

		left:0px;

		top:0px;

		width:100%;

		text-align:center;

		margin:15px 0px;	

	}

	

	.header-style-three .main-menu .navigation:first-child{

		padding-right:0px;	

	}

	

	.header-style-three .main-menu .navigation:last-child{

		padding-left:0px;	

	}

	

	.content-side{

		padding:0px 15px !important;	

	}

	

	.page-wrapper{

		overflow:hidden;	

	}

	

	.service-style-one .left-column{

		padding-right:15px;	

	}

}



@media only screen and (min-width: 768px){

	.main-menu .navigation > li > ul,

	.main-menu .navigation > li > ul > li > ul{

		display:block !important;

		visibility:hidden;

		opacity:0;

	}

}



@media only screen and (max-width: 1023px){

	

	.main-header.header-style-one .main-menu .navigation > li > a,

	.main-header.header-style-one .main-menu .navigation > li.dropdown > a{

		padding-left:15px !important;	

		padding-right:15px !important;	

	}

	

	.main-header .header-upper .upper-right{

		width:100%;	

	}

	

	.main-header .header-upper .upper-column{

		margin-left:0px;

		padding-right:15px;

	}

	

	.sticky-header{

		display:none;	

	}

	

	.fact-counter-column{

		padding:50px 15px 0px;	

	}

	

	.header-style-two .nav-outer{

		padding-right:0px;

	}

	

	.main-header.header-style-two .btn-outer{

		display:none;	

	}

	

	.featured-services .left-column .service-block-three:last-child{

		margin-bottom:30px;	

	}

	

	.featured-services .right-column{

		padding-left:15px;	

	}

	

	.featured-services .left-column{

		padding-right:15px;	

	}

	

	.quick-links .links-outer::after{

		display:none;	

	}

	

	.industry-section .left-column{

		padding-right:15px;

		margin-bottom:30px;

	}

	

	.main-header .header-top .top-right, 

	.main-header .header-top .top-left {

		width: 100%;

		text-align:center;

	}

	

	.main-header .header-top .top-right ul,

	.main-header .header-top .top-left ul {

		text-align: center;

	}

	

	.main-header .header-top .top-right ul li,

	.main-header .header-top .top-left ul li,

	.main-header .links-nav li {

		display: inline-block;

		float: none;

	}

	

	.content-side .news-outer{

		padding-right:0px;	

	}

	

	.sidebar.news-sidebar,

	.sidebar.shop-sidebar{

		margin-left:0px;

		margin-right:0px;	

	}

}



@media only screen and (max-width: 767px){

	

	.main-header .nav-outer{

		padding-right:0px;	

	}

	

	.main-header .header-main-box .nav-outer{

		width:100%;

		margin-top:-70px;

		padding-right:0px;	

	}

	

	.main-header.header-style-three .nav-outer{

		padding:0px;

		border:none;

	}

	

	.main-header.header-style-three .nav-outer .icon-search{

		display:none;	

	}

	

	.main-header.header-style-three .nav-outer .icon-home{

		top:18px;

		margin:0px;

		left:0px;

		z-index:15;	

	}

	

	.main-header.header-style-three .btn-outer{

		left:0px;	

	}

	

	.main-header.header-style-two .nav-outer{

		padding:0px 15px;	

	}

	

	.main-header .btn-outer{

		right:auto;

		left:0px;

		top:0px;

		z-index:14;	

	}

	

	.main-header .header-top .top-right, 

	.main-header .header-top .top-left {

		width: 100%;

		text-align:center;

	}

	

	.main-header .header-top .top-right ul,

	.main-header .header-top .top-left ul {

		text-align: center;

	}

	

	.main-header .header-top .top-right ul li,

	.main-header .header-top .top-left ul li,

	.main-header .links-nav li {

		display: inline-block;

		float: none;

	}



	.header-upper .logo-outer  {

		display: block;

		width: 100%;

	}

	

	.main-header .header-upper .upper-column{

		margin-left:0px;

		width:100%;	

	}

	

	.main-header .header-upper .upper-column{

		padding-right:0px;	

	}

	

	.main-header .header-upper .upper-column.info-box {

		display: block;

		width:100%;

		text-align:center;

		padding:10px;

		max-width:none;

	}

	

	.main-header .info-box .icon-box{

		position:relative;

		display:block;

		top:0px;

		margin:0 auto 15px;	

	}

	

	.main-header.header-style-two .nav-outer{

		padding:0px;	

	}

	

	.main-header .main-menu{

		padding-top:0px;

		width:100%;

		margin:0px;

	}

	

	.main-menu .collapse {

	   max-height:300px;

		overflow:auto;

		float:none;

		width:100%;

		padding:10px 0px 0px;

		border:none;

		margin:0px;

		-ms-border-radius:3px;

		-moz-border-radius:3px;

		-webkit-border-radius:3px;

		-o-border-radius:3px;

		border-radius:3px;

   }

   

	.main-menu .collapse.in,

	.main-menu .collapsing{

		padding:10px 0px 0px;

		border:none;

		margin:0px 0px 15px;

		-ms-border-radius:3px;

		-moz-border-radius:3px;

		-webkit-border-radius:3px;

		-o-border-radius:3px;

		border-radius:3px;	

	}

	

	

	.main-menu .navbar-header{

		position:relative;

		float:none;

		display:block;

		text-align:right;

		width:100%;

		padding:12px 0px;

		right:0px;

		z-index:12;

	}

	

	.main-menu .navbar-header .navbar-toggle{

		display:inline-block;

		z-index:7;

		border:1px solid #04203b;

		float:none;

		margin:0px 0px 0px 0px;

		border-radius:0px;

		background:#e4b700;

	}

	

	.main-menu .navbar-header .navbar-toggle .icon-bar{

		background:#ffffff;	

	}

	

	.main-menu .navbar-collapse > .navigation,

	.header-style-three .main-menu .navigation:first-child,

	.header-style-three .main-menu .navigation:last-child{

		float:none !important;

		margin:0px !important;

		width:100% !important;

		background:#04203b;

		border:1px solid #ffffff;

		border-top:none;

	}

	

	.main-menu .navbar-collapse > .navigation > li,

	.header-style-three .header-upper .main-menu .navigation > li{

		margin:0px !important;

		float:none !important;

		width:100%;

	}

	

	.main-menu .navigation > li > a,

	.main-menu .navigation > li > ul:before{

		border:none;	

	}

	

	.main-menu .navbar-collapse > .navigation > li > a,

	.header-style-two .header-upper .main-menu .navigation > li > a,

	.header-style-two .header-upper .main-menu .navigation > li > ul > li > a,

	.header-style-two .header-upper .main-menu .navigation > li > ul > li > ul > li > a{

		padding:10px 10px !important;

		border:none !important;

		color:#ffffff !important;

		text-align:left;

	}

	

	.main-menu .navigation li.dropdown > a:after,

	.main-menu .navigation > li.dropdown > a:before,

	.main-menu .navigation > li > ul > li > a::before,

	.main-menu .navigation > li > ul > li > ul > li > a::before,

	.header-style-two .header-upper .main-menu .navigation > li > ul > li:after,

	.header-style-two .header-upper .main-menu .navigation > li:after,

	.header-style-two .header-upper .main-menu .navigation > li > ul > li:before,

	.header-style-two .header-upper .main-menu .navigation > li:before,

	.header-style-three .header-upper .main-menu .navigation > li:before,

	.header-style-three .header-upper .main-menu .navigation > li:after{

		color:#ffffff !important;

		right:15px;

		font-size:16px;

		display:none !important;

	}

	

	.main-menu .navbar-collapse > .navigation > li > ul,

	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{

		position:relative;

		border:none;

		float:none;

		visibility:visible;

		opacity:1;

		display:none;

		margin:0px;

		left:auto !important;

		right:auto !important;

		top:auto !important;

		width:100%;

		background:#04203b;

		-webkit-border-radius:0px;

		-ms-border-radius:0px;

		-o-border-radius:0px;

		-moz-border-radius:0px;

		border-radius:0px;

		transition:none !important;

		-webkit-transition:none !important;

		-ms-transition:none !important;

		-o-transition:none !important;

		-moz-transition:none !important;

	}

		

	.main-menu .navbar-collapse > .navigation > li > ul,

	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{

		border-top:1px solid rgba(255,255,255,1) !important;	

	}

	

	.main-menu .navbar-collapse > .navigation > li,

	.main-menu .navbar-collapse > .navigation > li > ul > li,

	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{

		border-top:1px solid rgba(255,255,255,1) !important;

		opacity:1 !important;

		top:0px !important;

		left:0px !important;

		visibility:visible !important;

	}

	

	.main-menu .navbar-collapse > .navigation > li:first-child{

		border:none;	

	}

	

	.main-menu .navbar-collapse > .navigation > li > a,

	.main-menu .navbar-collapse > .navigation > li > ul > li > a,

	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{

		padding:10px 15px !important;

		line-height:22px;

		color:#ffffff;

		background:#04203b;

		text-align:left;

		display:block;

	}

	

	.main-menu .navbar-collapse > .navigation > li > a:hover,

	.main-menu .navbar-collapse > .navigation > li > a:active,

	.main-menu .navbar-collapse > .navigation > li > a:focus{

		background:#04203b;

	}

	

	.main-menu .navbar-collapse > .navigation > li:hover > a,

	.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,

	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,

	.main-menu .navbar-collapse > .navigation > li.current > a,

	.main-menu .navbar-collapse > .navigation > li.current-menu-item > a{

		background:#04203b;

		color:#ffffff !important;

	}

	

	.main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{

		display:block;

	}

	

	.main-menu .navbar-collapse > .navigation li.dropdown:after,

	.main-menu .navigation > li > ul:before{

		display:none !important;	

	}

	

	.main-slider,

	.page-title{

		margin-top:0px !important;	

	}

	

	.main-slider .tp-caption{

		display:none !important;	

	}

	

	.sortable-masonry .masonry-item{

		width:100%;	

	}

	

	

	.page-title{

		padding:80px 0px 160px;	

	}

	

	.page-title h1{

		font-size:24px;	

	}

	

	.search-popup .search-form fieldset input[type="search"]{

		font-size:15px;

		padding:10px 15px;

		border-radius:0px;

	}

	

	.search-popup .search-form fieldset input[type="submit"]{

		position:relative;

		width:100%;

		border-radius:0px;

	}

	

	.footer-bottom .footer-nav ul{

		float:none !important;	

	}

	

	.footer-bottom .footer-nav li{

		display:inline-block;

		float:none;

		margin:0px 10px 10px;	

	}

	

	.main-header.header-style-one .btn-outer .quote-btn{

		padding:16px 10px;	

	}

	

	.main-header.header-style-one .btn-outer .quote-btn{

		padding:17px 10px;	

	}

	

	.call-to-action,

	.call-to-action-two{

		text-align:center;	

	}

	

	.call-to-action .text-right,

	.call-to-action-two .text-right{

		padding-top:20px;

		text-align:center;	

	}

	

	.main-header.header-style-two .btn-outer{

		display:block;

		text-align:left;

		width:200px;

		left:0px;

		top:5px;

		margin-top:0px;	

	}

	

	.news-style-one .image-box{

		margin-bottom:20px;	

	}

	

	.service-block-four .inner-box{

		margin-left:0px;

		padding:25px;

		text-align:center;	

	}

	

	.service-block-four .inner-box .icon-box{

		position:relative;

		left:0px;

		top:0px;

		margin:0px 0px 30px;	

	}

	

	.masonary-section .filters .filter-tabs{

		text-align:center;	

	}

	

	.form-box{

		padding:25px 20px;	

	}

	

	.call-to-action-three h3,

	.sec-title-one h2,

	.sec-title-two h2,

	.sec-title-three h2,

	.sec-title-four h2,

	.sec-title-five h2,

	.sec-title-six h2,

	.sec-title-seven h2,

	.sec-title-eight h2{

		font-size:24px;	

	}

	

	.tabs-style-one .tab-buttons .tab-btn{

		display:block;

		margin:0px 0px 10px;	

	}

	

	.tabs-style-one .tabs-content{

		padding:20px;	

	}

	

	.page-title .social-nav{

		text-align:left;

		padding-top:10px;	

	}

	

	.sidebar-page-container .shop-items{

		padding-left:0px;	

	}

	

	.prod-info-tabs .tabs-style-three{

		padding-left:0px;	

	}

	

	.prod-info-tabs .tabs-style-three .tab-buttons{

		position:relative;

		width:100%;

		margin-bottom:20px;	

	}

	

	.prod-info-tabs .tabs-style-three .tab-buttons .tab-btn{

		margin-bottom:10px;	

	}

}



@media only screen and (max-width: 599px){

	

	.content-side .comments-area .comment .comment-inner,

	.content-side .comments-area .reply-comment{

		padding-left:0px;

		padding-right:0px;

		margin-left:0px;	

	}

	

	.content-side .comments-area .comment .author-thumb{

		position:relative;

		top:0px;

		left:0px;

		margin-bottom:20px !important;	

	}

	

	.main-header .header-upper .upper-right{

		padding:0px 0px;	

	}

	

	.about-section .mission-vision .block .inner-box{

		padding-left:0px;	

	}

	

	.about-section .mission-vision .block .image{

		position:relative;

		width:100%;

		margin-bottom:20px;	

	}

	

	.contact-style-one .info-column .info-box{

		padding:30px 20px;

	}

	

	.contact-style-one .info-column .info-box h3,

	.team-style-one .intro-column h2,

	.parallax-style-one h2{

		font-size:20px;	

	}

	

	.testimonial-style-one .slide-item .inner-box,

	.testimonial-style-two .slide-item .inner-box{

		padding-right:0px;

		text-align:center;	

	}

	

	.testimonial-style-two .slide-item .author-image{

		margin:0 auto;

		float:none;	

	}

	

	.testimonial-style-one .slide-item .author-image{

		margin:0 auto 20px;	

	}

	

	.testimonial-style-two .slide-item .author-info{

		float:none;

		text-align:center;

		margin-bottom:30px;	

	}

	

	.contact-style-two .info-column .inner-box,

	.contact-style-two .form-column .inner-box{

		padding:70px 15px;	

	}

	

	.about-section{

		text-align:center;	

	}

	

	.about-section .who-we-are .info-list li{

		padding:0px;

		text-align:center;

	}

	

	.about-section .who-we-are .info-list li .icon-box{

		position:relative;

		left:0px;

		top:0px;

		margin:0px;

		margin:0 auto 20px;	

	}

	

	.page-info .pull-left,

	.page-info .pull-right{

		width:100%;

		margin:10px 0px;

	}

	

	.main-footer .footer-bottom .footer-nav li{

		margin:0px 10px 10px;	

	}

	

	.main-footer.footer-style-three .footer-bottom .footer-nav,

	.footer-bottom .copyright{

		text-align:center;	

	}

	

	.main-header.header-style-three .top-right .theme-btn{

		display:none;	

	}

	

	.tabs-style-three .reviews-container .review-box{

		padding-left:0px;	

	}

	

	.tabs-style-three .reviews-container .rev-thumb{

		position:relative;

		left:0px;

		top:0px;

		margin:0px 0px 20px;	

	}

	

	.cart-section .totals-table .col{

		width:100%;	

	}

	

	.cart-section .totals-table .col:nth-child(2){

		width:100%;	

	}

	

	.cart-section .apply-coupon .form-group{

		display:block;

		width:100%;

		margin:0px 0px 10px;	

	}

	

	.cart-section .cart-options .pull-left,

	.cart-section .cart-options .pull-right,

	.cart-section .apply-coupon .form-group input[type="text"]{

		width:100%;	

	}

	

	.cart-section .cart-options .theme-btn{

		display:block;

		width:100%;

		text-align:center;

		margin:0px 0px 10px;	

	}

	

	.checkout-page .place-order{

		padding:25px 20px;	

	}

}



@media only screen and (max-width: 499px) {

	

	.main-header .header-upper .upper-column.info-box {	

		margin-left: auto;

		margin-right: auto;

		float: none;

	}

	

	.service-block .inner-box{

		padding-left:0px;

		text-align:center;	

	}

	

	.service-block .inner-box .icon-box{

		position:relative;

		left:0px;

		top:0px;

		margin-bottom:30px;	

	}

	

	.accordion-box .block .content .image{

		margin:0px 0px 20px;

		width:100%;	

	}

	

	.accordion-box .block .content .image img{

		width:100%;	

	}

}






