/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
@import url(http://fonts.googleapis.com/css?family=Lato);

/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome-all.css');
/* === custom icon === */
@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

/* Table of content */
/*===================================
1. General
2. layout
3. Responsive media
4. Header
5. Section: Featured
6. Sliders
7. Intro
8. Section: Content
9. Section: Bottom
10. Inner - Section: page headline
11. Forms
12. Portfolio
13. Elements
14. Blog & article
15. Aside, sidebar
16. Footer
17. Divider, Line & Misc
18. Position & alignment
19. More icon from custom font icon 
20. Spacer, margin
21. Media queries 
==================================== */
/* ===================================
1. General
==================================== */

body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.6em;
	color:#454545;
}

a:active {
	outline:0;
}

.clear {
	clear:both;
}

/* ===================================
2. layout
==================================== */

.container{
	padding:0 20px 0px 20px;
	position:relative;
}

#wrapper{
	width:100%;
	margin:0;	
	padding:0;
	border-top: 5px solid #f3f3f3;
}

#wrapper.boxed{
	width:90%;
	overflow:visible;
	margin:0 auto;	
	padding:0;
	background:#fff;
}

.row {
	margin-bottom:30px;
}

.row .row{
	margin-bottom:30px;
}

.row.top {margin-bottom: 15px}

.row.fixedmenu {margin-bottom: 5px}

.row.bottom {margin-bottom: 15px}

.row.bottom3 {margin-bottom: 10px}

.row.bottom2 {margin-bottom: 0px}

.row.nomargin {
	margin-bottom:0;
}



/* ===================================
3. Responsive media
==================================== */

.video-container,.map-container,.embed-container 		{ position:relative; margin:0 0 15px 0;	padding-bottom:51%; padding-top:30px; height:0; overflow:hidden; border:none; }
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,  
.video-container embed 					{ position:absolute; top:0; left:0; width:100%; height:100%; }
iframe {
	border:none;
}

.video-container {margin-bottom: 50px}

img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
/* ===================================
4. Header
==================================== */

/* --- hidden top area --- */

 .hidden-top {
   height: 0;
   color:#fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.hidden-top-inner  ul{
	list-style:none;
	margin-top:13px;
	margin-left:0;
	margin-bottom: 13px
}

.hidden-top-inner  ul li {
	display:inline;
	margin:0 20px 0 0;
}

.topsign {
	float: right;
	font-weight: 600
}

.topsign a:hover, .topsign a:active, .topsign a:focus{
	color: #fff;
	text-decoration: none
}

 .hidden-top.toggle-link-open {
  padding: 3px 0;
  margin-top: -5px
}
.hidden-top a {
  color: #ffffff;
}

#header-hidden-link {
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 999999
  
}
#header-hidden-link a.toggle-link,
#header-hidden-link a.top-link {
	outline:0;
  font-size: 0;
  line-height: 1;
  padding: 3px 22px;
  height: 20px;
  display: block;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header-hidden-link a.toggle-link:active,#header-hidden-link a.toggle-link:focus,#header-hidden-link a.toggle-link:hover {
	outline:0;
}

#header-hidden-link a.toggle-link i,
#header-hidden-link a.top-link i {
  font-size: 16px;
  line-height: 1;
  
}
#header-hidden-link a.toggle-link:hover,
#header-hidden-link a.top-link:hover {
  text-decoration: none;
  color: #ffffff;
  background: #111
}
#header-hidden-link a.toggle-link > i:before {
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight:normal;
  font-style: normal;
}
#header-hidden-link a.toggle-link.open {
  text-decoration: none;
}
#header-hidden-link a.toggle-link.open > i:before {
  content: "\f068";
}
.toggle-link-open {
  height: auto !important;
  min-height: 40px;
  max-height: 40000px;
}
.toggle-link-close {
  height: 0;
  overflow: hidden;
}

/* --- modal signup & signin form --- */
/* modal styled */
.modal.styled .modal-header h4 {
  color: #fff;
}


/* --- header -- */
header{
	background: #fff;
	margin:0;
	padding:0;
	position:relative;
}

header .logo {
	margin-top: 10px; 
	float:left;
}

.fixed-menu header .logo {
	margin: 6px 0 0 0;
	float:left;
	
}

header .logo img {
	margin-bottom:10px;
}
header .logo h1 {
	font-size:14px;
	margin:0;
}


/* --- headnav menu : signup & signin --- */

.headnav {
	float:right;
	margin: 0px 0 0 0;
	border-bottom:1px dotted #e6e6e6;
}

.headnav ul {
	margin-left:0;
	list-style:none;
}

.headnav ul li {
	display:inline;
	margin-left:10px;
}
.headnav ul li a {
	outline:0;
	font-size:12px;
	font-weight:600;
}

.headnav ul li a:hover,.headnav ul li a:focus,.headnav ul li a:active {
	outline:0;
}

/* --- menu --- */

header .navigation {
	float:right;
}

header ul.nav li {
	border:none;
	margin:0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header ul.nav li a {	
	font-size:13px;
	border:none;
	font-weight:500;
	text-transform:uppercase;
	
}
.navbar .nav > li > a {
  color: #444;
  text-shadow: none;
}

.navbar .nav a:hover {
	background:none;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
	font-weight:700;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:700;
}

.navbar .nav li .dropdown-menu {
	z-index:2000;
}

header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content:none;
}

.navbar .nav > li > .dropdown-menu:after {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  content: '';
}


ul.nav li.dropdown a {
	z-index:1000;
	display:block;
}

 select.selectmenu {
	display:none;
}


.fixed-menu {
border: none;
position: fixed;
left: 0px;
top: -100px;
width: 100%!important;
background: #ffffff!important;
z-index: 999;
opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
width: 100%!important;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
box-shadow: 0 -8px 10px 5px #aaa;
border-top: 5px solid transparent
}

.fixed-menu.stuck{
top: 0px;
opacity: 0.99;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}

.header-search-text {
float: left;
cursor: pointer;
margin: 10px 0 0 5px;
text-transform: uppercase;
font-weight: 700;
color: #000000;
}

.header-search-form {
background-color: #ffffff;
display: none;
height: 100%;
opacity: 0.97;
position: fixed;
width: 100%;
z-index: 300;
top: 0;
left: 0;
}

.header-search-form form {
margin: 0 auto;
max-width: 940px;
width: 92%;
margin-top: 5%;
}

.header-search-form .s {
background-color: transparent;
border: 1px solid transparent;
color: #454951;
font-size: 55px;
line-height: 60px;
height: 70px;
padding: 0;
overflow: hidden;
white-space: pre-wrap;
resize: none;
max-width: 100%;
min-width: 700px;
font-weight: 600;
background-color: #ffffff;
-webkit-appearance: none;
margin-bottom: 0px;
}

.search-message {
margin: 0 auto;
max-width: 940px;
width: 92%;
color: #454951;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
}

.header-search-form textarea:focus {border: none !important; border-color: none !important
-webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


#search input[type="text"] {
    background: url(search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    color: #bebebe;
    width: 20px;
	float: right; 
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    }

#search input[type="text"]:focus {
    width: 200px;
	outline:none; box-shadow:none;
    }

.search-top{float: right}


.tsea{position: relative; float: left; list-style: none; margin: 29px 0px 0px 0px;}

.fixed-menu .tsea{position: relative; float: left; list-style: none; margin: 19px 0px 0px 0px;}

.tsea li a {color: #444;
float: none;
font-size: 13px;
padding: 7px 0 7px;
margin-left: 10px;
margin-right: 0;
text-decoration: none;
text-shadow: none;
border-right: none;
border-left: none;
font-weight: 700;
text-transform: uppercase;
}

li.tsearch a {border-left: 1px solid #eee; padding-left: 20px; margin-left: 20px}
li.tsearch a span{

font-size: 12px;
padding-right: 10px;

}

li.cart_status  {
border-left: 1px solid #eee; padding-left: 15px; margin-left: 15px
}

li.cart_status a {
font-size: 11px;
margin: 0;
color: #fff;
background: #333;
border: none;
padding: 2px;
display: block;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

li.cart_status a span.cart-label {
float: left;
display: inline-block;
line-height: 12px;
padding: 6px 9px 6px 8px;
text-align: center;
}

li.cart_status a span.amount {
padding: 9px 10px;
background: #fff;
color: #333;
font-weight: bold;
font-size: 14px;
display: inline-block;
}

/* ===================================
5. Section: Featured
==================================== */

#featured{
	background:#fff;
	position:relative;
	margin:0;
	padding:0;
}

/* ===================================
6. Sliders
==================================== */

/* --- slit slider --- */

	
/* --- flexslider --- */

#slideshow-container {list-style: none}

#featured .flexslider {
	padding:0;
	margin: 0px 0 0px; 
	background: #fff; 
	position: relative; 
	zoom: 1;
	border: 0px;
	padding-bottom: 30px;
}

#featured .flexslider .slide-caption {
	background:#333;
}

#featured .flexslider .slide-caption {
	background:none; 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	zoom: 1;
}
#featured .flexslider .slide-caption {
	width: 30%; 
	padding: 2%; 
	position: absolute; 
	left: 10px; 
	bottom: -30px; 
	background: rgba(0,0,0,.5); z-index:99;
}

#featured .flexslider .slide-caption p { 
	font-size: 14px !important; 
	line-height: 22px; 
	font-weight:300;  
	color: #f0f0f0 !important; 
	margin-bottom:15px;
}
#featured .flexslider .slide-caption h3{ 
	font-weight:700; 
	color:#f4f4f4; 
	font-size:22px; 
}
#featured .flexslider .slide-caption span a{ 
	padding:7px 15px; 
	float:left; 
}
#featured .flexslider .slide-caption span a:hover{ opacity:.9;}


/* The Nivo Slider styles */

#nivo-slider { 
position: relative; 

}

#featured #nivo-slider .row {
	margin-bottom:0;
}

.nivo-slider { 

}

.slides { margin: 0; overflow: hidden; }
.slides li { list-style-type: none; }

.nivoSlider {
	position:relative;
	height:auto;
	overflow: hidden;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	display: none
}



.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:80px;
	bottom:20px;
	color:#fff;
	width:30%;
	z-index:8;
	padding: 20px;
	border-bottom: none !important;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-caption  h2 {
	color:#fff;
	font-size:26px;
	line-height:1em;
}
.nivo-caption  p {
	margin-bottom:20px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	text-align: center;
	padding: 20px 0;
	position: absolute; 
	width: 100%;
	z-index: 9; 
	bottom: 0px
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
      margin: 0;
    display: inline-block !important;
    text-align: center !important;
    color: #333;
    width: 29px;
    height: 31px;
	padding:3px;
    font-size: 27px;
	font-weight: 600;
    line-height: 29px;
    text-shadow:none;
    cursor: pointer;
    background-color: #fff;
	right:15px;
	border-radius: 33px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease;
}


a.nivo-nextNav {
	right:-40px;
}

#nivo-slider:hover a.nivo-nextNav {
right:65px;
padding-left: 5px;
padding-top: 3px
}

a.nivo-nextNav:before {
	content: "\f105"; 
    color: #333;
}

a.nivo-prevNav {
	left:-40px;
}

#nivo-slider:hover a.nivo-prevNav {
left:65px;
padding-right: 5px;
padding-top: 3px
}

a.nivo-prevNav:before {
	content: "\f104"; 
    color: #333;
}


.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../img/nivo-bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;

}
.nivo-control.active { background-position: 0 0; }



/* ===================================
7. Section: call action
==================================== */
section.callaction {
	background:#fff;
	padding:50px 0 0 0;
}



/* ===================================
8. Section: Content
==================================== */

#content {
	position:relative;
	background:#fff;
	padding:15px 0 0 0;
}

#content img {
	max-width:100%;
	height:auto;
}

/* --- Call to action --- */

.cta-text {
	float:left;
	margin-top:10px;
}


.big-cta .cta {
	margin-top:10px;
}

a.service {color: #000}
a.service:hover {text-decoration: none}

a.service i {margin-left: 5px}

h3.sname {font-size: 18px; text-align: center}

.wpb_wrapper span {text-align: center; font-size: 45px; width: 100%;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	margin-bottom: 15px
}



h3.sname span{font-size: 30px; padding-right: 4px;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	padding-right: 10px
}

.front strong {border-top: 1px dotted #bbb;
padding-top: 36px;}

/* ===================================
9. Section: Bottom
==================================== */

#bottom {
	padding:0px 0 0;

}
/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
	font-weight:600;
}

#twitter ul {
    padding: 0;
	list-style:none;
}
#twitter ul li {
    font-size: 27px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}

#twitter-blog ul li {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
	text-align: left;
    word-break: break-word;
	
}

#twitter-blog ul {
    padding: 0;
	list-style:none;
}

#twitter-blog .icon-twitter {font-size: 21px}
.twitterTime2 {padding-top: 0px}
#twitter-blog a{color: #454951; font-weight: 600}


#twitter .icon-circled {
border-radius: 18px;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
}

.wpb_wrapper {
background-color: #fdfdfd;
padding: 20px;
box-shadow: 0 1px 1px rgba(0,0,0,.05),0 0 1px rgba(0,0,0,.04);
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wpb_wrapper:hover {
background-color: #fff;
padding: 20px;
box-shadow: 0 1px 1px rgba(0,0,0,.05),0 0 1px rgba(0,0,0,.04);
}


/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline{
	background:#fff;
	position:relative;
	margin:0;
	padding:0;
	color:#333;
}


.headline.span12{
border-top: 1px solid #ededed ;
border-bottom: 1px solid #ededed ;
}

.headline2.span12{
border-bottom: 1px solid #ededed ;
text-align: center;
margin-top: 30px
}


#inner-headline .inner-heading h2 {
	color:#333;
	margin:0px 0 0 0;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase
}

#inner-headline .inner-heading.sub h2 {
	margin:35px 0 0 0;
	font-size: 50px;
}

.page-description {
font-weight: 300;
margin: 15px 0 15px 0;
padding-bottom: 20px;
font-size: 22px;
line-height: 40px
}

.page-description.sub {
font-size: 28px;
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
	margin:30px 0 0;
	float:right;
}

#inner-headline ul.breadcrumb li {
	margin-bottom:0;
	padding-bottom:0;
}
#inner-headline ul.breadcrumb li {
	font-size:13px;
	color:#ddd;
}

#inner-headline ul.breadcrumb li i{
	color:#dedede;
}

#inner-headline ul.breadcrumb li a {
	color:#fff;
}

ul.breadcrumb li a:hover {
	text-decoration:none;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
  width: 100%;
  min-height: 46px;
  padding-left:20px;
  font-size:14px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:14px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#fafafa;
	display:none;
	text-align:center;
	padding:15px 12px 15px 0px;
	margin:10px 0;
	font-weight:500;
	margin-bottom:30px;
	font-size: 14px

}


#sendmessage.show,.show  {
	display:block;
}


/* --- comment form ---- */
form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;
}


/* --- search form --- */
.search{
	float:right;
	margin:35px 0 0;
	padding-bottom:0;
}

#inner-headline form.input-append {
	margin:0;
	padding:0;
}



/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 10px 30px 0;
	padding: 0;
	float:left;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {

}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

.thumbs {
	margin: 0;
	padding: 0;	
}

.thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}


.item-thumbs:hover .overlay-img ,
.item-thumbs.active .overlay-img  {
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 99; 
}

.item-thumbs .overlay-img {
    z-index: 99;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 300ms ease-out 0s;	
	   -moz-transition: all 300ms ease-out 0s;
		 -o-transition: all 300ms ease-out 0s;
		    transition: all 300ms ease-out 0s;
}


.item-thumbs:hover .overlay-img-thumb ,
.item-thumbs.active .overlay-img-thumb{
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 99; 
}

.item-thumbs .overlay-img-thumb {
    z-index: 99;
	position: absolute;
	top: 30%;
	margin: -16px 0 0 -16px;
	color: #333;
	font-size: 32px;
	line-height: 1em;	
	margin: 0 auto;
	width:100%;
	text-align: center; 
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 300ms ease-out 0s;	
	   -moz-transition: all 300ms ease-out 0s;
		 -o-transition: all 300ms ease-out 0s;
		    transition: all 300ms ease-out 0s;
}

.item-thumbs  img{
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;

  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
   -webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
   transform-style: preserve-3d;

}

.item-thumbs:hover   img{
  -webkit-transform: scale(1.6) rotate(3.5deg);
     -moz-transform: scale(1.6) rotate(3.5deg);
      -ms-transform: scale(1.6) rotate(3.5deg);
       -o-transform: scale(1.6) rotate(3.5deg);
          transform: scale(1.6) rotate(3.5deg);


}


/* --- Portolio filter --- */

ul.portfolio-categ{
	margin:0px 0 35px 0;
	padding:0;
	float:right;
	list-style:none;
}

ul.portfolio-categ li{
	margin:0;
	padding:0 5px 0 0;
	float:left;
	list-style:none;
	font-size:13px;
	font-weight:500;
	text-transform: uppercase
}

ul.portfolio-categ li.lfilter{
padding: 8px 12px 8px 12px ;
}

ul.portfolio-categ li a{
	display:block;
	padding:35x 0 35x 0;
	color:#333;
	padding: 8px 12px 8px 12px; 
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
	text-decoration:none;
	outline:0;
}
    


/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px;
}

.capt {
bottom: 30px;
position: absolute;
text-align: center;
width: 100%;
-webkit-transition: all 0.5s ease-in-out;
}

.item-thumbs:hover .capt{
bottom: 35%;
}

.capt-icons {
bottom: 0px;
position: absolute;
color: #454951;
font-size: 17px;
right: 5px;
-webkit-transition: all 0.3s ease-in-out;
}

.item-thumbs:hover .capt-icons{
bottom: 5%;
}

.capt-icons a{
color: #fff;
}

.capt-icons i {
padding: 3px;
}

.capt h3 {color: #454951; font-size: 19px; font-weight: 700; margin: 0; line-height: 17px}
.capt h3.fflex {color: #454951; font-size: 19px; font-weight: 700; margin: 0; line-height: 35px}
.capt span {color: #888; font-style: italic; font-size: 13px}

.portfolio-image {
position: relative;
z-index: 1;
overflow: hidden
}

.portfolio-name {
background: #fff;
z-index: 9;
position: relative;
overflow: hidden
}



.portfolio-text {font-size: 13px; text-align: center; color: #aaa}

h4.portfolio-title {text-align: center; font-size: 19px; padding-top: 15px;  margin-bottom: 10px}

.portfolio-line {width: 50px; margin: 0 auto; border-top: 1px solid #eee; margin-bottom: 10px}




/* ===============================
13. Shop
================================ */

/* -------------------------------------------------- */
/* Product Grid
/* -------------------------------------------------- */  
.product-category-description{margin-bottom: 20px;}
.sidebar_left{float: left !important;}
.sidebar_right{float: right !important;}
.with-sidebar .rows-count4 .product-grid{width:160px;}
.with-sidebar .rows-count3 .product-grid{}
.no-sidebar .rows-count5 .product-grid, .no-sidebar .rows-count6 .product-grid{width:170px;}
.product-slider .product-slide{float: left;}
.slide.product-slide:last-child{margin-right: 0 !important;}
.products_grid.loading .product-image {-webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;-o-transition:all 400ms ease-in-out;transition:all 400ms ease-in-out;-webkit--moz--o-;}
.products_grid .product-grid,.product-slide .product-grid{position:relative;float:left;margin-top:20px;border-bottom:2px solid #F5F5F5;background:#fafafa;-webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;-o-transition:all 400ms ease-in-out;transition:all 400ms ease-in-out;-webkit--moz--o-;}
.products_grid .product-grid:hover,.product-slide .product-grid:hover{background: #f5f5f5;}
.products_grid .product-grid.no-attributes,.product-slide .product-grid.no-attributes{ border: none !important;background: none !important;}
.product-grid .product-image{display:block;}
.with-sidebar .rows-count4 .product-grid .product-image{ }
.no-sidebar .rows-count5 .product-grid{width: 220px;}
.rows-count5 .product-grid .product-image{ }
.no-sidebar .rows-count5 .product-grid .product-image{ }
.rows-count6 .product-grid .product-image{ }
.slide.product-slide .product-grid .product-image{ }
.img-wrapper {text-align: center; overflow: hidden;}

.product-grid .product-image img{margin-bottom: 0;max-height: 100%;
transition: all 0.5s; -ms-transition: all 0.4s; /* IE 9 */ -moz-transition: all 0.4s; /* Firefox 4 */ -webkit-transition: all 0.4s; /* Safari and Chrome */ -o-transition: all 0.4s; /* Opera */
}

.product-grid .product-image img:hover{transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); /* IE 9 */ -webkit-transform: scale(1.2, 1.2); /* Safari and Chrome */ -o-transform: scale(1.2, 1.2); /* Opera */ -moz-transform: scale(1.2, 1.2); /* Firefox */ transition: all 0.8s; -ms-transition: all 0.8s; /* IE 9 */ -moz-transition: all 0.8s; /* Firefox 4 */ -webkit-transition: all 0.8s; /* Safari and Chrome */ -o-transition: all 0.8s; /* Opera */ 
}


.product-grid .product-information{position: relative;padding:0 15px 15px;}
.product-grid .product-name-price {text-align: center;}
.product-grid .product-name{position:relative;display:block;margin-top: 10px;width:100%;}
.product-grid .product-name a{color: #444;text-transform: uppercase;font-weight:300;font-size: 14px;line-height:20px;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:color;}
.product-grid .price{float:left; margin-top:8px;width:100%;color:#444;text-align:center;font-size:14px;}
.product-grid .price.sale{margin-top:-4px;font-size:16px;line-height:18px;}
.product-grid .price .from{display:none;}
.product-grid .price del .amount{margin-right:-4px;font-size:16px;}
.product-grid .price .amount,.product-grid .price.sale .currentprice{color:#656565;font-weight:300;font-size:16px;}
.product-grid .btn-cont{float:left;margin-top:12px;width: 100%;text-align:center;}
.rows-count3 .product-grid .product-image,.rows-count4 .product-grid .product-image{ }
.rows-count4 .product-grid .product-name a,.rows-count5 .product-grid .product-name a{font-size:14px;}
.rows-count4 .product-grid .product-information{float: none;margin-top:0;text-align: center;}
.rows-count4 .product-grid .product-information .price{margin-top:8px;margin-bottom: 12px;}
.rows-count4 .product-grid .product-information .btn-cont{float: none !important;}
.with-sidebar .rows-count4 .product-grid .product-name{text-align: center;}
.img-hided{position:absolute; left:0;opacity:0;}

.on-sale.shop-badge {
background: url(../img/sale-badge.png) no-repeat;
}

.new.shop-badge {
background: url(../img/new-badge.png) no-repeat;
}

.shop-badge {
width: 40px;
height: 40px;
position: absolute;
top: 0;
right: 0;
z-index: 999;
}

.back-to {
float: right;
padding: 0 0 2px 12px;
font-size: 12px;
}

#breadcrumb {
float: left;
font-size: 12px;
}

.price-block {
float: left;
font-size: 30px;
font-weight: 500
}

del .amount, .old-price {
padding-right: 10px;
color: gray;
font-size: 16px !important;
}

ins span {
color: #fc5a5a!important;
}

ins {
text-decoration: none;
}

.product-stock {
position: relative;
float: right;
margin-top: 20px;
margin-bottom: -10px;
width: 100%;
}

.stock {
float: right;
}

table.shop_attributes {
border: 0 !important;
border-top: 1px dotted #ccc !important;
width: 100%;
}

table.shop_attributes th {
width: 150px;
padding: 8px;
color: #444;
border-bottom: 1px dotted #ccc;
margin: 0 !important;
line-height: 1.5em;
}

table.shop_attributes td {
padding: 0 !important;
border-bottom: 1px dotted #ccc;
margin: 0 !important;
line-height: 1.5em;
}

.product_image a.lightbox-btn {
position: absolute;
right: 0;
z-index: 999;
display: block;
float: left;
margin-top: -37px;
padding: 10px 10px 5px 10px;
width: 20px;
height: 20px;
border: 1px solid #efefef;
background: #fafafa ;
opacity: 0.5;
}

#product-page .product_image {
position: relative;
}

/* -------------------------------------------------- */
/* List Page
/* -------------------------------------------------- */

.list_product{margin-left:0;padding:20px 0;border-bottom:1px solid #eee;}
.list_product_image{float:left;margin:0;width:180px;}
.list_product_text{width:350px;}
.list_product_text_title{margin-bottom:5px;font:16px Arial, sans-serif;}
.list_product_text_title a{color:#444;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:color;}
.list_product_text p{color:gray;font:12px Arial, sans-serif;line-height:1.8;}
.list_product_price_block{float:right;margin-top:40px;width:auto;}
.list_product_price{margin-bottom:10px;margin-left:13px;font:bold 16px Gothic, sans-serif;}
.list_product_addtocart{float:right;padding:2px 12px;border:1px solid;border-color:#BBB;background:#CCC;cursor:pointer;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, border-color;}
.list_product_addtocart:hover{border:1px solid #f32828;}
.small_button_red{float:right;padding:2px 12px;border:1px solid;border-color:#bbb;background:#ccc;cursor:pointer;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, border-color;}
#list_product_last{border:none;}

.widget-placeholder { background: #fff; }
.widget-placeholder .side-icon { padding-top:30px; float:left; width:48%; text-align: center; line-height:90px; border:1px dashed #ccc; -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.widget-placeholder .side-icon i { font-size:60px; color:#dbdbdb;-webkit-transition: color 0.2s ease-in-out;
   -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
     -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
        .widget-placeholder .side-icon:hover i{color:#fc5a5a;}
.widget-placeholder .side-text { border-left:2px solid #ffffff; float:left; padding:35px 5%; width:48%;  border:1px dashed #ccc;float: right;text-align: center;color:#656565;font-weight:300;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.widget-placeholder .side-text h3{color: #656565;font-weight:300;}

.grid_pagination_block{padding-bottom: 10px;border-bottom:2px solid #f5f5f5;color:#666669;font-size:14px;line-height: 38px;}
.grid_pagination_bottom_block{padding-bottom: 25px;border-bottom:2px solid #f5f5f5;color:#666669;font-size:14px;line-height: 38px;}
.grid_pagination_block .woocommerce-ordering{float: left;margin-bottom: 0;}
.grid_pagination_block .woocommerce-result-count{font-weight: 300;font-size: 12px;float: left;}
.grid_pagination_block .woocommerce-ordering select{float: right;width: 180px; margin-left:15px;margin-top: 3px; height: 32px;color: #666669;font-size: 12px;background: url(images/select_arrow.png) no-repeat 95% center;font-weight: 300;}
.grid_pagination_block .woocommerce-ordering select:hover{background: url(images/select_arrow_hover.png) no-repeat 95% center;width: 180px;}
.grid_pagination_block span,.grid_pagination_bottom_block span{color: #808080;font-weight: 300; font-size: 14px;}
.grid_pagination_block .woocommerce_ordering select,.grid_pagination_block .woocommerce_ordering{margin:0;}
.grid_pagination_block .woocommerce_ordering select,.grid_pagination_bottom_block .woocommerce_ordering select{ margin-top: -5px;padding:0;width:150px;height:30px;outline:none;border:1px solid #efefef;color:gray;font-size:12px;}

form.cart .button {
vertical-align: middle;
float: left;
}

.qty-block {
float: left;
}

#product-page .main-image {
position: relative
}


/* ===============================
13. Elements
================================ */

/* --- blockquote --- */
blockquote {
	font-size:15px;
	font-weight:400;
	font-family:'Noto Serif', serif;
	font-style:italic;
	padding-left:0;
	color:#555;
	line-height:1.6em;
	border:none;
}

blockquote cite 							{ display:block; font-size:12px; color:#666; margin-top:10px; }
blockquote cite:before 					{ content:"\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited 				{ color:#555; }

/* --- pullquotes --- */

.pullquote-left {
	display:block;
	color:#555;
	font-family:'Noto Serif', serif;
	font-size:15px;
	line-height:1.6em;
	padding-left:20px;
	font-style: italic
}

.pullquote-right {
	display:block;
	color:#555;
	font-family:'Noto Serif', serif;
	font-size:15px;
	line-height:1.6em;
	padding-right:20px;
	font-style: italic
}

/* --- list style --- */

ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
	font-size: 11px
}

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}

footer ul.link-list li a{
	color:#ccc;
	font-size: 11px;
	line-height: 25px
}

/* --- Dropcap --- */

.dropcap {
float: left;
background: #454951;
color: #FFF;
font-size: 40px;
font-weight: 700;
padding: 7px 12px 7px 12px;
text-align: center;
margin: 13px 10px 5px 0;
line-height:42px; 
}

.dropcap.naked {
float: left;
color: #454951;
background: #fff; 
font-size: 60px;
font-weight: 700;
margin: 13px 10px 5px 0;
line-height:50px; 
}

/* --- Heading style --- */

h4.heading {
	font-weight:300;
}

h4.heading strong {
	font-weight:700;
}

.heading { margin-bottom: 30px; }

.heading {
	position: relative;
	
}


.widgetheading {
	width:100%;
	padding:0;
}

#bottom .widgetheading {
	position: relative;
	border-bottom: #e6e6e6 1px solid;
}

aside .widgetheading {
	position: relative;
	display: inline;
	border-bottom: #777 1px solid;
	padding: 0 20px 7px 0;
}

aside .widget-title{border-bottom: #ededed 1px solid; margin-bottom: 20px; padding-bottom: 5px}

#content .widgetheading {
	position: relative;
	display: inline;
	border-bottom: #bbb 1px dotted;
	padding: 0 20px 5px 0;
}
#content .widget-title{border-bottom: #ededed 1px solid; margin-bottom: 20px; padding-bottom: 5px}

h5.widgetheading  {font-size: 16px; font-weight: 400}

footer .widgetheading {
	position: relative;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #eee;
	margin-bottom: 10px
}

footer .widget .social-network {
	position:relative;
}


#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {	
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;

}

footer a:hover {color: #fff !important}

footer .sidebar-line {
background: #444;
width: 100%;
height: 1px;
margin-bottom: 25px;
}

footer .sidebar-line span{
display: block;
width: 100px;
height: 1px;
background: #777
}

h6.clients-title {
font-size: 13px;
color: #ccc;
font-style: italic;
margin-bottom: 25px;
}

h6.clients-title strong{
font-weight: 300;
border-top: 1px dotted #bbb;
padding-top: 31px;
}

/* --- testimonial --- */
.testimonial {
	background:#fff;
	padding:20px;
	border:1px solid #e6e6e6;
}

.testimonial .author img {
	float:left;
	margin:0 10px 0;
}

.testimonial p.text {
	color:#b2b2b2;
	font-family:'Noto Serif', sans-serif;
	font-size:14px;
	font-style:italic;
	line-height:1.6em;
	margin-bottom:30px;
}

.testimonial .author p.name {
	font-weight:bold;
}

.lead span {border-bottom: 1px solid #ededed; display: block}

.lead i {
float: right;
font-size: 30px;
line-height: 1;
}

.rbTestimonial blockquote {
position: relative;
background: #F7F7F7;
border: 1px solid #EEE;
border-radius: 1px solid #EEE;
padding: 19px 25px;
font-style: italic;
font-size: 14px;
line-height: 24px;
font-weight: normal;
}

.rbTestimonial.dark blockquote {
background: #454951;
border-color: #454951;
color: #FFF;
font-size: 20px;
line-height: 28px;
}

.rbTestimonial figcaption {
margin: 12px 0 0 62px;
}

.rbTestimonial blockquote:after, .rbTestimonial blockquote:before {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-right: none;
}

.rbTestimonial blockquote:after {
border-color: rgba(247, 247, 247, 0);
border-top-color: #F7F7F7;
border-width: 22px;
left: 0;
margin-left: 25px;
}

.rbTestimonial blockquote:before {
border-color: rgba(239, 239, 239, 0);
border-top-color: #EEE;
border-width: 24px;
left: 0;
margin-left: 24px;
}

.rbTestimonial.dark blockquote:after, .rbTestimonial.dark blockquote:before {
border-color: rgba(51,51,51,0);
border-top-color: #454951;
}

figure.rbTestimonial{margin: 0}

/* --- Clients style --- */

ul.clients{
	list-style:none;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

ul.clients li {
	position:relative;
	float:left;
	width:155px;
	margin:0;
}

ul.clients li:hover {
  border: none !important
}

.clients li img {
	margin:0;
	opacity:0.7;
	
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.clients li img:hover {
	opacity:1;
  
}

ul.fportfolio{
	list-style:none;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

ul.fportfolio li {
	position:relative;
	float:left;
	width: 275px;
}

/* --- Map --- */
.map{
	position:relative;
	margin-bottom:40px;
}

.map{filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url(../img/grayscale.svg#grayscale);
filter: gray;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map:hover{filter: grayscale(30%);
-webkit-filter: grayscale(30%);
-moz-filter: grayscale(30%);
-ms-filter: grayscale(30%);
-o-filter: grayscale(30%);
filter: none
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

/* --- our team --- */

ul.team-detail{
	margin:-10px 0 0 0;
	padding:0;
	list-style:none;
}

ul.team-detail li{
	border-bottom:1px dotted #e9e9e9;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.team-detail li label {
	font-size:13px;
}

ul.team-detail li h4, ul.team-detail li label{
	margin-bottom:0;
}

ul.team-detail li ul.social-network {
	border:none;
	margin:0;
	padding:0;
}

ul.team-detail li ul.social-network li {
	border:none;	
	margin:0;
}
ul.team-detail li ul.social-network li i {
	margin:0;
}

/* --- Pricing box --- */


.pricing-title{
	background:#fff;
	text-align:center;
	padding:10px 0 10px 0;
}

.pricing-title h3{
	font-weight:600;
	margin-bottom:0;
}

.pricing-offer{
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 40px 0;
	font-size:18px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer{
	color:#fff;
}

.pricing-offer strong{
	font-size:78px;
	line-height:89px;
}

.pricing-offer sup{
	font-size:28px;
}

.pricing-content{
	background: #fff;
	text-align:center;
	font-size:14px;
}

.pricing-content strong{
color:#353535;
}

.pricing-content ul{
	list-style:none;
	padding:0;
	margin:0;
}

.pricing-content ul li{
	border-bottom:1px solid #e9e9e9;
	list-style:none;
	padding:15px 0 15px 0;
	margin:0 0 0 0;
}

.pricing-action{
	margin:0;
	background: #fcfcfc;
	text-align:center;
	padding:20px 0 30px 0;
}

.pricing-wrapp{
	margin:0 auto;
	width:100%;
	background:#fd0000;
}

/* --- pricing box alt 1 --- */
.pricing-box-alt {
    border: 1px solid #e6e6e6;
	background:#fcfcfc;
	position:relative;
	margin:0 0 20px 0;
	padding:0;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-box-alt.nm {
    border: 0px solid #e6e6e6;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.pricing-box-alt .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:20px 0 0px 0;
	display:block;
}
.pricing-box-alt.special .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:19px 0 1px 0;
	border-bottom:none;
	display:block;
	color:#fff;
}
.pricing-box-alt.special .pricing-heading h3 {
	color:#fff;
}

.pricing-box-alt .pricing-heading h3 strong {
	font-size:19px;
	font-weight:700;
	letter-spacing:-1px;
}
.pricing-box-alt .pricing-heading h3 {
	font-size:19px;
	font-weight:300;
	letter-spacing:-1px;
}

.pricing-heading.large h3 {
	font-size:24px;
}

.pricing-heading.large h3 strong{
	font-size:24px;
}


.pricing-box-alt .pricing-terms {
	text-align: center;
	background:#454951;
	display:block;
	overflow:hidden;
	padding:30px 0 20px;
}

.pricing-box-alt .pricing-terms  h6 {
	font-style:italic;
	margin-top:10px;
	color:#fff;
	
	font-family:'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
	padding:12px;
    font-size: 16px;
	font-weight:700;
    line-height: 68px;
    text-shadow:none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-alt  .pricing-action{
	margin:0;
	text-align:center;
	padding:30px 0 30px 0;
}


.pricing-terms h6 {font-size: 14px}

/* --- Custom carousel --- */

.custom-carousel-nav{
	outline:0;	
  color: #ffffff;
  text-align: center;
}

a.custom-carousel-nav {
	outline:0;
}

a.custom-carousel-nav:hover{
	outline:0;
	text-decoration:none;
}

.icon-control {
	margin:0 0 0 140px;
}

.alt-bg.alt-one {
background-color: #fbfbfb;
}

.alt-bg.alt-one.dark {
background-color: #454951;
color: #fff
}

.wpb_impact_text.alt-bg {
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 10px
}

.alt-bg {
border: 1px solid #e4e4e4;
}

.impact-text-wrap {
position: relative;
}

.wpb_call_text span{
font-size: 25px;
line-height: 42px;
margin-bottom: 0px; 
padding: 3px; 
margin-left: 25px;
font-weight: 700;
padding-right: 10px
}

h2 span, .wpb_impact_text .wpb_call_text, .impact-text {
font-weight: 600;
font-size: 14px; 
}

.cta_align_right .wpb_call_text {
width: 90%;
}

.wpb_impact_text.cta_align_right a.sf-button {
margin-right: 20px;
font-size: 12px; 
font-weight: 600;
top: 5px; 

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cta_align_right .wpb_button {
position: absolute;
right: 0;
top: 50%;
margin-top: -15px;
max-width: 12%;
}

.wpb_impact_text .wpb_button {
margin-bottom: 0;
}

.prbox{padding: 16px 20px 10px;}

.prbox.light {
background: #F7F7F7;
border: 1px solid #E9E9E9;
color: #6B6B6B;
}

.prbox.dark {
background: #454951;
border: 1px solid #454951;
color: #FFF;
}

.prbox h4{font-size: 18px; font-weight: 600; line-height: 20px; margin-bottom: 15px}
.prbox p{line-height: 18px; margin-bottom: 10px}

.prbox.dark h4 {
color: #FFF;
}

.testiman {filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url(../img/grayscale.svg#grayscale);
filter: gray;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonials:hover .testiman{filter: grayscale(30%);
-webkit-filter: grayscale(30%);
-moz-filter: grayscale(30%);
-ms-filter: grayscale(30%);
-o-filter: grayscale(30%);
filter: none;
}

.rbTestimonial:hover .testiman{filter: grayscale(30%);
-webkit-filter: grayscale(30%);
-moz-filter: grayscale(30%);
-ms-filter: grayscale(30%);
-o-filter: grayscale(30%);
filter: none;
}

.testimonials .roles{
text-align: center;
padding: 10px;
background: #fff;
box-shadow: 0 1px 1px rgba(0,0,0,.05),0 0 1px rgba(0,0,0,.04);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonials .roles.dark{
color: #fff;
background: #2f3238;
box-shadow: 0 1px 1px rgba(0,0,0,.05),0 0 1px rgba(0,0,0,.04);
}

.testimonials:hover .roles{
background: #f9f9f9;
}


.testimonials .roles .lead{margin-bottom: 0px}

.testimonials .roles p{margin-bottom: 15px}

.testimonials .roles.dark p{margin-bottom: 0px}

.testimonials .roles .position {font-size: 13px; font-weight: 600}

.testimonials .roles.dark .position {font-size: 13px; font-weight: 400; font-style: italic}

.faq-content {font-size: 16px; line-height: 24px; margin-bottom: 40px}

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

.widget_nav_menu li {
width: 100%;
float: left;
}

.widget_nav_menu a {
font-size: 14px;
font-weight: 600;
color: #454951;
padding: 20px 20px;
background: #FaFaFa;
display: block;
border: 1px solid #f0f0f0;
margin-bottom: -1px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.widget_nav_menu a:hover {
background: #fff;
text-decoration: none;
border-right: 2px solid #fe4236
}

/* ===============================
14. Blog & article
================================ */

article{
	float:left;
	width:100%;
	margin-bottom:40px;
}

article .post-heading h3 {
	margin-bottom:20px;
}

article .post-heading h3 a {
	color:#353535;
	border-top: 7px solid #333;
    padding-top: 15px;
    margin-left: 0px;
}

article .post-heading h3 a:hover {
	text-decoration:none;
}


/* --- post meta --- */
.post-meta {
	background:#fcfcfc;
	border:1px solid #e6e6e6;
	border-top:none;
	text-align:center;
}

.post-meta .format {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta i{
	margin:0;
}

.post-meta .date {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta .date span {
	text-align:center;
	color:#999;
	font-size:12px;
	font-weight:600;
}

.post-meta .comments {
	padding:10px 0 10px;
}

.post-meta .comments a {
	color:#999;
	font-size:12px;
	font-weight:700;
}

.post-meta .comments a:hover {
	text-decoration:none;
}

/* --- post format --- */

.post-image {
	margin-bottom:20px;
}

.post-quote {
	margin-bottom:20px;
}

.post-video {
	margin-bottom:20px;
}

.post-audio {
	margin-bottom:20px;
}

.post-link {
	margin-bottom:20px;
}

.post-slider {
	margin-bottom:20px;
}


.post-quote blockquote {
	font-size:16px;
	color:#999;
	font-family:'Noto Serif', serif;
	font-style:italic;
	line-height:1.6em;
}


.post-image img:hover {
  -webkit-box-shadow: 0 0 2px #979797;
     -moz-box-shadow: 0 0 2px #979797;
          box-shadow: 0 0 2px #979797;	
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.meta-post{
	float:left;
	margin: 0;
	padding:0;
	list-style:none;
}

ul.meta-post li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	border-right:1px dotted #e9e9e9;
	padding-right:10px;
}

ul.meta-post li i {
	float:left;
	line-height: 1em;
	margin:2px 5px 0 0;
}

ul.meta-post li a{
	color:#333;
	float:left;
	font-size:12px;
	font-weight:300;
}

/* --- jobs post --- */
ul.meta-jobs{
	float:left;
	margin: 0;
	padding:0;
	list-style:none;
}

ul.meta-jobs li{
	float:left;
	width: 45%;
	list-style:none;
	padding:5px;
	min-width: 200px; /* force to collapse when smaller */
	line-height: 23px;
}

ul.meta-jobs li i {
	float:left;
	line-height: 23px;
	margin:0 5px 0 0;
}

ul.meta-jobs li a{
	color:#333;
	float:left;
	font-size:12px;
	font-weight:300;
}

.top-article{
	float:left;
	width:100%;
	ackground: #fff8e9;
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	padding: 0 0 10px 0;
	margin-bottom:20px;
	margin-top: 5px;
	font-size: 1.1em;
}

.jobstats { border-bottom: 1px solid #ededed; color: #999; font-size: 11px; padding: 5px 15px 5px 15px; text-align: right; background: #f6f6f6; margin-bottom: 10px; }
.jobstats .id { float: left; width: 100px; text-align: left; }

ul.meta-jobs i { color: #ccc; }

/* --- Jobs styles --- */

.single-jobs h1,
.job-list h2 { 
	color:#333;
	margin:0px 0 10px 0;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase
}
.job-list h2 a {
	color: #333;
}

p.jobref { font-size: 11px; color: #999 }

/* --- jobs list --- */

.job-list { border: 1px solid #ffad0e; padding: 20px; margin: 20px 0; }
.job-list .top-article { font-size: 15px; }

/* --- single Job --- */
.single-jobs h1 {
	font-size: 45px;
	border: 0; margin: 0;
}



/* --- single post --- */
.bottom-article{
	float:left;
	width:100%;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:10px 0 10px 0;
	margin-top:20px;
}

.bcontinue {color: #333; font-weight: 600}
.bcontinue:hover {text-decoration: none}

/* --- author info --- */

.about-author {
	border:1px solid #d5d5d5;
	padding:20px;
	float:left;
	margin-bottom:5px;
}

.about-author h5 {
	margin-bottom:10px;
}



/* --- Comment --- */

.comment-area {
	float:left;
	width:100%;
	margin-top:30px;	
}


.media-content{
	overflow:hidden;
	margin-left:12px;
	border-bottom:1px dotted #d5d5d5;
	padding-bottom:20px;
}

.media-content h6 {
	font-size:14px;
	font-weight:700;
}

.media-content span{
	color:#a9a9a9;
	font-size:14px;
	font-weight:300;
}

.comment-area .thumbnail > img {
  display: block;
	width:60px;
	height:60px;
}
.filter-list{
	margin-top:20px;
}

/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 13px;
    line-height:14px;
    color: #888;
	font-weight:300;
}

#pagination a:hover {
    color: #fff;
	text-decoration:none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}

.simple-blog {margin-top: 40px}

/* ===============================
15. Aside, sidebar
================================ */

aside{
	position:relative;
	margin-bottom:40px;
}

.sidebar-nav{
	float:left;
	width:100%;
}

.right-sidebar{
	border-left:1px solid #ededed;
	padding:0 0 0 30px;
-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01)
}

.right-sidebar.faq{
	border-left:0px solid #ededed;
	padding:0 0 0 30px;
-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);

}


.left-sidebar{
	border-right:1px solid #ededed;
	padding:0 30px 0 0;
-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
}


.left-sidebar .widget h3, .left-sidebar .widget .widget-content{
	padding-right:20px;
}



aside .widget {
	margin-bottom:40px;
}


ul.cat, ul.recent, ul.folio-detail, ul.contact-info{
	margin:0;
	padding:0;
	list-style:none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li{
	margin:0 0 15px 0;
	list-style:none;
}

ul.cat li a, ul.folio-detail li a{
	color:#656565;
}

ul.folio-detail li label{
	display:inline;
	cursor:default;
	color:#353535;
	font-weight:bold;
}

.widget ul.recent li {
	margin-bottom:20px;
}

ul.recent li h6 {
	margin:0 0 10px 0;
}

ul.recent li a{
	color:#353535;
	font-size:16px;
	font-weight:600;
}


.widget ul.tags {
	list-style:none;
	margin:0;
}

.widget ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}


.widget ul.tags li a {
	background:#ededed;
	color:#333;
	padding:5px 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .widget ul.tags li a {
	background:#1d1d21;
	color:#ddd;
	padding:7px 7px;
	font-size: 11px;
}


.widget ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
}

.contact-side ul {list-style: none; margin-left: 0px}
.contact-side ul li{font-size: 14px; color: #ffa800}
.contact-side ul li a{color: #656a6f;}
.contact-side p{font-size: 14px; font-style: italic; margin-bottom: 15px}
.contact-more{color: #333; font-size: 13px; font-weight: 700; }
.contact-more span{font-size: 13px; color:#ffa800}
.contact-text{margin-bottom: 35px}
.contact-text .main{font-size: 13x; font-style: italic}
.contact-text .sub{font-size: 14px;}

/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
	width:100%;
}
.widget .flickr_badge img { margin: 0 9px 20px 0; }

footer .widget .flickr_badge {
    width: 100%;
}
footer .widget .flickr_badge img {
    margin: 0 5px 20px 0;
	opacity: 0.8;
	padding: 0px;
    border: 5px solid transparent;
	-webkit-transition: border 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}

footer .widget .flickr_badge img:hover {
    border: 5px solid #1d1d21;
	opacity: 1;
	padding: 0px
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
	margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul{
	margin-left:0;
	list-style:none;
}

.twitter  img{
    float: left;
    margin-right: 15px;
}
.twitter span.tweet_time{
    display: block;
    padding-bottom: 5px;

}
.twitter li{    
    border-bottom: 1px dashed #efefef;    
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter li:last-child{border: none;}

/* --- Recent post widget --- */

.recent-post{
	margin:20px 0 0 0;
	padding:0;
	line-height:18px;
}

.recent-post h5 a:hover {
	text-decoration:none;
}

.recent-post .text h5 a {
	color:#353535;
}


ul.time-post{
	float:left;
	width:120px;
	padding:0;
	list-style:none;
	margin:0 20px 0 0;
	text-align:center;
	color: #0e0f0f;
}

ul.time-post li{
	float:none;
	background:#f8f8f8;
	list-style:none;
	margin:0 0 2px 0;
	padding:0;
}

ul.time-post li a img:hover{
	opacity: 0.8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
}
 	
ul.time-post li.time{
	float:none;
	padding:5px 0 5px 0;
	text-shadow: none;	
}

.recent-post ul.time-post li.time{
	color:#121214;
}

.post-meta{
	margin-bottom:20px;
}

.post-meta span{
	padding:0 10px 0 10px;
	margin-bottom:10px;
}

.post-meta span a{
	color:#919191;
}

.post-meta strong{
	font-weight:200px;
	color:#c7c7c7;
}

.item .text {
	margin-left:140px;
	margin-bottom:20px;
}

/* ===============================
16. Footer
================================ */

footer{
	background:#17171a;
	padding:30px 0 0 0;
	color:#bbb;
	border-top: 5px solid #eee
}

footer a {
	color:#eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#eee;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
}

#sub-footer{
	background:#111;
	text-shadow:none;
	color:#5d5d5d;
	padding:0;
	padding-top:26px;
	margin:5px 0 0 0;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#c7c7c7;
}

.copyright {
	text-align:left;
	font-size:10px;
	padding-top: 5px
}

#sub-footer ul.social-network {
	float:right;
	margin-right: 10px;
}

.about .about-img {
width: 17%;
height: auto;
min-width: 120px !important;
float: left;
padding: 10px;
margin-right: 1em;
background: rgba(255,255,255,0.2);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about .about-img:hover {
background: #232323;
}

.logof{float: right; margin-left: 10x; padding-top: 5px; padding-left: 20px; border-left: 1px solid #646464; padding-bottom: 5px}
.iconf{font-size: 16px; padding: 5px; color:#d7d7d7}
.iconf:hover{color: #fff}

.sub-footer-sq{float: right; margin-right: 50px}
.sub-footer-sq:before {
background: #2f3238;
content: '';
display: block;
height: 15px;
margin: 0 0 0 -7.5px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
margin-top: 28px;
width: 15px;
}

#customizer {
position: absolute;
right: 0;
top: 0;
height: 100%;
z-index: 99;
}

#customizer .corner {
width: 59px;
height: 52px;
position: absolute;
top: 0;
right: 0;
display: block;
cursor: default;
z-index: 1;

}

#customizer .corner.remove a{
width: 62px;
height: 52px;
background: url(../img/corner-bg2.png) no-repeat;
position: absolute;
top: 0;
right: 0;
display: block;
cursor: default;
z-index: 1;
}

#customizer .corner .cog {

}

.cog a {font-size: 18px; color: #fff !important; margin-top: 0px; }
.cog a:hover {color: #fff; text-decoration: none}
.cog a:active{color: #fff; text-decoration: none}

.cog a span{padding-top: 6px; padding-left: 0px; margin-left: 37px; z-index: 99; cursor: pointer }

.copyright span {
padding: 0 7px;
}

.copyright span.first {
padding: 0 0px;
}

.copyright .trademarks {
font-size: 10px;
font-style: italic;
padding: 3px 0 30px 8px;

}

.footer-logo {margin-left: 0px}


/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
	border-top:1px solid #ededed;
	margin:0 0 30px;
}

.dottedline {
	border-top:1px dotted #e6e6e6;
	margin:0 0 30px;
}

.dashedline {
	border-top:1px dotted #e6e6e6;
	margin:0 0 30px;
}

.blankline {
	height:1px;
	margin:0 0 30px;
}


/* scroll to top */
.scrollup{
    position:fixed;
	width:45px;
	height:45px;
    bottom:3px;
    right:1%;
	display: none;
}

a.scrollup {
	outline:0;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i:hover {
	text-decoration:none;
}




/* =============================
18. Position & alignment
============================= */

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.aligncenter {
	text-align:center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right {
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}

/* =============================
19. Custom icon from custom font icon 
============================= */


/* ==================================================
   Icons Example
================================================== */

.icons-example ul {
	margin: 0 0 0 -20px;
	padding: 0;
	text-align: center;
}

.icons-example ul li {
	display: inline-block;
	margin: 0 0 10px 20px;
	list-style: none;
	cursor: pointer;
}

.icons-example ul li a {
	display: inline;

	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;

}

.icons-example ul li a span {
	display: inline-block;
	margin: 0;
	color: #111;
	font-size: 32px;
	line-height: 70px;
}



/* =============================
20. Spacer, margin
============================= */

.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}

.clear-margintop{
	margin-top:0;
}

.margintop10{
	margin-top:10px;
}

.margintop20{
	margin-top:20px;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}


/* =============================
21. Media queries 
============================= */

@media (min-width: 1065px) {
	
	#wrapper.boxed{
		width:1065px;
		margin:0 auto;	
	}
	
	.logo-large { display: block; }
	.logo-small { display: none; }
	
	.emblem { display: block }
	
}

@media (max-width: 1065px) {

#wrapper.boxed{
		width:100%;
		margin:0 auto;	
	}
	
	.logo-large { display: block; }
	.logo-small { display: none; }	
	
	.emblem { display: block }	

}

@media (min-width: 1200px) {
	
	.emblem { display: block }	

	ul.clients li{
		width:170px;
		margin:0 30px 0 0;
	}
	ul.clients li .client-hover{
		width:170px;
	}

	ul.related-folio li{
		width:260px;
		margin:0 30px 0 0;
	}	
	
	.logo-large { display: block; }
	.logo-small { display: none; }	
	
}


@media (min-width: 768px) and (max-width: 979px) {
	
	.logo-large { display: block; }
	.logo-small { display: none; }	
	
	.emblem { display: block }	
	
	.homepage-jobs { height: 345px; }
	
	ul.meta-jobs li { display: block; width: 100%; }
	ul.general li { display: block; width: 100%; }

	.navbar .nav {
		border:none;
	}	
	
	.navbar .nav li a{
		border:none;
	}	

	a.detail{
		background:none;
		width:100%;
	}
	
	.nivo-caption {
		width:50%;
	}
	
	/* slitslider */
	.sl-slider h2 {
		font-size: 72px;
	}

	ul.clients li{
		width:104px;
		margin:0 20px 0 0;
	}
	ul.clients li .client-hover{
		width:104px;
	}	
	
	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}	
}

@media (max-width: 767px) {
	
	.logo-large { display: none; }
	.logo-small { display: block; }	
		
	.emblem { display: block }	
	
	ul.meta-jobs li { display: block; width: 100%; }
	ul.general li { display: block; width: 100%; }	

  .container {
   width: 580px;
   }

  body {
    padding-right: 0;
    padding-left: 0;
  }

	  .navbar-fixed-top,
	  .navbar-fixed-bottom,
	  .navbar-static-top {
		margin-right: 0;
		margin-left: 0;
	  }

	.navbar .nav {
		margin-top:40px;
		border-bottom:0px solid #2d2d2d;
	}	
	
	div nav ul {
		
	}
	nav ul li {
		
	}
	
    select.selectmenu  {    
      display: none;
	  width:100%;
	  margin-bottom:20px;
	  color:#111;
	  margin-right:20px;
	  line-height:30px;
		font-size:13px;
		
    }
	
	select.selectmenu .bold {
		font-weight:bold;
	}

	
	.box {
		border-bottom:1px solid #e9e9e9;
		padding-bottom:20px;
	}

	#featured .flexslider .slide-caption {
		width: 90%; 
		padding: 2%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}
	
	/* slitslider */
	.sl-slider h2 {
		font-size: 60px;
	}
	
	/* nivo slider */
	.nivo-caption {
		left:0;
		bottom:0;
		width:100%;
		padding: 10px;
	}

	#inner-headline .breadcrumb {
		float:left;
		clear:both;
		width:100%;
	}
	
	#inner-headline .search {
		float:left;
		margin-top:20px;
	}
	

	.breadcrumb > li {
		font-size:13px;
	}

	
	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}


	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		border-bottom: 1px dotted #e6e6e6;
		padding-bottom:10px;
		margin-bottom:40px;
	}
	
	.right-sidebar{
		margin-top:50px;
		border-left:none;
		padding:0 0 0 0;
		float: left;
	}
	
	
	footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6, 
	footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}
	

	

  
  .sticky-wrapper{display: none}
  
  .dropdown-menu {
  visibility: visible;
  opacity: 1;}
  
  header .navigation {float: left}
  
}

@media (max-width: 620px) { 

	.logo-large { display: none; }
	.logo-small { display: block; }
		
	.emblem { display: block }	

   .container {
   width: auto;
   }
	 
}

@media (max-width: 480px) {
	
	.logo-large { display: none; }
	.logo-small { display: block; }	
		
	.emblem { display: none !important }	
	.withemblem .page-description { padding-right: 0;	}				

	header .logo img {
		margin-bottom:10px;
	}
	header .logo h1 {
		font-size:14px;
		margin:0;
	}
	
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}

	.navbar .nav {
		margin-top:40px;
		border-bottom:0px solid #2d2d2d;
	}	
	.search{
		float:left;
	}

	.flexslider .slide-caption {
		display:none;
	}
	
	/* nivo slider */
	.nivo-caption {
		background:none;
	}
	.nivo-caption p {
		display:none;
	}

	.da-slide .da-img .video-container {
		margin-top:50%;
	}

	.da-slide h2{
		color: #fff;
		position:relative;
		font-size:20px;
		width:auto;
	}

	.cta-text {
		margin:0 auto;
		text-align:center;	
	}
	
	.cta.floatright {
		float:none;
		margin:0 auto;
		text-align:center;
	}
	
	.jcarousel-skin-tango .jcarousel-next-horizontal,.jcarousel-skin-tango .jcarousel-prev-horizontal {
		margin-top:-30px;
	}
	
	#twitter-wrapper {
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	
	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:14px;
	}


}

@media (max-width: 360px) {

}


/* ============== options panel for live preview ======================= */		
			
#t_options {
	position:fixed;
	top: 20%;
	left:-230px;
	width: 230px;
	background: #fff;
	color:#444;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
    z-index: 5000;
    font-size: 10px;
    font-family: 'Open Sans', arial, sans-serif;
}

#t_options hr {
  margin: 20px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px dotted #eee;	
}

#t_options h6 {
	color:#444;
	font-size:13px;
}

#t_options input{
	width:60px;
}

#t_options .col {
	width:50px;
	margin:0 10px 0;
}

.colorpicker {
    z-index: 5001;	
}
.options_inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.options_box {
	margin: 0 14px;
	padding: 10px 0 20px;
	overflow:hidden;
}

.options_box .solidline {
	margin-bottom:10px;
}

.options_box h6 {
	text-align:center;
	font-weight:400;
}

.options_box .full {
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}
.options_box .halfcol {
	width:90px;
	float:left;
	margin:0 5px;
}

.options_box .fourcol {
	width:30px;
	float:left;
	margin:0 5px;
}

.options_box .fourcol.color a{
	width:30px;
	height:30px;
	display:block;
	margin-bottom:5px;
}

.options_box .halfcol .wideboxed h6 {
	font-size:11px;
	font-weight:600;
}

.options_toggle_holder {
	position:absolute;
	right:-40px;
}

.options_toggle  {
	margin: 0px -1px 0 4px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border:1px solid #fff;
	border-left:none;
	display:block;
		background:#fff;
		-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    font-size: 10px;
	
}

.options_toggle span .icon {
	margin:10px 0 0 7px;
	display:block;
}

.options_toggle:hover,.options_toggle:focus,.options_toggle:active{
	outline:0;
	text-decoration:none;
}

.options_heading {
	color: #444;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 13px;
	text-transform: uppercase;	
	font-weight: bold; 
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #eee;	
}

/* colors */

.options_box a.t_default {
	background:#ef5523;
}
.options_box a.t_dgreen {
	background:#186E5E;
}
.options_box a.t_lime {
	background:#C6DF45;
}
.options_box a.t_rose {
	background:#9E001D;
}
.options_box a.t_amethyst {
	background:#9b59b6;
}
.options_box a.t_asphalt {
	background:#34495e;
}
.options_box a.t_pomegranate {
	background:#c0392b;
}
.options_box a.t_pumpkin {
	background:#d35400;
}
.options_box a.t_lightorange {
	background:#f39c12;
}
.options_box a.t_orange {
	background:#ffa800;
}

.options_box a.t_green {
	background:#9AC43C;
}

.options_box a.t_sand {
	background:#BFB372;
}

.options_box a.t_purple {
	background:#c81dbe;
}
.options_box a.t_yellow {
	background:#FFD053;
}
.options_box a.t_blue {
	background:#2d5c88;
}
.options_box a.t_pink {
	background:#FF439E;
}

.bgr .bg {
	width:28px;
	height:28px;
	border:1px solid #e6e6e6;
}

.bgr .bg.bg1 {
	background: url(../img/bodybg/bg3.jpg) repeat left top;
}	
.bgr .bg.bg2 {
	background: url(../img/bodybg/bg2.png) repeat left top;
}	
.bgr .bg.bg3 {
	background: url(../img/bodybg/bg1.png) repeat left top;
}	
.bgr .bg.bg4 {
	background: url(../img/bodybg/bg4.png) repeat left top;
}	
.bgr .bg.bg5 {
	background: url(../img/bodybg/bg5.jpg) repeat left top;
}	
.bgr .bg.bg6 {
	background: url(../img/bodybg/bg6.png) repeat left top;
}	
.bgr .bg.bg7 {
	background: url(../img/bodybg/bg7.jpg) repeat left top;
}	
.bgr .bg.bg8 {
	background: url(../img/bodybg/bg8.png) repeat left top;
}	
.bgr .bg.bg9 {
	background: url(../img/bodybg/bg9.jpg) repeat left top;
}	
.bgr .bg.bg10 {
	background: url(../img/bodybg/bg10.png) repeat left top;
}
.bgr .bg.bg11 {
	background: url(../img/bodybg/bg11.jpg) repeat left top;
}	
.bgr .bg.bg12 {
	background: url(../img/bodybg/bg12.jpg) repeat left top;
}		

#accent_color{
	color: #fff;
	background: #ef5523;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}

#bodybg_color {
	color: #fff;
	background: #ccc;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}


/* Theme Styler :: End */
