@charset "utf-8";

/*-----------------------------------------------------------------

	File Name: style.css
	Project: NicePACK
	Author: ShapelyThemes
	Version: 1.2

-----------------------------------------------------------------*/


/*------------------------------------------------------------------
	TABLE OF CONTENTS

	1. Main Styles
	2. Sections
	3. Columns
	4. Flex Slider
	5. Swiper Slider
	6. Top Bar
	7. Top Links
	8. Top Social
	9. Header
	10. Logo
	11. Header Right Content
	12. Main Menu
	13. Mega Menu
	14. Top Search
	15. Top Cart
	16. Languages
	17. Sticky Header
	18. One Page
	19. Side Header
	20. Side Push Panel
	21. Slider
	22. Page Title
	23. Content
	24. Portfolio
	25. Blog
	26. Blog - Author
	27. Comments & Reviews
	28. Comment Form
	29. Shop
	30. Cart
	31. Countdown
	32. Buttons
	33. Flat Banner
	34. Featured Sections
	35. Featured Boxes
	36. Media Box
	37. Colored Box
	38. Process Steps
	39. Alerts
	40. Font Icons
	41. Icon Overlay
	42. Social Icons
	43. Toggle
	44. Accordions
	45. Tabs
	46. Login & Register
	47. Side Navigation
	48. FAQ List
	49. Clients
	50. Testimonials
	51. Team
	52. Pricing Boxes
	53. Counter
	54. Rounded Skills
	55. Skills Bar
	56. Owl Carousel
	57. Overlays
	58. Forms
	59. Contact Form
	60. Google Maps
	61. Google Custom Search
	62. Heading Styles
	63. Blockquotes
	64. Dropcap & Highlight
	65. Text Rotater
	66. Go To Top
	67. Error 404 Page
	68. Preloader
	69. Toast Notifications
	70. Footer
	71. Widgets
	72. Bootstrap Custom
	73. Full Wide Layout
	74. Page Transition
	75. HTML5 Youtube Video Backgrounds
	76. Dark Scheme 
-------------------------------------------------------------------*/


/*-----------------------------------------------------------------
	Google Fonts
-----------------------------------------------------------------*/


@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,700);


/* ----------------------------------------------------------------
	1. Main Styles
-----------------------------------------------------------------*/


body {
	line-height: 1.5;
	letter-spacing: 0.3px;
	color: #848484;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none !important;
	color: #d0a068;
}

a:hover { color: #111; }

a img { border: none; }

img { max-width: 100%; }

iframe {
	border: none !important;
	width: 100%;
	overflow: hidden;
}

audio { width: 100%; }

.spacing-normal { letter-spacing: 1.5px; }

.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	-webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

.nograyscale {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.blur,
.hover-blur:hover {
	-webkit-filter: blur(2px);
 	-moz-filter: blur(2px);
 	-o-filter: blur(2px);
 	-ms-filter: blur(2px);
 	filter: blur(2px);
}

.noblur,
.hover-blur {
	-webkit-filter: blur(0);
 	-moz-filter: blur(0);
 	-o-filter: blur(0);
 	-ms-filter: blur(0);
 	filter: blur(0);
}

.sepia,
.hover-sepia:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'old-timey\'><feColorMatrix type=\'matrix\' values=\'0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\'/></filter></svg>#old-timey");
    -webkit-filter: sepia(0.3);
    -webkit-filter: sepia(30%);
    -moz-filter: sepia(30%);
    -ms-filter: sepia(30%);
    -o-filter: sepia(30%);
    filter: sepia(30%);
}

.sepia:hover,
.hover-sepia {
    -webkit-filter: sepia(0);
    -moz-filter: sepia(0);
    -ms-filter: sepia(0);
    -o-filter: sepia(0);
    filter: none;
    -webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.hover-border:hover {
	border: solid 1px #999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 5px;
	margin: 0 0 20px 0;
	font-family: Dosis, arial, sans-serif;
}

h5,
h6 { 
	color: #111;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 26px; }

h4 { font-size: 20px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span { color: #d0a068; }

h2 > span.text-rotater { color: #333; }

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
	background: #d0a068;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #d0a068; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #d0a068; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 30px; }

small { font-family: 'Open Sans', sans-serif; }

.italic { font-style: italic; }

.bold { font-weight: bold !important;}

.underline { text-decoration: underline; }

.uppercase { text-transform: uppercase; }

.nouppercase { text-transform: none; }

.tright { text-align: right !important; }

.tleft { text-align: left !important; }

.fright { float: right !important; }

.fleft { float: left !important; }

.fnone { float: none !important; }

.ohidden {
	position: relative;
	overflow: hidden !important;
}

#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.line,
.double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 80px 0;
	border-top: 1px solid #eee;
}

.line.line-sm,
.double-line.double-line-sm { margin: 30px 0; }

span.middot {
	display: inline-block;
	margin: 0 5px;
}

.double-line { border-top: 3px double #eee; }

.emptydiv {
	display: block !important;
	position: relative !important;
}

.allmargin { margin: 50px !important; }

.l-margin { margin-left: 50px !important; }

.r-margin { margin-right: 50px !important; }

.t-margin { margin-top: 50px !important; }

.b-margin { margin-bottom: 50px !important; }

.clear-b-margin { margin-bottom: -50px !important; }

.t-margin-small { margin-top: 30px !important; }

.b-margin-small { margin-bottom: 30px !important; }

.clear-b-margin-small { margin-bottom: -30px !important; }

.t-margin-large { margin-top: 80px !important; }

.b-margin-large { margin-bottom: 80px !important; }

.clear-b-margin-large { margin-bottom: -80px !important; }

.nomargin {margin: 0 !important; }

.no-l-margin { margin-left: 0 !important; }

.no-r-margin { margin-right: 0 !important; }

.no-t-margin { margin-top: 0 !important; }

.no-b-margin { margin-bottom: 0 !important; }

.header-stick { margin-top: -50px !important; }

.content-wrap .header-stick { margin-top: -120px !important; }

.footer-stick { margin-bottom: -50px !important; }

.content-wrap .footer-stick { margin-bottom: -80px !important; }

.border { border: 1px solid #e3e3e3; }

.noborder { border: none !important; }

.no-l-border { border-left: none !important; }

.no-r-border { border-right: none !important; }

.no-t-border { border-top: none !important; }

.no-b-border { border-bottom: none !important; }

.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; }

.col-padding { padding: 60px; }

.t-padding-small { padding-top: 30px !important; }

.t-padding { padding-top: 50px !important; }

.b-padding-small { padding-bottom: 30px !important; }

.b-padding { padding-bottom: 50px !important; }

.nopadding { padding: 0 !important; }

.no-l-padding { padding-left: 0 !important; }

.no-r-padding { padding-right: 0 !important; }

.no-t-padding { padding-top: 0 !important; }

.no-b-padding { padding-bottom: 0 !important; }

.noabsolute { position: relative !important; }

.noshadow { box-shadow: none !important; }

.hidden { display: none !important; }

.nothidden { display: block !important; }

.inline-block {
	float: none !important;
	display: inline-block !important;
}

.center { text-align: center !important; }

.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.bgcolor,
.bgcolor #header-wrap { background-color: #d0a068 !important; }

.bgdark { background-color: #444 !important; }

.bglight { background-color: #eee !important; }

.color { color: #d0a068 !important; }

.border-color { border-color: #d0a068 !important; }

.nobg { background: none !important; }

.nobgcolor { background-color: transparent !important; }

.light-gray-bg { background-color: #fafafa !important; }

.bgicon {
	display: block;
	position: absolute;
	bottom: -60px;
	right: -50px;
	font-size: 210px;
	color: rgba(0,0,0,0.1);
}

.text-muted { color: #aaa !important; }

.iconlist {
	padding-left: 0;
	margin-left: 1.75em;
	list-style-type: none;
}

.iconlist i {
	color: #ccc;
	margin-right: 5px;
}

.iconlist li {
	position: relative;
	margin-bottom: 10px;
	margin-left: 20px;
}

.iconlist ul {
	list-style-type: none;
	margin: 5px 0 5px 25px;
}

 ul.iconlist {
 	margin-left: 5px;
 }

.iconlist > li [class^="fa fa-"], .iconlist > li [class*=" fa fa-"] {
	position: absolute;
	left: -1.75em;
	width: 1.75em;
	text-align: center;
	top: 5px;
	width: 14px;
}

.iconlist-color li i {
	color: #d0a068;
}

/* MOVING BG -  TESTIMONIALS */

.bganimate {
  -webkit-animation:BgAnimated 30s infinite linear;
	 -moz-animation:BgAnimated 30s infinite linear;
	  -ms-animation:BgAnimated 30s infinite linear;
	   -o-animation:BgAnimated 30s infinite linear;
		  animation:BgAnimated 30s infinite linear;
}
 @-webkit-keyframes BgAnimated {
  from  {background-position:0 0;}
  to    {background-position:0 400px;}
  }
 @-moz-keyframes BgAnimated {
  from  {background-position:0 0;}
  to    {background-position:0 400px;}
  }
 @-ms-keyframes BgAnimated {
  from  {background-position:0 0;}
  to    {background-position:0 400px;}
  }
 @-o-keyframes BgAnimated {
  from  {background-position:0 0;}
  to    {background-position:0 400px;}
  }
 @keyframes BgAnimated {
  from  {background-position:0 0;}
  to    {background-position:0 400px;}
  }

.vertical-middle { height: auto !important; }

.magnific-max-width .mfp-content { max-width: 800px; }


/* ----------------------------------------------------------------
	2. Sections
-----------------------------------------------------------------*/


.section {
	position: relative;
	margin: 60px 0;
	padding: 100px 0;
	background-color: #f7f7f7;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
}

.section.pattern { background: url(../images/pattern.png); }

.parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

.mobile-parallax {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center;
}

.section .container { z-index: 2; }

.section .container + .video-wrap { z-index: 1; }

.revealer-image {
	position: relative;
	bottom: -100px;
	transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image { bottom: -50px; }


/* ----------------------------------------------------------------
	3. Columns
-----------------------------------------------------------------*/


.postcontent.fullwidth { width: 100%; }
.postcontent { width: 860px; }
.postcontent.bothsidebar { width: 580px; }
.sidebar { width: 240px; }
.col-full { width: 100%; }
.col-1-half { width: 48%; }
.col-1-third { width: 30.63%; }
.col-2-third { width: 65.33%; }
.col-1-fourth { width: 22%; }
.col-3-fourth { width: 74%; }
.col-1-fifth { width: 16.8%; }
.col-2-fifth { width: 37.6%; }
.col-3-fifth { width: 58.4%; }
.col-4-fifth { width: 79.2%; }
.col-1-sixth { width: 13.33%; }
.col-5-sixth { width: 82.67%; }
body.full-wide .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}

.postcontent,
.sidebar,
.col-full,
.col-1-half,
.col-1-third,
.col-2-third,
.col-3-fourth,
.col-1-fourth,
.col-1-fifth,
.col-2-fifth,
.col-3-fifth,
.col-4-fifth,
.col-1-sixth,
.col-5-sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 50px;
	float: left;
}

.postcontent,
.sidebar { margin-right: 40px; }

.col-full {
	clear: both;
	float: none;
	margin-right: 0;
}

.postcontent.col-last,
.sidebar.col-last { float: right; }

.col-last {
	margin-right: 0 !important;
	clear: right;
}


/* ----------------------------------------------------------------
	4. Flex Slider
-----------------------------------------------------------------*/


.fl-slider,
.fl-slider .flexslider,
.fl-slider .slider-wrap,
.fl-slider .slide,
.fl-slider .slide > a,
.fl-slider .slide > img,
.fl-slider .slide > a > img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.fl-slider { min-height: 32px; }


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-wrap {display: block;}
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-nav {
	position: relative;
	z-index: 10;
	text-align: center !important;
	bottom: 40px;
	margin-bottom: -22px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.flex-control-nav li {
	display: inline-block;
	margin: 0 3px;
	width: 15px;
	height: 15px;
}

.flex-control-nav li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 15px !important;
	height: 15px !important;
	border: 1px solid #000;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active { background-color: #777; }


/* ----------------------------------------------------------------
	5. Swiper Slider
-----------------------------------------------------------------*/


.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}

.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;

	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);

	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide { float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y; }
.swiper-wp8-vertical { -ms-touch-action: pan-x; }


/* ----------------------------------------------------------------
	6. Top Bar
-----------------------------------------------------------------*/


#top-bar {
	position: relative;
	border-bottom: 2px solid #f4f4f4;
	background-color: #d0a068;
	height: 46px;
	line-height: 44px;
	font-size: 15px;
}

#top-bar .col-1-half { width: auto; }

#top-bar.top-bar-gray {
	background-color: #f8f8f8;
}


/* ----------------------------------------------------------------
	7. Top Links
-----------------------------------------------------------------*/


.top-links {
	position: relative;
	float: left;
}

.top-links ul {
	margin: 0;
	list-style: none;
}

.top-links ul li {
	float: left;
	position: relative;
	height: 44px;
}

.top-links li > a {
	display: block;
	padding: 0 15px;
	font-size: 12px;
	font-weight: 600;
	height: 44px;
	color: #eee;
}

#top-bar.top-bar-gray .top-links li > a { color: #999; }

.top-links li i {
	position: relative;
	top: 1px;
}

.top-links li i.fa fa-angle-down { margin: 0 0 0 2px !important; }

.top-links li i:first-child { margin-right: 2px; }

.top-links li.full-icon i {
	top: 2px;
	font-size: 14px;
	margin: 0;
}

.top-links li > a:hover { color: #fff; }

#top-bar.top-bar-gray .top-links li > a:hover {	color: #212121; }

.top-links ul ul,
.top-links ul div.top-link-section {
	display: none;
	pointer-events: none;
	position: absolute;
	z-index: 210;
	line-height: 1.5;
	background: #FFF;
	border: 0;
	top: 44px;
	left: 0;
	width: 140px;
	margin: 0;
	border-top: 1px solid #d0a068;
	border-bottom: 1px solid #EEE;
	box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
}

.top-links li:hover ul,
.top-links li:hover div.top-link-section { pointer-events: auto; }

.top-links ul ul li {
	float: none;
	height: 36px;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #EEE;
}

.top-links ul ul li:hover { background-color: #F9F9F9; }

.top-links ul ul li:first-child {
	border-top: none !important;
	border-left: 1px solid #EEE;
}

.top-links ul ul a {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}

.top-links ul ul img {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.top-links ul ul.top-demo-lang img {
	top: 4px;
	width: 16px;
	height: 16px;
}

.top-links ul div.top-link-section {
	padding: 25px;
	left: 0;
	width: 280px;
}

.fright .top-links ul div.top-link-section,
.top-links.fright ul div.top-link-section {
	left: auto;
	right: 0;
}


/* ----------------------------------------------------------------
	8. Top Social
-----------------------------------------------------------------*/

#top-social,
#top-social ul {
	margin: 0;
}

#top-social li,
#top-social li a {
	display: block;
	position: relative;
	float: left;
	width: auto;
	overflow: hidden;
	height: 44px;
	line-height: 44px;
}

#top-social li a {
	color: #eee;
	font-size: 15px;
	margin: 0 4px;
}

#top-bar.top-bar-gray #top-social li a { color: #999; }

#top-social li a:hover { color: #fff !important; }

#top-bar.top-bar-gray #top-social li a:hover { color: #444 !important; }


/* ----------------------------------------------------------------
	9. Header
-----------------------------------------------------------------*/


#header {
	position: relative;
	background-color: #FFF;
	border-bottom: 1px solid #F5F5F5;
}

#header .container { position: relative; }

#header.transparent-header {
	background: transparent;
	border-bottom: none;
	z-index: 199;
}

#header.semi-transparent { background-color: rgba(255,255,255,0.5) !important; }

#header.transparent-header.floating-header { margin-top: 60px; }

#header.transparent-header.floating-header .container {
	width: 1220px;
	background-color: #FFF;
	padding: 0 40px;
	border-radius: 2px;
}

#header.transparent-header.floating-header.sticky-header .container {
	width: 1170px;
	padding: 0 15px;
	height: 60px;
}

#header.transparent-header + #slider,
#header.transparent-header + #main-title.main-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -100px;
	margin-bottom: -100px;
}

#header.transparent-header.broad-header + #slider,
#header.transparent-header.broad-header + #main-title.main-title-parallax,
#header.transparent-header.broad-header + #google-map,
#slider + #header.transparent-header.broad-header {
	top: -130px;
	margin-bottom: -130px;
}

#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map {
	top: -160px;
	margin-bottom: -160px;
}

#header.transparent-header.floating-header.broad-header + #slider,
#header.transparent-header.floating-header.broad-header + #google-map {
	top: -190px;
	margin-bottom: -190px;
}

#header.transparent-header + #main-title.main-title-parallax .container {
	z-index: 5;
	padding-top: 130px;
}

#header.wide-header { border-bottom-color: #EEE; }

#header.broad-header #header-wrap,
#header.broad-header {
	height: 130px;
}

#header.broad-header {
	background: url(../images/header_shadow.png) top center no-repeat;
}

body.full-wide #header.wide-header .container {
	width: 100%;
	padding: 0 30px;
}

#slider + #header.transparent-header #header-wrap {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: none;
}


/* ----------------------------------------------------------------
	10. Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 100%;
	margin-right: 10px;
	margin-top: 9px;
}

#logo.logo-centered {
	margin: 20px auto;
}

#header.wide-header #logo,
#header.broad-header #logo {
	padding-right: 0;
	margin-right: 20px;
}

#header.broad-header #logo {
	margin-top: 45px;
}

#logo a {
	display: block;
	color: #000;
}

#logo img {
	display: block;
	max-width: 100%;
}

#logo a.logo-style { display: block; }

#logo a.retina-logo { display: none; }


/* ----------------------------------------------------------------
	11. Header Right Content
-----------------------------------------------------------------*/


.header-extras {
	float: right;
	margin: 30px 0 25px;
}

.header-extras li {
	float: left;
	overflow: hidden;
	list-style: none;
}


/* ----------------------------------------------------------------
	12. Main Menu
-----------------------------------------------------------------*/


#main-menu {
	float: right;
	height: 100px;
}

#header.wide-header #main-menu > ul {
	float: left;
	padding-right: 0;
	margin-right: 0;
}

#header.transparent-header.wide-header #main-menu > ul { border-right-color: rgba(0,0,0,0.1); }

#main-menu-trigger,
#page-submenu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 21px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

body.overlay-menu #header.broad-header:not(.sticky-header) #main-menu-trigger {
	margin-top: 13px;
}

#main-menu ul {
	list-style: none;
	height: 100px;
	margin: 0;
}

#main-menu > ul { float: left; }

#main-menu ul li {
	position: relative;
	float: left;
	margin-left: 2px;
}

#main-menu ul li.mega-menu { position: inherit; }

#main-menu ul li:first-child { margin-left: 0; }

#main-menu ul li a {
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0 13px;
	color: #ffffff;
	text-shadow: 1px 1px 1px black;

	font-weight: 400;
	font-size: 17px;
    font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
	-o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
	transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}

#header.broad-header #main-menu ul li a {
	line-height: 174px;
}

#main-menu ul li span { display: none; }

#main-menu ul li i {
	position: relative;
	font-size: 14px !important;
	top: 1px;
	line-height: 99px;
	width: 14px;
	text-align: center;
	margin-right: 6px;
	-webkit-transition: line-height .4s ease;
	-o-transition: line-height .4s ease;
	transition: line-height .4s ease;
}

#main-menu > ul > li:hover a,
#main-menu > ul > li.current a,
body.overlay-menu #main-menu > ul > li:hover a,
body.overlay-menu #main-menu > ul > li.current a { color: #d0a068; }

#main-menu > ul > li.sub-menu > a > div { }

#main-menu li:hover > ul { display: block; }

#main-menu ul ul,
#main-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	width: 220px;
	background-color: #FFF;
	box-shadow: 0px 9px 2px 9px rgba(0, 0, 0, 0.02);
	border: 1px solid #EEE;
	height: auto;
	z-index: 199;
	top: 100px;
	left: 0;
	margin: 0;
	padding: 10px 0;
}

#header.broad-header #main-menu ul ul { top: 130px; }
#header.broad-header #main-menu ul li .mega-menu-content ul { top: 0; }

#main-menu ul ul ul {
	top: -2px !important;
	left: 218px;
}

#main-menu ul ul.menu-pos-invert,
#main-menu ul li .mega-menu-content.menu-pos-invert {
	left: auto;
	right: 0;
}

#main-menu ul ul ul.menu-pos-invert { right: 218px; }

#main-menu ul ul li {
	float: none;
	margin: 0;
}

#main-menu ul ul li:first-child { border-top: 0; }

#main-menu ul ul a {
	font-size: 13px;
	font-weight: 400;
	height: 40px !important;
	line-height: 40px !important;
	color: #666 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border: 0 !important;
	letter-spacing: 0.5px;
	font-family: 'Open Sans', serif;
	text-transform: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#main-menu ul ul li:hover > a {
	background-color: #F9F9F9;
}

#main-menu ul ul i { line-height: inherit; }

#main-menu ul ul > li.sub-menu > a,
#main-menu ul ul > li.sub-menu:hover > a {
	background-image: url(../images/icons/submenu.png);
	background-position: right center;
	background-repeat: no-repeat;
}


/* ----------------------------------------------------------------
	13. Mega Menu
-----------------------------------------------------------------*/


#main-menu ul li .mega-menu-content,
#main-menu ul li.mega-menu-small .mega-menu-content { width: 650px; }

#main-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #main-menu ul li.mega-menu .mega-menu-content {
	margin: 0 15px;
	padding-left: 30px;
	padding-right: 30px;
	width: 1140px;
	top: 100px;
}

#header.broad-header #main-menu ul li.mega-menu .mega-menu-content,
#header.broad-header .floating-header.sticky-header #main-menu ul li.mega-menu .mega-menu-content {
	top: 130px;
}

.floating-header #main-menu ul li.mega-menu .mega-menu-content {
	margin: 0;
	width: 1220px;
}

body.full-wide .container-fullwidth #main-menu ul li.mega-menu .mega-menu-content { margin: 0 60px; }

body.full-wide #header.wide-header #main-menu ul li.mega-menu .mega-menu-content { margin: 0 30px; }

#main-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0 10px; }

#main-menu ul li .mega-menu-content ul {
	display: block;
	position: relative;
	top: 0;
	min-width: inherit;
}

#main-menu ul li .mega-menu-content > ul { float: left; }

#main-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
	display: block !important;
	opacity: 1 !important;
	top: 0;
	left: 0;
}

#main-menu ul li .mega-menu-content.col-2 > ul,
#main-menu ul li .mega-menu-content.col-3 > ul,
#main-menu ul li .mega-menu-content.col-4 > ul,
#main-menu ul li .mega-menu-content.col-5 > ul {
	width: 50%;
	margin: 0;
	border-left: 1px solid #F2F2F2;
}

#main-menu ul li .mega-menu-content.col-3 > ul { width: 33.33%; }

#main-menu ul li .mega-menu-content.col-4 > ul { width: 25%; }

#main-menu ul li .mega-menu-content.col-5 > ul { width: 20%; }

#main-menu ul li .mega-menu-content > ul:first-child { border-left: 0; }

#main-menu ul li .mega-menu-content ul a {
	height: 42px;
	line-height: 42px;
}

#main-menu ul li .mega-menu-content ul {
	width: 100%;
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

#main-menu ul li .mega-menu-content > ul > li.mega-menu-title > div { margin-bottom: 20px; }

#main-menu ul li .mega-menu-content.style-2 > ul { padding: 30px 20px; }

#main-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title { margin-top: 20px; }

#main-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:first-child { margin-top: 0; }

#main-menu ul li .mega-menu-content > ul > li.mega-menu-title > div,
#main-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a {
	font-size: 13px;
	font-family: Dosis, arial, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase !important;
	margin-bottom: 20px;
	color: #212121 !important;
	padding: 0;
	height: auto !important;
	line-height: 1.3 !important;
}

#main-menu ul li .mega-menu-content:not(.style-2) > ul > li.mega-menu-title > div {
	margin: 20px 15px;
}

#main-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a {
	padding: 0;
	color: #212121 !important;
}

#main-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover { color: #d0a068 !important; }

#main-menu ul ul i { line-height: inherit; }

#main-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title.sub-menu > a,
#main-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title.sub-menu:hover > a { background: none; }

#main-menu ul li .mega-menu-content.style-2 li { border: 0; }

#main-menu ul li .mega-menu-content.style-2 ul a {
	padding-left: 10px;
	height: 42px !important;
	line-height: 42px !important;
}


/* Main Menu - Bordered
-----------------------------------------------------------------*/

#main-menu.m-bordered > ul > li > a {
	height: 44px;
	line-height: 42px;
	margin: 28px 0;
	border-radius: 2px;
	border: 1px solid transparent;
}

#header.broad-header #main-menu.m-bordered > ul > li > a {
	line-height: 41px;
	margin-top: 65px;
}

#main-menu.m-bordered > ul > li > a i { line-height: 41px; }

#header.broad-header #main-menu.m-bordered > ul > li > a i { line-height: 40px; }

#main-menu.m-bordered > ul > li:hover > a,
#main-menu.m-bordered > ul > li.current > a { border-color: #d0a068; }


/* Main Menu - Left Aligned
-----------------------------------------------------------------*/

#main-menu.m-left-align {
	float: none;
	max-width: none;
	border-top: 1px solid #F5F5F5;
}

#main-menu.m-left-align > div > ul {
	float: left; 
	margin-left: -13px;
}

#main-menu.m-left-align,
#main-menu.m-left-align > div > ul,
#main-menu.m-left-align > div > ul > li > a { height: 60px; }

#logo + #main-menu.m-left-align {
	height: 100px;
	border-top: 0;
}

#main-menu.m-left-align > div > ul > li > a { line-height: 60px; }

#main-menu.m-left-align > div > ul > li > a i { line-height: 59px; }

#main-menu.m-left-align ul ul,
#main-menu.m-left-align ul li .mega-menu-content { top: 60px; }

#logo + #main-menu.m-left-align > ul > li > ul,
#logo + #main-menu.m-left-align ul li .mega-menu-content { top: 100px; }

#main-menu.m-left-align > div #top-search,
#main-menu.m-left-align > div #top-cart,
#main-menu.m-left-align > div #side-panel-trigger {
	margin-top: 20px;
	margin-bottom: 20px;
}

#main-menu > div > ul > li:hover a,
#main-menu > div > ul > li.current a { color: #d0a068; }

body:not(.device-sm):not(.device-xs):not(.device-xxs) #main-menu.m-left-align.center > ul,
body:not(.device-sm):not(.device-xs):not(.device-xxs) #main-menu.m-left-align.center > div {
	float: none;
	display: inline-block;
	width: auto;
	text-align: left;
}


/* Main Menu - with Background
-----------------------------------------------------------------*/

#main-menu.m-bg > ul > li > a {
	height: 44px;
	line-height: 44px;
	margin: 28px 0;
	border-radius: 2px;
}

#main-menu.m-bg > ul > li > a i { line-height: 43px; }

#main-menu.m-bg > ul > li:hover > a {
	color: #fff;
	background-color: #444;
}

#main-menu.m-bg > ul > li.current > a {
	color: #fff;
	background-color: #444;
}


/* Main Menu - with Top Line
-----------------------------------------------------------------*/

#main-menu.m-top-line > ul > li > a { position: relative; }

#main-menu.m-top-line > ul > li > a:after,
#main-menu.m-top-line > ul > li.current > a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
	border-top: 3px solid #eee;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#main-menu.m-top-line > ul > li.current > a:after,
#main-menu.m-top-line > ul > li:hover > a:after { opacity: 1; }


/* Main Menu - Overlay Menu
-----------------------------------------------------------------*/


@media (min-width: 992px) {

.overlay-menu:not(.top-search-open) #main-menu-trigger {
	opacity: 1;
	pointer-events: auto;
	left: auto;
	right: 75px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}

.overlay-menu:not(.top-search-open) .wide-header #main-menu-trigger { right: 90px; }

.overlay-menu #main-menu > #overlay-menu-close {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 25px;
	left: auto;
	right: 25px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	text-align: center;
	color: #eee;
	z-index: 300;
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
	-webkit-transition: opacity .4s ease, transform .45s .15s ease;
	-o-transition: opacity .4s ease, transform .45s .15s ease;
	transition: opacity .4s ease, transform .45s .15s ease;
}

.overlay-menu #main-menu > ul {
	opacity: 0 !important;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	z-index: 299;
	background: #000;
	-webkit-transition: opacity .7s ease;
	-o-transition: opacity .7s ease;
	transition: opacity .7s ease;
}

.overlay-menu #main-menu > ul.show {
	opacity: 1 !important;
	display: inherit !important;
	pointer-events: auto;
}

.overlay-menu #main-menu > ul.show ~ #overlay-menu-close {
	opacity: 1;
	-webkit-transition: opacity .7s .4s ease, transform .45s .15s ease;
	-o-transition: opacity .7s .4s ease, transform .45s .15s ease;
	transition: opacity .7s .4s ease, transform .45s .15s ease;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}

.overlay-menu #main-menu > ul > li {
	float: none;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}

.overlay-menu #main-menu > ul > li > a {
	height: 80px !important;
	line-height: 80px !important;
	font-size: 16px;
	letter-spacing: 15px;
	opacity: 0;
	color: #777;
	border-bottom: 1px solid rgba(255,255,255,0.06);
	-webkit-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	transform: translateX(-200px);
	-webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
	-o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
	transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
}

.overlay-menu #main-menu > ul.show > li > a {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

}


/* ----------------------------------------------------------------
	14. Top Search
-----------------------------------------------------------------*/


#top-search,
#top-cart,
#side-panel-trigger {
	float: right;
	margin: 40px 10px 40px 25px;
}

#header.broad-header #top-search,
#header.broad-header #top-cart,
#header.broad-header #side-panel-trigger {
	float: right;
	margin: 77px 10px 40px 25px;
}

#top-cart { position: relative; }

#top-search a,
#top-cart a,
#side-panel-trigger a {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #444;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#side-panel-trigger a {
	color: #777;
	font-size: 18px;
	line-height: 18px;
}

#top-search a { z-index: 11; }

#top-search a i {
	position: absolute;
	top: 1px;
	left: 0;
	color: #aaa;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

body.top-search-open #top-search a i.icon-magnifier,
#top-search a i.icon-close { opacity: 0; }

body.top-search-open #top-search a i.icon-close {
	opacity: 1;
	z-index: 11;
	font-size: 16px;
}

#top-search form {
	opacity: 0;
	z-index: -2;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	padding: 0 15px;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

body.top-search-open #top-search form {
	opacity: 1;
	z-index: 10;
}

#top-search form input {
	box-shadow: 0px 9px 2px 9px rgba(0, 0, 0, 0.05);;
	pointer-events: none;
	border-radius: 0;
	border: 0;
	outline: 0 !important;
	font-size: 25px;
	padding: 10px;
	height: 300px;
	background-color: white;
	text-align: center;
	color: #444;
	margin-top: 0 !important;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.wide-header #top-search form input { padding-left: 40px; }

body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input { padding-left: 60px; }

body.top-search-open #top-search form input { pointer-events: auto; }

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.wide-header):not(.floating-header) #top-search form input { border-bottom: 2px solid rgba(0,0,0,0.1); }

#top-search form input::-moz-placeholder {
	color: #999;
	opacity: 1;
	text-transform: uppercase !important;
}
#top-search form input:-ms-input-placeholder {
	color: #999;
	text-transform: uppercase !important;
}
#top-search form input::-webkit-input-placeholder {
	color: #999;
	text-transform: uppercase !important;
}

#main-menu .container #top-search form input,
.sticky-header #top-search form input { border: none !important; }


/* ----------------------------------------------------------------
	15. Top Cart
-----------------------------------------------------------------*/


#top-cart,
#header.broad-header #top-cart { margin-left: 15px; }

#top-cart a {
	font-size: 23px;
	top: -2px;
}

#top-cart a:hover { color: #d0a068; }

#top-cart > a > span {
	display: block;
	position: absolute;
	top: -5px;
	left: auto;
	right: 15px;
	font-size: 10px;
	color: #444;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
}


/* ----------------------------------------------------------------
	16. Languages
-----------------------------------------------------------------*/

ul#lang {
	float: right !important;
	margin-left: 5px;
}

ul#lang > li > a > div {
	text-transform: none !important;
}

ul#lang:hover li div {
	border: none;
}

#main-menu > ul#lang > li:hover > a,
#main-menu > ul#lang > li.current > a { 
	background: transparent;
	border-color: transparent !important;
	color: #212121;
}

ul#lang li ul li div {
	text-transform: uppercase !important;
}


/* ----------------------------------------------------------------
	17. Sticky Header
-----------------------------------------------------------------*/

#header,
#header-wrap,
#logo img,
#main-menu:not(.m-left-align),
#main-menu:not(.m-bg) > ul {
	height: 100px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}

#logo img {
	height: 83px;
}

#header.sticky-style-2 { height: 184px; }

#header.sticky-style-3 { height: 161px; }

#header.sticky-style-2 #header-wrap,
#header.sticky-style-3 #header-wrap { height: 60px; }

#main-menu > ul > li > ul,
#main-menu > ul > li > .mega-menu-content,
#main-menu > ul > li.mega-menu > .mega-menu-content {
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
}

#top-search,
#top-cart {
	-webkit-transition: margin .4s ease, opacity .3s ease;
	-o-transition: margin .4s ease, opacity .3s ease;
	transition: margin .4s ease, opacity .3s ease;
}

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #main-menu > ul,
body:not(.top-search-open) #main-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger {
	opacity: 1;
	-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	-o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open #header-wrap #logo,
body.top-search-open #main-menu > ul,
body.top-search-open #main-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger { opacity: 0; }

#header.sticky-header.semi-transparent { background-color: transparent; }

#header-wrap { position: relative; }

#header.sticky-header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.03);
	-webkit-backface-visibility: hidden;
}

#header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255,255,255,0.8) }

#header.sticky-header,
#header.sticky-header #header-wrap,
#header.sticky-header:not(.sticky-style-2) #logo img,
#header.sticky-header #main-menu,
#header.sticky-header #main-menu > ul,
#header.sticky-header #main-menu > ul > li > a { height: 60px; }

#header.sticky-header:not(.sticky-style-2) #logo img { height: 67px; }

#header.sticky-header:not(.sticky-style-2) #logo { margin-top: -4px; }

#header.sticky-header.sticky-style-2 { height: 161px; }

#header.sticky-header #main-menu > ul > li > a { line-height: 60px; }

#header.sticky-header #main-menu > ul > li > a i { line-height: 59px; }

#header.sticky-header #main-menu > ul > li > ul,
#header.sticky-header #main-menu > ul > li > .mega-menu-content,
#header.sticky-header #main-menu > ul > li.mega-menu > .mega-menu-content { top: 60px; }

#header.sticky-header #top-search,
#header.sticky-header #top-cart,
#header.sticky-header #side-panel-trigger {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#header #top-cart > a > span,
#header.sticky-header #top-cart > a > span {
	color: #444;
}

#header.sticky-header #top-cart .top-cart-content { top: 40px; }

#header.sticky-header.sticky-style-2 #main-menu { border-top: 0; }


/* Main Menu - Bordered
-----------------------------------------------------------------*/

#header.sticky-header #main-menu.m-bordered > ul > li > a {
	height: 36px;
	line-height: 34px;
	margin: 12px 0;
}

#header.sticky-header #main-menu.m-bordered > ul > li > a i { line-height: 33px; }


/* Main Menu - with Background
-----------------------------------------------------------------*/

#header.sticky-header #main-menu.m-bg > ul > li > a {
	margin: 0;
	border-radius: 0;
	color: #212121;
	background-color: transparent;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


/* ----------------------------------------------------------------
	18. One Page
-----------------------------------------------------------------*/

.one-page-arrow {
	position: absolute;
	z-index: 3;
	bottom: 20px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	font-size: 32px;
	text-align: center;
	color: #222;
}


/* ----------------------------------------------------------------
	19. Side Header
-----------------------------------------------------------------*/

@media (min-width: 992px) {


.side-header #header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 260px;
	height: 100%;
	background-color: #FFF;
	border: none;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.side-header #header-wrap {
	width: 300px;
	height: 100%;
	overflow: auto;
	padding-right: 40px;
}

.side-header #header .container {
	width: 260px !important;
	padding: 0 30px !important;
	margin: 0 !important;
}

.side-header #logo {
	float: none;
	margin: 30px 0 60px;
}

.side-header #logo img { height: auto !important; }

.side-header .center #logo:after { margin: 0 auto; }

.side-header #main-menu { margin-bottom: 30px; }

.side-header #main-menu:not(.no-b-border):after { margin-top: 40px; }

.side-header #main-menu,
.side-header #main-menu ul {
	float: none;
	height: auto;
}

.side-header #main-menu ul li {
	float: none;
	margin: 15px 0 0;
}

.side-header #main-menu ul li:first-child { margin-top: 0; }

.side-header #main-menu ul li a {
	height: 25px;
	line-height: 25px;
	padding: 0;
	text-transform: uppercase;
}

.side-header #main-menu ul li i { line-height: 24px; }

.side-header #main-menu ul ul {
	position: relative;
	width: 100%;
	background-color: transparent;
	box-shadow: none;
	border: none;
	height: auto;
	z-index: 1;
	top: 0;
	left: 0;
	margin: 5px 0;
	padding-left: 12px;
}

.side-header #main-menu ul ul ul {
	top: 0 !important;
	left: 0;
}

.side-header #main-menu ul ul.menu-pos-invert {
	left: 0;
	right: auto;
}

.side-header #main-menu ul ul ul.menu-pos-invert { right: auto; }

.side-header #main-menu ul ul li {
	margin: 0;
	border: 0;
}

.side-header #main-menu ul ul li:first-child { border-top: 0; }

.side-header #main-menu ul ul a {
	font-size: 12px;
	height: auto !important;
	line-height: 24px !important;
	padding: 2px 0 !important;
	color: #888 !important;
}

.side-header #main-menu ul ul li:hover > a {
	background-color: transparent !important;
	color: #444 !important;
}

.side-header #main-menu ul > li.sub-menu > a,
.side-header #main-menu ul > li.sub-menu:hover > a { background-image: none !important; }

.side-header #main-menu ul > li.sub-menu > a:after {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f067';
	font-size: 14px;
	color:;
	top: 1px;
	right: 0;
	-webkit-transition: transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
}

.side-header #main-menu ul > li.sub-menu:hover > a:after {
	font-family: 'FontAwesome';
	content: '\f068';
}

.side-header:not(.open-header) #wrapper {
	margin: 0 0 0 260px !important;
	width: auto !important;
}

.side-header:not(.open-header) #wrapper .container {
	width: auto;
	margin: 0 40px;
}


/* Side Header - Push Header
-----------------------------------------------------------------*/

.side-header.open-header.push-wrapper { overflow-x: hidden; }

.side-header.open-header #header { left: -260px; }

.side-header.open-header.side-header-open #header { left: 0; }

.side-header.open-header #wrapper { left: 0; }

.side-header.open-header.push-wrapper.side-header-open #wrapper { left: 260px; }

#header-trigger { display: none; }

.side-header.open-header #header-trigger {
	display: block;
	position: fixed;
	cursor: pointer;
	top: 20px;
	left: 20px;
	z-index: 11;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: #FFF;
	text-align: center;
	border-radius: 2px;
}

.side-header.open-header.side-header-open #header-trigger { left: 280px; }

.side-header.open-header #header-trigger i:nth-child(1),
.side-header.open-header.side-header-open #header-trigger i:nth-child(2) { display: block; }

.side-header.open-header.side-header-open #header-trigger i:nth-child(1),
.side-header.open-header #header-trigger i:nth-child(2) { display: none; }


.side-header.open-header #header,
.side-header.open-header #header-trigger,
.side-header.open-header.push-wrapper #wrapper {
	-webkit-transition: left .4s ease;
	-o-transition: left .4s ease;
	transition: left .4s ease;
}


/* Side Header - Right Aligned
-----------------------------------------------------------------*/

.side-header.side-header-right #header {
	left: auto;
	right: 0;
	border: none;
	border-left: 1px solid #EEE;
}

.side-header.side-header-right:not(.open-header) #wrapper { margin: 0 260px 0 0 !important; }

.side-header.side-header-right.open-header #header {
	left: auto;
	right: -260px;
}

.side-header.side-header-right.open-header.side-header-open #header {
	left: auto;
	right: 0;
}

.side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper { left: -260px; }

.side-header.side-header-right.open-header #header-trigger {
	left: auto;
	right: 20px;
}

.side-header.side-header-right.open-header.side-header-open #header-trigger {
	left: auto;
	right: 280px;
}

.side-header.side-header-right.open-header #header,
.side-header.side-header-right.open-header #header-trigger {
	-webkit-transition: right .4s ease;
	-o-transition: right .4s ease;
	transition: right .4s ease;
}


}


/* ----------------------------------------------------------------
	20. Side Push Panel
-----------------------------------------------------------------*/

body.side-panel-main { overflow-x: hidden; }

body.side-panel-main #side-panel {
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 399;
	width: 300px;
	height: 100%;
	background-color: #f2f2f2;
	overflow: hidden;
}

body.side-panel-main #wrapper,
body.side-panel-main #header.sticky-header .container { right: 0; }

body.side-panel-main #side-panel .side-panel-wrap {
	position: absolute;
	top: 0;
	left: auto;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 100%;
	overflow-y: hidden;
	padding: 75px 40px;
}

body.side-panel-main #side-panel .side-panel-wrap a { color: #777; }

body.side-panel-main #side-panel .side-panel-wrap a:hover {	color: #333; }

body.side-panel-main #side-panel .side-panel-wrap a i { margin-right: 10px; }

body.side-panel-main.device-touch #side-panel .side-panel-wrap { overflow-y: scroll; }

body.side-panel-main #side-panel .widget {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #E5E5E5;
}

body.side-panel-main #side-panel .widget:first-child {
	padding-top: 0;
	border-top: 0;
	margin: 0;
}

body.side-panel-main.side-panel-open #side-panel { right: 0; }

body.side-panel-main.side-panel-open #wrapper,
body.side-panel-main.side-panel-open #header.sticky-header .container { right: 300px; }

body.side-panel-main #side-panel-trigger {
	display: block;
	cursor: pointer;
	z-index: 11;
	margin-right: 0 !important;
}

body.side-panel-main #side-panel-trigger-close a {
	display: block;
    position: absolute;
    z-index: 12;
    top: 0;
    left: auto;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    color: #333;
    text-align: center;
}

body.side-panel-main #side-panel,
body.side-panel-main #wrapper,
body.side-panel-main.side-panel-open #header.sticky-header .container {
	-webkit-transition: right .4s ease;
	-o-transition: right .4s ease;
	transition: right .4s ease;
}

body.side-panel-main .full-overlay {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: -1;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

body.side-panel-main.side-panel-open .full-overlay {
	opacity: 1;
	z-index: 298;
	pointer-events: auto;
}


/* ----------------------------------------------------------------
	21. Slider
-----------------------------------------------------------------*/


#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}


/* Boxed Slider
-----------------------------------------------------------------*/

.boxed-slider { padding-top: 40px; }


/* Flex Slider - Thumbs
-----------------------------------------------------------------*/

.fl-slider[data-animation="fade"] .flexslider { height: auto !important; }

.flex-control-nav.flex-control-thumbs {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	width: auto;
	margin: 5px -3px -3px 0;
	height: 113px;
}

.flex-control-nav.flex-control-thumbs li { margin: 0 3px 3px 0; float: left; }

.flex-control-nav.flex-control-thumbs li img {
	cursor: pointer;
	text-indent: -9999px;
	border: 0;
	border-radius: 0;
	margin: 0;
	border: 2px solid #eee;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
	display: block;
	width: 85px !important;
	height: 113px !important;
}

.flex-control-nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
	border-color: #444;
}


/* Flex Thumbs - Flexible
-----------------------------------------------------------------*/

.fl-slider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
	margin: 2px -2px -2px 0;
	height: auto;
}

.fl-slider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
	width: 25% !important;
	height: auto !important;
	margin: 0;
	padding: 0 2px 2px 0;
}

.fl-slider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li { width: 33.30% !important; }
.fl-slider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li { width: 20% !important; }
.fl-slider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li { width: 16.66% !important; }
.fl-slider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li { width: 12.5% !important; }
.fl-slider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li { width: 10% !important; }
.fl-slider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li { width: 8.33% !important; }

.fl-slider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
	width: 100% !important;
	height: auto !important;
}


/* Swiper Slider
-----------------------------------------------------------------*/

.swiper_wrapper {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.full-screen .swiper_wrapper { height: auto; }

.swiper_wrapper .swiper-container {
	position: relative;
	width:100%;
	height:100%;
	margin: 0;
	background: url(../images/pattern.png) repeat;
}

.swiper_wrapper .swiper-slide {
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	cursor: -webkit-ew-resize;
	cursor: -o-ew-resize;
	cursor: -ms-ew-resize;
	cursor: ew-resize;
}

.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; }

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

#slider .container {
	position: relative;
	height: 100%;
}


/* Revolution Slider
-----------------------------------------------------------------*/

.boxedcontainer {
	max-width: 1140px;
	margin:auto;
}

.tp-banner-container {
	width:100%;
	position:relative;
	padding:0;
}

.tp-banner,
.tp-banner-fade {
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container,
.tp-banner-fullscreen-container-fade {
	width:100%;
	position:relative;
	padding:0;
}

.tp-banner .button { height: auto !important; }

.tparrows.preview2:after { line-height: 1 !important; }

.revo-slider-emphasis-text {
    font-size: 55px;
    letter-spacing: 20px;
    padding: 0 0 0 20px !important;
    border: none;
}

.revo-slider-emphasis-text2 {
    font-size: 73px;
    letter-spacing: 12px;
    padding: 0 0 0 12px !important;
    border: none;
    text-transform: uppercase;
}

.revo-slider-emphasis-text3 {
    font-size: 38px;
    letter-spacing: 10px;
    padding: 0 0 0 10px !important;
    border: none;
    text-transform: uppercase;
}

.revo-slider-desc-text,
.revo-slider-desc-text2 {
    font-size: 20px;
    width: 650px;
    line-height: 1.5;
}

.revo-slider-desc-text3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
}


/* Video Overlay
-----------------------------------------------------------------*/

.video-section {
	height: 600px;
	padding: 127px 0;
}

.video-section .slider-caption h2 {
	font-family: Dosis, arial, sans-serif;
	font-size: 40px;
	text-transform: uppercase;
}

.video-section .slider-caption .vid-caption {
	display: inline-block;
	padding: 50px;
	margin-top: 20px;
	background: rgba(255,255,255,0.1);
}

.video-section .slider-caption i {
	font-size: 50px;
}

.video-section .slider-caption p {
	color: #ccc;
}

.video-wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.video-wrap video {
	position: relative;
	z-index: 1;
	width: 100%;
}

.video-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background: rgba(0,0,0,0.7) url(../images/grid.png) repeat;
	-webkit-backface-visibility: hidden;
}

.video-full {
	width: 100%;
	height: 100%;
}


/* Slider Caption
-----------------------------------------------------------------*/

.slider-caption,
.flex-caption {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 20;
	max-width: 650px;
	color: #EEE;
	font-size: 20px;
	font-weight: 300;
	-webkit-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
	color: #444;
	text-shadow: none;
}

.slider-caption h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	letter-spacing: 13px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 30px;
}

.slider-caption p {
	margin-bottom: 10px;
	font-size: 18px;
	color: #666;
}

.slider-caption.slider-caption-right {
	left: auto;
	right: 15px;
}

.slider-caption.slider-caption-center {
	position: relative;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.slider-caption-bg {
	padding: 5px 12px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
	top: auto;
	bottom: 50px;
	left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
	background-color: rgba(255,255,255,0.8);
	color: #333;
	font-weight: 400;
	text-shadow: none;
}

.slider-caption-top-left {
	top: 50px;
	bottom: auto;
}

.slider-caption-top-right {
	top: 50px;
	bottom: auto;
	left: auto;
	right: 50px;
}

.slider-caption-bottom-right {
	left: auto;
	right: 50px;
}


/* Slider Arrows
-----------------------------------------------------------------*/

#slider .owl-theme .owl-controls { margin: 0; }

#slider-arrow-left,
#slider-arrow-right,
#slider-arrow-left2,
#slider-arrow-right2,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	left: 0;
	margin-top: -75px;
	width: 52px;
	height: 150px;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#slider-arrow-left,
#slider-arrow-right,
#slider-arrow-left2,
#slider-arrow-right2 { background-color: rgba(0,0,0,0.1); }

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	top: auto;
	bottom: 57px;
	left: auto;
	right: 20px;
	margin: 0;
	width: 32px;
	height: 32px;
}

.slider-arrow-bottom-sm {
	bottom: 20px;
}

.fl-slider[data-thumbs="true"] .flex-prev,
.fl-slider[data-thumbs="true"] .flex-next { margin-top: -64px; }

#slider .owl-prev,
#slider .owl-next {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

#slider-arrow-right,
#slider-arrow-right2,
#slider .owl-next,
.flex-next {
	left: auto;
	right: 0;
}

#slider-arrow-left i,
#slider-arrow-right i,
#slider-arrow-left2 i,
#slider-arrow-right2 i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	line-height: 146px;
	width: 34px;
	height: 150px;
	color: #444;
	font-size: 70px;
	text-align: center;
	margin-left: 7px;
}


.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	width: 32px;
	height: 32px;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	color: #FFF;
	color: rgba(255,255,255,1);
}

.flex-prev i { margin-left: 9px; }

#slider .owl-prev i { margin-left: 0; }

#slider-arrow-right i,
#slider-arrow-right2 i { margin-left: 10px; }

.flex-next i { margin-left: 11px; }

#slider .owl-next i { margin-right: 4px; }

#slider .owl-controls .owl-nav {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#slider .owl-controls .owl-nav div,
#slider:hover .owl-controls .owl-nav { opacity: 1; }

#slider-arrow-left:hover,
#slider-arrow-right:hover,
#slider-arrow-left2:hover,
#slider-arrow-right2:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover { opacity: 0.5 !important; }


/* Pagination
-----------------------------------------------------------------*/

#slider .owl-dots {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	bottom: 15px;
}

#slider .owl-controls .owl-dots span {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #FFF;
}

#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span { background-color: #FFF !important; }


/* ----------------------------------------------------------------
	22. Page Title
-----------------------------------------------------------------*/


#main-title {
	position: relative;
	padding: 100px 0;
	background-color: #f8f8f8;
	border-bottom: 1px solid #EEE;
}

#main-title .container { position: relative; }

#main-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	letter-spacing: 7px;
	color: #414141;
	font-size: 31px;
	text-transform: uppercase;
}

#main-title span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	font-size: 18px;
}

#main-title span:before {
	content: '';
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 100px;
	border-top: 1px solid #ccc;
}

.breadcrumb {
	position: absolute !important;
	width: auto !important;
	top: 90% !important;
	left: auto !important;
	right: 15px !important;
	margin: -10px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}

.breadcrumb > .active { color: #848484; }

body.full-wide .container-fullwidth .breadcrumb { right: 60px !important; }

#header.transparent-header + #main-title.main-title-parallax .breadcrumb { margin-top: 0 !important; }

.breadcrumb a { color: #444; }

.breadcrumb a:hover { color: #d0a068; }

.breadcrumb i { width: auto !important; }


/* Page Title - Right Aligned
-----------------------------------------------------------------*/

#main-title.main-title-right { text-align: right; }

#main-title.main-title-right h1 { margin-right: -7px; }

#main-title.main-title-right .breadcrumb {
	left: 15px !important;
	right: auto !important;
}

#main-title.main-title-right span:before {
	text-align: right;
	margin-left: auto;
	margin-right: 0;
}


/* Page Title - Center Aligned
-----------------------------------------------------------------*/

#main-title.main-title-center {
	text-align: center;
	padding: 75px 0;
}

#main-title.main-title-center span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#main-title.main-title-center span:before {
	margin-left: auto;
	margin-right: auto;
}

#main-title.main-title-center .breadcrumb {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	padding: 60px 0 0 !important;
}


/* Page Title - Parallax Background
-----------------------------------------------------------------*/

#main-title.main-title-parallax {
	padding: 150px 0;
	text-shadow: none;
	border-bottom: none;
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#main-title.main-title-parallax h1 {
	font-size: 30px;
}


/* Page Title - Mini
-----------------------------------------------------------------*/

#main-title.main-title-mini {
	padding: 30px 0;
	background: #fcfcfc;
}

#main-title.main-title-mini h1 {
	font-size: 20px;
	color: #444;
}

#main-title.main-title-mini span { display: none; }


/* Page Title - Video
-----------------------------------------------------------------*/

#main-title.main-title-video {
	background: none;
	position: relative;
	overflow: hidden;
}

#main-title.main-title-video .container { z-index: 3; }

#main-title.main-title-video .video-wrap {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#main-title.main-title-video .video-wrap video { width: 100%; }


/* ----------------------------------------------------------------
	23. Content
-----------------------------------------------------------------*/


#content {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}

#content p { line-height: 1.8; }

.content-wrap {
	position: relative;
	padding: 120px 0 80px;
}

#content .container { position: relative; }


/* ----------------------------------------------------------------
	24. Portfolio
-----------------------------------------------------------------*/


/* Portfolio - Filter
-----------------------------------------------------------------*/

#portfolio-filter, #faq-filter {
	display: inline-block;
	margin: 30px auto 100px;
	float: none;
	list-style: none;
	text-align: center;
}

#portfolio-filter li, #faq-filter li {
	float: left;
	position: relative;
}

#portfolio-filter li a, #faq-filter li a {
	display: block;
	position: relative;
	padding: 5px 18px;
	font-family: Dosis, arial, sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 15px;
	color: #999;
}

#portfolio-filter li a:hover, #faq-filter li a:hover { color: #d0a068; }

#portfolio-filter li.activeFilter a, #faq-filter li.activeFilter a {
	color: #222 !important;
	border-bottom: 1px solid #d0a068;
	padding: 5px 18px;
}

.bothsidebar #portfolio-filter li a { padding: 5px 14px; }

.bothsidebar #portfolio-filter li.activeFilter a { padding: 5px 14px; }


/* Portfolio - Items
-----------------------------------------------------------------*/

#portfolio {
	position: relative;
	margin: 0 -12px -12px 0;
}

body:not(.device-touch) #portfolio {
	-webkit-transition: height .4s linear;
	-o-transition: height .4s linear;
	transition: height .4s linear;
}

.portfolio-item {
	position: relative;
	float: left;
	width: 276px;
	margin: 0 12px 12px 0;
}

.portfolio-item .portfolio-image {
	position: relative;
	overflow: hidden;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
	display: block;
	width: 276px;
	height: 276px;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3 .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2 .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .iportfolio:hover .portfolio-image img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	-webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}


/* Portfolio - Item Title
-----------------------------------------------------------------*/

.portfolio-desc {
	z-index: 3;
	padding: 30px 5px !important;
}

.portfolio-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff !important;
	line-height: 1;
}

.portfolio-desc h3 a { color: #444; }

.portfolio-desc h3 a:hover { color: #d0a068; }

.portfolio-desc span {
	display: block;
	margin-top: 6px;
	color: #888;
}

.portfolio-desc span a { color: #888; }

.portfolio-desc span a:hover { color: #111; }

body .portfolio-notitle .portfolio-desc { display: none !important; }


/* Portfolio - No Margin
-----------------------------------------------------------------*/

#portfolio.portfolio-nomargin,
#portfolio.portfolio-full { margin: 0 !important; }

.portfolio-nomargin .portfolio-item {
	width: 284px;
	margin: 0 !important;
}

.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 284px;
	height: 284px;
}

.portfolio-nomargin .portfolio-desc { padding: 15px 10px 15px; }


/* Portfolio - 100% Full Width
-----------------------------------------------------------------*/

#portfolio.portfolio-full {
	margin: 0 0 60px !important;
	width: 100.4%;
}

#portfolio.portfolio-full.portfolio-no-b-margin {
	margin-bottom: 0 !important;
}

#portfolio.portfolio-full. {
	margin: 0 0 60px !important;
	width: 100.4%;
}

.portfolio-full .portfolio-item {
	width: 25%;
	margin: 0 !important;
	overflow: hidden !important;
}

.portfolio-full .portfolio-item-sizer { width: 25%; }

.portfolio-full .portfolio-item .portfolio-image,
.portfolio-full .portfolio-item .portfolio-image > a,
.portfolio-full .portfolio-item .portfolio-image .slide a,
.portfolio-full .portfolio-item .portfolio-image img {
	width: 100% !important;
	height: auto !important;
}

.portfolio-full .portfolio-desc { padding: 15px; }


/* Portfolio - Sidebar
-----------------------------------------------------------------*/

.postcontent #portfolio { margin: 0 -12px -12px 0; }

.postcontent .portfolio-item {
	width: 206px;
	margin: 0 12px 12px 0;
}

.postcontent .portfolio-item .portfolio-image,
.postcontent .portfolio-item .portfolio-image a,
.postcontent .portfolio-item .portfolio-image img {
	width: 206px;
	height: 206px;
}

.postcontent .portfolio-desc h3 { font-size: 17px; }

.postcontent .portfolio-desc span { font-size: 12px; }


/* Portfolio - Sidebar - No Margin
-----------------------------------------------------------------*/

.postcontent .portfolio-nomargin .portfolio-item { width: 214px; }

.postcontent .portfolio-nomargin .portfolio-item .portfolio-image,
.postcontent .portfolio-nomargin .portfolio-item .portfolio-image a,
.postcontent .portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 214px;
	height: 214px;
}


/* Portfolio - Both Sidebars
-----------------------------------------------------------------*/

.bothsidebar #portfolio { margin: 0; }

.bothsidebar .portfolio-item {
	width: 145px;
	margin: 0;
}

.bothsidebar .portfolio-item .portfolio-image,
.bothsidebar .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-item .portfolio-image img {
	width: 145px;
	height: 145px;
}

.bothsidebar .portfolio-desc { display: none !important; }


/* Portfolio - Masonry
-----------------------------------------------------------------*/

.portfolio-masonry .portfolio-item .portfolio-image,
.portfolio-masonry .portfolio-item .portfolio-image > a,
.portfolio-masonry .portfolio-item .portfolio-image .slide a,
.portfolio-masonry .portfolio-item .portfolio-image img { height: auto !important; }


/* Portfolio - Items - 3 Columns
-----------------------------------------------------------------*/

#portfolio.portfolio-3 { margin: 0 -15px -15px 0; }

.portfolio-3 .portfolio-item {
	width: 370px;
	margin: 0 15px 15px 0;
}

.portfolio-3 .portfolio-item .portfolio-image,
.portfolio-3 .portfolio-item .portfolio-image a,
.portfolio-3 .portfolio-item .portfolio-image img {
	width: 370px;
	height: 370px;
}


/* Portfolio - Items - 3 Columns - No Margin
-----------------------------------------------------------------*/

.portfolio-3.portfolio-nomargin .portfolio-item { width: 379px; }

.portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 379px;
	height: 379px;
}


/* Portfolio - Sidebar - Items - 3 Columns
-----------------------------------------------------------------*/

.postcontent #portfolio.portfolio-3 { margin: 0 -16px -16px 0; }

.postcontent .portfolio-3 .portfolio-item {
	width: 276px;
	margin: 0 16px 16px 0;
}

.postcontent .portfolio-3 .portfolio-item .portfolio-image,
.postcontent .portfolio-3 .portfolio-item .portfolio-image a,
.postcontent .portfolio-3 .portfolio-item .portfolio-image img {
	width: 276px;
	height: 276px;
}

.postcontent .portfolio-3 .portfolio-desc h3 { font-size: 18px; }

.postcontent .portfolio-3 .portfolio-desc span { font-size: 13px; }


/* Portfolio - Sidebar - Items - 3 Columns - No Margin
-----------------------------------------------------------------*/

.postcontent .portfolio-3.portfolio-nomargin .portfolio-item { width: 285px; }

.postcontent .portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image,
.postcontent .portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image a,
.postcontent .portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 285px;
	height: 285px;
}


/* Portfolio - Both Sidebars - Items - 3 Columns
-----------------------------------------------------------------*/

.bothsidebar #portfolio.portfolio-3 { margin: 0 -11px -11px 0; }

.bothsidebar .portfolio-3 .portfolio-item {
	width: 186px;
	margin: 0 11px 11px 0;
}

.bothsidebar .portfolio-3 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-3 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-3 .portfolio-item .portfolio-image img {
	width: 186px;
	height: 186px;
}

.bothsidebar .portfolio-3 .portfolio-desc { display: block !important; }

.bothsidebar .portfolio-3 .portfolio-desc h3 { font-size: 15px; }

.bothsidebar .portfolio-3 .portfolio-desc span { font-size: 12px; }


/* Portfolio - Both Sidebars - Items - 3 Columns - No Margin
-----------------------------------------------------------------*/

.bothsidebar .portfolio-3.portfolio-nomargin .portfolio-item { width: 192px; }

.bothsidebar .portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image,
.bothsidebar .portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 192px;
	height: 192px;
}


/* Portfolio - Items - 2 Columns
-----------------------------------------------------------------*/

#portfolio.portfolio-2 { margin: 0 -20px -20px 0; }

.portfolio-2 .portfolio-item {
	width: 560px;
	margin: 0 20px 20px 0;
}

.portfolio-2 .portfolio-item .portfolio-image,
.portfolio-2 .portfolio-item .portfolio-image a,
.portfolio-2 .portfolio-item .portfolio-image img {
	width: 560px;
	height: 560px;
}

.portfolio-2 .portfolio-desc { padding: 20px 5px 10px; }

.portfolio-2 .portfolio-desc h3 { font-size: 21px; }

.portfolio-2 .portfolio-desc span {
	margin-top: 4px;
	font-size: 14px;
}


/* Portfolio - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/

.portfolio-2.portfolio-nomargin .portfolio-item { width: 569px; }

.portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 569px;
	height: 569px;
}

.portfolio-2.portfolio-nomargin .portfolio-desc { padding: 20px 15px 20px; }


/* Portfolio - Sidebar - Items - 2 Columns
-----------------------------------------------------------------*/

.postcontent #portfolio.portfolio-2 { margin: 0 -20px -20px 0; }

.postcontent .portfolio-2 .portfolio-item {
	width: 420px;
	margin: 0 20px 20px 0;
}

.postcontent .portfolio-2 .portfolio-item .portfolio-image,
.postcontent .portfolio-2 .portfolio-item .portfolio-image a,
.postcontent .portfolio-2 .portfolio-item .portfolio-image img {
	width: 420px;
	height: 420px;
}

.postcontent .portfolio-2 .portfolio-desc h3 { font-size: 21px; }

.postcontent .portfolio-2 .portfolio-desc span { font-size: 14px; }


/* Portfolio - Sidebar - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/

.postcontent .portfolio-2.portfolio-nomargin .portfolio-item { width: 429px; }

.postcontent .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image,
.postcontent .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image a,
.postcontent .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 429px;
	height: 429px;
}

.postcontent .portfolio-2.portfolio-nomargin .portfolio-desc { padding-bottom: 20px; }


/* Portfolio - Both Sidebars - Items - 2 Columns
-----------------------------------------------------------------*/

.bothsidebar #portfolio.portfolio-2 { margin: 0 -20px -20px 0; }

.bothsidebar .portfolio-2 .portfolio-item {
	width: 280px;
	margin: 0 20px 20px 0;
}

.bothsidebar .portfolio-2 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-2 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-2 .portfolio-item .portfolio-image img {
	width: 280px;
	height: 280px;
}

.bothsidebar .portfolio-2 .portfolio-desc {
	display: block !important;
	padding-top: 15px;
	padding-bottom: 0;
}

.bothsidebar .portfolio-2 .portfolio-desc h3 { font-size: 19px; }

.bothsidebar .portfolio-2 .portfolio-desc span { font-size: 13px; }


/* Portfolio - Both Sidebars - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/

.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-item { width: 289px; }

.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image,
.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 289px;
	height: 289px;
}

.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-desc { padding-bottom: 15px; }


/* Portfolio - Items - 5 Columns
-----------------------------------------------------------------*/

#portfolio.portfolio-5 { margin: 0 -10px -10px 0; }

.portfolio-5 .portfolio-item {
	width: 220px;
	margin: 0 10px 10px 0;
}

.portfolio-5 .portfolio-item .portfolio-image,
.portfolio-5 .portfolio-item .portfolio-image a,
.portfolio-5 .portfolio-item .portfolio-image img {
	width: 220px;
	height: 220px;
}

.portfolio-5 .portfolio-desc h3 { font-size: 17px; }


/* Portfolio - Items - 5 Columns - No Margin
-----------------------------------------------------------------*/

.portfolio-5.portfolio-nomargin .portfolio-item { width: 227px; }

.portfolio-5.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-5.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-5.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 227px;
	height: 227px;
	font-size: 18px;
}


/* Portfolio - Sidebar - Items - 5 Columns
-----------------------------------------------------------------*/

.postcontent #portfolio.portfolio-5 { margin: 0; }

.postcontent .portfolio-5 .portfolio-item {
	width: 172px;
	margin: 0;
}

.postcontent .portfolio-5 .portfolio-item .portfolio-image,
.postcontent .portfolio-5 .portfolio-item .portfolio-image a,
.postcontent .portfolio-5 .portfolio-item .portfolio-image img {
	width: 172px;
	height: 172px;
}

.postcontent .portfolio-5 .portfolio-desc h3 { font-size: 15px; }

.postcontent .portfolio-5 .portfolio-desc span { font-size: 12px; }

.postcontent .portfolio-5 .portfolio-desc { padding: 15px 10px; }


/* Portfolio - Items - 6 Columns
-----------------------------------------------------------------*/

#portfolio.portfolio-6 { margin: 0 -6px -6px 0; }

.portfolio-6 .portfolio-item {
	width: 185px;
	margin: 0 6px 6px 0;
}

.portfolio-6 .portfolio-item .portfolio-image,
.portfolio-6 .portfolio-item .portfolio-image a,
.portfolio-6 .portfolio-item .portfolio-image img {
	width: 185px;
	height: 185px;
}

.portfolio-6 .portfolio-desc h3 { font-size: 15px; }

.portfolio-6 .portfolio-desc span { font-size: 12px; }


/* Portfolio - Items - 6 Columns - No Margin
-----------------------------------------------------------------*/

.portfolio-6.portfolio-nomargin .portfolio-item { width: 189px; }

.portfolio-6.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-6.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-6.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 189px;
	height: 189px;
}


/* Portfolio - Items - 1 Column
-----------------------------------------------------------------*/

#portfolio.portfolio-1 { margin: 0 0px -40px 0; }

.portfolio-1 .portfolio-item {
	float: none;
	width: 100%;
	margin: 0 0 40px 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #EEE;
}

.portfolio-1 .portfolio-item .portfolio-image {
	float: left;
	margin-right: 40px;
}

.portfolio-1 .portfolio-item.alt .portfolio-image {
	float: right;
	margin: 0 0 0 40px;
}

.portfolio-1 .portfolio-item .portfolio-image,
.portfolio-1 .portfolio-item .portfolio-image a,
.portfolio-1 .portfolio-item .portfolio-image img {
	display: block;
	width: 380px;
	height: 380px;
}

.portfolio-1 .portfolio-desc {
	float: left;
	width: 720px;
	padding: 10px 0;
}

.portfolio-1 .alt .portfolio-desc { float: right; }

.portfolio-1 .portfolio-desc h3 { font-size: 22px; }

.portfolio-1 .portfolio-desc span {
	margin-top: 6px;
	font-size: 14px;
}

.portfolio-1 .portfolio-desc p {
	margin: 20px 0 25px;
	font-size: 14px;
}

.portfolio-1 .portfolio-desc li { margin: 3px 0; }


/* Portfolio - Items - 1 Column - Sidebar
-----------------------------------------------------------------*/

.postcontent .portfolio-1 .portfolio-item .portfolio-image,
.postcontent .portfolio-1 .portfolio-item .portfolio-image a,
.postcontent .portfolio-1 .portfolio-item .portfolio-image img {
	width: 540px;
	height: 540px;
}

.postcontent .portfolio-1 .portfolio-desc { width: 280px; }


/* Portfolio - Items - 1 Column - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .portfolio-1 .portfolio-item .portfolio-image { margin-right: 20px; }

.bothsidebar .portfolio-1 .portfolio-item.alt .portfolio-image { margin: 0 0 0 20px; }

.bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
	width: 320px;
	height: 320px;
}

.bothsidebar .portfolio-1 .portfolio-desc {
	display: block !important;
	width: 240px;
}

.bothsidebar .portfolio-1 .portfolio-desc h3 { font-size: 19px; }

.bothsidebar .portfolio-1 .portfolio-desc span {
	margin-top: 5px;
	font-size: 13px;
}

.bothsidebar .portfolio-1 .portfolio-desc p {
	margin: 15px 0 0 0;
	font-size: 13px;
}

.bothsidebar .portfolio-1 .portfolio-desc ul,
.bothsidebar .portfolio-1 .portfolio-desc .btn { display: none; }


/* Portfolio - Items - 1 Column - Full Width
-----------------------------------------------------------------*/

.portfolio-1.portfolio-fullwidth .portfolio-item {
	margin-bottom: 60px;
	padding-bottom: 0;
	border-bottom: 0;
	overflow: hidden;
}

.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
	float: none;
	margin: 0 !important;
}

.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	width: 1140px;
	height: 1140px;
}

.portfolio-1.portfolio-fullwidth .portfolio-desc {
	float: none;
	width: 100%;
	padding: 30px;
}


/* Portfolio - Items - 1 Column - Full Width - Sidebar
-----------------------------------------------------------------*/

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item { margin-bottom: 40px; }

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	width: 860px;
	height: 860px;
}


/* Portfolio - Items - 1 Column - Full Width - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item { margin-bottom: 40px; }

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	width: 580px;
	height: 580px;
}


/* Portfolio - Parallax
-----------------------------------------------------------------*/

#portfolio.portfolio-parallax { margin: 0 !important; }

#portfolio.portfolio-parallax .portfolio-item {
	float: none;
	width: 100% !important;
	height: 600px !important;
	margin: 0 !important;
}

#portfolio.portfolio-parallax .portfolio-item .portfolio-image {
	width: 100% !important;
	height: 600px !important;
}

#portfolio.portfolio-parallax .portfolio-desc {
	position: absolute;
	top: 32%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	opacity: 0;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) #portfolio.portfolio-parallax .portfolio-desc {
	-webkit-transition: opacity .1s ease-in-out;
	-o-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
}

#portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc { opacity: 1; }

#portfolio.portfolio-parallax .portfolio-desc h3 {
	font-size: 37px;
	font-weight: 300;
	letter-spacing: 15px;
}

#portfolio.portfolio-parallax .portfolio-item.light .portfolio-desc h3 {
	color: #444 !important;
}

#portfolio.portfolio-parallax .portfolio-desc span {
	margin-top: 60px;
}


/* Portfolio - Overlay
-----------------------------------------------------------------*/

.portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	opacity: 0;
	z-index: 2;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
}

.portfolio-overlay.title-overly {
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.portfolio-item:hover .portfolio-overlay,
.iportfolio:hover .portfolio-overlay {
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.portfolio-overlay a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px !important;
	height: 40px !important;
	margin: -18px 0 0 -70px;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	-webkit-backface-visibility: hidden;
}

.portfolio-overlay.title-overly  a {
	top: 30%;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a.left-icon {
	-webkit-transition: color .2s linear, background-color .2s linear, margin-left .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, margin-left .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, margin-left .2s linear, opacity .2s linear;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a.right-icon {
	-webkit-transition: color .2s linear, background-color .2s linear, margin-right .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, margin-right .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, margin-right .2s linear, opacity .2s linear;
}

.portfolio-overlay a.right-icon {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -70px;
}

.portfolio-overlay a.center-icon {
	display: block;
	margin: -20px 0 0 -20px;
	opacity: 0;
}

.portfolio-item:hover a.center-icon,
.iportfolio:hover a.center-icon { opacity: 1; }

.portfolio-overlay a:hover {
	color: #d0a068;
}

.portfolio-item:hover .portfolio-overlay a.left-icon,
.iportfolio:hover .portfolio-overlay a.left-icon { margin-left: -50px; }

.portfolio-item:hover .portfolio-overlay a.right-icon,
.iportfolio:hover .portfolio-overlay a.right-icon { margin-right: -50px; }

.portfolio-overlay a i.icon-control-play {
	position: relative;
	left: 2px;
}

.portfolio-overlay .portfolio-desc {
	position: relative;
	padding: 0 !important;
	margin: 0;
	top: 30%;
	text-align: center;
}

.portfolio-overlay.desc-only .portfolio-desc { top: 0; }

.portfolio-overlay .portfolio-desc a {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	font-size: inherit;
	width: auto !important;
	height: auto !important;
	line-height: 1;
	background-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.portfolio-overlay .portfolio-desc h3 {
	color: #fff !important;
}

.portfolio-overlay .portfolio-desc h3 a { color: #fff !important; }

.portfolio-overlay .portfolio-desc span {
	color: #aaa !important;
}

.portfolio-overlay .portfolio-desc span a {
	color: #aaa !important;
	font-size: inherit;
}

.portfolio-overlay .portfolio-desc ~ a {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 20px 0 0 !important;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
	-webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, opacity .2s linear;
}

.portfolio-overlay .portfolio-desc ~ a.right-icon {
	left: 0;
	right: 0;
	margin-left: 5px !important;
	margin-right: 0 !important;
}

.portfolio-overlay .portfolio-desc a:hover { background: transparent; }

body.device-touch.device-xs .portfolio-notitle .portfolio-overlay,
body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay { display: none !important; }


/* Portfolio Single
-----------------------------------------------------------------*/


/* Portfolio Single - Image
-----------------------------------------------------------------*/

.portfolio-single-image > a,
.portfolio-single-image .slide a,
.portfolio-single-image img,
.portfolio-single-image iframe,
.portfolio-single-image video {
	display: block;
	width: 100%;
}

.portfolio-single-image-full {
	position: relative;
	height: 700px;
	overflow: hidden;
	margin: -120px 0 80px !important;
}

.portfolio-single-video { height: auto !important; }


/* Portfolio Single - Gallery
-----------------------------------------------------------------*/

.portfolio-single-image-full .swiper-container {
	width:100%;
	height:600px;
	background-color: #333;
}

.portfolio-single-image-full .swiper-nested-1,
.portfolio-single-image-full .swiper-nested-2 { width:100%; }

.portfolio-single-image-full .swiper-slide { overflow: hidden; }

.portfolio-single-image-full .swiper-slide img {
	width: 100%;
	height: auto;
}


/* Portfolio & Blog Single - Masonry
-----------------------------------------------------------------*/

.masonry-thumbs { position: relative; }

.masonry-thumbs a {
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
}

.masonry-thumbs.col-2 a { width: 50%; }

.masonry-thumbs.col-3 a { width: 33.30%; }

.masonry-thumbs.col-4 a { width: 25%; }

.masonry-thumbs.col-5 a { width: 20%; }

.masonry-thumbs.col-6 a { width: 16.60%; }

.masonry-thumbs a,
.masonry-thumbs img {
	display: block;
	height: auto !important;
}

.masonry-thumbs img {
	width: 100%;
	border-radius: 0 !important;
	padding: 0 1px 1px 0;
}

.masonry-thumbs .overlay { padding: 0 1px 1px 0; }


/* Portfolio Single - Content
-----------------------------------------------------------------*/

.portfolio-single-content { font-size: 14px; }

.portfolio-single-content h2 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 20px;
	font-weight: 600 !important;
}


.portfolio-ajax-modal { width: 1000px !important; }

.modal-padding { padding: 40px; }

.ajax-modal-title {
	background-color: #F9F9F9;
	border-bottom: 1px solid #EEE;
	padding: 25px 40px;
}

.ajax-modal-title h2 {
	font-size: 26px;
	margin-bottom: 0;
}


#portfolio-ajax-wrap {
	position: relative;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .4s ease;
	-o-transition: max-height .4s ease;
	transition: max-height .4s ease;
}

#portfolio-ajax-wrap.portfolio-ajax-opened { max-height: 1200px; }

#portfolio-ajax-container {
	display: none;
	padding-bottom: 60px;
}

#portfolio-ajax-single h2 { font-size: 26px; }


/* Portfolio Single - Meta
-----------------------------------------------------------------*/

.portfolio-meta {
	list-style: none;
	font-size: 14px;
}

.portfolio-meta li {
	padding: 10px 0;
	color: #888;
	border-top: 1px solid #eee;
}

.portfolio-meta li:first-child { margin-top: 0; }

.portfolio-meta li span {
	display: inline-block;
	width: 100px;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
}

.portfolio-meta li span i {
	position: relative;
	top: 1px;
	width: 14px;
	text-align: center;
	margin-right: 7px;
}

.well .line {
	margin: 20px 0;
	border-color: #E5E5E5;
}


/* Portfolio Single Navigation
-----------------------------------------------------------------*/

#portfolio-navigation {
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	max-width: 96px;
	height: 24px;
	margin-top: -12px;
}

.main-title-right #portfolio-navigation {
	left: 10px;
	right: auto;
}

.main-title-center #portfolio-navigation {
	position: relative;
	top: 0;
	left: 0;
	margin: 20px auto 0;
}

#portfolio-navigation a {
	display: block;
	float: left;
	margin-left: 12px;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #444;
	transition: color .3s linear;
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
}

.main-title-dark #portfolio-navigation a { color: #EEE; }

.main-title-parallax #portfolio-navigation a { color: #FFF; }

#portfolio-navigation a i {
	position: relative;
	top: -1px;
	font-size: 24px;
	line-height: 1;
}

#portfolio-navigation a i.fa-angle-left,
#portfolio-navigation a i.fa-angle-right {
	font-size: 32px;
	top: -6px;
}

#portfolio-navigation a i.fa-angle-right { left: -1px; }

#portfolio-navigation a:first-child { margin-left: 0; }

#portfolio-navigation a:hover { color: #d0a068; }

#portfolio-ajax-show #portfolio-navigation {
	top: 0;
	margin-top: 0;
}


/* Individual Portfolio Item
-----------------------------------------------------------------*/

.iportfolio {
	position: relative;
	float: none;
	width: 100%;
	margin: 0;
}

.iportfolio .portfolio-image {
	position: relative;
	overflow: hidden;
}

.iportfolio .portfolio-image,
.iportfolio .portfolio-image a,
.iportfolio .portfolio-image img {
	display: block;
	width: 100%;
	height: auto;
}


/* ----------------------------------------------------------------
	25. Blog
-----------------------------------------------------------------*/


#posts { position: relative; }

.entry {
	position: relative;
	margin: 0 0 60px;
	padding: 0 0 15px;
	border-bottom: 3px dashed #f5f5f5;
}

.entry-image { margin-bottom: 30px; }

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.entry-image iframe { display: block; }

.entry-image img { border-radius: 0; }

.entry-title h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.entry-title h2 a { color: #333; }

.entry-title h2 a:hover { color: #d0a068; }

.entry-meta {
	margin: 0 -10px 30px 0;
	list-style: none;
}

.single-post .entry-meta { margin-bottom: 20px; }

.entry-meta li {
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin: 10px 5px 5px 0;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.entry-meta li:before {
	content: '|';
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	opacity: 0.3
}

.entry-meta li i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}

.entry-meta li span {
	line-height: 14px;
	padding: 2px 4px;
	border: 1px solid #ccc;
}

.entry-meta li a { color: #999; }

.entry-meta li a:hover { color: #d0a068; }

.entry-meta li:first-child:before { display: none; }

.entry-meta li ins {
	font-weight: 600;
	text-decoration: none;
}

.entry-c {
	position: relative;
	overflow: hidden;
}

#posts .entry-content { margin-top: 30px; }

.single-post .entry-content .entry-image { max-width: 400px; }

.entry-content { position: relative; }

.entry-link {
	display: block;
	background-color: #F5F5F5;
	padding: 30px 0;
	text-align: center;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: 700;
	border-radius: 3px;
}

body:not(.device-touch) .entry-link {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.entry-link:hover {
	color: #FFF;
	background-color: #d0a068;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.entry-link span {
	display: block;
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	color: #AAA;
}

.entry-link:hover span { color: #EEE; }

.entry blockquote p {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}


/* Small Thumbs
-----------------------------------------------------------------*/

.small-thumbs .entry-image,
.ievent .entry-image {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}

.small-thumbs .entry-image img,
.ievent .entry-image img { border-radius: 0; }

.small-thumbs .entry-c .entry-image,
.ievent .entry-c .entry-image {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}

.small-thumbs .entry-c .entry-image img,
.ievent .entry-c .entry-image img { border-radius: 5px; }

.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
	font-size: 20px;
	font-weight: 600;
}

.small-thumbs .entry-c .entry-meta,
.ievent .entry-c .entry-meta {
	margin-left: 1px;
}


/* Small Thumbs - Right
-----------------------------------------------------------------*/

.small-thumbs.alt .entry-image {
	float: right;
	margin: 0 0 0 30px;
}

.small-thumbs.alt .entry-c .entry-image {
	float: none;
	margin: 0 0 20px 0;
}


/* Small Thumbs - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .small-thumbs .entry-image {
	width: 200px;
	margin: 0 25px 0 0;
}

.bothsidebar .small-thumbs.alt .entry-image { margin: 0 0 0 25px; }

.bothsidebar .small-thumbs .entry-c .entry-image {
	width: 100%;
	margin: 0 0 20px 0;
}

.bothsidebar .small-thumbs .entry-title h2 { font-size: 18px; }


/* Blog - Grid
-----------------------------------------------------------------*/

.post-grid { margin-right: -28px; }

.post-grid .entry {
	float: left;
	width: 264px;
	margin-right: 28px;
}

.post-grid .entry-image,
.post-grid .entry-image img { height: 148px; }

.post-grid .entry-image img { border-radius: 0; }

.post-grid .entry-title h2 {
	font-size: 17px;
	font-weight: 600;
}

.post-grid .entry-link { font-size: 24px; }

.post-grid .entry-link span { font-size: 13px; }


/* Blog - Grid - 3 Columns
-----------------------------------------------------------------*/

.post-grid.grid-3 { margin-right: -30px; }

.post-grid.grid-3 .entry {
	width: 360px;
	margin-right: 30px;
}

.post-grid.grid-3 .entry-image,
.post-grid.grid-3 .entry-image img { height: 202px; }

.post-grid.grid-3 .entry-title h2 { font-size: 18px; }


/* Blog - Grid - 3 Columns - Sidebar
-----------------------------------------------------------------*/

.postcontent .post-grid.grid-3 { margin-right: -25px; }

.postcontent .post-grid.grid-3 .entry {
	width: 270px;
	margin-right: 25px;
}

.postcontent .post-grid.grid-3 .entry-image,
.postcontent .post-grid.grid-3 .entry-image img { height: 152px; }

.postcontent .post-grid.grid-3 .entry-title h2 { font-size: 16px; }


/* Blog - Grid - 2 Columns
-----------------------------------------------------------------*/

.post-grid.grid-2 { margin-right: -40px; }

.post-grid.grid-2 .entry {
	width: 550px;
	margin-right: 40px;
}

.post-grid.grid-2 .entry-image,
.post-grid.grid-2 .entry-image img { height: 309px; }

.post-grid.grid-2 .entry-title h2 { font-size: 20px; }


/* Blog - Grid - 2 Columns - Sidebar
-----------------------------------------------------------------*/

.postcontent .post-grid.grid-2 .entry { width: 410px; }

.postcontent .post-grid.grid-2 .entry-image,
.postcontent .post-grid.grid-2 .entry-image img { height: 230px; }

.postcontent .post-grid.grid-2 .entry-title h2 { font-size: 18px; }


/* Blog - Grid - 2 Columns - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .post-grid.grid-2 .entry { width: 270px; }

.bothsidebar .post-grid.grid-2 .entry-image,
.bothsidebar .post-grid.grid-2 .entry-image img { height: 152px; }

.bothsidebar .post-grid.grid-2 .entry-title h2 { font-size: 16px; }


/* Blog - Masonry
-----------------------------------------------------------------*/

.post-masonry .entry-image,
.post-masonry .entry-image img { height: auto !important; }


/* Blog - Masonry Full
-----------------------------------------------------------------*/

.post-masonry-full { margin: -80px 0 -80px -1px !important; }

.post-masonry-full .entry {
	width: 24.9% !important;
	margin: 0 !important;
	padding: 40px 30px 20px;
	border-bottom: none;
}

.post-masonry-full.grid-3 .entry { width: 33.30% !important; }


/* Blog - Timeline
-----------------------------------------------------------------*/

.timeline-border {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -71px;
	width: 0;
	border-left: 1px solid #eee;
	height: 100%;
}

.post-timeline { margin-right: -140px !important; }

.post-timeline .entry {
	width: 500px !important;
	margin-right: 140px !important;
}

.entry.entry-date-section {
	width: 100% !important;
	margin: 50px -70px 80px;
	padding: 0;
	border: 0;
	text-align: center;
}

.entry.entry-date-section span {
	display: inline-block;
	padding: 10px 15px;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.post-timeline .entry-timeline {
	display: none;
	position: absolute;
	border: 1px solid #ddd;
	background-color: #fff;
	padding-top: 0;
	text-indent: -9999px;
	top: 110px;
	left: auto;
	right: -76px;
	width: 13px;
	height: 13px;
	border-radius: 20%;
	font-size: 26px;
	font-weight: bold;
	color: #AAA;
	text-align: center;
	line-height: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.entry.entry-date-section + .entry .entry-timeline { top: 90px; }

.post-timeline .entry-timeline div.timeline-divider {
	position: absolute;
	top: 4px;
	left: -58px;
	width: 50px;
	height: 0;
	border-top: 1px solid #ddd;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.post-timeline .alt .entry-timeline {
	right: auto;
	left: -77px;
}

.post-timeline .alt .entry-timeline div.timeline-divider {
	left: auto;
	right: -58px;
}

.post-timeline .entry-timeline span {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	font-weight: normal;
}

.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider {
	border-color: #aaa !important;
	color: #444 !important;
	background-color: #aaa;
}


/* Blog - Timeline - Alt
-----------------------------------------------------------------*/

.postcontent .post-timeline {
	padding-left: 100px;
	margin-right: 0 !important;
}

.postcontent .post-timeline .entry {
	width: 100% !important;
	margin-right: 140px !important;
}

.postcontent .post-timeline .entry-timeline {
	display: block;
	border: none;
	border-radius: 0;
	background-color: #444;
	padding: 17px 10px;
	text-indent: 0;
	top: 0;
	left: -100px;
	right: auto;
	line-height: 25px;
	width: 80px;
	height: 130px;
	font-size: 20px;
	text-transform: uppercase;
}

.postcontent .post-timeline .entry-timeline span { margin-top: 20px; }

.postcontent .post-timeline .entry-timeline span:before {
	display: block;
	content: '';
	width: 10px;
	border-top: 1px solid #777;
	margin: 0 auto;
}

.postcontent .post-timeline .entry-timeline div.timeline-divider {
	top: 29px;
	left: 64px;
	width: 32px;
	border-top: none;
}

.postcontent .post-timeline .entry:hover .entry-timeline {
	background-color: #eee;
	color: #444;
}

/* Pager
-----------------------------------------------------------------*/

.pager li > a,
.pager li > span {
  border-radius: 1px;
}


/* Individual Post
-----------------------------------------------------------------*/

.ipost .entry-image img { border-radius: 0; }

.ipost .entry-title h2,
.ipost .entry-title h3,
.ipost .entry-title h4 {
	margin: 0;
	font-size: 17px;
	text-transform: uppercase;
}

.ipost .entry-title h3 { font-size: 16px; }

.ipost .entry-title h4 { font-size: 15px; }

.ipost .entry-title h3 a,
.ipost .entry-title h4 a { color: #333; }

.ipost .entry-title h3 a:hover,
.ipost .entry-title h4 a:hover { color: #d0a068; }

.ipost .entry-meta { margin-right: -10px; }

.ipost .entry-meta li {
	font-size: 13px;
	margin-right: 10px;
}

.ipost .entry-content { margin-top: 20px; }

.ipost .entry-content p { margin-bottom: 0; }

.more-link {
	display: inline-block;
	padding: 0 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid transparent; 
	float: right;
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 0.5s ease-in-out;
}

 .more-link:hover { border-bottom: 1px solid #555; }

.entry:hover .more-link {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}


/* Related Posts
-----------------------------------------------------------------*/

.overlay-icon {
	position: absolute;
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	width: 48px;
	height: 48px;
	background-color: rgba(0,0,0,0.2);
	text-align: center;
}

.overlay-icon i {
	line-height: 48px;
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


/* Small Post
-----------------------------------------------------------------*/

.spost {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.spost:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.spost .entry-image {
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
}

.spost .entry-image,
.spost .entry-image a,
.spost .entry-image img,
.spost .entry-image i {
	width: 60px;
	height: 60px;
}

.spost .entry-image img {
	border: 1px solid #eee;
}

.spost .entry-image a i {
	font-size: 28px;
	line-height: 60px;
	color: #666;
	background-color: #EEE;
}

.spost .entry-title h4 {
	margin: 0;
	font-size: 14px;
	letter-spacing: 2px;
}

.spost .entry-title h4 a { color: #333; }

.spost .entry-title h4 a:hover { color: #d0a068; }

.spost .entry-meta { margin: 8px -10px 0 0; }

.spost .entry-meta li {
	font-size: 13px;
	margin: 0 10px 0 0;
}


/* ----------------------------------------------------------------
	26. Blog - Author
-----------------------------------------------------------------*/

.single-post .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-post .panel-heading {
 	padding: 15px 15px 25px 0;
}

.single-post .panel-title {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 7px;
}

.single-post .panel-body {
  padding: 0;
}

.single-post .panel-body h5 a {
	color: #444;
}

.author-image {
	float: left;
	width: 84px;
	height: 84px;
	margin-right: 15px;
}

.author-image img {
	width: 84px;
	height: 84px;
}


/* ----------------------------------------------------------------
	27. Comments & Reviews
-----------------------------------------------------------------*/


#comments {
	position: relative;
	margin-top: 50px;
	padding-top: 50px;
}

#reviews {
	position: relative;
} 

#comments-title,
#comments-title2 {
	text-transform: uppercase;
}

.commentlist {
	list-style: none;
	padding-bottom: 50px;
	margin: 0 0 50px;
}

.commentlist ul { list-style: none; }

.commentlist li,
.commentlist li ul,
.commentlist li ul li { margin: 30px 0 0 0; }

.commentlist ul:first-child { margin-top: 0; }

.commentlist li {
	position: relative;
	margin: 30px 0 0;
}

.comment-wrap {
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 13px 0 40px;
}

.commentlist ul .comment-wrap {
	margin-left: 60px;
	padding-left: 0;
}

.commentlist > li:first-child,
#reviews .commentlist > li:first-child {
	padding-top: 0;
	margin-top: 0;
}

.commentlist li .children { margin-top: 0; }

.commentlist li li .children { margin-left: 30px; }

.commentlist li .comment-content,
.pingback {
	position: relative;
	overflow: hidden;
}

.commentlist li .comment-content p,
.pingback p { margin: 20px 0 0 0; }

.commentlist li .comment-content { padding: 0 0 0 110px; }

.commentlist li .comment-meta {
	float: left;
	margin-right: 0;
	line-height: 1;
}

.comment-avatar {
	position: absolute;
	top: 15px;
	left: 0;
	background: #FFF;
}

.comment-avatar img {
	width: 80px;
	height: 80px;
	display: block;
}

.commentlist li .children .comment-avatar { left: 0; }

.comment-content .comment-author {
	margin-bottom: -10px;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
}

.comment-content .comment-author a {
	border: none;
	color: #999;
}

.comment-content .comment-author a:hover { color: #d0a068; }

.comment-content .comment-author span { display: block; }

.comment-content .comment-author span,
.comment-content .comment-author span a {
	font-size: 11px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	color: #aaa;
}

.comment-reply-link,
.review-comment-ratings {
	display: block;
	position: absolute;
	top: 4px;
	left: auto;
	text-align: center;
	right: 0;
	font-size: 14px;
	line-height: 1;
}

.review-comment-ratings {
	width: auto;
	color: #ffbc09;
	font-size: 12px;
}

.comment-reply-link {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.comment-reply-link:hover { color: #444 !important; }

.comment-wrap:hover .comment-reply-link {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}


/* ----------------------------------------------------------------
	28. Comment Form
-----------------------------------------------------------------*/


#respond,
#respond form { margin-bottom: 0; }

.commentlist li #respond { margin: 30px 0 0; }

.commentlist li li #respond { margin-left: 30px; }

#respond p { margin: 10px 0 0 0; }

#respond p:first-child { margin-top: 0; }

#respond label {
	color: #999;
}

#respond label small {
	color: #999;
	font-weight: normal;
}

#respond input[type="text"],
#respond textarea { margin-bottom: 0; }

#respond .col-1-third,
#respond .col-full { margin-bottom: 20px; }

#commentform input,
#commentform textarea {
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 5px 0;
}


/* Post Elements
-----------------------------------------------------------------*/

img.alignleft,
div.alignleft {
	float: left;
	margin: 5px 20px 13px 0;
	max-width: 100%;
}

div.alignleft > img,
div.alignnone > img,
div.aligncenter > img,
div.alignright > img {
	display: block;
	float: none;
}

img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
	display: block;
	margin: 10px 0;
	float: none;
}

img.aligncenter,
div.aligncenter,
div.aligncenter img {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

img.alignright,
div.alignright {
	float: right;
	margin: 5px 0 13px 20px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 13px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption img,
.wp-caption img a {
	display: block;
	margin: 0;
}

p.wp-caption-text {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 5px 10px;
	background-color: #EEE;
	border-radius: 50px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}


/* Infinity Scroll - Message Style
-----------------------------------------------------------------*/

#infscr-loading,
#portfolio-ajax-loader {
	position: fixed;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #333;
	text-align: center;
}

#infscr-loading img,
#portfolio-ajax-loader img {
	display: none;
	width: 24px;
	height: 24px;
	margin: 12px;
}

#portfolio-ajax-loader { display: none; }

#portfolio-ajax-loader img { display: block; }


/* ----------------------------------------------------------------
	29. Shop
-----------------------------------------------------------------*/


#shop {
	position: relative;
	margin: 0 -20px -20px 0;
}

.product {
	position: relative;
	float: left;
	margin: 0 20px 30px 0;
	width: 270px;
	border: 1px solid transparent;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product:hover {
	border: 1px solid #777;
}

.product-image {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
}

.product-image > a,
.product-image .slide a,
.product-image img {
	display: block;
	width: 100%;
	height: 100%;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-image > a {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-image > a:nth-of-type(2) {
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.product-image:hover > a:nth-of-type(2) {
	opacity: 1;
	z-index: 2;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}

.product-desc {
	padding: 15px 0;
	font-size: 12px;
}

.product-title h3 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.product-title h3 a,
.single-product .product-title h2 a { color: #999; }

.product-title h3 a:hover,
.single-product .product-title h2 a:hover { color: #d0a068; }

.product-rating {
	margin: 0 auto 12px;
	color: #ffbc09;
	font-size: 12px;
}

.product-price {
	font-size: 15px;
	color: #555;
	margin-bottom: 10px;
}

.product-price del {
	font-size: 80%;
	color: #aaa;
}

.product-cart {
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.product:hover .product-cart {
	opacity: 1;
}

.product-overlay {
	position: absolute;
	width: 100%;
	height: 44px;
	line-height: 44px;
	top: auto;
	bottom: -44px;
	left: 0;
	z-index: 6;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay {
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
}

.product:hover .product-overlay { bottom: 0; }

.product-overlay a {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	width: 40px;
	height: 40px;
	line-height: 42px;
	background-color: #fff;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.2);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.product-overlay a.item-quick-view { left: 30%; }

.product-overlay a.item-compare { left: 70%; }

.product-overlay a i {
	font-size: 14px;
	color: #212121;
}

.product-overlay a:hover {
	border-color: rgba(0,0,0,0.9);
}

.sale-flash,
.new-flash,
.out-stock {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 8px 12px;
	background-color: #d0a068;
	color: #FFF;
	line-height: 20px;
	text-transform: uppercase;
	border-radius: 10px 0 0 10px;
	z-index: 5;
}

.new-flash {
	left: 0;
	right: auto;
	background-color: #eee;
	color: #444;
	border-radius: 0 10px 10px 0;
}

.out-stock {
	width: 100%;
	height: 100%;
	top: 0;
	font-size: 20px;
	line-height: 300px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0;
	opacity: 0;
	z-index: 4;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.product:hover .out-stock {
	opacity: 1;
}


/* Shop - 4 Columns - Sidebar
-----------------------------------------------------------------*/

.postcontent #shop.product-4 { margin: 0 -15px -25px 0; }

.postcontent .product-4 .product {
	margin: 0 15px 25px 0;
	width: 203px;
}

.postcontent .product-4 .product-image { height: 270px; }


/* Shop - 3 Columns
-----------------------------------------------------------------*/

#shop.product-3 { margin: 0 -30px -30px 0; }

.product-3 .product {
	margin: 0 30px 30px 0;
	width: 360px;
}

.product-3 .product-image { height: 480px; }


/* Shop - 3 Columns - Sidebar
-----------------------------------------------------------------*/

.postcontent #shop.product-3 { margin: 0 -25px -25px 0; }

.postcontent .product-3 .product {
	margin: 0 25px 25px 0;
	width: 270px;
}

.postcontent .product-3 .product-image { height: 360px; }


/* Shop - 2 Columns - Sidebar
-----------------------------------------------------------------*/

.postcontent #shop.product-2 { margin: 0 -40px -40px 0; }

.postcontent .product-2 .product {
	margin: 0 40px 40px 0;
	width: 410px;
}

.postcontent .product-2 .product-image { height: 547px; }


/* Shop - 2 Columns - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar #shop.product-2 { margin: 0 -40px -20px 0; }

.bothsidebar .product-2 .product {
	margin: 0 40px 20px 0;
	width: 270px;
}

.bothsidebar .product-2 .product-image { height: 360px; }


/* Shop - 1 Column
-----------------------------------------------------------------*/

#shop.product-1 { margin: 0 0 -40px 0; }

.product-1 .product {
	float: none;
	margin: 0 0 40px 0;
	width: 100%;
}

.product-1 .product-image {
	float: left;
	width: 300px;
	height: 400px;
}

.product-1 .product.alt .product-image {
	float: right;
	margin: 0 0 0 30px;
}

.product-1 .product-desc {
	padding: 30px 20px 20px;
	position: relative;
	overflow: hidden;
}

.product-1 .product-title h3 { font-size: 22px; }

.product-1 .product-desc .product-price { font-size: 20px; }

.product-1 .product-desc .product-rating { margin-bottom: 15px; }

.product-1 .product:hover .product-overlay { bottom: 10px; }

.product-1 .product-overlay a { left: 120px; }
.product-1 .product-overlay a.item-quick-view { left: 40px; }
.product-1 .product-overlay a.item-compare { left: 200px; }


/* Shop - 1 Column - Both Sidebar
-----------------------------------------------------------------*/



.bothsidebar .product-1 .product-image {
	width: 240px;
	height: 320px;
}

.bothsidebar .product-1 .product-title h3 { font-size: 18px; }

.bothsidebar .product-1 .product-desc .product-price { font-size: 16px; }


/* Shop - Single
-----------------------------------------------------------------*/

.single-product .product {
	width: 100%;
	margin: 0;
	border: none;
}

.single-product .product:hover {
	border: none;
}

.shop-quick-view-ajax,
.portfolio-ajax-modal {
	position: relative;
	background-color: #FFF;
	width: 1000px;
	margin: 0 auto;
}

.single-product .product-image,
.single-product .product-image img { height: auto; }

.single-product .product-desc {
	padding: 0;
	font-size: 14px;
}

.single-product .product-title h2 {
	font-size: 28px;
	margin-bottom: 8px;
}

.single-product .product-price {
	float: left;
	font-size: 29px;
	color: #d0a068;
	margin-bottom: 0;
}

.single-product .product-rating {
	float: left;
	position: relative;
	top: 13px;
	left: 20px;
}

.single-product .product-desc .line { margin: 20px 0; }

.quantity {
	float: left;
	margin-top: 2px;
	margin-right: 20px;
}

.quantity .qty {
	float: left;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 0;
	background-color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.quantity .plus,
.quantity .minus {
	display: block;
	float: left;
	cursor: pointer;
	border: 0px transparent;
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #EEE;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.quantity .plus:hover,
.quantity .minus:hover { background-color: #DDD; }

.quantity .qty:focus,
.quantity .plus:focus,
.quantity .minus:focus {
	box-shadow: none !important;
	outline: 0 !important;
}

.single-product .add-to-cart.button {
	height: 40px;
	line-height: 40px;
}

.product-meta {
	font-size: 13px;
	color: #777;
}

.product-meta > .panel-body { margin-bottom: -5px; }

.product-meta > .panel-body > span {
	display: block;
	margin-bottom: 5px;
}


.single-product .feat-box.feat-box-plain.feat-box-small { padding-left: 26px; }

.single-product .feat-box.feat-box-plain.feat-box-small .feat-box-icon { width: 20px; }

.single-product .feat-box.feat-box-plain.feat-box-small h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 7px;
}

.single-product .feat-box.feat-box-plain.feat-box-small p { margin-left: -26px; }

.single-product .feat-box.feat-box-plain.feat-box-small .feat-box-icon i { font-size: 18px; }


/* Individual Product
-----------------------------------------------------------------*/

.product.iproduct {
	float: none;
	margin: 0;
	width: 100%;
}

.iproduct .product-image,
.iproduct .product-image a,
.iproduct .product-image img { height: auto; }


/* ----------------------------------------------------------------
	30. Cart
-----------------------------------------------------------------*/


.cart .remove {
	font-size: 14px;
}

.cart .remove:hover { color: #000; }

.cart th {
	padding: 12px 15px !important;
	font-size: 14px;
	color: #555;
}

.cart td {
	padding: 12px 15px !important;
	vertical-align: middle !important;
	border-color: #eee !important;
}

.cart-product-thumbnail {
	width: 120px;
}

.cart-product-thumbnail a {
	display: block;
	width: 100px;
}

.cart-product-thumbnail img {
	display: block;
	width: 100px;
	height: 133px;
}

.cart-product-product,
.cart-product-desc,
.cart-product-quantity,
.cart-product-price,
.cart-product-subtotal,
.cart-product-remove {
	text-transform: uppercase;
}

.cart-product-remove { text-align: right; }

.cart-product-name a,
.product-name a {
	font-size: 14px;
	color: #333;
}

.cart-product-name a:hover,
.product-name a:hover { color: #999; }

.cart-product-quantity .quantity {
	display: inline-block;
	margin: 0;
	float: none;
}

td.actions {
	padding: 20px 15px !important;
	vertical-align: top !important;
	background-color: #F5F5F5;
}

.cart-product-total {
	text-align: right;
}

.cart-total {
	font-size: 22px;
	color: #444;
	margin-bottom: 10px;
}


/* ----------------------------------------------------------------
	31. Countdown
-----------------------------------------------------------------*/

.countdown {
	display: block;
	border: 1px solid #eee;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.countdown-row {
	display: block;
	position: relative;
	text-align: center;
}

.countdown-section {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	width: 23%;
	padding: 30px 0;
	margin: 50px 0;
	color: #999;
	text-transform: uppercase;
	font-family: Dosis, arial, sans-serif;
	letter-spacing: 2px;
}

.countdown-amount {
	display: block;
	font-weight: 300;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 35px;
}

.countdown-descr {
	display: block;
	width: 100%;
}

.countdown:hover { border: 1px solid #444; }


/* Countdown - Medium
-----------------------------------------------------------------*/

.countdown-medium .countdown-section { font-size: 14px; }

.countdown-medium .countdown-amount {
	font-size: 40px;
}


/* Countdown - Large
-----------------------------------------------------------------*/

.countdown-large .countdown-section { font-size: 18px; }

.countdown-large .countdown-amount {
	font-size: 44px;
}


/* Countdown - Inline
-----------------------------------------------------------------*/

.countdown.countdown-inline { display: inline-block; }

.countdown.countdown-inline .countdown-row {
	display: inline-block;
	text-align: center;
}

.countdown.countdown-inline .countdown-section {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	width: auto;
	border: none;
	color: inherit;
	margin-left: 7px;
	text-transform: lowercase;
}

.countdown.countdown-inline .countdown-section:first-child { margin-left: 0; }

.countdown.countdown-inline .countdown-amount {
	display: inline-block;
	font-size: inherit;
	color: inherit;
	font-weight: bold;
	margin: 0 3px 0 0;
}

.countdown.countdown-inline .countdown-descr {
	display: inline-block;
	width: auto;
}


/* Countdown - Coming Soon
-----------------------------------------------------------------*/

body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-section {
	border: none;
	padding: 15px;
}

body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-amount {
	height: 140px;
	line-height: 140px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 15px !important;
}


/* ----------------------------------------------------------------
	32. Buttons
-----------------------------------------------------------------*/


.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 22px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #d0a068;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	border-radius: 2px;
}

.button:focus { color: #fff; }

body:not(.device-touch) .button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button-dark { background-color: #444; }

.button-light,
#slider .button-light {
	background-color: #EEE;
	color: #6f6f6f;
}

.button-light:focus {
	color: #6f6f6f;
}

.button:hover {
	background-color: #444 !important;
	color: #FFF;
}

.button.button-hlight:hover {
	background-color: #fff !important;
	color: #444;
}

.button.button-dark:hover { background-color: #d0a068 !important; }

.button.button-mini {
	padding: 0 14px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}

.button.button-small {
	padding: 0 17px;
	font-size: 12px;
	height: 34px;
	line-height: 36px;
}

.button.button-large {
	padding: 0 26px;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
}

.button.button-xlarge {
	padding: 0 32px;
	font-size: 18px;
	letter-spacing: 2px;
	height: 52px;
	line-height: 52px;
}

.button.button-desc {
	text-align: left;
	padding: 50px 34px;
	height: auto;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	white-space: normal;
}

.button.button-desc span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
}

.button.button-desc:hover h4 {
	color: inherit;
}

.button i {
	position: relative;
	top: -1px;
	line-height: 1;
	margin-right: 5px;
}

.button.tright i { margin: 0 0 0 5px; }

.button-mini i { margin-right: 3px; }

.button-mini.tright i { margin: 0 0 0 3px; }

.button-small i { margin-right: 4px; }

.button-small.tright i { margin: 0 0 0 4px; }

.button-xlarge i {
	top: 2px;
	margin-right: 8px;
}

.button-xlarge.tright i { margin: 0 0 0 8px; }

.button.button-desc i {
	top: 1px;
	font-size: 48px;
	width: 48px;
	text-align: center;
	margin-right: 12px;
}

.button.button-desc.tright i { margin: 0 0 0 12px; }

.button.button-desc div { display: inline-block; }

.button.button-rounded { border-radius: 20px; }


/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
	border: 2px solid #444;
	background-color: transparent;
	color: #444;
	line-height: 36px;
	font-weight: 400;
	text-shadow: none;
}

.button.button-border.button-mini { line-height: 24px; }

.button.button-border.button-small { line-height: 30px; }

.button.button-border.button-large { line-height: 42px; }

.button.button-border.button-xlarge { line-height: 48px; }

.button.button-border.button-desc { line-height: 1; }

.button.button-border:hover {
	background-color: #444;
	color: #FFF;
	border-color: transparent !important;
}

.button.button-border.button-light {
	border-color: #EEE;
	color: #EEE;
}

.button.button-border.button-light:hover {
	background-color: #EEE !important;
	color: #333;
	text-shadow: none;
}


/* Buttons - Icon Reveal
-----------------------------------------------------------------*/

.button.button-reveal {
	padding: 0 28px;
	overflow: hidden;
}

.button.button-reveal i {
	display: block;
	position: absolute;
	top: 0;
	left: -32px;
	width: 32px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
}

.button.button-reveal.button-border i { top: -2px; }

.button.button-reveal.tright i {
	left: auto;
	right: -32px;
}

.button.button-reveal span {
	display: inline-block;
	position: relative;
	left: 0;
}

body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
	-webkit-transition: left 0.3s ease, right 0.3s ease;
	-o-transition: left 0.3s ease, right 0.3s ease;
	transition: left 0.3s ease, right 0.3s ease;
}

.button.button-reveal.button-mini { padding: 0 17px; }

.button.button-reveal.button-mini i {
	left: -22px;
	width: 22px;
	height: 28px;
	line-height: 28px;
}

.button.button-reveal.button-mini.tright i {
	left: auto;
	right: -22px;
}

.button.button-reveal.button-small { padding: 0 22px; }

.button.button-reveal.button-small i {
	left: -26px;
	width: 26px;
	height: 34px;
	line-height: 34px;
}

.button.button-reveal.button-small.tright i {
	left: auto;
	right: -26px;
}

.button.button-reveal.button-large { padding: 0 32px; }

.button.button-reveal.button-large i {
	left: -38px;
	width: 38px;
	height: 46px;
	line-height: 46px;
}

.button.button-reveal.button-large.tright i {
	left: auto;
	right: -38px;
}

.button.button-reveal.button-xlarge { padding: 0 40px; }

.button.button-reveal.button-xlarge i {
	left: -44px;
	width: 44px;
	height: 52px;
	line-height: 52px;
}

.button.button-reveal.button-xlarge.tright i {
	left: auto;
	right: -44px;
}

.button.button-reveal:hover i { left: 0; }

.button.button-reveal.tright:hover i {
	left: auto;
	right: 0;
}

.button.button-reveal.button-light:hover {
	text-shadow: none;
	color: #333;
}

.button.button-reveal:hover span { left: 13px; }

.button.button-reveal.button-mini:hover span { left: 8px; }

.button.button-reveal.button-small:hover span { left: 10px; }

.button.button-reveal.button-large:hover span { left: 16px; }

.button.button-reveal.button-xlarge:hover span { left: 19px; }

.button.button-reveal.tright:hover span { left: -13px; }

.button.button-reveal.button-mini.tright:hover span { left: -8px; }

.button.button-reveal.button-small.tright:hover span { left: -10px; }

.button.button-reveal.button-large.tright:hover span { left: -16px; }

.button.button-reveal.button-xlarge.tright:hover span { left: -19px; }


/* Buttons - Colors
-----------------------------------------------------------------*/

.button-brown { background-color: #d0a068; }
.button-reveal.button-brown:hover { background-color: #d0a068 !important; }

.button-light-green { background-color: #d0a068; }
.button-reveal.button-light-green:hover { background-color: #d0a068 !important; }

.button-olive { background-color: #abbd38; }
.button-reveal.button-olive:hover { background-color: #abbd38 !important; }

.button-mustard { background-color: #d4ba2c; }
.button-reveal.button-mustard:hover { background-color: #d4ba2c !important; }

.button-blue { background-color: #61a8d8; }
.button-reveal.button-blue:hover { background-color: #61a8d8 !important; }

.button-orange { background-color: #f49729; }
.button-reveal.button-orange:hover { background-color: #f49729 !important; }

.button-black { background-color: #444; }
.button-reveal.button-black:hover { background-color: #444 !important; }

.button-light-gray { background-color: #f1f1f1; }
.button-reveal.button-light-gray:hover { background-color: #f1f1f1 !important; }


/* Buttons - No Hover
-----------------------------------------------------------------*/

.button.button-nohover:hover {
	opacity: inherit !important;
	background-color: inherit !important;
	color: inherit !important;
	border-color: inherit !important;
}


/* ----------------------------------------------------------------
	33. Flat Banner
-----------------------------------------------------------------*/


.flat-banner {
	position: relative;
	padding: 30px 200px 30px 0;
}

.flat-banner h3,
.flat-banner h4 {
	margin-bottom: 0;
	letter-spacing: 5px;
}

.flat-banner > span,
.flat-banner > .container > span {
	display: block;
	color: #444;
	width: 70%;
	font-weight: 300;
	font-size: 16px;
	margin-top: 6px;
}

.flat-banner a.button {
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -18px;
	left: auto;
	right: 0;
}

.flat-banner a.button.button-mini { margin-top: -12px; }

.flat-banner a.button.button-small { margin-top: -15px; }

.flat-banner a.button.button-large { margin-top: -22px; }

.flat-banner a.button.button-xlarge { margin-top: -25px; }

.flat-banner a.button.button-desc { margin-top: -40px; }


/* Flat Banner Uppercase
-----------------------------------------------------------------*/

.flat-banner-uppercase { text-transform: uppercase; }

.flat-banner-uppercase h3 { font-size: 22px; }

.flat-banner-uppercase > span,
.flat-banner-uppercase > .container > span { font-size: 15px; }


/* Flat Banner - with Border
-----------------------------------------------------------------*/

.flat-banner.flat-banner-border {
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	padding-left: 30px;
}

.flat-banner.flat-banner-border a.button { right: 30px; }


/* Flat Banner - Light
-----------------------------------------------------------------*/

.flat-banner.flat-banner-light {
	background-color: #f7f7f7;
	border-radius: 3px;
	padding-left: 30px;
}

.flat-banner.flat-banner-light a.button { right: 30px; }


/* Flat Banner - Dark
-----------------------------------------------------------------*/

.flat-banner.flat-banner-dark {
	border: 0 !important;
	background-color: #222;
	padding: 30px 200px 30px 30px;
	border-radius: 3px;
}

.flat-banner.flat-banner-dark h2,
.flat-banner.flat-banner-dark h3,
.flat-banner.flat-banner-dark h4 { color: #FFF; }

.flat-banner.flat-banner-dark > h3 span,
.flat-banner.flat-banner-dark > .container > h3 span {
	padding: 2px 8px;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.15);
	color: #FFF;
	font-weight: 400;
}

.flat-banner.flat-banner-dark > span,
.flat-banner.flat-banner-dark > .container > span {
	color: #CCC;
	margin-top: 8px;
}

.flat-banner.flat-banner-dark a.button { right: 30px; }


/* Flat Banner - Flat
-----------------------------------------------------------------*/

.flat-banner.flat-banner-flat { background-color: #d0a068; }

.flat-banner.flat-banner-flat > span,
.flat-banner.flat-banner-flat > .container > span { color: rgba(255,255,255,0.9); }

.flat-banner.flat-banner-flat a.button:not(.button-border) {
	background-color: rgba(0,0,0,0.2);
	color: #FFF;
}


/* Flat Banner - 100% Full Width
-----------------------------------------------------------------*/

.flat-banner-full {
	border-radius: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	padding: 65px 0 !important;
}

.flat-banner-full a.button { right: 15px !important; }

.flat-banner-full.flat-banner-right a.button {
	right: auto !important;
	left: 15px !important;
}

/* Flat Banner - Parallax
-----------------------------------------------------------------*/

.flat-banner.parallax { padding: 120px 0 !important; }


/* Flat Banner - Right Align
-----------------------------------------------------------------*/

.flat-banner.flat-banner-right {
	text-align: right;
	padding: 30px 0 30px 200px;
}

.flat-banner.flat-banner-right a.button {
	left: 0;
	right: auto;
}


/* Flat Banner - with Border & Right Align
-----------------------------------------------------------------*/

.flat-banner.flat-banner-right.flat-banner-border:not(.flat-banner-mini),
.flat-banner.flat-banner-dark.flat-banner-right:not(.flat-banner-mini) { padding-right: 30px; }

.flat-banner.flat-banner-right.flat-banner-border a.button,
.flat-banner.flat-banner-dark.flat-banner-right a.button { left: 30px; }


/* Flat Banner - Center Align
-----------------------------------------------------------------*/

.flat-banner.flat-banner-center {
	text-align: center;
	padding: 30px 20px;
}

.flat-banner.flat-banner-center a.button {
	position: relative;
	top: 0;
	margin: 20px 0 0;
	left: 0 !important;
	right: 0;
}


/* Flat Banner - Mini
-----------------------------------------------------------------*/

.flat-banner.flat-banner-mini {
	text-align: left;
	padding: 20px 25px;
}

.flat-banner.flat-banner-mini h3 {
	font-size: 20px;
	line-height: 1.5;
}

.flat-banner.flat-banner-mini.flat-banner-uppercase h3 { font-size: 18px; }

.flat-banner.flat-banner-mini.flat-banner-dark h3 { line-height: 1.7; }

.flat-banner.flat-banner-mini a.button {
	position: relative;
	top: 0;
	margin: 20px 0 0;
	left: 0 !important;
	right: 0;
}


/* Flat Banner - Mini - Center Align
-----------------------------------------------------------------*/

.flat-banner.flat-banner-mini.flat-banner-center { text-align: center; }


/* Flat Banner - Mini - Right Align
-----------------------------------------------------------------*/

.flat-banner.flat-banner-mini.flat-banner-right { text-align: right; }


/* ----------------------------------------------------------------
	34. Featured Sections
-----------------------------------------------------------------*/

.feat-img1 {
	position: relative;
	margin-top: -25%;
}

/* ----------------------------------------------------------------
	35. Featured Boxes
-----------------------------------------------------------------*/


.feat-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}

.feat-box:first-child { margin-top: 0; }

.feat-box .feat-box-icon {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
}

.feat-box .feat-box-icon a,
.feat-box .feat-box-icon i,
.feat-box .feat-box-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #d0a068;
}

.feat-box .feat-box-icon i,
.feat-box .feat-box-icon img {
	border-radius: 50%;
	border: solid 2px #eee;
}

.feat-box .feat-box-icon i {
	font-style: normal;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	line-height: 56px;
}

.feat-box h2,
.feat-box h3 {
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #212121;
}

.feat-box h3 {
	font-size: 17px;
}

.feat-box p {
	margin: 8px 0 0 0;
	color: #999;
}


/* Feature Box - Icon Large
-----------------------------------------------------------------*/

.feat-box.feat-box-medium { padding: 0 0 0 115px; }

.feat-box.feat-box-medium .feat-box-icon {
	width: 90px;
	height: 90px;
}

.feat-box.feat-box-medium .feat-box-icon i {
	font-size: 30px;
	line-height: 86px;
}


/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

.feat-box.feat-box-rounded .feat-box-icon { border-radius: 10px !important; }

.feat-box.feat-box-rounded .feat-box-icon i,
.feat-box.feat-box-rounded .feat-box-icon img { border-radius: 10px !important; }


/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/

.feat-box.feat-box-rounded.feat-box-medium .feat-box-icon { border-radius: 20% !important; }

.feat-box.feat-box-rounded.feat-box-medium .feat-box-icon i,
.feat-box.feat-box-rounded.feat-box-medium .feat-box-icon img { border-radius: 20% !important; }


/* Feature Box - Light Background
-----------------------------------------------------------------*/

.feat-box.feat-box-light .feat-box-icon i,
.feat-box.feat-box-light .feat-box-icon img {
	background-color: #F5F5F5;
	color: #444;
}

.feat-box.feat-box-light .feat-box-icon i { line-height: 56px; }

.feat-box.feat-box-light.feat-box-medium .feat-box-icon i { line-height: 86px; }


/* Feature Box - Dark Background
-----------------------------------------------------------------*/

.feat-box.feat-box-dark .feat-box-icon i,
.feat-box.feat-box-dark .feat-box-icon img { background-color: #444; }


/* Feature Box - Border
-----------------------------------------------------------------*/

.feat-box.feat-box-border .feat-box-icon {
	border: 1px solid #d0a068;
	border-radius: 50%;
}

.feat-box.feat-box-border .feat-box-icon i,
.feat-box.feat-box-border .feat-box-icon img {
	border: none;
	background-color: transparent !important;
	color: #d0a068;
}

.feat-box.feat-box-border .feat-box-icon { padding: 0; }

.feat-box.feat-box-border .feat-box-icon i { line-height: 56px !important; }

.feat-box.feat-box-border.feat-box-medium .feat-box-icon i { line-height: 88px !important; }


/* Feature Box - Border - Light
-----------------------------------------------------------------*/

.feat-box.feat-box-border.feat-box-light .feat-box-icon { border-color: #E5E5E5; }

.feat-box.feat-box-border.feat-box-light .feat-box-icon i,
.feat-box.feat-box-border.feat-box-light .feat-box-icon img { color: #aaa; }


/* Feature Box - Border - Dark
-----------------------------------------------------------------*/

.feat-box.feat-box-border.feat-box-dark .feat-box-icon { border-color: #444; }

.feat-box.feat-box-border.feat-box-dark .feat-box-icon i,
.feat-box.feat-box-border.feat-box-dark .feat-box-icon img { color: #444; }


/* Feature Box - Plain
-----------------------------------------------------------------*/

.feat-box.feat-box-plain .feat-box-icon {
	border: none !important;
	height: auto !important;
}

.feat-box.feat-box-plain .feat-box-icon i,
.feat-box.feat-box-plain .feat-box-icon img {
	border: none !important;
	background-color: transparent !important;
	color: #d0a068;
	border-radius: 0;
}

.feat-box.feat-box-plain .feat-box-icon i {
	font-size: 28px;
	line-height: 56px !important;
}

.feat-box.feat-box-plain .feat-box-icon img { height: 64px; }

.feat-box.feat-box-plain.feat-box-image .feat-box-icon { width: auto; }

.feat-box.feat-box-plain.feat-box-image .feat-box-icon img {
	width: auto;
	display: inline-block;
}

.feat-box.feat-box-plain.feat-box-small { padding-left: 42px; }

.feat-box.feat-box-plain.feat-box-small .feat-box-icon { width: 28px; }

.feat-box.feat-box-plain.feat-box-small h3 {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}

.feat-box.feat-box-plain.feat-box-small p { margin-left: -42px; }

.feat-box.feat-box-plain.feat-box-small .feat-box-icon i { font-size: 28px; line-height: 1 !important; }

.feat-box.feat-box-plain.feat-box-small .feat-box-icon img { height: 28px; }

.feat-box.feat-box-plain.feat-box-medium .feat-box-icon i { font-size: 47px; }

.feat-box.feat-box-plain.feat-box-medium .feat-box-icon img { height: 96px; }

.feat-box.feat-box-plain.feat-box-light .feat-box-icon i,
.feat-box.feat-box-plain.feat-box-light .feat-box-icon img { color: #aaa; }

.feat-box.feat-box-plain.feat-box-dark .feat-box-icon i,
.feat-box.feat-box-plain.feat-box-dark .feat-box-icon img { color: #444; }


/* Feature Box - Center
-----------------------------------------------------------------*/

.feat-box.feat-box-center {
	padding: 0 7px;
	text-align: center;
}

.feat-box.feat-box-center .feat-box-icon {
	position: relative;
	width: 138px;
	height: 138px;
	margin: 0 auto 30px;
}

.feat-box.feat-box-center .feat-box-icon i {
	font-size: 30px;
	line-height: 132px;
}

.feat-box.feat-box-center p {
	font-size: 14px;
	margin-top: 15px;
}

.feat-box.feat-box-center.feat-box-plain:after {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	padding-bottom: 10px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: scale(.1);
	-moz-transition: -moz-transform 0.7;
	-moz-transform: scale(.1);
	-ms-transition: -ms-transform 0.7;
	-ms-transform: scale(.1);
	transition: transform 0.7s;
	transform: scale(.1);
}

.feat-box.feat-box-center.feat-box-plain:hover:after {
	background: rgba(0,0,0,0.07);
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.feat-box.feat-box-center.feat-box-plain .feat-box-icon { margin-bottom: 5px; }


/* Feature Box - Center & Medium Icons
-----------------------------------------------------------------*/

.feat-box.feat-box-center.feat-box-medium .feat-box-icon {
	width: 128px;
	height: 128px;
}

.feat-box.feat-box-center.feat-box-medium .feat-box-icon i {
	font-size: 70px;
	line-height: 128px;
}


.feat-box.feat-box-center.feat-box-light .feat-box-icon i { line-height: 132px; }

.feat-box.feat-box-center.feat-box-border .feat-box-icon i { line-height: 136px !important; }

.feat-box.feat-box-center.feat-box-medium.feat-box-border .feat-box-icon i { line-height: 126px !important; }

.feat-box.feat-box-center.feat-box-plain .feat-box-icon i { font-size: 30px; }

.feat-box.feat-box-center.feat-box-plain .feat-box-icon img { height: 96px; }

.feat-box.feat-box-center.feat-box-medium.feat-box-plain .feat-box-icon i { font-size: 112px; }

.feat-box.feat-box-center.feat-box-medium.feat-box-plain .feat-box-icon img { height: 128px; }


/* Feature Box - Center & Small Icons
-----------------------------------------------------------------*/

.feat-box.feat-box-center.feat-box-small .feat-box-icon {
	width: 64px;
	height: 64px;
}

.feat-box.feat-box-center.feat-box-small .feat-box-icon i {
	font-size: 28px;
	line-height: 64px;
}

.feat-box.feat-box-center.feat-box-small.feat-box-border .feat-box-icon i { line-height: 62px !important; }

.feat-box.feat-box-center.feat-box-small.feat-box-plain .feat-box-icon i { font-size: 56px; }

.feat-box.feat-box-center.feat-box-small.feat-box-plain .feat-box-icon img { height: 64px; }

.feat-box.feat-box-center.feat-box-small p {
	font-size: 14px;
	margin-top: 10px;
}

.feat-box.feat-box-center.feat-box-plain {
	padding: 15px;
}

.feat-box.feat-box-center.feat-box-plain.feat-box-small p { margin-left: 0; }


/* Feature Box - Right
-----------------------------------------------------------------*/

.feat-box.feat-box-right {
	padding: 0 80px 0 0;
	text-align: right;
}

.feat-box.feat-box-right.feat-box-medium { padding-right: 115px; }

.feat-box.feat-box-right .feat-box-icon {
	left: auto;
	right: 0;
}

.feat-box.feat-box-right.feat-box-plain.feat-box-small { padding: 0 42px 0 0; }

.feat-box.feat-box-right.feat-box-plain.feat-box-small p { margin: 0 -42px 0 0; }


/* Feature Box - Subtitle
-----------------------------------------------------------------*/

.feat-box h2 + .feat-box-icon,
.feat-box h3 + .feat-box-icon { margin-top: 20px !important; }

.feat-box h2 span.subtitle,
.feat-box h3 span.subtitle  {
	display: block;
	margin-top: 5px;
	color: #999;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
}

.feat-box.feat-box-center:not(.feat-box-bg) h3:after {
	content: '';
	display: block;
	margin: 15px auto;
	width: 50px;
	border-top: 1px solid #ccc;
}

.feat-box.feat-box-center.noborder:not(.feat-box-bg) h3:after,
.feat-box.feat-box-center.no-b-border:not(.feat-box-bg) h3:after { display: none; }

.feat-box.feat-box-center.feat-box-italic p {
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
}


/* Feature Box - Background
-----------------------------------------------------------------*/

.feat-box.feat-box-bg.feat-box-center {
	margin-top: 68px;
	margin-bottom: 100px;
	padding: 100px 30px 40px;
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 5px 5px 0 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.feat-box.feat-box-bg.feat-box-center:first-child { margin-top: 48px; }

.feat-box.feat-box-bg.feat-box-center.feat-box-medium {
	margin-top: 84px;
	padding-top: 84px;
}

.feat-box.feat-box-bg.feat-box-center.feat-box-medium:first-child { margin-top: 64px; }

.feat-box.feat-box-bg.feat-box-center .feat-box-icon {
	position: absolute;
	top: -70px;
	left: 50%;
	margin: 0 0 0 -69px;
	border: none;
}

.feat-box.feat-box-bg.feat-box-center .feat-box-icon i {
	font-size: 50px;
	color: #888;
	-webkit-transition: transform 2s;
	-o-transition: transform 2s;
	transition: transform 2s;
}

.feat-box.feat-box-bg.feat-box-center p {
	font-size: 14px;
	margin-top: 30px;
}

.feat-box.feat-box-bg.feat-box-center.feat-box-medium .feat-box-icon {
	top: -64px;
	left: 50%;
	margin-left: -64px;
}

.feat-box.feat-box-bg.feat-box-center.feat-box-plain .feat-box-icon,
.feat-box.feat-box-bg.feat-box-center.feat-box-border .feat-box-icon { background-color: #FFF; }


/* Animated Icon Hovers
-----------------------------------------------------------------*/

.feat-box-effect .feat-box-icon i { z-index: 1; }

.feat-box-effect .feat-box-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.feat-box-rounded.feat-box-effect .feat-box-icon i:after { border-radius: 3px; }

.feat-box-effect .feat-box-icon i {
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.feat-box-effect .feat-box-icon i:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}

.feat-box-effect .feat-box-icon i:hover,
.feat-box-effect:hover .feat-box-icon i {
	background-color: #d0a068;
	color: #FFF;
	border: solid 2px #d0a068;
}

.feat-box-effect.feat-box-dark .feat-box-icon i:hover,
.feat-box-effect.feat-box-dark:hover .feat-box-icon i {
	background-color: #d0a068;
	color: #444;
	border-color: #f4f4f4;
}

.feat-box.feat-box-bg.feat-box-center:hover {
	background-color: #fff;
	border-color: #eee;
}

.feat-box.feat-box-bg.feat-box-center:hover .feat-box-icon i {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}


/* Icon Effects - Bordered
-----------------------------------------------------------------*/

.feat-box-border.feat-box-effect .feat-box-icon i {
	-webkit-transition: color 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, background-color 0.5s;
	transition: color 0.5s, background-color 0.5s;
}

.feat-box-border.feat-box-effect .feat-box-icon i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
	-o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
	transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.feat-box-border.feat-box-rounded.feat-box-effect .feat-box-icon i:after { border-radius: 3px; }

.feat-box-border.feat-box-effect .feat-box-icon i:hover,
.feat-box-border.feat-box-effect:hover .feat-box-icon i {
	color: #FFF;
	border: none;
}

.feat-box-border.feat-box-effect .feat-box-icon i:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	background-color: #444;
}

.feat-box-border.feat-box-effect.feat-box-dark .feat-box-icon i:after { background-color: #d0a068; }

.feat-box-border.feat-box-effect .feat-box-icon i:hover:after,
.feat-box-border.feat-box-effect:hover .feat-box-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


/* ----------------------------------------------------------------
	36. Media Box
-----------------------------------------------------------------*/

.feat-box.media-box { padding: 0; }

.feat-box.media-box .feat-box-media { margin: 0 0 25px; }

.feat-box.media-box .feat-box-media,
.feat-box.media-box .feat-box-media a,
.feat-box.media-box .feat-box-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.feat-box.media-box .feat-box-media iframe { display: block; }

.feat-box.media-box h3 {	font-size: 18px; }

.feat-box.media-box a.button { margin-top: 20px; }

.feat-box.media-box p { margin-top: 10px; }

.feat-box.media-box.feat-box-bg .feat-box-media { margin: 0; }

.feat-box.media-box.feat-box-bg .feat-box-desc {
	padding: 25px;
	background-color: #f8f8f8;
	border: 1px solid #E5E5E5;
	border-top: 0;
}


/* ----------------------------------------------------------------
	37. Colored Box
-----------------------------------------------------------------*/

.colored-box.colored-box1 { background-color: #f8f8f8; }

.colored-box.colored-box2 { background-color: #dedede; }

.colored-box.colored-box3 { background-color: #444; }

.colored-box.colored-box4 { background-color: #222; }

.colored-box h3 {
	color: 222;
} 

.colored-box p {
	color: #444;
}


/* ----------------------------------------------------------------
	38. Process Steps
-----------------------------------------------------------------*/

.process-steps {
	margin: 0 0 40px;
	list-style: none;
}

.process-steps li {
	float: left;
	position: relative;
	width: 25%;
	text-align: center;
	overflow: hidden;
}

.process-steps.process-2 li { width: 50%; }
.process-steps.process-3 li { width: 33.33%; }
.process-steps.process-5 li { width: 20%; }

.process-steps li h5 {
	margin: 15px 0 0 0;
	color: #444;
}

.process-steps li a {
	display: block;
	color: #ccc;
}

.process-steps li a i {
	font-size: 40px;
}

.process-steps li.active a,
.process-steps li.ui-tabs-active a {
	color: #d0a068 !important;
}

.process-steps li:before,
.process-steps li:after {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	margin-left: -26px;
	width: 35%;
	border-top: 2px solid #eee;
}

.process-steps li:after {
	left: auto;
	right: 0;
	margin: 0 -26px 0 0;
}

.process-steps li:first-child:before,
.process-steps li:last-child:after { display: none; }


/* ----------------------------------------------------------------
	39. Alerts
-----------------------------------------------------------------*/


.alert {
	padding: 27px 15px;
	border-radius: 0;
	border: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #777;
	text-align: center;
}

.alert-message {
	background-color: #fff;
	border: 2px solid #eee; 
}

.alert button {
	margin-top: -20px;
}


/* ----------------------------------------------------------------
	40. Font Icons
-----------------------------------------------------------------*/


.fa-example pre,
.fa-list-example > div,
.sline-example pre,
.sline-list-example > span { margin-bottom: 10px; }

.fa-example > div > div > p > i,
.fa-list-example > div i,
.sline-example > div > div > p > i,
.sline-list-example > span > span > span {
	color: #444;
	font-size: 15px;
}

.i-plain,
.social-icon {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	font-size: 28px;
	color: #FFF;
	cursor: pointer;
	font-style: normal;
}

body:not(.device-touch) .i-plain,
body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.i-plain {
	width: 36px !important;
	height: 36px !important;
	font-size: 28px;
	line-height: 36px !important;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover { color: #777; }


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-plain {
	margin: 4px 11px 7px 0;
	font-size: 14px;
}

.i-small.i-plain {
	width: 18px !important;
	height: 18px !important;
	font-size: 14px;
	line-height: 18px !important;
}


/* Icon Size - Medium
-----------------------------------------------------------------*/

.i-medium.i-plain {
	margin: 6px 13px 9px 0;
	font-size: 21px;
}

.i-medium.i-plain {
	width: 28px !important;
	height: 28px !important;
	font-size: 20px;
	line-height: 28px !important;
}


/* ----------------------------------------------------------------
	41. Icon Overlay
-----------------------------------------------------------------*/

.i-overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,0.3) url(../images/grid.png) repeat;
}

.i-overlay img,
.i-overlay i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	font-size: 50px;
	line-height: 100px;
	color: rgba(255,255,255,0.8);
}

.on-hover.i-overlay { opacity: 0; }

body:not(.device-touch) .on-hover.i-overlay {
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.on-hover.i-overlay:hover { opacity: 1; }


/* ----------------------------------------------------------------
	42. Social Icons
-----------------------------------------------------------------*/


.social-icon {
	margin: 0 10px 5px 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 38px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	overflow: hidden;
}

.social-icon i {
	display: block;
	position: relative;
	line-height: 38px;
}

body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded { border-radius: 50%; }

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless { border-color: transparent !important; }

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
	background-color: #444;
	color: #FFF !important;
	border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
	background-color: rgba(0,0,0,0.05);
	color: #666 !important;
	border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored { border-color: transparent !important; }

.si-colored i { color: #FFF; }

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icon.si-large {
	margin: 0 10px 10px 0;
	width: 56px;
	height: 56px;
	font-size: 30px;
	line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
	width: 32px;
	height: 32px;
	font-size: 15px;
	color: #777;
	line-height: 30px !important;
	border: none;
}

/* Social Icons Hovers
-----------------------------------------------------------------*/

.social-icon:hover {
	color: #222 !important;
	border-color: transparent;
}

.social-icon.si-dark:hover {
	color: #444 !important;
	border-color: #aaa;
	background-color: transparent;
}

.si-colored.social-icon { border-color: transparent; }

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
	position: fixed;
	top: 257px;
	left: 7px;
	width: 40px;
	z-index: 100;
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
	left: auto;
	right: 7px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/

.si-share {
	position: relative;
	padding-left: 5px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

.si-share span {
	line-height: 36px;
	font-weight: bold;
	font-size: 13px;
}

.si-share div { float: right; }

.si-share .social-icon {
	margin: -1px 0;
	border-radius: 0;
	font-size: 15px;
}


/* ----------------------------------------------------------------
	43. Toggle
-----------------------------------------------------------------*/


.toggle {
	display: block;
	position: relative;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #ddd;
}

.toggle .togglet,
.toggle .toggleta {
	display: block;
	position: relative;
	line-height: 40px;
	padding: 0 0 0 34px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #444;
	text-transform: uppercase;
	cursor: pointer;
}

.toggle .togglet.no-icon,
.toggle .toggleta.no-icon {
	padding-left: 0;
}

.toggle .togglet i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 21px;
	line-height: 40px;
}

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed { display: none; }

.toggle .toggleta i.toggle-open { display: block; }

.toggle .togglec {
	display: block;
	position: relative;
	padding: 10px 0;
}


/* Toggle - with Title Background
-----------------------------------------------------------------*/

.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
	background-color: #f1f1f1;
	line-height: 58px;
	padding: 0 0 0 46px;
	border-radius: 2px;
	border: none;
}

.toggle.toggle-bg .togglet.no-icon,
.toggle.toggle-bg .toggleta.no-icon {
	padding-left: 14px;
}

.toggle.toggle-bg .togglet i {
	left: 14px;
	line-height: 58px;
}

.toggle.toggle-bg .togglec { padding: 12px 0 10px 13px; }


/* Toggle - Bordered
-----------------------------------------------------------------*/

.toggle.toggle-border {
	border: 1px solid #ddd;
	border-radius: 2px;
	padding-bottom: 0;
}

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
	line-height: 58px;
	padding: 0 15px 0 46px;
}

.toggle.toggle-border .togglet.no-icon,
.toggle.toggle-border .toggleta.no-icon {
	padding-left: 14px;
}

.toggle.toggle-border .togglet i {
	left: 14px;
	line-height: 58px;
}

.toggle.toggle-border .togglec { padding: 0 15px 15px 14px; }


/* Toggle - FAQs
-----------------------------------------------------------------*/

.faqs .toggle {
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.faqs .toggle .togglet,
.faqs .toggle .toggleta { font-size: 15px; }

.faqs .toggle .togglet i {
	top: 1px;
}

.faqs .toggle .togglec { padding-bottom: 10px; }


/* ----------------------------------------------------------------
	44. Accordions
-----------------------------------------------------------------*/


.accordion { margin-bottom: 20px; }

.acctitle,
.acctitlec {
	display: block;
	position: relative;
	line-height: 40px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #444;
	text-transform: uppercase;
	cursor: pointer;
	border-top: 1px dashed #ddd;
	padding: 10px 0 10px 34px;
}

.accordion .acctitle.no-icon,
.accordion .acctitlec.no-icon {
	padding-left: 0;
}

.acctitlec { cursor: auto; }

.acctitle:first-child { border-top: none; }

.acctitle i {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	text-align: center;
	font-size: 21px;
	line-height: 58px;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed { display: none; }

.acctitlec i.acc-open { display: block; }

.acc_content {
	position: relative;
	padding: 0 0 15px;
}


/* Accordion - with Title Background
-----------------------------------------------------------------*/

.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
	background-color: #f1f1f1;
	line-height: 58px;
	padding: 0 0 0 46px;
	margin-bottom: 5px;
	border-top: 0;
}

.accordion.accordion-bg .acctitle.no-icon,
.accordion.accordion-bg .acctitlec.no-icon {
	padding-left: 14px;
}

.accordion.accordion-bg .acctitle i {
	left: 14px;
	line-height: 58px;
}

.accordion.accordion-bg .acc_content { padding: 10px 0 15px 13px; }


/* Accordion - Bordered
-----------------------------------------------------------------*/

.accordion.accordion-border {
	border: 1px solid #ddd;
	border-radius: 2px;
}

.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
	border-color: #ddd;
	line-height: 58px;
	padding: 0 15px 0 46px;
}

.accordion.accordion-border .acctitle.no-icon,
.accordion.accordion-border .acctitlec.no-icon {
	padding-left: 14px;
}

.accordion.accordion-border .acctitle i {
	left: 14px;
	line-height: 58px;
}

.accordion.accordion-border .acc_content { padding: 0 15px 15px 14px; }


/* ----------------------------------------------------------------
	45. Tabs
-----------------------------------------------------------------*/


.tabs {
	position: relative;
	margin: 0 0 30px 0;
}

ul.tab-nav {
	margin: 0;
	border-bottom: 1px solid #DDD;
	list-style: none;
}

ul.tab-nav li {
	float: left;
	border: 1px solid transparent;
	border-bottom: 0;
	border-left: 0;
	height: 51px;
}

ul.tab-nav li:first-child {
	margin-left: 0;
}

ul.tab-nav li a {
	display: block;
	padding: 0 15px;
	color: #aaa;
	height: 50px;
	line-height: 47px;
	background-color: #fff;
	border: 1px solid transparent;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

ul.tab-nav li.ui-tabs-active a {
	position: relative;
	top: 1px;
	color: #444;
	background-color: #FFF;
	border: 1px solid #ddd;
	border-top: 3px solid #f4f4f4;
	border-bottom: none;
	border-radius: 2px;
}

ul.tab-nav li a i {
	position: relative;
	top: 2px;
	font-size: 17px;
	margin-right: 5px !important;
}

ul.tab-nav li a > i {
	margin-top: -5px;
}


/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/


ul.tab-nav.tab-nav2 {
	border-bottom: 0;
}

ul.tab-nav.tab-nav2 li {
	border: 0;
	margin-left: 10px;
}

ul.tab-nav.tab-nav2 li:first-child {
	margin-left: 0;
}

ul.tab-nav.tab-nav2 li a {
	border-radius: 1px;
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
	top: 0;
	border: 1px solid #ddd;
}


/* Tabs - Content Area
-----------------------------------------------------------------*/

.tab-container {
	position: relative;
	padding: 20px 0 0;
}


/* Tabs - Bordered
-----------------------------------------------------------------*/

.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; }

.tabs-bordered .tab-container {
	border: 1px solid #DDD;
	border-top: 0;
	padding: 20px;
}


/* Tabs - Side Tabs
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav {
	float: left;
	width: 200px;
	padding: 0;
	border-bottom: 0;
	border-right: 1px solid #DDD;
}

.side-tabs ul.tab-nav li {
	float: none;
	border: none;
	height: auto;
}

.side-tabs ul.tab-nav li:first-child {
	margin-left: 0;
}

.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 50px;
}

.side-tabs ul.tab-nav li.ui-tabs-active a {
	top: 0;
	right: -1px;
	border: 1px solid #ddd;
	border-left: 3px solid #f4f4f4;
	border-right: none;
	border-radius: 2px;
}


/* Tabs - Side Tabs Content Area
-----------------------------------------------------------------*/

.side-tabs .tab-container {
	overflow: hidden;
	padding: 0 0 0 20px;
}


/* Tabs - Side Tabs Bordered
-----------------------------------------------------------------*/

.tabs-bordered.side-tabs ul.tab-nav {
	position: relative;
	padding: 0;
	z-index: 2;
	margin-right: -1px;
}

.tabs-bordered.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 50px;
}

.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
	right: -1px;
	border-radius: 1px;
}

.tabs-bordered.side-tabs .tab-container {
	overflow: hidden;
	padding: 20px;
	border-top: 1px solid #DDD;
}


/* Tabs - Side Tabs Style 2
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav.tab-nav2 { border: 0; }

.side-tabs ul.tab-nav.tab-nav2 li {
	border: 0;
	margin: 6px 0 0;
}

.side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; }

.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a {
	right: 0;
	border: 1px solid #ddd;
	border-radius: 1px;
}


/* ----------------------------------------------------------------
	46. Login & Register
-----------------------------------------------------------------*/

#tab-login-register {
	max-width: 500px;
}

#tab-login .panel,
#tab-register .panel {
	padding: 50px 80px;
	background: #fcfcfc;
	border: 1px solid #eee;
} 

#tab-login .panel a {
	font-size: 12px;
}


/* ----------------------------------------------------------------
	47. Side Navigation
-----------------------------------------------------------------*/


.sidenav {
	width: 100%;
	padding: 0;
	background-color: #FFF;
	list-style-type: none !important;
	border-radius: 4px;
}

.sidenav > li > a {
	display: block;
	margin: 0 0 -1px;
	padding: 11px 14px;
	font-size: 14px;
	border: 1px solid #E5E5E5;
	border-right-width: 2px;
	color: #666;
}

.sidenav > li:first-child > a { border-radius: 4px 4px 0 0; }

.sidenav > li:last-child > a {
	border-radius: 0 0 4px 4px;
	border-bottom-width: 2px;
}

.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
	position: relative;
	z-index: 2;
	border-color: rgba(0,0,0,0.1) !important;
	color: #FFF !important;
	font-weight: 600;
	background-color: #aaa !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.sidenav li i {
	position: relative;
	top: 1px;
	margin-right: 6px;
	font-size: 14px;
	text-align: center;
	width: 16px;
}

/* Chevrons */
.sidenav .icon-chevron-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	opacity: .4;
	font-size: 12px !important;
}

.sidenav > li > a:hover {
	background-color: #F5F5F5;
	color: #222;
}

.sidenav a:hover .icon-chevron-right { opacity: .5; }

.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; }


/* ----------------------------------------------------------------
	48. FAQ List
-----------------------------------------------------------------*/


.faqlist li {
	margin-bottom: 5px;
	font-size: 15px;
}

.faqlist li a { color: #444; }

.faqlist li a:hover { color: #d0a068 !important; }


/* ----------------------------------------------------------------
	49. Clients
-----------------------------------------------------------------*/


.clients-grid,
.testimonials-grid {
	list-style: none;
	overflow: hidden;
}

.clients-grid li,
.testimonials-grid li {
	float: left;
	position: relative;
	width: 20%;
	padding: 20px 0;
}

.clients-grid.grid-2 li {
	width: 50%;
	padding: 25px 0;
}

.clients-grid.grid-3 li { width: 33.33%; }

.clients-grid.grid-4 li { width: 25%; }

.clients-grid.grid-6 li { width: 16.66%; }

.clients-grid li a { opacity: 1; }

body:not(.device-touch) .clients-grid li a {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.clients-grid li a:hover { opacity: 0.7; }

.clients-grid li a,
.clients-grid li img {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.clients-grid li a img { width: 100%; }

.clients-grid li:before,
.clients-grid li:after,
.testimonials-grid li:before,
.testimonials-grid li:after {
	content: '';
	position: absolute;
}

.clients-grid li:before,
.testimonials-grid li:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #eee;
}

.clients-grid li:after,
.testimonials-grid li:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #eee;
}

.clients-lines li:before,
.testimonials-lines li:before {
	height: 50%;
	top: 62%;
	margin-top: -25%;
}

.clients-lines li:after,
.testimonials-lines li:after {
	width: 50%;
	left: 50%;
	margin-left: -25%;
}

ul.clients-boxed {
	border: 1px solid #eee;
	border-bottom: none;
}

.clients-boxed li:after {
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.clients-boxed li:hover:after {
	background: rgba(0,0,0,0.02);
	height: 100%;
	width: 100%;
	top: 0;
}


/* ----------------------------------------------------------------
	50. Testimonials
-----------------------------------------------------------------*/

/* Testimonials - Grid
-----------------------------------------------------------------*/

.testimonials-grid li {
	width: 50%;
	padding: 25px;
}

.testimonials-grid.grid-3 li { width: 33.33%; }

.testimonials-grid li .testimonial {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}


/* Testimonials - Item
-----------------------------------------------------------------*/

.testimonial {
	position: relative;
	padding: 20px;
}

.testi-image {
	float: none;
	margin: 0 auto 20px;
}

.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
	display: block;
	width: 64px;
	height: 64px;
}

.testi-image i {
	text-align: center;
	background-color: #ddd;
	border-radius: 2%;
	line-height: 64px;
	font-size: 28px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
}

.testi-image img { border-radius: 2%; }

.testi-content {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.testi-content p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #999;
}

.testi-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #444;
}


.testi-meta span {

	font-weight: normal;
	color: #aaa;
	font-size: 12px;
	text-transform: none;
	padding-left: 0;
}


/* Twitter - Small Scroller
-----------------------------------------------------------------*/

.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-meta:before { content: ''; }

.testimonial.twitter-scroll .testi-meta span { padding-left: 0; }

.testimonial.twitter-scroll .testi-meta span a { color: #999; }

.testimonial.twitter-scroll .testi-meta span a:hover { color: #222; }


/* Testimonials - Full Width
-----------------------------------------------------------------*/

.testimonial.testimonial-full { padding: 30px; }

.testimonial.testimonial-full[data-animation="fade"] { padding: 30px; }

.testimonial.testimonial-full[data-animation="fade"] .flexslider { overflow: visible !important; }

.testimonial-full .testi-image {
	float: none;
	margin: 0 auto 20px;
}

.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image img,
.testimonial-full .testi-image i {
	display: block;
	width: 72px;
	height: 72px;
}

.testimonial-full .testi-image i { line-height: 72px; }

.testimonial-full .testi-content {
	text-align: center;
	font-size: 22px;
}

.testimonial-full .testi-meta { margin-top: 15px; }

.testimonial-full .testi-meta span { padding-left: 0; }


/* Testimonial - Section Scroller
-----------------------------------------------------------------*/

.section > .testimonial {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	max-width: 850px;
	margin: 0 auto;
}

.section > .testimonial[data-animation="fade"] { padding: 0; }

.section > .testimonial .testi-content { font-size: 22px; }

.section > .testimonial .testi-meta,
.section > .testimonial .testi-meta span { font-size: 14px; }


/* Testimonial - Pagination
-----------------------------------------------------------------*/

.testimonial .flex-control-nav {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 6px;
	margin-top: 20px;
	margin-bottom: auto;
	width: auto;
}

.testimonial .flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	width: 54px;
	height: 6px;
	float: none;
}

.testimonial .flex-control-nav li a {
	width: 54px !important;
	height: 6px !important;
	border: none;
	background-color: #d0a068;
	opacity: 0.5;
}

.testimonial .flex-control-nav li:hover a { opacity: 0.75; }
.testimonial .flex-control-nav li a.flex-active { opacity: 1; }


/* ----------------------------------------------------------------
	51. Team
-----------------------------------------------------------------*/


.team,
.team-image { position: relative; }

.team-image > a,
.team-image img {
	display: block;
	width: 100%;
}

.team-desc {
	margin-top: 10px;
	text-align: center;
}

.team-desc.team-desc-bg {
	background-color: #FFF;
	padding: 10px 0 30px;
}

.team .si-share {
	margin-top: 30px;
	text-align: left;
}

.team .si-share .social-icon {
	font-size: 14px;
	width: 34px;
}

.team-title {
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
}

.team-title h4 {
	display: block;
	margin-bottom: 0;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.team-title span {
	display: block;
	color: #aaa;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 7px;
}

.team-content {
	margin-top: 15px;
	color: #777;
}

.team-content p:last-child { margin-bottom: 0; }

.team-overlay,
.team-overlay:before {
	opacity: 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

body:not(.device-touch) .team-overlay {
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.team-overlay:before {
	content: '';
	z-index: auto;
	background-color: #000;
	opacity: 0.75;
}

.team:hover .team-overlay { opacity: 1; }

.team:hover .team-image img {
	-webkit-filter: blur(2px);
 	-moz-filter: blur(2px);
 	-o-filter: blur(2px);
 	-ms-filter: blur(2px);
 	filter: blur(2px);
}

.team-overlay .team-social {
	position: relative;
	top: 47%;
	display: inline-block;
}

.team-overlay .team-social i {
	font-size: 20px;
	color: #777;
	padding: 0 10px;
}

.team-overlay .team-social i:hover {
	color: #aaa;
}


/* Team Center
-----------------------------------------------------------------*/

.team.center .team-title:after {
	left: 50%;
	margin-left: -40px;
}


/* Team List
-----------------------------------------------------------------*/

.team.team-list .team-image {
	float: left;
	width: 200px;
	margin-right: 30px;
}

.team.team-list .team-desc {
	position: relative;
	overflow: hidden;
	text-align: left;
}

.team.team-list .team-title { padding-top: 0; }

.team .team-desc > .social-icon { margin-top: 20px; }

.team .team-content ~ .social-icon { margin-top: 30px; }

.team:not(.team-list) .social-icon {
	display: inline-block;
	float: none;
	margin-left: 6px;
	margin-right: 6px;
}


/* ----------------------------------------------------------------
	52. Pricing Boxes
-----------------------------------------------------------------*/

.pricing { position: relative; }

.pricing [class^=col-] {
	padding: 0;
	margin-top: 20px;
}


/* Pricing Boxes
-----------------------------------------------------------------*/

.pricing-box {
	position: relative;
	border: 1px solid rgba(0,0,0,0.075);
	border-radius: 1px;
	text-align: center;
}


/* Pricing Boxes - Title
-----------------------------------------------------------------*/

.pricing-title {
	padding: 50px 0;
	background-color: #444;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 3px 3px 0 0;
}

.pricing-title h3 {
	margin: 0;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

.pricing-title span {
	display: block;
	color: #999;
	font-weight: 300;
	font-size: 14px;
	margin-top: 3px;
	text-transform: uppercase;
}


/* Pricing Boxes - Price
-----------------------------------------------------------------*/

.pricing-price {
	position: relative;
	padding: 15px 0 18px;
	color: #444;
	font-weight: 300;
	font-size: 45px;
	line-height: 1;
	background-color: #f8f8f8;
}

.pricing-price:after {
	content: '';
	position: absolute;
	width: 100%;
	border-top: 2px dashed rgba(0,0,0,0.03);
	top: auto;
	bottom: 0;
	left: 0;
}

.pricing-price span {
	display: inline-block;
	vertical-align: top;
	margin: 7px 3px 0 0;
	font-size: 28px;
	font-weight: normal;
}

.pricing-price span.price-tenure,
.pricing-price span.price-unit {
	vertical-align: baseline;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	margin: 0 3px 0 3px;
}


/* Pricing Boxes - Features
-----------------------------------------------------------------*/


.pricing-features ul {
	margin: 0;
	padding: 30px 0;
	list-style: none;
}

.pricing-features li {
	padding: 6px 0;
	font-size: 16px;
	line-height: 30px;
}


/* Pricing Boxes - Action
-----------------------------------------------------------------*/

.pricing-action { padding: 40px 0 0; }


/* Pricing Boxes - Best Price
-----------------------------------------------------------------*/

.pricing-box.best-price {
	background-color: #444;
	box-shadow: 0 3px 5px rgba(0,0,0,0.6);
	z-index: 10;
}

.pricing-box.best-price { margin: -20px -1px 0 -1px; }

.pricing-box.best-price .pricing-title {
	background-color: #FFF;
	padding: 60px 0;
}

.pricing-box.best-price .pricing-title h3 {
	color: #444;
}

.pricing-box.best-price .pricing-price {
	color: #d0a068;
	font-size: 45px;
	background-color: #444;
}

.pricing-box.best-price .pricing-price:after {
	border-color: #3e3e3e;
}

.pricing-box.best-price .pricing-features ul {
	background-color: #444;
}

.pricing-box.best-price .pricing-action a.button:hover {
	background-color: #555;
	background: rgba(255, 255, 255, 0.05);
}


/* Pricing Boxes - 5 Columns
-----------------------------------------------------------------*/

.pricing.pricing-5 .pricing-box {
	float: left;
	width: 20%;
	margin-top: 20px;
}

.pricing.pricing-5 .pricing-box.best-price { margin-top: 0; }

.pricing.pricing-5 .pricing-box:nth-child(5) { margin-left: -1px; }


/* Pricing Boxes - Extended
-----------------------------------------------------------------*/

.pricing-box.pricing-extended {
	background-color: #FFF;
	text-align: left;
	border: none;
}

.pricing-box.pricing-extended .pricing-action-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	border: 1px solid rgba(0,0,0,0.05);
	background-color: #f8f8f8;
	padding: 30px;
	border-radius: 0 3px 3px 0;
	text-align: center;
}

.pricing-box.pricing-extended .pricing-price {
	background-color: transparent;
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price,
.pricing-box.pricing-extended .pricing-action-area .pricing-action { padding: 0; }

.pricing-box.pricing-extended .pricing-action-area .pricing-price { padding-bottom: 20px; }

.pricing-box.pricing-extended .pricing-action-area .pricing-price:after { display: none; }

.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
	display: block;
	margin: 10px 0 0 0;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
}

.pricing-box.pricing-extended .pricing-desc {
	float: right;
	width: 60%;
}

.pricing-box.pricing-extended .pricing-title {
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 20px; 
	text-align: left;
	border: none;
}

.pricing-box.pricing-extended .pricing-title h3 {
	color: #444;
	font-size: 25px;
}

.pricing-box.pricing-extended .pricing-features { border: 0; }

.pricing-box.pricing-extended .pricing-features ul { padding: 15px 0; }

.pricing-box.pricing-extended .pricing-features li {
	padding: 4px 0;
	width: 50%;
	font-size: 15px;
	float: left;
	color: #444;
}

.pricing-box.pricing-extended .pricing-features ul li i {
	position: relative;
	top: 1px;
	width: 16px;
	font-size: 21px;
	margin-right: 10px;
	color: #999;
}

.pricing-box.pricing-extended .pricing-meta {
	color: #444;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 10px;
}


/* Pricing Boxes - Extended 2
-----------------------------------------------------------------*/


.pricing-box.pricing-extended2 ul li {
	padding: 10px 5px;
	border-bottom: 2px solid #f8f8f8;
}

.pricing-box.pricing-extended2 .pricing-price {
	padding: 40px 0;
}

.pricing-box.pricing-extended2 .pricing-action  {
	padding: 0;
}


/* ----------------------------------------------------------------
	53. Counter
-----------------------------------------------------------------*/


.counter-box {
	border: 1px solid #eee;
	padding: 20px 0;
	margin-top: 50px;
	margin-bottom: 50px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.counter-box:hover {
	border: 1px solid #444;
}

.counter-box h5 {
	color: #999;
}

.counter-box i {
	color: #777;
}

.counter {
	font-size: 36px;
	font-weight: 300;
	color: #444;
	font-family: 'Open Sans', sans-serif;
}

.counter.counter-small { font-size: 28px; }

.counter.counter-large { font-size: 56px; }

.counter.counter-xlarge {
	font-size: 64px;
	font-weight: 400;
}

.counter.counter-inherit {
	font-size: inherit;
	font-weight: inherit;
}

.widget .counter { opacity: 0.7; }


/* ----------------------------------------------------------------
	54. Rounded Skills
-----------------------------------------------------------------*/


.rounded-skill {
	opacity: 1 !important;
	display: inline-block;
	margin: 0 15px 15px;
}

body:not(.device-touch) .rounded-skill {
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.rounded-skill + h5 { margin-bottom: 0; }

.rounded-skill h5 {
	margin-top: 10px;
	letter-spacing: 7px;
}

.easyPieChart {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 22px;
	color: #777;
}

.easyPieChart i { font-size: 28px; }

.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}


/* ----------------------------------------------------------------
	55. Skills Bar
-----------------------------------------------------------------*/


.skills {
	margin: 0;
	list-style: none;
	padding-top: 25px;
}

.skills li {
	position: relative;
	margin-top: 50px;
	height: 15px;
	background-color: #F5F5F5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
	border-radius: 0;
}

.skills li:first-child { margin-top: 0; }

.skills li .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #d0a068;
	overflow: visible !important;
	border-radius: 0;
	-webkit-transition: width 1.2s ease-in-out;
	-o-transition: width 1.2s ease-in-out;
	transition: width 1.2s ease-in-out;
}

.skills li .progress-percent {
	position: absolute;
	top: -28px;
	right: 0;
	background-color: #333;
	color: #f9f9f9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	height: 22px;
	line-height: 22px;
	padding: 0px 10px;
	font-size: 11px;
	border-radius: 1px;
}

.skills li .progress-percent div {
	color: #f9f9f9;
}

.skills li .progress-percent .counter {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.progress-percent:after, .progress-percent:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.progress-percent:after {
	border-top-color: #333;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
}

.progress-percent:before {
	border-top-color: #333;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}

.skills li > span {
	position: absolute;
	z-index: 1;
	top: -23px;
	left: 0;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #777;
}

.skills.skills-light li {
	height: 2px;
}

.skills.skills-light li .progress {
	background-color: #222;
}

.skills.skills-light li .progress-percent {
	border-radius: 20px;
}


/* ----------------------------------------------------------------
	56. Owl Carousel
-----------------------------------------------------------------*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut  {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}

.owl-carousel {
	display:none;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y
}

.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0px,0,0);
	cursor:move;
	cursor: -webkit-ew-resize;
	cursor: -o-ew-resize;
	cursor: -ms-ew-resize;
	cursor: ew-resize;
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
	display:block;
	min-height: 100px;
	background: url(../images/preloader.gif) no-repeat center center
}

.owl-carousel.owl-hidden { opacity:0 }

.owl-carousel .owl-refresh .owl-item { display:none }

.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

#slider .owl-carousel .owl-item img { -webkit-backface-visibility: hidden; }

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto
}

.owl-carousel .owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab;
}

.owl-carousel.owl-rtl { direction:rtl }

.owl-carousel.owl-rtl .owl-item { float:right }

.no-js .owl-carousel { display:block }

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-item img { transform-style:preserve-3d }

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#111
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url(../images/icons/play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1
}


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -85px;
	left: -36px;
	zoom: 1;
	width: 44px;
	height: 170px;
	line-height: 164px;
	border: 1px solid rgba(0,0,0,0.08);
	color: #444;
	background: rgba(255,255,255,0.8);
	font-size: 28px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -39px; }

.owl-carousel-full .owl-controls .owl-nav [class*=owl-] {
	margin-top: -100px;
	left: 0 !important;
	height: 200px;
	line-height: 196px;
}

.owl-carousel-full .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -46px; }

.owl-theme .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -36px;
}

.owl-carousel-full .owl-controls .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
}

.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
	opacity: 1;
	left: -22px;
}

.owl-theme:hover .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -22px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: rgba(255,255,255,0.4);
}

.owl-theme .owl-controls .owl-nav .disabled { display: none !important; }


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin-top: 30px;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 54px;
	height: 6px;
	margin: 0 4px;
	opacity: 0.5;
	background-color: #d0a068;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { opacity: 1; }


/* ----------------------------------------------------------------
	57. Overlays
-----------------------------------------------------------------*/


.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlay .overlay-wrap,
.text-overlay {
	opacity: 0;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

body:not(.device-touch) .overlay .overlay-wrap,
body:not(.device-touch) .text-overlay {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.overlay .overlay-wrap i {
	position: absolute;
	opacity: 0.8;
	font-size: 24px;
	line-height: 1;
	width: 24px;
	height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	color: #FFF;
}

.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay { opacity: 1; }


.text-overlay {
	position: absolute;
	opacity: 0.85;
	top: auto;
	bottom: 0;
	height: auto;
	padding: 40px 15px 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
	margin: 0;
	color: #F5F5F5;
}

.text-overlay-title h2 { font-size: 28px; }

.text-overlay-title h3 {
	font-size: 17px;
	font-weight: 600;
}

.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4,
.text-overlay-meta {
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-overlay-meta {
	color: #CCC;
	font-size: 13px;
}

.text-overlay-meta span i {
	position: relative;
	top: 1px;
	font-size: 14px;
}


/* News Carousel Overlays
-----------------------------------------------------------------*/

.news-carousel .text-overlay { padding: 40px 30px 25px; }

.news-carousel .text-overlay-title { margin: 15px 0 10px; }

.news-carousel .text-overlay-title h2,
.news-carousel .text-overlay-title h3,
.news-carousel .text-overlay-title h4 {
	line-height: 1.2;
	text-overflow: none;
	white-space: normal;
}

.news-carousel .text-overlay-meta { font-size: 14px; }

.news-carousel .rounded-skill {
	position: absolute;
	margin: 0 !important;
	top: 30px;
	right: 30px;
	color: #FFF;
	font-weight: 600;
}


/* ----------------------------------------------------------------
	58. Forms
-----------------------------------------------------------------*/

.sm-form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 14px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.sm-form-control:active,
.sm-form-control:focus,
.sm-form-control:hover {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sm-form-control::-moz-placeholder {
	color: #bbb;
	text-transform: uppercase;
	opacity: 1;
}

.sm-form-control:-ms-input-placeholder {
	color: #bbb;
	text-transform: uppercase;
}
.sm-form-control::-webkit-input-placeholder {
	color: #bbb;
	text-transform: uppercase;
}

.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.sm-form-control { height: auto; }

.form-control {
	font-size: 12px;
  	height: 36px;
  	color: #555;
  	border: 1px solid #e5e5e5;
  	border-radius: 0;
  	-webkit-box-shadow: none;
          	box-shadow: none;
}

.form-control.newsletter {
	border-top: none;
}

.form-control:active,
.form-control:focus,
.form-control:hover {
	border-color: #999;
	box-shadow: none;
}

.form-control::-moz-placeholder {
  	color: #bbb;
	text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
  	color: #bbb;
	text-transform: uppercase;
}

.form-control::-webkit-input-placeholder {
  	color: #bbb;
	text-transform: uppercase;
}

#top-search .form-control::-moz-placeholder {
  	color: #bbb;
	text-transform: none;
}

#top-search .form-control:-ms-input-placeholder {
  	color: #bbb;
	text-transform: none;
}

#top-search .form-control::-webkit-input-placeholder {
  	color: #bbb;
	text-transform: none;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 60px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}

.input-group-lg > .input-group-addon { line-height: 1; }

.icon-placeholder-div {
	text-align: center;
}

.icon-placeholder-div i {
	font-size: 25px;
	margin: 0 auto 20px;
	color: #777;
}

.input-block-level {
	display: block;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.input-group {
	width: 100%;
}

label {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	margin-bottom: 10px;
	cursor: pointer;
}

label.label-muted {
	color: #999;
	font-weight: normal;
	margin-right: 5px;
}

form .col-full,
form .col-1-half,
form .col-1-third,
form .col-2-third,
form .col-3-fourth,
form .col-1-fourth,
form .col-1-fifth,
form .col-2-fifth,
form .col-3-fifth,
form .col-4-fifth,
form .col-1-sixth,
form .col-5-sixth { margin-bottom: 25px; }


/* ----------------------------------------------------------------
	59. Contact Form
-----------------------------------------------------------------*/


#contact-form-overlay,
#contact-form-overlay-mini {
	position: relative;
	max-width: 800px;
	background-color: #FFF;
	padding: 40px;
	margin: 0 auto;
	z-index: 10;
	border-radius: 4px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}

#contact-form-overlay-mini {
	float: right;
	width: 380px;
	margin: 0;
}

label.error {
	margin-top: 5px;
	color: #E42C3E;
	font-weight: 400;
}

label.error { display: none !important; }

.form-control.error,
.sm-form-control.error { border-color: #E42C3E; }


/* ----------------------------------------------------------------
	60. Google Maps
-----------------------------------------------------------------*/


#google-map {
	position: relative;
	width: 100%;
	height: 600px;
}

.gmap-sm {
	height: 460px !important;
}

.gmap-xs {
	height: 350px !important;
}

.gmap img { max-width: none !important; }

.gm-style .gm-style-iw h3 span {
	font-size: inherit;
	font-family: inherit;
}

#map-overlay {
	position: relative;
	padding: 100px 0;
}

#map-overlay #google-map {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}


/* ----------------------------------------------------------------
	61. Google Custom Search
-----------------------------------------------------------------*/


#content .cse .gsc-control-cse,
#content .gsc-control-cse,
#content .gsc-above-wrapper-area,
#content .gsc-adBlock,
#content .gsc-thumbnail-inside,
#content .gsc-url-top,
#content .gsc-table-result,
#content .gsc-webResult,
#content .gsc-result { padding: 0 !important; }

#content .gsc-selected-option-container { width: auto !important; }

#content .gsc-result-info { padding-left: 0 !important; }

#content .gsc-above-wrapper-area-container,
#content .gsc-table-result { margin-bottom: 10px; }

#content .gcsc-branding { display: none; }

#content .gsc-results,
#content .gsc-webResult { width: 100% !important; }

#content .gs-no-results-result .gs-snippet,
#content .gs-error-result .gs-snippet { margin: 0 !important; }


/* ----------------------------------------------------------------
	62. Heading Styles
-----------------------------------------------------------------*/


/* Block Titles
-----------------------------------------------------------------*/

.title-block {
	padding: 2px 0 3px;
	margin-bottom: 30px;
}

.title-block-right {
	padding: 2px 0 3px;
	border-left: 0;
	text-align: right;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4,
.title-block h5,
.title-block h6 { margin-bottom: 0; }

.title-block > span {
	display: block;
	margin-top: 4px;
	color: #555;
	font-weight: 300;
}

.title-block h1 + span { font-size: 22px; }

.title-block h2 + span { font-size: 19px; }

.title-block h3 + span { font-size: 17px; }

.title-block h4 + span {
	font-size: 15px;
	margin-top: 3px;
}


/* Section Heading
-----------------------------------------------------------------*/

.section-heading { margin-bottom: 50px; }

.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4 {
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #212121;
}

.section-heading h1 { font-size: 34px; }

.section-heading h2 { font-size: 30px; }

.section-heading h3 { font-size: 26px; }

.section-heading h4 { font-size: 23px; }

.section-heading h5 {
	font-size: 17px;
	letter-spacing: 5px;
}

.section-heading > span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
}

.section-heading.center > span,
.section-heading.title-center > span,
.center .section-heading > span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.section-heading h1 + span { font-size: 24px; }

.section-heading h2 + span { font-size: 20px; }

.section-heading h3 + span,
.section-heading h4 + span { font-size: 18px; }

.section-heading ~ p:not(.lead) { font-size: 15px; }

.section-heading h1:after,
.section-heading h2:after,
.section-heading h3:after,
.section-heading h4:after,
.section-heading h5:after {
	content: '';
	display: block;
	margin-top: 15px;
	width: 60px;
	border-top: 2px solid #ccc;
}

.center .section-heading h1:after,
.section-heading.center h1:after,
.section-heading.title-center h1:after,
.center .section-heading h2:after,
.section-heading.center h2:after,
.section-heading.title-center h2:after,
.center .section-heading h3:after,
.section-heading.center h3:after,
.section-heading.title-center h3:after,
.center .section-heading h4:after,
.section-heading.center h4:after,
.section-heading.title-center h4:after,
.center .section-heading h5:after,
.section-heading.center h5:after,
.section-heading.title-center h5:after { margin: 15px auto 30px; }

.section-heading.noborder h1:after,
.section-heading.no-b-border h2:after,
.section-heading.noborder h2:after,
.section-heading.no-b-border h2:after,
.section-heading.noborder h3:after,
.section-heading.no-b-border h3:after,
.section-heading.noborder h4:after,
.section-heading.no-b-border h4:after,
.section-heading.noborder h5:after,
.section-heading.no-b-border h5:after { display: none; }

.section-heading.border-color h1:after,
.section-heading.border-color h2:after,
.section-heading.border-color h3:after,
.section-heading.border-color h4:after,
.section-heading.border-color h5:after { border-top: 1px solid; width: 120px; border-color: #d0a068; }


/* Justify Border Title
-----------------------------------------------------------------*/

.header-title {
	position: relative;
	margin-bottom: 30px;
}

.header-title h1,
.header-title h2,
.header-title h3,
.header-title h4,
.header-title h5,
.header-title h6 {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	padding-right: 15px;
	margin-bottom: 0;
}

.header-title h4,
.header-title h5,
.header-title h6 { padding-right: 10px; }

.header-title.title-double-border:before,
.header-title.title-border:before,
.header-title.title-border-color:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border-top: 3px double #E5E5E5;
	left: auto;
	top: 46%;
	right: 0;
}

.header-title.title-border:before {
	top: 49%;
	border-top: 1px solid #EEE;
}

.header-title.title-border-color:before {
	top: 49%;
	border-top: 1px solid #d0a068;
	opacity: 0.6;
}


/* Title - Center Align
-----------------------------------------------------------------*/

.title-center { text-align: center; }

.title-center h1,
.title-center h2,
.title-center h3 { padding: 0 15px; }

.title-center h4,
.title-center h5,
.title-center h6 { padding: 0 10px; }


/* Title - Right Align
-----------------------------------------------------------------*/

.title-right { text-align: right; }

.title-right h1,
.title-right h2,
.title-right h3 { padding: 0 0 0 15px; }

.title-right h4,
.title-right h5,
.title-right h6 { padding: 0 0 0 10px; }


/* ----------------------------------------------------------------
	63. Blockquotes
-----------------------------------------------------------------*/

blockquote {
	font-size: 16px;
	font-style: italic;
	color: #aaa;
	border-left: 1px solid #848484;
}

blockquote.alt-border {	border-left: 10px solid #f1f1f1; }

blockquote footer {
	font-style: normal;
	color: #555;
}

blockquote footer span { color: #888; }

blockquote p { margin-bottom: 15px; }

blockquote.pull-left {
	max-width: 300px;
	margin: 5px 20px 10px 0;
	padding-right: 0;
}

blockquote.pull-right {
	max-width: 300px;
	margin: 5px 0 10px 20px;
	padding-left: 0;
}

.blockquote-reverse,
blockquote.pull-right { border-right: 1px solid #848484; }

.blockquote-reverse.alt-border {
	border-right: 10px solid #f1f1f1;
	border-left: none;
}

.quote {
	border: none !important;
	position: relative;
}

.quote p {
	position: relative;
	margin-left: 50px;
}

.quote footer {
	margin-left: 50px;
}

.quote:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	content: "\f10d";
	position: absolute;
	width: 58px;
	height: 58px;
	line-height: 58px;
	font-size: 52px;
	top: 0;
	left: 0;
	color: #EEE;
}

.quote.blockquote-reverse:before {
	content: "\f10e";
	left: auto;
	right: 0;
}

.quote.blockquote-reverse p,
.quote.blockquote-reverse footer { margin-right: 50px; }


/* ----------------------------------------------------------------
	64. Dropcap & Highlight
-----------------------------------------------------------------*/


.dropcap {
	float: left;
	font-size: 45px;
	color: #666;
	line-height: 1;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}

.highlight {
	padding: 2px 3px;
	background-color: #444;
	color: #FFF;
}


/* ----------------------------------------------------------------
	65. Text Rotater
-----------------------------------------------------------------*/

.text-rotater > .t-rotate > .animated { display: inline-block; }


/* ----------------------------------------------------------------
	66. Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 60px;
	height: 50px;
	background-color: #000;
	background-color: rgba(0,0,0,0.2);
	font-size: 25px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.full-wide #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #d0a068; }


/* ----------------------------------------------------------------
	67. Error 404 Page
-----------------------------------------------------------------*/


.error404 {
	display: block;
	font-size: 200px;
	margin-bottom: 160px;
	color: #000;
	line-height: 0.9;
	letter-spacing: 20px;
	opacity: 0.5;
}

.error404-wrap .container { z-index: 7; }

.error404-wrap .error404 {
	color: #FFF !important;
	margin-bottom: 60px;
}

.error404-wrap .section-heading span { font-size: 17px; }

.error404-wrap form { max-width: 500px; }


/* ----------------------------------------------------------------
	68. Preloader
-----------------------------------------------------------------*/

.preloader,
.preloader2,
.form-process {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/preloader.gif) center center no-repeat #FFF;
}

.preloader2 { background-color: transparent; }

.form-process {
	display: none;
	position: absolute;
	z-index: 3;
	background-color: rgba(255,255,255,0.7);
}


/* ----------------------------------------------------------------
	69. Toast Notifications
-----------------------------------------------------------------*/


.toast-title { font-weight: bold; }

.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.toast-message a,
.toast-message label { color: #ffffff; }

.toast-message a:hover {
	color: #cccccc;
	text-decoration: none;
}

.toast-close-button {
	position: absolute;
	right: 5px;
	top: 3px;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: alpha(opacity=50);
}


button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.toast-top-full-width {
	top: 20px;
	right: 0;
	width: 100%;
}

.toast-bottom-full-width {
	bottom: 10px;
	right: 0;
	width: 100%;
}

.toast-top-left {
	top: 12px;
	left: 12px;
}

.toast-top-right {
	top: 12px;
	right: 12px;
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px;
}

#toast-container {
	position: fixed;
	z-index: 1999;
}

#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#toast-container > div {
	margin: 0 0 6px;
	padding: 30px;
	width: 300px;
	background-position: 15px center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 17px;
	text-align: center;
}

#toast-container > div i {
	position: relative;
	top: 1px;
	width: 16px;
	text-align: center;
	margin-right: 3px;
}

#toast-container > :hover {
	cursor: pointer;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
	width: 96%;
	margin: auto;
}

.toast { background-color: #030303; }

.toast-success { background-color: #79ab95; }

.toast-error { background-color: #bd362f; }

.toast-info { background-color: #2f96b4; }

.toast-warning { background-color: #f89406; }


@media all and (min-width: 240px) and (max-width: 479px) {
	#toast-container > div {
		padding: 8px;
		width: 18em;
	}
}

@media all and (min-width: 480px) and (max-width: 767px) {
	#toast-container > div {
		padding: 15px;
		width: 25em;
	}
}


/* ----------------------------------------------------------------
	70. Footer
-----------------------------------------------------------------*/


#footer {
	position: relative;
	background-color: #fff;
	border-top: 10px solid rgba(0,0,0,0.1);
}

#footer .footer-widgets-wrap {
	position: relative;
	padding: 80px 0;
}

#footer .footer-widgets-wrap .footer-about {
	padding-bottom: 20px;
}

#footer .footer-widgets-wrap .footer-about p {
	padding: 0 0 15px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
}

#footer.footer-gray { background-color: #f8f8f8; }

.footer-widgets-wrap .col-full,
.footer-widgets-wrap .col-1-half,
.footer-widgets-wrap .col-1-third,
.footer-widgets-wrap .col-2-third,
.footer-widgets-wrap .col-3-fourth,
.footer-widgets-wrap .col-1-fourth,
.footer-widgets-wrap .col-1-fifth,
.footer-widgets-wrap .col-2-fifth,
.footer-widgets-wrap .col-3-fifth,
.footer-widgets-wrap .col-4-fifth,
.footer-widgets-wrap .col-1-sixth,
.footer-widgets-wrap .col-5-sixth { margin-bottom: 0; }

.footer-logo {
	display: block;
	width: 116px;
	height: 83px;
	margin-bottom: 20px;
	background-image: url(../images/logo.png);
}

#copyrights {
	padding: 60px 0;
	color: #777;
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 2px;
}

#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}

.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}

.copyrights-menu { margin-bottom: 10px; }

.copyrights-menu a {
	font-size: 14px;
	margin: 0 10px;
	border-bottom: 0 !important;
}

#copyrights .col-1-half { margin-bottom: 0 !important; }

#copyrights a:first-child { margin-left: 0; }

#copyrights .tright a:last-child { margin-right: 0; }


/* ----------------------------------------------------------------
	71. Widgets
-----------------------------------------------------------------*/


.widget {
	position: relative;
	margin-top: 50px;
}

.sidebar-widgets-wrap .widget {
	padding-top: 20px;
}

.widget:first-child { margin-top: 0; }

.sidebar-widgets-wrap .widget:first-child {
	padding-top: 0;
	border-top: 0;
}

.widget > h4 {
	margin-bottom: 56px;
	font-size: 17px;
	text-transform: uppercase;
}

.sidebar-widgets-wrap .widget > h4 {
	margin-bottom: 35px;
}

.sidebar-widgets-wrap .widget > h4:after {
	content: '';
	display: block;
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid #ddd;
}

.widget p { font-size: 14px; }


/* Tag Cloud
-----------------------------------------------------------------*/

.tagcloud { margin-bottom: -2px; }

.tagcloud a, .tagcloud span {
	display: block;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 3px 12px 3px 0;
	font-size: 13px !important;
	color: #aaa;
	text-transform: uppercase;
}

.tagcloud span {
	color: #444;
}

body:not(.device-touch) .tagcloud a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tagcloud a:hover {
	border-color: #d0a068 !important;
	color: #d0a068 !important;
}


/* Widget - Links
-----------------------------------------------------------------*/

.widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_pages ul,
.widget_pages li,
.widget_rss ul,
.widget_rss li {
	list-style: none;
	margin: 0;
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li {
	display: inline-block;
	padding: 0 0 15px;
	border: none !important;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.widget_recent_comments li {
	display: block;
	background: url(../images/icons/widget-comment.png) left top no-repeat;
	padding: 4px 0 4px 20px;
}

.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_rss li a:hover,
.widget_recent_comments li a:hover { color: #000; }

.widget_recent_comments li a {
	display: inline;
	padding: 0;
	background: none !important;
}

.widget_nav_menu > ul > li:first-child,
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_rss > ul > li:first-child { border-top: 0 !important; }

.widget_nav_menu > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul,
.widget_pages > ul,
.widget_rss > ul { margin-top: -4px !important; }

.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_rss ul ul { margin-left: 15px; }


/* Widget - Testimonial & Twitter
-----------------------------------------------------------------*/

.widget .testimonial.no-image .testi-image { display: none; }

.widget .testimonial.twitter-scroll .testi-image { margin-right: 10px; }

.widget .testimonial:not(.twitter-scroll) .testi-image,
.widget .testimonial:not(.twitter-scroll) .testi-image a,
.widget .testimonial:not(.twitter-scroll) .testi-image img {
	width: 42px;
	height: 42px;
}

.widget .testimonial.twitter-scroll .testi-image,
.widget .testimonial.twitter-scroll .testi-image a,
.widget .testimonial.twitter-scroll .testi-image img,
.widget .testimonial.twitter-scroll .testi-image i {
	width: 28px;
	height: 28px;
}

.widget .testimonial.twitter-scroll .testi-image i {
	background-color: #EEE;
	line-height: 28px;
	font-size: 14px;
	color: #888;
}

.widget .testimonial p { font-size: 14px; }


/* Widget - Quick Contact Form
-----------------------------------------------------------------*/

.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control { margin-bottom: 10px; }

.quick-contact-widget .input-group .form-control { margin-bottom: 0; }

.quick-contact-widget form,
#template-contactform { position: relative; }


/* Newsletter Widget
-----------------------------------------------------------------*/

.subscribe-widget h5 {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
}


/* Twitter Feed Widget
-----------------------------------------------------------------*/

.widget-twitter-feed li { margin: 15px 0 0 0; }

.widget-twitter-feed li:first-child { margin-top: 0; }

.widget-twitter-feed small {
	display: block;
	margin-top: 3px;
}

.widget-twitter-feed small a { color: #999; }

#sidebar-twitter-list {	padding-left: 20px; }


/* Small Post
-----------------------------------------------------------------*/

.widget-twitter-feed li { margin: 15px 0 0 0; }

.widget-twitter-feed li:first-child { margin-top: 0; }

.widget-twitter-feed small {
	display: block;
	margin-top: 3px;
}

.widget-twitter-feed small a { color: #999; }


/* ----------------------------------------------------------------
	72. Bootstrap Custom
-----------------------------------------------------------------*/

.tooltip-inner {
	padding: 7px;
	border-radius: 0;
	background-color: rgba(0,0,0,0.8);
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: rgba(0,0,0,0.8);
}

.tooltip.right .tooltip-arrow {
	border-right-color: rgba(0,0,0,0.8);
}
.tooltip.left .tooltip-arrow {
	border-left-color: rgba(0,0,0,0.8);
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: rgba(0,0,0,0.8);
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 15px 8px;
  border-top: 1px solid #eee;
}

.table > thead > tr > th {
  border-bottom: 1px solid #eee;
}

.table .success { color: #3c763d; }

.table .info { color: #31708f; }

.table .warning { color: #8a6d3b; }

.table .danger { color: #a94442; }

.btn-link { color: #d0a068; }

.btn-link:hover,
.btn-link:focus { color: #222; }

.boot-tabs { margin-bottom: 20px !important; }

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
	position: absolute;
	top: 47.5%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-chevron-left { left: 50%; }

.carousel-control .icon-chevron-right { right: 50%; }

.responsive-utilities th small {
	display: block;
	font-weight: 400;
	color: #999;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEE;
	border: 1px solid #DDD;
}

.img-circle { border-radius: 50% !important; }

.pagination {
 	border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
	padding: 8px 0;
	width: 37px;
	height: 37px;
	text-align: center;
	margin-left: 3px;
	line-height: 1.42857143;
	color: #999;
	background-color: transparent;
	border: 1px solid #eee;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #444;
	background-color: transparent;
	border-color: #777;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #444;
	cursor: default;
	background-color: transparent;
	border-color: #d0a068 !important;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #ddd;
	cursor: not-allowed;
	background-color: transparent;
	border-color: #eee;
}

label.radio,
label.checkbox { padding-left: 20px; }

.modal-content {
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-footer {
	font-size: 13px;
	text-align: left;
	text-transform: none;
	margin-top: 10px;
}


/* ----------------------------------------------------------------
	73. Full Wide Layout
-----------------------------------------------------------------*/


.full-wide #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}


/* ----------------------------------------------------------------
	74. Page Transition
-----------------------------------------------------------------*/

body:not(.no-transition) #wrapper,
.animsition-overlay {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	background-color: #FFF;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	width: 70px;
	height: 4px;
	background-color: #444;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner > .css3-spinner-cube1,
.css3-spinner > .css3-spinner-cube2 {
	-webkit-animation: cubemove 1.8s infinite ease-in-out;
	animation: cubemove 1.8s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-cube2 {
	background-color: #444;
	border: 1px solid #444;
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
	display: none;
}

@-webkit-keyframes cubemove {
  25% { -webkit-transform: translateX(82px) rotate(-90deg) scale(0.3) }
  50% { -webkit-transform: translateX(82px) translateY(82px) rotate(-180deg) scale(0.3) }
  75% { -webkit-transform: translateX(0px) translateY(82px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) scale(1) }
}

@keyframes cubemove {
  25% {
	transform: translateX(82px) rotate(-90deg) scale(0.3);
	-webkit-transform: translateX(82px) rotate(-90deg) scale(0.3);
  } 50% {
	transform: translateX(82px) translateY(82px) rotate(-180deg) scale(0.5);
	-webkit-transform: translateX(82px) translateY(82px) rotate(-180deg) scale(0.5);
  } 75% {
	transform: translateX(0px) translateY(82px) rotate(-270deg) scale(0.7);
	-webkit-transform: translateX(0px) translateY(82px) rotate(-270deg) scale(0.7);
  } 100% {
	transform: rotate(-360deg) scale(1);
	-webkit-transform: rotate(-360deg) scale(1);
  }
}


/* ----------------------------------------------------------------
	75. HTML5 Youtube Video Backgrounds
-----------------------------------------------------------------*/


.mb_YTVPlayer :focus { outline: 0; }

.mb_YTVPlayer {
	display:block;
	transform:translateZ(0);
	transform-style: preserve-3d;
	perspective: 1000;
	backface-visibility: hidden;
	transform:translate3d(0,0,0);
	animation-timing-function: linear;
}

.mb_YTVPlayer.fullscreen {
	display:block!important;
	position: fixed!important;
	width: 100%!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
	border: none !important;
}

.mb_YTVPlayer.fullscreen .mbYTP_wrapper { opacity:1 !important; }


.mbYTP_wrapper iframe { max-width: 4000px !important; }

.inline_YTPlayer {
	margin-bottom: 20px;
	vertical-align:top;
	position:relative;
	left:0;
	overflow: hidden;
	border-radius: 4px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
	box-shadow: 0 0 5px rgba(0,0,0,.7);
	background: rgba(0,0,0,.5);
}

.inline_YTPlayer img {
	border: none!important;
	-moz-transform: none!important;
	-webkit-transform: none!important;
	-o-transform: none!important;
	transform: none!important;
	margin:0!important;
	padding:0!important
}

.video-button {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 410px;
	max-height: 60px;
}

.video-button video {
	width: 420px;
	margin-left: -80px;
	margin-right: -80px;
	margin-top: -130px;
}

.video-button .video-button-label {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	margin-top: -12px;
	font-size: 16px;
	z-index: 10;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	letter-spacing: 3px;
}
 .video-button .video-button-label i {
	position: relative;
	top: 2px;
	margin-right: 5px;
 }


/* ----------------------------------------------------------------
    76. Dark Scheme
-----------------------------------------------------------------*/

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 { color: #EEE; }

.dark a:hover { color: #EEE; }

body.dark,
.dark #wrapper,
.dark #content,
.dark .shop-quick-view-ajax,
.dark .portfolio-ajax-modal,
.dark .modal-content,
.dark .css3-spinner,
body.side-panel-main.dark #side-panel,
body.side-panel-main #side-panel.dark { background-color: #282828; }

body.side-panel-main.dark #side-panel .side-panel-wrap a,
body.side-panel-main #side-panel.dark .side-panel-wrap a { color: #aaa; }

body.side-panel-main.dark #side-panel .side-panel-wrap a:hover,
body.side-panel-main #side-panel.dark .side-panel-wrap a:hover { color: #ccc; }

.dark .css3-spinner > div { background-color: rgba(255,255,255,0.35); }

.dark .line,
.dark .double-line { border-top-color: rgba(255,255,255,0.1); }

.dark .section,
.section.dark {
    background-color: #282828;
    border-color: rgba(255,255,255,0.1);
}

.dark #top-bar,
#top-bar.dark {
    border-bottom-color: rgba(255,255,255,0.1);
    background-color: #282828;
}

.dark .top-links li > a { color: #AAA; }
.dark .top-links li > a:hover { color: #ccc !important; }

.dark #top-social li a { color: #BBB; }

.dark #header:not(.transparent-header),
#header.dark:not(.transparent-header) {
    background-color: #333;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.dark #header.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark),
.dark #header.sticky-header.transparent-header #header-wrap:not(.not-dark),
.dark #header.transparent-header.floating-header .container,
.dark #header.transparent-header.floating-header.sticky-header .container,
#header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark),
#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark),
#header.dark.transparent-header.floating-header .container,
#header.dark.transparent-header.floating-header.sticky-header .container,
.dark .responsive-sticky-header #header-wrap,
.responsive-sticky-header.dark #header-wrap { background-color: #333; }

.dark #header.wide-header #header-wrap:not(.not-dark),
#header.wide-header.dark #header-wrap:not(.not-dark) { border-bottom-color: rgba(255,255,255,0.15); }

.dark #slider + #header.wide-header #header-wrap:not(.not-dark),
#slider + #header.wide-header.dark #header-wrap:not(.not-dark) { border-top-color: rgba(255,255,255,0.15); }

.dark #header.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark),
#header.transparent-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) { border-bottom-color: rgba(255,255,255,0.2); }

.dark #slider + #header.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark),
#slider + #header.transparent-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) { border-top-color: rgba(255,255,255,0.2); }

.dark #header.semi-transparent,
.dark #header.semi-transparent.floating-header .container,
#header.dark.semi-transparent,
#header.dark.semi-transparent.floating-header .container { background-color: rgba(0,0,0,0.4) !important; }

.dark #header.sticky-header.semi-transparent,
.dark #header.semi-transparent.floating-header,
.dark #header.semi-transparent.floating-header.sticky-header .container,
#header.dark.sticky-header.semi-transparent,
#header.dark.semi-transparent.floating-header,
#header.dark.semi-transparent.floating-header.sticky-header .container { background-color: transparent; }

.dark #header.semi-transparent.sticky-header #header-wrap,
#header.dark.semi-transparent.sticky-header #header-wrap { background-color: rgba(0,0,0,0.4); }

#header.dark #top-cart > a > span,
#header.dark.sticky-header #top-cart > a > span {
    color: #eee;
}

.dark #logo a { color: #CCC; }

.dark #header.wide-header #header-wrap:not(.not-dark) #logo,
#header.wide-header.dark #header-wrap:not(.not-dark) #logo { border-right-color: rgba(255,255,255,0.15); }

.dark #header.transparent-header.wide-header:not(.sticky-header) #header-wrap:not(.not-dark) #logo,
#header.transparent-header.wide-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #logo { border-right-color: rgba(255,255,255,0.2); }


.dark #header-wrap:not(.not-dark) #main-menu > ul > li > a,
.dark #header-wrap:not(.not-dark) #main-menu > .container > ul > li > a,
.dark.overlay-menu #header-wrap:not(.not-dark) #main-menu > ul > li > a,
.overlay-menu #main-menu.dark > ul > li > a,
.dark.overlay-menu #header-wrap:not(.not-dark) #main-menu > #overlay-menu-close,
.overlay-menu #main-menu.dark > #overlay-menu-close,
.dark #header-wrap:not(.not-dark) #top-search a,
.dark #header-wrap:not(.not-dark) #top-cart a,
.dark #header-wrap:not(.not-dark) #side-panel-trigger a,
.dark #top-cart > a > span,
body.top-search-open .dark #header-wrap:not(.not-dark) #top-search a,
.dark #header-wrap:not(.not-dark) #top-search a:hover,
.dark #header-wrap:not(.not-dark) #top-cart a:hover,
.dark #header-wrap:not(.not-dark) #side-panel-trigger a:hover,
.dark #header-wrap:not(.not-dark) #top-search form input {
    color: #EEE;
}

.dark #header-wrap:not(.not-dark) #top-search form input {
    background-color: #333;
}

.dark #header.wide-header #header-wrap:not(.not-dark) #main-menu > ul,
#header.wide-header.dark #header-wrap:not(.not-dark) #main-menu > ul { border-right-color: rgba(255,255,255,0.15); }

.dark #header.transparent-header.wide-header:not(.sticky-header) #header-wrap:not(.not-dark) #main-menu > ul,
#header.transparent-header.wide-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #main-menu > ul { border-right-color: rgba(255,255,255,0.2); }

.dark #header.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark) form input,
#header.dark.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark) form input { border-bottom-color: rgba(255,255,255,0.15) !important; }

.dark #header-wrap:not(.not-dark) #top-search form input::-moz-placeholder { color: rgba(255,255,255,0.6); }
.dark #header-wrap:not(.not-dark) #top-search form input:-ms-input-placeholder { color: rgba(255,255,255,0.6); }
.dark #header-wrap:not(.not-dark) #top-search form input::-webkit-input-placeholder { color: rgba(255,255,255,0.6); }

.dark #header-wrap:not(.not-dark) #main-menu > ul > li:hover a,
.dark #header-wrap:not(.not-dark) #main-menu > ul > li.current a,
.dark #header-wrap:not(.not-dark) #main-menu > .container > ul > li:hover a,
.dark #header-wrap:not(.not-dark) #main-menu > .container > ul > li.current a { color: #EEE; }

.dark.overlay-menu #header-wrap:not(.not-dark) #main-menu > ul > li:hover > a,
.dark.overlay-menu #header-wrap:not(.not-dark) #main-menu > ul > li.current > a,
.overlay-menu #main-menu.dark > ul > li:hover > a,
.overlay-menu #main-menu.dark > ul > li.current > a { color: #d0a068 !important; }

.dark #main-menu:not(.not-dark) ul ul,
.dark #main-menu:not(.not-dark) ul li .mega-menu-content,
#main-menu.dark ul ul,
#main-menu.dark ul li .mega-menu-content {
    background-color: #212121;
    border-color: #3F3F3F;
}

.dark.overlay-menu #main-menu:not(.not-dark) ul,
.dark.overlay-menu #main-menu:not(.not-dark) ul,
.overlay-menu #main-menu.dark ul,
.overlay-menu #main-menu.dark ul { background-color: rgba(0,0,0,0.9); }

.dark #main-menu:not(.not-dark) ul li .mega-menu-content.style-2,
#main-menu.dark ul li .mega-menu-content.style-2 {
    border-color: transparent;
}

.dark #main-menu:not(.not-dark) ul ul li,
#main-menu.dark ul ul li { border-top-color: #3F3F3F; }

.dark #main-menu:not(.not-dark) ul ul li:first-child,
#main-menu.dark ul ul li:first-child { border-top: 0; }

.dark #main-menu:not(.not-dark) ul ul a,
#main-menu.dark ul ul a { color: #999 !important; }

.dark #main-menu:not(.not-dark) ul ul li:hover > a,
#main-menu.dark ul ul li:hover > a {
    background-color: rgba(0,0,0,0.1);
    color: #CCC !important;
}

.dark #main-menu:not(.not-dark) ul ul > li.sub-menu > a,
.dark #main-menu:not(.not-dark) ul ul > li.sub-menu:hover > a,
#main-menu.dark ul ul > li.sub-menu > a,
#main-menu.dark ul ul > li.sub-menu:hover > a { background-image: url("../images/icons/submenu-dark.png"); }

.dark #main-menu:not(.not-dark) ul li .mega-menu-content.col-2 > ul,
.dark #main-menu:not(.not-dark) ul li .mega-menu-content.col-3 > ul,
.dark #main-menu:not(.not-dark) ul li .mega-menu-content.col-4 > ul,
.dark #main-menu:not(.not-dark) ul li .mega-menu-content.col-5 > ul,
#main-menu.dark ul li .mega-menu-content.col-2 > ul,
#main-menu.dark ul li .mega-menu-content.col-3 > ul,
#main-menu.dark ul li .mega-menu-content.col-4 > ul,
#main-menu.dark ul li .mega-menu-content.col-5 > ul { border-left-color: #3F3F3F; }

.dark #main-menu:not(.not-dark) ul li .mega-menu-content > ul > li.mega-menu-title > div,
.dark #main-menu:not(.not-dark) ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a,
.dark #main-menu:not(.not-dark) ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a,
#main-menu.dark ul li .mega-menu-content > ul > li.mega-menu-title > div,
#main-menu.dark ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a,
#main-menu.dark ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a {
    color: #BBB !important;
    background: transparent;
}

.dark #main-menu:not(.not-dark) ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover,
#main-menu.dark ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover { color: #DDD !important; }


.dark #main-menu.m-left-align:not(.not-dark) { border-top-color: rgba(255,255,255,0.1); }

.dark #main-menu.m-bg:not(.not-dark) > ul > li:hover > a,
#main-menu.dark.m-bg > ul > li:hover > a {
    color: #EEE;
    background-color: #444;
}

.dark #main-menu.m-bg:not(.not-dark) > ul > li.current > a,
#main-menu.dark.m-bg > ul > li.current > a { color: #EEE; }

.dark .one-page-arrow,
.one-page-arrow.dark { color: #FFF; }

.dark.side-header #header {
    background-color: #333;
    border-right-color: #3F3F3F;
}

.dark.side-header #logo:not(.no-b-border):after,
.dark.side-header #main-menu:not(.no-b-border):after { border-bottom-color: #3F3F3F; }

.dark.side-header #main-menu:not(.not-dark) > ul > li > a,
.dark.side-header #main-menu ul ul li:hover > a { color: #DDD !important; }

.dark.side-header.open-header #header-trigger {
    background-color: rgba(0,0,0,0.3);
    color: #EEE;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.dark.side-header.side-header-right #header { border-left-color: #3F3F3F; }

.dark.side-header #main-menu ul ul a { color: #AAA !important; }

.dark .slider-caption,
.dark .slider-caption p,
.dark .slider-caption h2 { color: #ccc; }

.not-dark .slider-caption,
.not-dark .slider-caption p,
.not-dark .slider-caption h2 {
    color: #222;
    text-shadow: none;
}

.swiper-slide.dark .slider-caption p { color: #aaa; }

.dark .ei-title h2,
.dark .ei-title h3,
.dark .ei-title h2 span,
.dark .ei-title h3 span {
    color: #EEE !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.not-dark .ei-title h2,
.not-dark .ei-title h3,
.not-dark .ei-title h2 span,
.not-dark .ei-title h3 span {
    color: #222 !important;
    text-shadow: none;
}

#main-title.main-title-dark,
#main-title.main-title-mini.main-title-dark {
    background-color: #333;
    border-bottom: none;
}

#main-title.main-title-dark h1 { color: rgba(255,255,255,0.9) !important; }

#main-title.main-title-dark span { color: rgba(255,255,255,0.7); }

#main-title.main-title-dark .breadcrumb > .active { color: rgba(255,255,255,0.6); }

#main-title.main-title-dark .breadcrumb a { color: rgba(255,255,255,0.8); }

#main-title.main-title-dark .breadcrumb a:hover { color: rgba(255,255,255,0.95); }

.dark #main-title {
    background-color: #282828;
    border-bottom-color: #3F3F3F;
}

.dark #main-title h1 { color: rgba(255,255,255,0.9) !important; }

.dark #main-title span { color: rgba(255,255,255,0.7); }

.dark .breadcrumb a { color: #BBB; }

.dark .breadcrumb a:hover { color: #EEE; }

.dark #main-title.main-title-pattern { background-image: url('../images/pattern.png'); }


.dark #portfolio-filter { border-color: rgba(255,255,255,0.08); }

.dark #portfolio-filter li a {
    color: #999;
    border-left-color: rgba(255,255,255,0.08);
}

.dark #portfolio-filter li a:hover { color: #EEE; }

.dark #portfolio-shuffle {
    color: #999;
    border-color: rgba(255,255,255,0.08);
}

.dark #portfolio-filter li.activeFilter a,
.dark #portfolio-shuffle:hover { color: #FFF; }

.dark .portfolio-desc h3 a { color: #EEE; }

.dark .portfolio-desc h3 a:hover { color: #BBB; }

.dark .portfolio-desc span { color: #888; }

.dark .portfolio-desc span a { color: #888; }

.dark .portfolio-desc span a:hover { color: #CCC; }

.dark .portfolio-notitle .portfolio-desc {
    background-color: #333;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.dark .portfolio-1 .portfolio-item { border-bottom-color: rgba(255,255,255,0.08); }

.dark .portfolio-1.portfolio-fullwidth .portfolio-desc { background-color: #333; }

.dark .ajax-modal-title {
    background-color: #333;
    border-bottom-color: rgba(255,255,255,0.08);
}

.dark .portfolio-meta li { color: #999; }

.dark .portfolio-meta li span { color: #BBB; }

.dark .well .line { border-color: rgba(255,255,255,0.08); }

.dark #portfolio-navigation a { color: #BBB; }

.dark #portfolio-navigation a:hover { color: #EEE; }

.dark .entry { border-bottom-color: rgba(255,255,255,0.08); }

.dark .entry-title h2 a,
.dark .ipost .entry-title h3 a,
.dark .ipost .entry-title h4 a { color: #EEE; }

.dark .entry-title h2 a:hover,
.dark .ipost .entry-title h3 a:hover,
.dark .ipost .entry-title h4 a:hover { color: #BBB; }

.dark .entry-meta li {
    border-left-color: rgba(255,255,255,0.08);
    color: #888;
}

.dark .entry-meta li a { color: #888; }

.dark .entry-meta li a:hover { color: #CCC; }

.dark .entry-link { background-color: rgba(0,0,0,0.2); }

.dark .post-masonry-full .entry { border-color: rgba(255,255,255,0.08); }

.dark .timeline-border { border-left-color: rgba(255,255,255,0.1); }

.dark .post-timeline .entry-timeline {
    border-color: rgba(255,255,255,0.1);
    background-color: rgba(255,255,255,0.08);
    color: #AAA;
}

.dark .post-timeline .entry.entry-date-section span {
    border-color: rgba(255,255,255,0.1);
    background-color: #333;
}

.dark .post-timeline .entry-timeline div.timeline-divider { border-top-color: rgba(255,255,255,0.1); }

.dark .post-timeline .entry:hover .entry-timeline,
.dark .post-timeline .entry:hover .timeline-divider {
    border-color: #d0a068;
    color: #d0a068;
}

.dark .spost { border-top-color: rgba(255,255,255,0.1); }

.dark .spost .entry-image a i {
    color: #CCC;
    background-color: rgba(0,0,0,0.2);
}

.dark .spost .entry-title h4 a { color: #BBB; }

.dark .spost .entry-title h4 a:hover { color: #999; }

.dark .spost .entry-meta li { border-left-color: #666; }

.dark .spost .entry-meta li a,
.dark .testimonial.twitter-scroll .testi-meta span a { color: #AAA; }

.dark .spost .entry-meta li a:hover,
.dark .testimonial.twitter-scroll .testi-meta span a:hover { color: #888; }

.dark #comments { border-top-color: rgba(255,255,255,0.08); }

.dark .commentlist { border-bottom-color: rgba(255,255,255,0.08); }

.dark .comment-wrap { border-color: rgba(255,255,255,0.08); }

.dark .comment-avatar {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.1);
}

.dark .comment-content .comment-author { color: #CCC; }

.dark .comment-content .comment-author a { color: #BBB; }

.dark .comment-content .comment-author a:hover { color: #EEE; }

.dark .review-comment-ratings { color: #CCC; }

.dark .comment-reply-link:hover { color: #888; }

.dark p.wp-caption-text { background-color: rgba(0,0,0,0.2); }


.dark .product-title h3 a,
.dark .single-product .product-title h2 a { color: #EEE; }

.dark .product-title h3 a:hover,
.dark .single-product .product-title h2 a:hover { color: #BBB; }

.dark .product-price { color: #BBB; }

.dark .product-overlay a {
    color: #EEE;
    background-color: rgba(0,0,0,0.8);
    border-right-color: rgba(255,255,255,0.15);
}

.dark .product-overlay a:last-child { border-right: 0; }

.dark .product-overlay a:hover { background-color: rgba(0,0,0,0.9); }

.dark .bothsidebar .product-1 .product { border-top-color: rgba(255,255,255,0.08); }


.dark .quantity .qty {
    border-left-color: rgba(255,255,255,0.08);
    border-right-color: rgba(255,255,255,0.08);
    background-color: rgba(0,0,0,0.2);
}

.dark .quantity .plus,
.dark .quantity .minus { background-color: rgba(0,0,0,0.2); }

.dark .quantity .plus:hover,
.dark .quantity .minus:hover { background-color: rgba(0,0,0,0.4); }

.dark .product-meta { color: #888; }

.dark .cart .remove { color: #BBB; }

.dark .cart .remove:hover { color: #EEE; }

.dark .cart th { color: #DDD; }

.dark .cart td { border-color: rgba(255,255,255,0.08) !important; }

.dark .cart-product-thumbnail img { border-color: rgba(0,0,0,0.2); }

.dark .cart-product-thumbnail img:hover { border-color: #d0a068; }

.dark .cart-product-name a,
.dark .product-name a { color: #EEE; }

.dark .cart-product-name a:hover,
.dark .product-name a:hover { color: #BBB; }

.dark td.actions { background-color: rgba(0,0,0,0.2); }

.dark .events .entry,
.dark .ievent {
    background-color: rgba(0,0,0,0.2);
    border-bottom-color: rgba(0,0,0,0.1);
}

.dark .countdown-section {
    color: #DDD;
    border-left-color: rgba(255,255,255,0.2);
}

.dark .countdown-amount,
.dark .rounded-skill,
.dark .rounded-skill .counter { color: #ccc; }

.dark .button-dark:not(.button-border),
.dark .button:hover { background-color: rgba(0,0,0,0.3); }

.dark .button-dark:hover { background-color: #d0a068; }

.dark .button-light:not(.button-border):hover { background-color: #282828; }

.dark .button.button-border:not(.button-light) {
    border-color: rgba(255,255,255,0.4);
    color: rgba(255,255,255,0.5);
}

.dark .button.button-border:not(.button-light):hover { color: #EEE; }

.not-dark .button.button-border:not(.button-light) {
    border-color: #444;
    color: #333;
}

.not-dark .button.button-border:not(.button-light):hover {
    background-color: #444;
    color: #FFF;
}

.dark .flat-banner > span,
.dark .flat-banner > .container > span { color: rgba(255,255,255,0.8); }

.dark .flat-banner.flat-banner-border { border-color: rgba(255,255,255,0.08); }

.dark .flat-banner.flat-banner-light { background-color: rgba(255,255,255,0.1); }

.dark .flat-banner.flat-banner-dark:not(.flat-banner-flat) { background-color: rgba(0,0,0,0.3); }

.dark .feat-box h3 { color: #CCC; }

.dark .feat-box p { color: #888; }

.dark .feat-box.feat-box-light.feat-box-outline .feat-box-icon { border-color: rgba(255,255,255,0.15); }

.dark .feat-box.feat-box-light .feat-box-icon i,
.dark .feat-box.feat-box-light .feat-box-icon img {
    border-color: rgba(255,255,255,0.1);
    background-color: rgba(255,255,255,0.1);
    color: #FFF;
}

.dark .feat-box.feat-box-dark .feat-box-icon i,
.dark .feat-box.feat-box-dark .feat-box-icon img { background-color: rgba(255,255,255,0.1); }

.dark .feat-box.feat-box-border.feat-box-light .feat-box-icon,
.dark .feat-box.feat-box-border.feat-box-dark .feat-box-icon { border-color: rgba(255,255,255,0.15); }

.dark .feat-box.feat-box-border.feat-box-light .feat-box-icon i,
.dark .feat-box.feat-box-border.feat-box-light .feat-box-icon img,
.dark .feat-box.feat-box-border.feat-box-dark .feat-box-icon i,
.dark .feat-box.feat-box-border.feat-box-dark .feat-box-icon img,
.dark .feat-box.feat-box-plain.feat-box-light .feat-box-icon i,
.dark .feat-box.feat-box-plain.feat-box-light .feat-box-icon img,
.dark .feat-box.feat-box-plain.feat-box-dark .feat-box-icon i,
.dark .feat-box.feat-box-plain.feat-box-dark .feat-box-icon img { color: #FFF; }

.dark .feat-box h3 span.subtitle { color: #AAA; }

.dark .feat-box.feat-box-bg.feat-box-center,
.dark .feat-box.media-box.feat-box-bg .feat-box-desc {
    background-color: #383838;
    border-color: rgba(255,255,255,0.1);
}

.dark .feat-box.feat-box-bg.feat-box-center.feat-box-plain .feat-box-icon,
.dark .feat-box.feat-box-bg.feat-box-center.feat-box-border .feat-box-icon { background-color: #383838 !important; }

.dark .feat-box.feat-box-bg.feat-box-center.feat-box-light .feat-box-icon i { background-color: #383838 !important; }

.dark .feat-box-effect .feat-box-icon i:after { box-shadow: 0 0 0 2px #494949; }

.dark .feat-box-effect.feat-box-dark .feat-box-icon i:after { box-shadow: 0 0 0 2px #d0a068; }

.dark .feat-box-effect.feat-box-dark .feat-box-icon i:hover,
.dark .feat-box-effect.feat-box-dark:hover .feat-box-icon i { background-color: #d0a068; }

.dark .feat-box-border.feat-box-effect .feat-box-icon i:hover,
.dark .feat-box-border.feat-box-effect:hover .feat-box-icon i { box-shadow: 0 0 0 1px #494949; }

.dark .feat-box-border.feat-box-effect .feat-box-icon i:after { background-color: #494949; }

.dark .feat-box-border.feat-box-effect.feat-box-dark .feat-box-icon i:hover,
.dark .feat-box-border.feat-box-effect.feat-box-dark:hover .feat-box-icon i { box-shadow: 0 0 0 1px #d0a068; }

.dark .feat-box-border.feat-box-effect.feat-box-dark .feat-box-icon i:after { background-color: #d0a068; }

.dark .process-steps li:before,
.dark .process-steps li:after,
.dark .feat-box.feat-box-center:not(.feat-box-bg) h3:after { border-top-color: rgba(255,255,255,0.15); }

.dark .section-heading:not(.not-dark):after { border-top-color: rgba(255,255,255,0.4); }

.dark .style-msg2 { border-left: 4px solid rgba(0,0,0,0.3); }

.dark .style-msg .sb-msg,
.dark .style-msg2 .msgtitle,
.dark .style-msg2 .sb-msg { border-left-color: rgba(255,255,255,0.1); }

.dark .i-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: none;
}

.dark .i-plain {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.dark .i-plain:hover { color: #DDD; }

.dark .social-icon {
    color: #DDD !important;
    border-color: #DDD;
}

.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless { color: #555 !important; }

.dark .si-dark {
    background-color: rgba(0,0,0,0.2);
    color: #DDD !important;
    border-color: transparent;
}

.dark .si-light {
    background-color: rgba(255,255,255,0.1);
    color: #EEE !important;
    border-color: transparent;
}

.dark .social-icon i:last-child { color: #FFF !important; }

.dark .social-icon:hover {
    color: #FFF !important;
    border-color: transparent;
}

.dark .si-share {
    border-top-color: rgba(255,255,255,0.1);
    border-bottom-color: rgba(255,255,255,0.1);
}


.dark .toggle .togglet,
.dark .toggle .toggleta { color: #CCC; }

.dark .toggle.toggle-bg .togglet,
.dark .toggle.toggle-bg .toggleta { background-color: rgba(0,0,0,0.2); }

.dark .toggle.toggle-border { border-color: rgba(255,255,255,0.15); }

.dark .faqs .toggle { border-bottom-color: rgba(255,255,255,0.1); }

.dark .acctitle,
.dark .acctitlec {
    color: #CCC;
    border-top-color: rgba(255,255,255,0.15);
}

.dark .accordion.accordion-bg .acctitle,
.dark .accordion.accordion-bg .acctitlec { background-color: rgba(0,0,0,0.2); }

.dark .accordion.accordion-border { border-color: rgba(255,255,255,0.1); }

.dark .accordion.accordion-border .acctitle,
.dark .accordion.accordion-border .acctitlec { border-color: rgba(255,255,255,0.15); }

.dark ul.tab-nav { border-bottom-color: #494949; }

.dark ul.tab-nav li { border-color: #494949; }

.dark ul.tab-nav li:first-child { border-left-color: #494949; }

.dark ul.tab-nav li a {
    color: #DDD;
    background-color: rgba(0,0,0,0.15);
}

.dark ul.tab-nav li.ui-tabs-active a { background-color: #383838; }

.dark ul.tab-nav.tab-nav2 li a { background-color: rgba(0,0,0,0.2); }

.dark ul.tab-nav.tab-nav2 li.ui-state-active a { background-color: #d0a068; }

.dark .tabs-bordered .tab-container { border-color: #494949; }

.dark .side-tabs ul.tab-nav { border-right-color: #494949; }

.dark .side-tabs ul.tab-nav li { border-color: #494949; }

.dark .side-tabs ul.tab-nav li:first-child {
    border-top-color: #494949;
    border-left-color: #494949;
}

.dark .tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a { border-right-color: #383838; }

.dark .tabs-bordered.side-tabs .tab-container { border-top-color: #494949; }

.dark .sidenav { background-color: rgba(0,0,0,0.2); }

.dark .sidenav > li > a {
    border-color: #494949;
    color: #BBB;
}

.dark .sidenav > li > a:hover { background-color: rgba(0,0,0,0.3); }

.dark .faqlist li a { color: #CCC; }

.dark .clients-grid li:before,
.dark .testimonials-grid li:before { border-left-color: rgba(255,255,255,0.15); }

.dark .clients-grid li:after,
.dark .testimonials-grid li:after { border-bottom-color: rgba(255,255,255,0.15); }

.dark .testimonial {
    background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.dark .testimonial.twitter-scroll .testi-content p a { border-bottom: 1px dotted #AAA; }

.dark .testimonial.twitter-scroll .testi-content p a:hover { border-bottom: 1px solid #888; }

.dark .testimonial.twitter-scroll .testi-image i {
    background-color: rgba(0,0,0,0.2);
    color: #EEE;
    text-shadow: none;
}

.parallax.dark .testimonial .flex-control-nav {
    height: 8px;
    margin-top: 30px;
}

.parallax.dark .testimonial .flex-control-nav li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
}

.parallax.dark .testimonial .flex-control-nav li a {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #FFF;
    background-color: transparent;
}

.parallax.dark .testimonial .flex-control-nav li:hover a,
.parallax.dark .testimonial .flex-control-nav li a.flex-active { background-color: #FFF; }

.dark .team-desc.team-desc-bg { background-color: rgba(255,255,255,0.05); }

.dark .team-content { color: #999; }

.dark .pricing-box {
    border-color: rgba(255,255,255,0.1);
    background-color: rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.dark .pricing-title {
    background-color: rgba(255,255,255,0.03);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    border-bottom-color: rgba(255,255,255,0.1);
}

.dark .pricing-title h3 { color: #DDD; }

.dark .pricing-price {
    color: #EEE;
    background-color: rgba(255,255,255,0.01);
}

.dark .pricing-price:after { border-top-color: rgba(255,255,255,0.1); }

.dark .pricing-features { border-bottom-color: rgba(255,255,255,0.1); }

.dark .pricing-box.best-price {
    background-color: transparent;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.dark .pricing-box.best-price .pricing-title { background-color: transparent; }

.dark .pricing-box.best-price .pricing-title h3 { color: #ddd; }

.dark .pricing-box.best-price .pricing-price { background-color: #383838; }

.dark .pricing-box.pricing-extended {
    background-color: transparent;
    color: #999;
}

.dark .pricing-box.pricing-extended ul li {
    color: #eee;
}

.dark .pricing-box.pricing-extended  {
    box-shadow: none;
}

.dark .pricing-box.pricing-extended h3 { color: #ddd; }

.dark .pricing-box.pricing-extended .pricing-action-area { background-color: rgba(0,0,0,0.2); }

.dark .pricing-box.pricing-extended .pricing-meta { color: #999; }

.dark .pricing-box.pricing-extended .pricing-price { background-color: transparent; }

.dark .pricing-box.pricing-extended2 ul li { border-color: rgba(255,255,255,0.05); }

.dark .pricing-box.pricing-extended2 .pricing-features { background-color: #282828; color: #848484; }

.dark .counter.counter-lined + h5:before { border-color: #EEE; }

.dark .easyPieChart { color: #EEE; }

.dark .skills li { background-color: rgba(255,255,255,0.15); }

.dark .skills li .progress-percent { background-color: #4E4E4E; }

.dark .progress-percent:after,
.dark .progress-percent:before { border-top-color: #4E4E4E; }

.dark .skills li > span {
    font-weight: 600;
    color: #CCC;
}

.dark .owl-carousel.owl-loading { background-image: url('../images/preloader-dark.gif'); }

.dark .owl-theme .owl-controls .owl-nav [class*=owl-] {
    border-color: transparent;
    color: #EEE;
    background-color: rgba(0,0,0,0.5);
}

.dark label { color: #BBB; }

.dark label.label-muted { color: #777; }

.dark #contact-form-overlay,
.dark #contact-form-overlay-mini { background-color: #383838; }

.dark .title-block > span { color: #999; }

.dark .section-heading:not(.not-dark),
.dark .counter { text-shadow: 1px 1px 1px rgba(0,0,0,0.1); }

.dark .section-heading:not(.not-dark) h1,
.dark .section-heading:not(.not-dark) h2,
.dark .section-heading:not(.not-dark) h3,
.dark .section-heading:not(.not-dark) h4 { color: #FFF; }

.dark .section-heading.not-dark h1,
.dark .section-heading.not-dark h2,
.dark .section-heading.not-dark h3,
.dark .section-heading.not-dark h4 { color: #333; }

.dark .section-heading:not(.not-dark) > span { color: #EEE; }

.dark .header-title h1,
.dark .header-title h2,
.dark .header-title h3,
.dark .header-title h4,
.dark .header-title h5,
.dark .header-title h6 { background-color: #383838; }

.dark .header-title.title-double-border:before,
.dark .header-title.title-border:before,
.dark .header-title.title-border-color:before,
.dark .header-title.title-border:before { border-top-color: rgba(255,255,255,0.15); }

.dark .divider { color: rgba(255,255,255,0.15); }

.dark .divider:after,
.dark .divider.divider-center:before,
.dark .divider.divider-center.divider-short:before { border-top-color: rgba(255,255,255,0.1); }

.dark .divider.divider-rounded,
.dark .divider.divider-border { color: #999; }

.dark .divider.divider-rounded i,
.dark .divider.divider-border i { background-color: rgba(255,255,255,0.1); }

.dark .divider.divider-border i {
    background-color: transparent;
    border-color: rgba(255,255,255,0.15);
}

.dark .quote:before { color: rgba(255,255,255,0.1); }

.dark .highlight { background-color: rgba(0,0,0,0.2); }

.dark .top-advert {
    border-left-color: rgba(255,255,255,0.1);
    border-right-color: rgba(255,255,255,0.1);
}

.dark .error404 { color: rgba(255,255,255,0.15); }

.dark.error404-wrap .form-control::-webkit-input-placeholder { color: #888; }
.dark.error404-wrap .form-control::-moz-placeholder { color: #888; }
.dark.error404-wrap .form-control:-ms-input-placeholder { color: #888; }

.dark .preloader { background-color: rgba(0,0,0,0.2); }

.dark .preloader,
.dark .preloader2,
.dark .form-process { background-image: url('../images/preloader-dark.gif'); }

.dark .form-process { background-color: transparent; }


#footer.dark,
.dark #footer {
    background-color: #181818;
    color: #CCC;
}

.dark .footer-logo { background-image: url(../images/logo-dark.png); }

.dark #copyrights {
    background-color: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.25);
    border-top: 1px solid #444;
}

.dark #copyrights i.footer-icon { color: rgba(255,255,255,0.3); }

.dark .copyright-links a {
    color: rgba(255,255,255,0.25);
    border-bottom-color: rgba(255,255,255,0.25);
}

.dark .copyright-links a:hover {
    color: rgba(255,255,255,0.35);
    border-bottom-color: rgba(255,255,255,0.35);
}


.dark .footer-widgets-wrap a { color: #CCC; }

.dark .footer-widgets-wrap a:hover { color: #999; }

.dark .sidebar-widgets-wrap .widget,
body.side-panel-main.dark #side-panel .widget,
body.side-panel-main #side-panel.dark .widget { border-top-color: rgba(255,255,255,0.1); }

body.side-panel-main.dark #side-panel #side-panel-trigger-close a,
body.side-panel-main #side-panel.dark #side-panel-trigger-close a {
    color: #FFF;
}

.dark .widget h4 { color: #DDD; }

.dark .widget p { opacity: 0.8; }

.dark .tagcloud a {
    color: #999;
    border-color: transparent;
    background-color: rgba(0,0,0,0.2);
}

.dark .tagcloud a:hover {
    border-color: transparent !important;
    background-color: #d0a068;
    color: #FFF !important;
}

.dark .widget_recent_comments li { background-image: url("../images/icons/widget-comment-dark.png"); }

.dark .widget_nav_menu li a,
.dark .widget_links li a,
.dark .widget_meta li a,
.dark .widget_archive li a,
.dark .widget_recent_comments li a,
.dark .widget_recent_entries li a,
.dark .widget_categories li a,
.dark .widget_pages li a,
.dark .widget_rss li a {
    color: #CCC;
}

.dark .widget_nav_menu li a:hover,
.dark .widget_links li a:hover,
.dark .widget_meta li a:hover,
.dark .widget_archive li a:hover,
.dark .widget_recent_comments li a:hover,
.dark .widget_recent_entries li a:hover,
.dark .widget_categories li a:hover,
.dark .widget_pages li a:hover,
.dark .widget_rss li a:hover { color: #AAA; }


/* Dark Scheme - Bootstrap
-----------------------------------------------------------------*/

.dark .show-grid [class^=col-] {
    background-color: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.1);
}

.dark mark {
    background: rgba(0,0,0,0.5);
    color: #FFF;
}

.dark fieldset { border-color: rgba(255,255,255,0.1); }

.dark .img-thumbnail {
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.1);
}

.dark hr { border-top-color: rgba(255,255,255,0.1); }

.dark .page-header { border-bottom-color: rgba(255,255,255,0.1); }

.dark blockquote { border-left-color: rgba(255,255,255,0.2); }

.dark blockquote footer { color: rgba(255,255,255,0.25); }

.dark .blockquote-reverse,
.dark blockquote.pull-right { border-right-color: rgba(255,255,255,0.2); }

.dark code {
    color: #DF6F72;
    background-color: rgba(0,0,0,0.3);
}

.dark kbd { background-color: rgba(255,255,255,0.1); }

.dark pre {
    color: #FFF;
    background-color: rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.15);
}

.dark .table > thead > tr > th,
.dark .table > tbody > tr > th,
.dark .table > tfoot > tr > th,
.dark .table > thead > tr > td,
.dark .table > tbody > tr > td,
.dark .table > tfoot > tr > td { border-top-color: rgba(255,255,255,0.1); }

.dark .table > thead > tr > th { border-bottom-color: rgba(255,255,255,0.1); }

.dark .table > tbody + tbody { border-top-color: rgba(255,255,255,0.1); }

.dark .table .table { background-color: rgba(0,0,0,0.2); }

.dark .table-bordered { border-color: rgba(255,255,255,0.1); }

.dark .table-bordered > thead > tr > th,
.dark .table-bordered > tbody > tr > th,
.dark .table-bordered > tfoot > tr > th,
.dark .table-bordered > thead > tr > td,
.dark .table-bordered > tbody > tr > td,
.dark .table-bordered > tfoot > tr > td { border-color: rgba(255,255,255,0.1); }

.dark .table-striped > tbody > tr:nth-child(odd) > td,
.dark .table-striped > tbody > tr:nth-child(odd) > th,
.table-striped > tbody > tr:nth-child(odd) { background-color: rgba(0,0,0,0.05); }

.dark .table-hover > tbody > tr:hover > td,
.dark .table-hover > tbody > tr:hover > th { background-color: rgba(0,0,0,0.1); }

.dark .table-responsive tr:hover { background-color: rgba(255,255,255,0.1); }

.dark .table > thead > tr > td.active,
.dark .table > tbody > tr > td.active,
.dark .table > tfoot > tr > td.active,
.dark .table > thead > tr > th.active,
.dark .table > tbody > tr > th.active,
.dark .table > tfoot > tr > th.active,
.dark .table > thead > tr.active > td,
.dark .table > tbody > tr.active > td,
.dark .table > tfoot > tr.active > td,
.dark .table > thead > tr.active > th,
.dark .table > tbody > tr.active > th,
.dark .table > tfoot > tr.active > th { background-color: rgba(0,0,0,0.1); }

.dark .table-hover > tbody > tr > td.active:hover,
.dark .table-hover > tbody > tr > th.active:hover,
.dark .table-hover > tbody > tr.active:hover > td,
.dark .table-hover > tbody > tr.active:hover > th { background-color: rgba(255,255,255,0.1); }

@media (max-width: 767px) {
    .table-responsive { border-color: rgba(255,255,255,0.1); }
}

.dark legend {
    color: #DDD;
    border-bottom-color: rgba(255,255,255,0.1);
}

.dark output { color: #999; }

.dark .form-control:not(.not-dark),
.dark .sm-form-control:not(.not-dark) {
    color: #999;
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(0,0,0,0.25);
}

.dark .form-control:not(.not-dark) option,
.dark .sm-form-control:not(.not-dark) option { background-color: #282828; }

.dark .form-control:not(.not-dark):active,
.dark .form-control:not(.not-dark):focus,
.dark .sm-form-control:not(.not-dark):active,
.dark .sm-form-control:not(.not-dark):focus {
    background-color: rgba(0,0,0,0.3);
    border-color: rgba(0,0,0,0.25) !important;
}

.dark .form-control:not(.not-dark)::-moz-placeholder { color: #666; }
.dark .form-control:not(.not-dark):-ms-input-placeholder { color: #666; }
.dark .form-control:not(.not-dark)::-webkit-input-placeholder { color: #666; }
.dark .sm-form-control:not(.not-dark)::-moz-placeholder { color: #666; }
.dark .sm-form-control:not(.not-dark):-ms-input-placeholder { color: #666; }
.dark .sm-form-control:not(.not-dark)::-webkit-input-placeholder { color: #666; }

.dark .form-control:not(.not-dark)[disabled],
.dark .form-control:not(.not-dark)[readonly],
.dark fieldset[disabled] .form-control:not(.not-dark),
.dark .sm-form-control:not(.not-dark)[disabled],
.dark .sm-form-control:not(.not-dark)[readonly],
.dark fieldset[disabled] .sm-form-control:not(.not-dark) { background-color: rgba(255,255,255,0.1); }

.dark .input-group .form-control.error:not(.not-dark) { color: #E42C3E; }

.dark .sm-form-control.error:not(.not-dark) { border-color: #E42C3E !important; }

.dark .form-control.error:not(.not-dark)::-moz-placeholder { color: rgba(228,44,62,0.6); }
.dark .form-control.error:not(.not-dark):-ms-input-placeholder { color: rgba(228,44,62,0.6); }
.dark .form-control.error:not(.not-dark)::-webkit-input-placeholder { color: rgba(228,44,62,0.6); }

.dark .btn:hover,
.dark .btn:focus { color: #FFF; }

.dark .btn-default {
    color: #FFF;
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.15);
}

.dark .btn-default:hover,
.dark .btn-default:focus,
.dark .btn-default:active,
.dark .btn-default.active,
.dark .open .dropdown-toggle.btn-default {
    color: #FFF;
    background-color: rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}

.dark .btn-default.disabled,
.dark .btn-default[disabled],
.dark fieldset[disabled] .btn-default,
.dark .btn-default.disabled:hover,
.dark .btn-default[disabled]:hover,
.dark fieldset[disabled] .btn-default:hover,
.dark .btn-default.disabled:focus,
.dark .btn-default[disabled]:focus,
.dark fieldset[disabled] .btn-default:focus,
.dark .btn-default.disabled:active,
.dark .btn-default[disabled]:active,
.dark fieldset[disabled] .btn-default:active,
.dark .btn-default.disabled.active,
.dark .btn-default[disabled].active,
.dark fieldset[disabled] .btn-default.active {
    color: #BBB;
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.1);
}

.dark .btn-default .badge { background-color: rgba(255,255,255,0.1); }

.dark .btn-link:hover,
.dark .btn-link:focus { color: #EEE; }

.dark .dropdown-menu {
    background-color: #333;
    border-color: #3F3F3F;
}

.dark .dropdown-menu .divider { background-color: rgba(255,255,255,0.1); }

.dark .dropdown-menu > li > a { color: #DDD; }

.dark .dropdown-menu > li > a:hover,
.dark .dropdown-menu > li > a:focus {
    color: #EEE;
    background-color: rgba(255,255,255,0.1);
}

.dark .input-group-addon,
.dark .input-group-btn .btn-default {
    color: #999;
    background-color: rgba(0,0,0,0.35);
    border-color: rgba(0,0,0,0.25);
}

.dark .input-group-btn .btn-default { color: #FFF; }

.dark .input-group-btn .btn-default:hover { background-color: rgba(0,0,0,0.30); }

.dark .nav > li > a:hover,
.dark .nav > li > a:focus,
.dark .nav .open > a,
.dark .nav .open > a:hover,
.dark .nav .open > a:focus { background-color: rgba(0,0,0,0.2); }

.dark .nav .nav-divider { background-color: rgba(255,255,255,0.1); }

.dark .nav-tabs { border-bottom-color: rgba(255,255,255,0.15); }

.dark .nav-tabs > li > a:hover {
    border-color: rgba(255,255,255,0.2);
    border-bottom: none;
}

.dark .nav-tabs.nav-justified > li > a:hover,
.dark .nav-tabs-justified > li > a:hover { border-bottom: 1px solid rgba(255,255,255,0.2); }

.dark .nav-tabs > li.active > a,
.dark .nav-tabs > li.active > a:hover,
.dark .nav-tabs > li.active > a:focus {
    color: #DDD;
    background-color: #383838;
    border: 1px solid rgba(255,255,255,0.2);
    border-bottom-color: #383838;
}

.dark .nav-tabs.nav-justified > .active > a,
.dark .nav-tabs.nav-justified > .active > a:hover,
.dark .nav-tabs.nav-justified > .active > a:focus { border-color: rgba(255,255,255,0.15); }

@media (min-width: 768px) {
    .dark .nav-tabs.nav-justified > li > a { border-bottom-color: rgba(255,255,255,0.15); }

    .dark .nav-tabs.nav-justified > .active > a,
    .dark .nav-tabs.nav-justified > .active > a:hover,
    .dark .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #383838; }
}

.dark .nav-tabs-justified > .active > a,
.dark .nav-tabs-justified > .active > a:hover,
.dark .nav-tabs-justified > .active > a:focus { border-color: rgba(255,255,255,0.15); }

@media (min-width: 768px) {
    .dark .nav-tabs-justified > li > a { border-bottom-color: rgba(255,255,255,0.15); }

    .dark .nav-tabs-justified > .active > a,
    .dark .nav-tabs-justified > .active > a:hover,
    .dark .nav-tabs-justified > .active > a:focus { border-bottom-color: #383838; }
}

.dark .navbar-default {
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.1);
}

.dark .navbar-default .navbar-brand { color: #EEE; }

.dark .navbar-default .navbar-brand:hover,
.dark .navbar-default .navbar-brand:focus { color: #BBB; }

.dark .navbar-default .navbar-text { color: #999; }

.dark .navbar-default .navbar-nav > li > a { color: #BBB; }

.dark .navbar-default .navbar-nav > li > a:hover,
.dark .navbar-default .navbar-nav > li > a:focus {
    color: #EEE;
    background-color: transparent;
}

.dark .navbar-default .navbar-nav > .active > a,
.dark .navbar-default .navbar-nav > .active > a:hover,
.dark .navbar-default .navbar-nav > .active > a:focus {
    color: #EEE;
    background-color: rgba(0,0,0,0.25);
}

.dark .navbar-default .navbar-nav > .disabled > a,
.dark .navbar-default .navbar-nav > .disabled > a:hover,
.dark .navbar-default .navbar-nav > .disabled > a:focus { color: #999; }

.dark .navbar-default .navbar-toggle { border-color: rgba(255,255,255,0.15); }

.dark .navbar-default .navbar-toggle:hover,
.dark .navbar-default .navbar-toggle:focus { background-color: rgba(255,255,255,0.15); }

.dark .navbar-default .navbar-toggle .icon-bar { background-color: #BBB; }

.dark .navbar-default .navbar-collapse,
.dark .navbar-default .navbar-form { border-color: rgba(255,255,255,0.15); }

.dark .navbar-default .navbar-nav > .open > a,
.dark .navbar-default .navbar-nav > .open > a:hover,
.dark .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(0,0,0,0.25);
    color: #EEE;
}

@media (max-width: 767px) {
    .dark .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #BBB; }

    .dark .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .dark .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #EEE; }

    .dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: rgba(0,0,0,0.25);
        color: #EEE;
    }

    .dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #999; }
}

.dark .navbar-default .navbar-link { color: #BBB; }

.dark .navbar-default .navbar-link:hover { color: #EEE; }

.dark .pagination > li > a,
.dark .pagination > li > span,
.dark .pager li > a,
.dark .pager li > span {
    color: #bbb;
    border-color: #666;
}

.dark .pagination > li > a:hover,
.dark .pagination > li > span:hover,
.dark .pagination > li > a:focus,
.dark .pagination > li > span:focus,
.dark .pager li > a:hover,
.dark .pager li > a:focus {
    color: #EEE;
    border-color: #bbb;
}

.dark .pagination > .disabled > span,
.dark .pagination > .disabled > span:hover,
.dark .pagination > .disabled > span:focus,
.dark .pagination > .disabled > a,
.dark .pagination > .disabled > a:hover,
.dark .pagination > .disabled > a:focus,
.dark .pager .disabled > a,
.dark .pager .disabled > a:hover,
.dark .pager .disabled > a:focus,
.dark .pager .disabled > span {
    color: #666;
    border-color: #666;
}

.dark .label-default { background-color: rgba(255,255,255,0.2); }

.dark .label-default[href]:hover,
.dark .label-default[href]:focus { background-color: rgba(0,0,0,0.2); }

.dark .badge { background-color: rgba(255,255,255,0.2); }

.btn .badge { background-color: #FFF; }

.dark .jumbotron { background-color: rgba(255,255,255,0.15); }

.dark .thumbnail {
    background-color: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.1);
}

.dark .thumbnail .caption { color: #EEE; }

.dark .progress { background-color: rgba(255,255,255,0.15); }

.dark .list-group-item {
    background-color: rgba(0,0,0,0.2);
    border-color: #444;
}

.dark a.list-group-item { color: #BBB; }

.dark a.list-group-item .list-group-item-heading { color: #DDD; }

.dark a.list-group-item:hover,
.dark a.list-group-item:focus { background-color: rgba(255,255,255,0.05); }

.dark a.list-group-item.active,
.dark a.list-group-item.active:hover,
.dark a.list-group-item.active:focus {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.dark .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

.dark a.list-group-item-success { color: #3c763d; }

.dark a.list-group-item-success:hover,
.dark a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

.dark a.list-group-item-success.active,
.dark a.list-group-item-success.active:hover,
.dark a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.dark .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

.dark a.list-group-item-info { color: #31708f; }

.dark a.list-group-item-info:hover,
.dark a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

.dark a.list-group-item-info.active,
.dark a.list-group-item-info.active:hover,
.dark a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.dark .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.dark a.list-group-item-warning { color: #8a6d3b; }

.dark a.list-group-item-warning:hover,
.dark a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

.dark a.list-group-item-warning.active,
.dark a.list-group-item-warning.active:hover,
.dark a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.dark .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

.dark a.list-group-item-danger { color: #a94442; }

.dark a.list-group-item-danger:hover,
.dark a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

.dark a.list-group-item-danger.active,
.dark a.list-group-item-danger.active:hover,
.dark a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.dark .panel { background-color: rgba(0,0,0,0.2); }

.dark .panel-footer {
    background-color: rgba(255,255,255,0.1);
    border-top-color: rgba(255,255,255,0.1);
}

.dark .panel > .panel-body + .table,
.dark .panel > .panel-body + .table-responsive { border-top-color: rgba(255,255,255,0.1); }

.dark .panel-group .panel-heading + .panel-collapse .panel-body { border-top-color: rgba(255,255,255,0.1); }

.dark .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom-color: rgba(255,255,255,0.1); }

.dark .panel-default { border-color: rgba(255,255,255,0.15); }

.dark .panel-default > .panel-heading {
    color: #DDD;
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.1);
}

.dark .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: rgba(255,255,255,0.15); }

.dark .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: rgba(255,255,255,0.15); }

.dark .well {
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.15);
}

.dark .well blockquote { border-color: rgba(255,255,255,0.15); }

.dark .close {
    opacity: 1;
    color: rgba(0,0,0,0.15);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.dark .close:hover,
.dark .close:focus {
    color: rgba(0,0,0,0.4);
}

.dark .modal-content { border-color: #555; }

.dark .modal-header { border-bottom-color: rgba(255,255,255,0.15); }

.dark .modal-footer { border-top-color: rgba(255,255,255,0.15); }

.dark .popover {
    background-color: #282828;
    border-color: #494949;
}
.dark .popover-title {
    background-color: rgba(255,255,255,0.1);
    border-bottom-color: rgba(255,255,255,0.075);
}
.dark .popover.top > .arrow { border-top-color: #494949; }

.dark .popover.top > .arrow:after { border-top-color: #282828; }

.dark .popover.right > .arrow { border-right-color: #494949; }

.dark .popover.right > .arrow:after { border-right-color: #282828; }

.dark .popover.bottom > .arrow { border-bottom-color: #494949; }

.dark .popover.bottom > .arrow:after { border-bottom-color: #282828; }

.dark .popover.left > .arrow { border-left-color: #494949; }

.dark .popover.left > .arrow:after { border-left-color: #282828; }


@media (max-width: 991px) {

    .dark .postcontent,
    .dark .postcontent.bothsidebar,
    .dark .sidebar { border-bottom-color: rgba(255,255,255,0.1); }

    .dark #header.transparent-header,
    .dark #header.semi-transparent,
    #header.dark.transparent-header,
    #header.dark.semi-transparent {
        background-color: #333 !important;
        border-bottom-color: rgba(255,255,255,0.1);
    }

    .dark #main-menu:not(.not-dark) ul li,
    .dark #main-menu:not(.not-dark) ul ul,
    .dark #main-menu:not(.not-dark) ul li .mega-menu-content,
    .dark #main-menu:not(.not-dark) ul ul li,
    .dark #main-menu:not(.not-dark) ul li .mega-menu-content ul ul,
    .dark #main-menu:not(.not-dark) ul li .mega-menu-content.col-2 > ul,
    .dark #main-menu:not(.not-dark) ul li .mega-menu-content.col-3 > ul,
    .dark #main-menu:not(.not-dark) ul li .mega-menu-content.col-4 > ul,
    .dark #main-menu:not(.not-dark) ul li .mega-menu-content.col-5 > ul,
    .dark #main-menu:not(.not-dark) ul li .mega-menu-content.style-2 li { border-top-color: rgba(255,255,255,0.1) !important; }

    .dark #main-menu:not(.not-dark) > ul > li.sub-menu > a,
    .dark #main-menu:not(.not-dark) > .container > ul > li.sub-menu > a { background-image: url("../images/icons/submenu-dark.png"); }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu ul li,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu ul ul,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu ul li .mega-menu-content,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu ul ul li,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu ul li .mega-menu-content ul ul,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu ul li .mega-menu-content.col-2 > ul,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu ul li .mega-menu-content.col-3 > ul,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu ul li .mega-menu-content.col-4 > ul,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu ul li .mega-menu-content.col-5 > ul,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu ul li .mega-menu-content.style-2 li { border-top-color: #EEE !important; }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu > ul > li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu > ul > li.current a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu > div > ul > li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu > div > ul > li.current a { color: #d0a068 !important; }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu ul ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu > ul > li:hover ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu > ul > li.current ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu > div > ul > li:hover ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #main-menu > div > ul > li.current ul a  { color: #444 !important; }

    .dark .pricing-box.pricing-extended .pricing-action-area { border-top-color: rgba(255,255,255,0.15); }

}
