/*
	Theme Name: CuddleBids
	Theme URI: 
	Description: CuddleBids custom theme.
	Version: 1.0
	Author: Rich Caputo
	Author URI: 
	Tags: 
	
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

body, html {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color:#444;
}
body.blog {
	margin-top: 0px !important;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
a {
	color: #3690ea;
}
a, input, .hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
}
a:hover, input:hover, .hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
}
a:focus {
	outline: none;
}
input[type=text], input[type=password], textarea {
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	outline: none;
	-webkit-box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
	-moz-box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
	box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
}
input, textarea {
	border-radius: 0;
	-webkit-appearance: none;
}

/* @group Title Bar */

.wrapper {
	max-width:100%;
	position:relative;
}
.title-bar {
	width: 100%;
	background: #2a2a2a;
	height: auto;
	padding: 0px 20px;
	position: fixed;
	z-index: 9999;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
button.backBtn {
	 background: none;
	 border: 0;
	 width: 60px;
	 position: absolute;
	 top: 10px;
	 left: 10px;
	 padding: 0;
}
button.backBtn img {
	height: 40px;
}

/* @end */

/* @group Main Nav */

.top-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1002;
	background: #3690ea;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #fff;
}
.logo {
	width: 160px;
	display: block;
	float: left;
	padding: 9px 0;
}
.logo a:hover {
	opacity: .8;
}
.logo img {
	width: 100%;
}
ul.menu {
	list-style: none;
	margin: 0;
	width: auto;
	text-align: center;
	padding: 0;
	float: right;
}
ul.menu li {
	float: left;
}
ul.menu li.current-menu-item a, ul.menu li.current_page_parent a {
	background: url(img/nav-arrow.png) no-repeat bottom center;
	font-weight: 700;
	opacity: 1 !important;
}
ul.menu li a {
	color: #fff;
	display: block;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 20px 15px;
	background: #3690ea;
	text-decoration: none;
}
ul.menu li a:hover {
	opacity: .7;
}
ul.menu li:last-child a {

}
ul.menu li:last-child a:hover {

}
.mobile-menu, .mobile-bar, #mobile-nav {
	display: none;
}

/* @end */

.home {
	background: url(img/cuddle-back.jpg) no-repeat center top;
	background-size: cover;
	height: 800px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.home .cover {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: .93;
}
.home .home-logo {
	z-index: 3;
	display: inline-block;
	max-width: 450px;
	width: 100%;
	margin-top: 230px;
	position: relative;
}
.home .btns {
	position: relative;
	z-index: 3;
	margin-top: 10px;
}
.home .btns a:hover {
	opacity: .85;
}
.hash {
	z-index: 99999999;
	position: relative;
	/*bottom: 20px;
	left: 50%;*/
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 40px;
	color: #026ed6;
	/*font-style: italic;*/
	font-weight: 300;
	/*margin-left: 261px;*/
}
p a {
	font-weight: 400;
}

/* @group Header */

.header {
	width: 100%;
	background: #fff;
	padding: 50px 0px;
	margin-top: 60px;
	text-align: center;
}
.header img.profile {
	border-radius: 125px;
}
.header h1 {
	font-weight: 300;
	font-size: 45px;
	text-transform: uppercase;
	color: #3690ea;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0;
}
.header p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	color: #333;
	width: 100%;
	text-align: center;
	margin: 15px 0 8px 0;
	padding: 0px;
}

/* @end */



/* @group Buttons */

.center {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: -15px auto 0px;
	display: block;
	z-index: 2;
}
a.button {
	padding: 15px 35px 18px;
	margin: 80px 5px 0;
	display: inline-block;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
}
a.button.home {
	width: 370px;
}
a.button strong {
	font-weight: 900;
}
a.button.black {
	background: #000;
	color: #fff;
}
a.button.black:hover {
	background: #444;
}
a.button.green {
	background: #4edec2;
	color: #fff;
}
a.button.green:hover {
	background: #1dc3a3;
}
a.button.blue {
	background: #456087;
	color: #fff;
}
a.button.blue:hover {
	background: #5376a7;
}
a.button.pink {
	background: #ff7878;
	color: #fff;
}
a.button.pink:hover {
	background: #fe5959;
}

a.button.social {
	width: 300px;
	padding: 0 0 0 40px;
	color: #fff;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 400;
}
a.button.twitter {
	background-image: url(img/btn-twitter.svg);
	background-repeat: no-repeat;
	background-color: #20aad9;
	background-position: left;
	background-size: 40px 40px;
}
a.button.twitter:hover {
	background-color: #31bae8;
}
a.button.facebook {
	background-image: url(img/btn-facebook.svg);
	background-repeat: no-repeat;
	background-color: #3e5494;
	background-position: left;
	background-size: 40px 40px;
}
a.button.facebook:hover {
	background-color: #4f6ab6;
}

/* @end */

/* @group Sections */

.section {
	width: 100%;
	/*overflow: hidden;*/
	display: block;
	text-align: center;
	z-index: 1;
	padding: 90px 0px 90px;
}
.section h2 {
	font-size: 42px;
	line-height: 55px;
	font-weight: 300;
	margin: 0px;
	
}
.section h2 strong {
	font-weight: 600;
}
.section p {
	font-size: 17px;
	line-height: 33px;
	margin: 5px 0px 15px;
	font-weight: 300;
	color: #555;
}
.section .container.page p {
	color: #000 !important;
}
.section p a {
	color: #3690ea;
}
.section ol, .section ul {
	margin: 10px 0px;
}
.section ol li, .section ul li {
	font-size: 17px;
	line-height: 30px;
	padding: 5px 0;
	color: #000;
	font-weight: 300;
}
.section ul li {
	line-height: 30px;
}
body .section .container.page h3 {
	font-weight: 600;
	margin-top: 30px;
}
.section.left {
	text-align: left;
}
.section .container.page h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 20px;
	color: #3690ea !important;
}

/*Gray*/
.section.gray {
	background: #f0f1f2;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.section.gray h2 {
	color: #000;
}
.section.gray p {
	color: #000;
}

/*Blue*/
.section.blue {
	background: #3690ea;
	padding: 100px 0px;
}
.section.blue h2 {
	color: #fff;
}
.section.blue p {
	color: #fff;
	font-weight: 400;
}
.section.white h2 {
	color: #333;
}
.section.light.blog {
	padding: 45px 0px;
}
.single .widget-area {
	margin-top: 13px;
}
.section.dark {
	background: #2560b1;
	padding: 65px 0px 65px;
	border-top: 1px solid #77A6E7;
	border-bottom: 1px solid #77A6E7;
}
/* @end */

.right-img {
	float: right;
	position: absolute;
	right: 0;
	bottom: -115px;
	width: 20%;
}
.left-img {
	width: 21%;
	float: left;
	margin-right: 30px;
	margin-top: -30px;
}
.section.left {
	overflow: hidden;
}
.section.blue.left p {
	width: 78%;
}

/* @group Accordion */

.section h2.faq {
	color: #3690ea;
	font-size: 26px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0px;
}
.accordion {
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-bottom: 50px;
}
.question {
	width: 100%;
	padding: 15px;
	font-size: 18px;
	font-weight: 500;
	background: url(img/arrow-close.png) no-repeat right center #3690ea;
	border:1px solid #84bcf3;
	margin-bottom: -1px;
	color: #fff;
}
.question:hover {
	opacity: .85;
	cursor: pointer;
}
.question.active {
	background: url(img/arrow-open.png) no-repeat right center #3690ea;
	color: #fff;
	font-weight: 600;
}
.section .container .answer {
	padding: 15px 15px;
	display: none;
	font-size: 13px;
	line-height: 23px;
	background: #fff;
	border-left: 1px solid #eae9e6;
	border-right: 1px solid #eae9e6;
}
.answer.show {
	display: block;
}
.section .conatiner .answer p {
	/*line-height: 26px;*/
} 

/* @end */

/* @group Blog Homepage */

.blog {
	width: 100%;
	text-align: left;
}
.post {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	border: 1px solid #dadada;
	position: relative;
	background: #fff;
	width: 31%;
	margin: 1%;
	min-height: 486px;
	border-radius: 2px;
	/*opacity: 1;*/
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.post:hover {
	/*opacity: .7;*/
	box-shadow: 0px 0px 6px #aaa;
	border: 1px solid #ccc;
	/*background: #f2f2f2;*/
	/*border: 1px solid #bbb;*/
	/*background: #3690ea;*/
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}

.post a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.post .padding {
	padding: 0px 25px;
	height: 290px;
	overflow: hidden;
}
.blog .post h2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	color: #3333;
	margin: 25px 0px 0px 0px;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.blog .post h3 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #333;
	margin: 15px 0px 0px 0px;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.blog .post p {
	color: #555;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 20px;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.blog .post p.subhead {
	font-size: 13px;
	font-style: italic;
}
.blog .post:hover p, .blog .post:hover h2 {
	/*color: #fff !important;*/
}
.post img.hover {
	width: 100%;
	/*background: #000;*/
}
.blog .post:hover img.hover {
	/*opacity: .6;*/
	cursor: pointer;
}
.post .bottom {
	background: #9dcb3b;
	color: #fff;
	padding: 14px 15px 15px;
	width: 100%;
	/*position: absolute;
	left: 0;
	right: 0;
	bottom: 0;*/
	text-align: center;
}
.post .bottom span {
	display: inline-block;
	font-size: 22px;
	margin: 0 15px;
}
.post .bottom span img {
	width: 30px;
	margin-right: 4px;
	vertical-align: middle;
}

/* @end */

/* @group Carousel */
h2.full {
	width: 100%;
	margin-top: 30px;
	border-bottom: 1px solid #ededed;
	color: #000;
	padding-bottom: 5px;
	font-size: 17px;
}
.caroufredsel_wrapper {
	margin-left: 1px !important;
	overflow: hidden;
}
.list_carousel {
	margin: 20px auto 10px;
	width: 360px;
	max-width: 1200px;
	padding: 0 0px !important;
}
.list_carousel ul {
	margin:20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	display: block;
	overflow: hidden;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
	position: relative;
	margin-top: 30px;
}
.clearfix {
	float: none;
	clear: both;
}
.list_carousel a.next, .list_carousel a.prev {
	color: #bbb !important;
	text-decoration: none !important;
}
.list_carousel .prev {
	left: -100px;
}
.list_carousel .next {
	right: -100px;
}
.list_carousel .next, .list_carousel .prev {
	position: absolute;
	margin-right: 0px;
	text-align: center;
	line-height: 55px;
	top: 44%;
	font-size: 45px;
	background: #fff;
	border: 1px solid #eee;
	/*background: url('img/arrow-right.jpg') no-repeat;  */
	width: 60px;
	height: 60px;
	border-radius: 3px;
	display: block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.list_carousel .prev:hover, .list_carousel .next:hover {
	/*background: url('img/arrow-left.jpg') no-repeat;  */
	background:#f8f8f8 !important;
	color: #999 !important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.list_carousel.responsive li {
	width: 360px;
	height: 98%;
	position: relative;
	margin: 4px 10px 4px 10px;
	display: block;
	float: left;
	background: #fff;
	text-align: center;
	border: 0px solid #fff;
	position: relative;
	padding: 0 20px;
	/*box-shadow: 0px 0px 3px #ccc;*/
}
.list_carousel ul li img {
	/*border-radius: 125px;*/
	border-radius: 3px;
	margin: 20px 0px;
	width: 100%;
	vertical-align: top;
}
.list_carousel ul li .image {
	height: 240px;
}
.list_carousel.responsive .caroufredsel_wrapper ul li p {
	color: #555;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 15px;
	/*min-height: 155px;*/
}
.list_carousel.responsive .caroufredsel_wrapper ul li p.name {
	color: #555;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	height: auto;
}
.list_carousel.responsive .caroufredsel_wrapper ul li p.name strong {
	font-weight: 800;
}
/* @end */





/* @group Home News */

.news {
	width: 100%;
	margin-top: 90px;
	margin-bottom: 15px;
}
.news-block {
	float: left;
	padding: 25px;
	width: 311px;
	height: 170px;
	display: block;
	background: #2e323e;
	border: 1px solid #60636C;
	position: relative;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
}
.show {
	display: block;
	opacity: 1;
}
.hide {
	display: none;
	opacity: 0;
}
.news-block:hover {
	background: #232732;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
}
.news-block a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.news-block h2 {
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 15px;
	line-height: 25px;
}
.news-block p {
	position: relative;
	z-index: 1;
	font-size: 17px;
	font-weight: 400;
	margin: 0px;
	line-height: 25px;
}
.news-block p.sub {
	font-weight: 300;
}

/* @end */


 
 /* @group Slider */ 
 
 .section.center.bottom {
 	padding-top: 115px;
 	padding-bottom: 15px;
 }
 #container {
 	position: relative;
 	display: inline-block;
 	text-align: center;
 }
 #container #slider2 {
     overflow:hidden;
     position:relative;
     display: inline-block;
     background-color:#333;
 }
 .slide {
     position:absolute;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     width: 100%;
 } 
 .slide img {
 	width: 100%;
 }
 .slide-arrow {
 	display: none;
 	width: 50px;
 	height: 50px;
 	line-height: 46px;
 	text-align: center;
 	background: #222;
 	border-radius: 125px;
 	color: #555;
 	position: absolute;
 	bottom: 51px;
 	font-size: 40px;
 	cursor: pointer;
 	font-weight: 300;
 	z-index: 100;
 	-webkit-user-select: none;  /* Chrome all / Safari all */
 	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
 }
 .slide-arrow:hover {
	background: #444; 
	color: #fff;	
}
	
 .overlay {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	z-index: 11;
 	bottom: 0;
 	overflow: hidden;
 }
 .overlay img {
 	width: 100%;
 }
  
 /*mobile*/
 #container.mobile-type {
 	height: 880px;
 	width: 410px;
 	margin-top: -309px;
 	vertical-align: top;
 	/*background: url(img/mobile-frame.jpg) no-repeat top center;*/
 }
 #container.mobile-type #slider2 {
 	height:615px;
 	top:128px;
 	left:2px;
 	width:346px;
 	z-index: 10;
 }
 #container.mobile-type .slide {
 	top:0px;
 	left: 346px;
 }
 #container.mobile-type #left {
 	left: 25px;
 }
 #container.mobile-type #right {
 	right: 25px;
 }
  #container #slide1.slide {
     position:absolute;
     /*top:0px;*/
     left: 2px;
     z-index:1;
 }
 .slider-text {
 	display: inline-block;
 	vertical-align: top;
 }
 ul.slider-text.left {
 	float: left;
 	padding: 0;
 	margin: 0;
 	padding-right: 30px;
 }
 ul.slider-text.right {
 	padding-left: 30px;
 	float: right;
 }
 ul.slider-text {
 	margin: 0;
 	padding: 0;
 	width: 30%;
 	text-align: left;
 }
 ul.slider-text li {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 	padding-left: 0px;
 	border-left: 4px solid #3690ea;
 	/*opacity: .65;*/
 }
/* ul.slider-text li.text.active {
 	border-left: 4px solid #fff;
 	opacity: 1;
 }*/
 ul.slider-text li h2 {
 	font-size: 25px;
 	line-height: 28px;
 	font-weight:600;
 	margin: 0 0 3px 0;
 	padding: 0;
 }
 ul.slider-text li p {
 	font-size: 18px;
 	font-weight: 400;
 	line-height: 28px;
 	margin: 0 0 45px 0;
 }
 #text {
 	position: relative;
 }
 .text.active {
 	color: #fff;
 	font-size: 20px;
 }
 
 /* @end */

/* @group Join Form */ 

form.apply {
	width: 100%;
	/*max-width: 800px;*/
	margin: 0 auto;
	text-align: left;
}
.group {
	width: 100%;
	float: left;
	/*overflow: hidden;*/
}
.group.half {
	width: 49%;
	margin-right: 2%;
}
.group.half.end {
	margin-right: 0%;
}
.group.third {
	width: 32.65%;
	margin-right: 1%;
}
.group.third.end {
	margin-right: 0%;
}
.group label {
	width: 100%;
	font-size: 16px;
	margin: 20px 0 5px;
	float: left;
	color: #000;
	/*font-style: italic;*/
	font-weight: 300;
}
.group label span {
	font-weight: 300;
	font-size: 14px;
}
.group.textarea label {
	margin-top: 15px;
}
.group input {
	background: #fff;
	text-indent: 15px;
	height: 50px;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	border-radius: 2px;
	border: 1px solid #ddd;
	float: left;
	color: #444;
}
.image-container {
	background: #fff;
	text-indent: 15px;
	height: 50px;
	width: 100%;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #ddd;
	float: left;
	color: #444;
	position:relative;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.image-container:after {
	content:" ";
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	background:transparent url('img/upload-btn.png') no-repeat 0 0;
	right:9px;
	top:9px;
}
.image-container span {
	display:inline-block;
	width:84%;
	overflow:hidden;
	font-size: 16px;
	color:#aaa;
	white-space:nowrap;
	position: relative;
	top: 13px;
	left: -15px;
}
.group textarea {
	background: #fff;
	/*text-indent: 15px;*/
	padding: 15px;
	height: 250px;
	color: #444;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	border-radius: 3px;
	border-bottom: 7px;
	font-family: inherit;
	border-radius: 2px;
	border: 1px solid #ddd;
	float: left;
	resize: none;
}
form .drop_line {
	max-width: none;
	background: #fff url(img/drop-arrow.png) no-repeat right;
	height: 50px;
	padding: 0px;
	border-radius: 2px;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: center;
	border: 1px solid #ddd;
}
form span.drop {
	width: 100%;
	display: inline-block;
}
form span.drop select {
	background:none;
/*	background-position: 5px -96px;*/
	height: auto;
	position: relative;
	top: 0px;
	border: 0px solid #ddd;
	border-radius: 0px;
	padding: 15px 7px 17px 15px;
	text-indent: 0px;
	vertical-align: middle;
	font-size: 16px;
	width: 100%;
    margin: 0;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    color: #444;
    font-weight: 300;
}
form .drop_arrow {
	position: absolute;
	top: 6px;
	left: 369px;
	z-index: 1;
	width: 18px;
} 
.step {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}
.step h3 {
	margin: 0px 0px 10px;
	padding: 0px 0px;
	font-size: 20px;
	width: 100%;
	font-weight: 500;
	position: relative;
	color: #e85d00 !important;
	background: none;
	/*border: 1px solid #000;*/
}
.step.two, .step.three {
	margin-top: 5px;
	padding-top: 12px;
}
.step.one {
	margin-top: -15px;
}
.step.third {
	margin-top: 5px;
	border-bottom: 0;
	margin-bottom: -40px;
}
.step.one h3:before {
	content: '1';
}
.step.two h3:before {
	content: '2';
}
.step.three h3:before {
	content: '3';
}
.step h3:before {
	width: 21px;
	height: 21px;
	line-height: 21px;
	display: inline-block;
	font-size: 12px;
	color:#fff;
	background: #e85d00;
	border-radius: 125px;
	margin: -1px 8px 0 0px;
	font-weight: 700;
	text-align: center;
	position: relative;
	top: -3px;
}
form.apply input.button {
	background: #2c313b;
	color: #fff;
	padding: 15px 30px;
	border: none;
	border-radius: 2px;
	font-size: 18px;
	font-weight: 400;
	margin-top: 30px;
	text-align: center;
	float: right;
}
form.apply input.button:hover {
	background: #444;
}
.section .thanks {
	background: #9dcb3b;
	padding:7px 0px;
	margin:0px auto 80px;
}
.section .thanks p {
	color:#fff !important;
	text-align: center;
	margin-top: 5px;
}
input.needsfilled, textarea.needsfilled {
	background: #e85d00 !important;
	border: 1px solid #e49f9f !important;
	color: #fff;
}
select.needsfilled {
	background: url(/images/drop_arrow.png) no-repeat right #e85d00 !important;
	border: 1px solid #e49f9f !important;
	color: #fff !important;
} 
.country {
	display: none;
}

/* @end */

/* @group Services */

.main_video {
	position: absolute;
	top: 19px;
	left: 38px;
	margin-top: 0px;
	width: 92%;
	height: 89%;
	display: block;
	z-index: 101;
}
.videoWrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.static-desktop {
	position: relative;
	top: 39px;
}
.static-mobile {
	position: relative;
	top: 124px;
	left: -1px;
	width: 83%;
}
.section.bottom {
	padding-bottom: 0px !important;
}
#container.desktop-type.static {
	margin-top: 85px;
	height: 540px;
	overflow: hidden;
	margin-bottom: -4px;
}
.section.white.left.bottom {
	text-align: left;
	overflow: hidden;
}
.section.white.left.bottom .container {
	position: relative;
	/*overflow: hidden;*/
}
.section.white.center.bottom {
	margin-top: 0;
}
.section.white.left.bottom p {
	margin-bottom: 90px;
}
.section-left {
	float: left;
	width: 47%;
}
#container.mobile-type.static {
	float: right;
	height: 630px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* @end */

/* @group Blog */
.container .left {
	width: ;
}
ul.job-group li.sticky {
	border: 1px solid #ccc;
	background: rgb(238, 238, 238);
}
ul.job-group .img-hide {
	width: 150px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-right: 15px;
	background: black;
	float: left;
}
ul.job-group .img-hide img {
	width: 100%;
	height: auto;
}
ul.job-group li#blog {
	display: block;
	overflow: hidden;
	padding: 19px 10px 21px;
	height: 142px;
	text-decoration: none;
	background: #f2f2f0;
}
ul.job-group li#blog:hover {
	background: #fbfbfb;
}
ul.job-group li#blog h2.title {
	font-size: 15px;
	margin: 13px 0 0 0;
	padding: 0px;
	font-weight: 500;
}
ul.job-group li#blog p {
	 color: #666;
	 font-size: 13px;
	 margin: 7px 0 0 0;
	 padding: 0px;
	 line-height: 25px;
}
.hide {
	height: auto;
	overflow: visible;
}
.section.dark.blog {
	border-top: 1px solid #6FA3E7;
	padding: 25px 0px;
	background: #578fd8;
}

/* @end */

/* @group Blog Single Page */

.blog-bar {
	background: #9dcb3b;
	padding: 20px 0;
	color: #fff;
	overflow: hidden;
}
.blog-bar .left {
	float: left;
	height: 40px;
	padding-top: 0px;
}
.blog-bar .left a {
	color: #fff;
	background: #000;
	height: 40px;
	line-height: 38px;
	font-size: 18px;
	padding: 0 15px;
	text-decoration: none;
	margin:0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.blog-bar .left a:hover {
	background: #444;
}
.blog-bar .left span {
	color: #fff;
	font-size: 20px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.blog-bar .right {
	float: right;
}
form#searchform input {
	border: none;
	background: #fff;
	height: 40px;
	width: 450px;
	padding-left: 15px;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
}
form#searchform input.submit.button {
	background: url(img/icon-search.svg) no-repeat center center #000;
	background-size: 25px 25px;
	width: 50px;
	margin-right: 0;
}
form#searchform input.submit.button:hover {
	background: url(img/icon-search.svg) no-repeat center center #333;
	background-size: 25px 25px;
}
.container.blogg {
	margin-top: 10px;
}
.hover.full {
	width: 100%;
}
.green-bar {
	padding: 15px 30px;
	color: #fff;
	font-size: 22px;
	background: #9dcb3b;
	margin: 25px -31px;
	overflow: hidden;
	font-weight: 300;
}
.green-bar .right {
	float: right;
}
.green-bar .right span {
	margin-left: 25px;
}
.green-bar img {
	width: 35px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.green-bar span {
	display: inline-block;
	vertical-align: middle;
}
.blog-section {
	margin: 30px 0;
}
.blog-left img.hover.full {
	margin-bottom: -3px;
	border: 1px solid #ddd;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}
.entry-content h1 {
	margin: 0 0 10px 0;
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	color: #000;
	text-align: left;
}
.entry-content h1.spacer {
	margin-bottom: 20px;
}
.blog-left span.sub {
	font-size: 14px;
	font-style: italic;
	color: #333;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.blog-left span.sub a {
	color: #04A4CC;
}
.blog-wrapper {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
.blog-left {
	width: 70%;
	float: left;
	/*margin-bottom: 35px;*/
}
.entry-content {
	background: #fff;
	border: 1px solid #ddd;
	/*border-top: 0;*/
	border-radius: 0 0 3px 3px;
	text-align: left;
	padding: 35px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	overflow: hidden;
}
.entry-content h3:nth-child(1) {
	margin-top: 0 !important;
}
.entry-content p strong, .entry-content p b, .entry-content li b {
	font-weight: 400;
}
.entry-content h4, .entry-content h4 b {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 0px;
}
.entry-content table {
	margin: -10px 0 15px;
}
.entry-content tr td {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	padding: 5px 0px;
}
.blog-left p {
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
	color: #555;
	margin-bottom: 25px;
}
.blog-left p a {
	/*color: #9dcb3b;*/
	font-weight: 400;
}
.blog-right {
	width: 28%;
	float: right;
}

/* Blog Images */
.wp-caption {
	background:#FFF;
	border:1px solid #eee;
	/*max-width:360px;*/
	padding: 6px 6px;
	text-align:center;
	display: table;
	margin-bottom: 30px !important;
}
.wp-caption.right {
	float:right;
	margin:5px 0 15px 15px;
}
.wp-caption.left {
	float:left;
	margin:5px 15px 15px 0px;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 0px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
}
/*.wp-caption img:hover, img.hover:hover {
	opacity: .7;
}*/
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:16px;
	line-height:25px;
	margin:0;
	color: #333;
	padding:20px;
	text-align: left;
}
.section.gray p.wp-caption-text {
 	color: #222
 	width: 100%;
 	font-weight: 300;
}
.full {
	width: 100%;
}
.author {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	/* margin: .25%; */
	padding: 25px;
	position: relative;
	z-index: 1;
	background: #fff;
	margin-top: 15px;
}
.author-image {
	float: left;
	background:#FFF;
	border:1px solid #eee;
	padding: 6px 6px;
	height: 105px;
	width: 105px;
	margin-right: 10px;
	vertical-align: middle;
}
h3.author-title {
	margin: 20px 0 25px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
}
.author p {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#nav-below a {
	padding: 15px 25px 15px;
	margin: 75px 5px 10px;
	display: inline-block;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	background: #2c313b;
	color: #fff;
	width: 225px;
	border-radius: 2px;
}
#nav-below a:hover {
	opacity: .7;
}
.share-bar {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: left;
	padding: 25px;
	margin-bottom: 15px;
	margin-top: 25px;
}
.share-bar a {
	float: left;
	margin-right: 10px;
}
.share-bar a.last {
	margin-right: 0;
}
h3 {
	font-size: 16px;
	margin: 5px 0 7px;
}

/* @end */

/* @group Blog Comments */

.comments {
	text-align: left;
}
.comments-group .comments h2 {
	background: url(img/arrow.png) no-repeat center right #2c313b;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
	padding: 15px 30px;
	margin: 25px 0 0;
	cursor: pointer;
}
.comments-group .comments h2.closed {
	background: url(img/arrow-closed.png) no-repeat center right #2c313b;	
}
.comments ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}
.comments ul li.comment {
	background: #fff;
	border: 1px solid #c8c8c8;
	padding: 30px;
	font-size: 12px;
	line-height: 16px;
	list-style: none;
	margin-bottom: 25px;
}
.comments ul li.comment.depth-3 {
	margin-bottom: 0;
}
.comment-body {
	clear: both;
	padding: 0px;
}
.comments h3 {
	width: 100%;
	font-size: 22px;
	margin: 0;
	padding: 0px;
	margin-bottom: 15px;
	font-weight: 400;
	padding-bottom: 3px;
	position: relative;
	line-height: 25px;
}
.comments h3 span {
	font-weight: 300;
	color: #000;
}
.comments .comment-body p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
.comments ul.children li {
	background: #e8eaea;
	border: 1px solid #c8c8c8;
	margin-top: 25px;
}
.comments ul.children li ul.children li {
	background: #d7d9d9;
	border: 1px solid #bbbbbb;
}
.reply {
	margin: -5px 0 0px;
}
.reply a {
	font-size: 16px;
	color: #000;
	font-weight: 300;
}
#respond {
	background: #fff;
	border: 1px solid #c8c8c8;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	list-style: none;
	border-radius: 3px;
	/*margin-top: 30px;*/
}
div#respond h3 {
	background: #2c313b;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
	padding: 15px 30px;
	margin: 0px 0px 25px;
	width: 100%;
}
#respond form {
	margin: 30px;
}
#respond form p {
	margin: 0;
}
.comment-form-url input,  
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	border: 1px solid #ddd;
	padding: 20px;
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	margin: 5px 0;
}
#commentform p input#submit {
	background: #2c313b;
	color: #fff;
	padding: 15px 25px;
	border: none;
	font-size: 18px;
	border-radius: 2px;
	margin-top: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
}
#commentform p input#submit:hover {
	opacity: .7;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
}
.comment-respond {
	margin-top: 25px;
}
h3#reply-title small a {
	color: #fff;
	float: right;
	font-size: 18px;
}
.comments ul.children li.depth-2 {
	margin-bottom: 0;
}
.comments .vcard h3 a {
	color: #9dcb3b;
}

/* @end */

/* @group Blog Sidebar */ 

.sidebar {
	float: right;
	width: 28%;	
	text-align: left;
}
.sidebar .group {
	margin-bottom: 25px;
}
.sidebar .group.related {
	border-bottom: 0px;
}
.sidebar .group.related.fixed {
	position: fixed;
	max-width: 270px;
}
.sidebar .group > h2 {
	background: #2c313b;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	padding: 0px 25px;
}
.sidebar .group .recent {
	display: block;
	padding: 0px;
	background: #fff;
	border: 1px solid #ddd;
	position: relative;
	margin: 10px 0;
}
.sidebar .group .recent:hover {
	opacity: .7;
}
.sidebar .group .recent img {
	width: 100%;
}
.sidebar .group .recent h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	padding: 15px 15px 10px 15px;
}
.sidebar .group .recent a { 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.sidebar .group .recent span {
	font-size: 15px;
	font-style: italic;
	padding: 0 15px 20px 15px;
	display: block;
}
.side-bar {
	float: right;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
}
.side-bar h3 {
	font-weight: 400;
	color: #000;
	font-size: 20px;
	margin: 0 0 10px 0;
}
.share iframe {
	width: 80px !important;
}
.fb_iframe_widget {
	vertical-align: top;
	top: -2px;
	margin-right: 5px;
}

 /* @end */
 
 /* @group Hire */
 
 .button.large {
 	padding: 45px;
 	width: 100%;
 	font-size: 35px;
 	background: white;
 	border: 1px solid #dadada;
 	color: #000;
 	margin-top: 8px;
 	margin-bottom: 7px;
 	font-weight: 300;
 }
 .button.large:hover {
 	background: #f5f8ef;
 }
 .contact-group {
 	width: 25%;
 	padding-right: 15px;
 	float: left;
 	text-align: left;
 	font-size: 18px;
 	color: #000;
 	font-weight: 300;
 }
 .contact-group.second {
 	width: 34%;
 }
 .contact-group.last {
 	padding-right: 0px;
 	padding-left: 20px;
 	width: 16%;
 }
 .contact-group h3 {
 	font-size: 28px;
 	margin: 0 0 15px 0;
 }
 .contact-group a, .contact-group p {
 	width: 100%;
 	display: block;
 	text-decoration: none;
 	color: #000;
 	margin: 0;
 	padding: 0;
 	line-height: 26px;
 	font-size: 18px;
 }
 .contact-group a:hover {
 	text-decoration: underline;
 }
 
 
 /* @end */
 
 /* @group Page Not Found */
 
.random {
	display: none;
}
.fullscreen {
	background: #9dcb3b;
	position: relative;
}
.fullscreen h1 {
	color: #fff;
	font-size: 70px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 75px 0 00px 0;
	padding: 0;
}
.fullscreen p {
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	font-style: italic;
	margin: 0;
}
 
 /* @end */
 
 /* @group Footer */

.footer-top {
	width: 100%;
	background: #3690ea;
	padding: 100px 0px ;
	text-align: center;
}
.footer-top p {
	font-size: 44px;
	line-height: 30px;
	margin: 5px 0px 45px;
	font-weight: 300;
	color: #fff;
}
.footer-top .sign-up {
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 24px;
}

/*Mail Chimp */

input.signup {
	background: white;
	border: 0px;
	text-indent: 20px;
	height: 60px;
	width: 100%;
	max-width: 450px;
	display: inline-block;
	font-size: 22px;
	margin: 0px 0 0 0;
	font-weight: 300;
	vertical-align: top;
}
input.signup-btn.hover {
	background: #000;
	border: 0px;
	display: inline-block;
	color: #fff;
	height: 60px;
	line-height: 55px;
	width: 100%;
	max-width: 340px;
	font-weight: 400;
	font-size: 23px;
	position: relative;
	left: -2px;
	vertical-align: top;
}
input.signup-btn.hover:hover {
	background: #444;
}
#ns_widget_mailchimp_form-2 input.button:hover {
	background: #444;
}

#ns_widget_mailchimp_form-2 .error {
	background: #ff7878;
	color: #fff;
	font-size: 15px;
	padding:18px;
	margin: 20px auto 7px;
	max-width: 880px;
}
#ns_widget_mailchimp_form-2 p {
	background: #5c7eaf;
	color: #fff;
	font-size: 15px;
	padding:18px;
	margin: 20px auto 7px;
	max-width: 880px;
}

/*End Mail Cimp*/

.footer-bottom {
	width: 100%;
	background: #2c313b;
	padding: 15px 0px;
	text-align: center;
	overflow: hidden;
}
.footer-bottom p {
	color: #fff;
	font-size: 15px;
}
.footer-bottom p a {
	text-decoration: none;
	color: #fff;
}
.footer-bottom p a:hover {
	text-decoration: underline;
}
p.left {
	float: left;
	width: 30%;
	text-align: left;
}
p.right {
	float: right;
	width: 30%;
	text-align: right;
}
.footer-bottom .social {
	text-align: center;
	float: left;
	width: 40%;
	margin-top: 7px;
}
.social a {
	display: inline-block;
	margin-right: 5px;
}
.social a:hover {
	opacity: .7;
}
.social a img {
	width: 35px;
}
.footer-bottom p.copyright, .footer-bottom p.copyright a {
	color: #cdcdcd;
	padding: 20px 0px 5px;
	width: 100%;
	margin: 0px;
	font-size: 14px;
	text-decoration: none;
}
.footer-bottom p.copyright a:hover {
	color: #fff;
}
.footer-bottom p.copyright span {
	padding: 0 5px;
}
.footer-bottom p.sub {
	color: #777;
	padding: 0px 0px;
	width: 100%;
	margin: 0px;
	font-size: 14px;
}
.footer-bottom p.sub a {
	color: #636363;
	text-decoration: none;
}
.footer-bottom p.sub a:hover {
	text-decoration: underline;
}

/* @end */

.content {
	float: left;
	display: block;
	width: 72%;
}

/* @group Widget Area */

.widget-area {
	width: 250px;
	float: right;
	display: block;
	margin-top: 38px;
}
.widget-container.SideAd1Widget h3.widget-title, .widget-container.SideAd2Widget h3.widget-title, .widget-container.PostJobWidget h3.widget-title, .widget-container.SearchWidget h3.widget-title {
	display: none;
}
.widget-container {
	max-width: 100%;
	border: 1px solid #e6e6e6;
	margin: 0 0 15px 0;
	background: white;
}
.widget-container.SearchWidget {
	padding: 0px;
}
.widget-container h3.widget-title {
	display: block;
	font-size: 14px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	color: white;
	text-indent: 10px;
	padding: 7px 0px 7px;
	margin: 0px 0px 0;
	font-weight: 400;
	background:#f27954;
}
.widget-container .sort ul {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0px;
}
.widget-container .sort ul li {
	margin: 0px 10px;
	padding: 0px 0px;
}
.widget-container .sort ul li a {
	padding: 5px 10px;
	margin: 0px;
	text-decoration: none;
	display: block;
	color: #565656;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-transition: all .2s;
	position: relative;
}
.widget-container .sort ul li a:hover {
	background: #2B9EB4;
}

.widget-container .sort ul li a span {
	font-family: sans-serif;
	position: absolute;
	right: 15px;
	top: 6px;
	display: block;
	background: #aaa;
	color: #fff;
	padding: 0px 9px;
	font-size: 11px;
	height: 17px;
	line-height: 17px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-transition: all .2s;
}
.widget-container .sort ul li a:hover {
	color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-transition: all .2s;
}
.widget-container .sort ul li a:hover > span {
	background: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-transition: all .2s;
}
.widget-area .company_logo {
	width: 100%;
	display: block;
	padding: 15px 0px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.widget-area .company_logo img {
	margin: 0px auto;
	max-width: 90%;
	display: block;
}
.widget-container .info ul {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0px;
}
.widget-container .info ul li {
	margin: 0px 10px;
	padding: 0px 0px;
}
.widget-container .info ul li a {
	background: none;
	margin-left: 0px;
	padding-left: 0px;
	text-decoration: underline;
	color: #006699;
}
.widget-container .info ul li a:hover {
	background: none;
	color: #006699;
}
.widget-container .search {
	margin: 0px;
	background: white;
	max-width: 100%;
	height: 33px;
	/*border: 1px solid #e6e6e6;	*/
	position: relative;
}
.widget-container .search input.field {
	padding: 7px 10px 8px;
	border: 0px;
	font-size: 13px;
	color: #565656;
	background: none;
	width: 190px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: 'Open Sans', sans-serif;
}
.widget-container .search input.btn {
	background: url(img/search.jpg) no-repeat;
	border: none;
	width: 30px;
	height: 25px;
	position: absolute;
	top: 3px;
	right: 3px;
	cursor: pointer;
}

/*Widget Lists*/
.widget-container {
	padding: 5px;
}
.widget-container ul {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0px;
}
.widget-container ul li {
	margin: 0px 10px;
	padding: 0px 0px;
}
.widget-container ul li a {
	padding: 5px 10px;
	margin: 0px;
	text-decoration: none;
	display: inline-block;
	color: #2c80ac;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-transition: all .2s;
	position: relative;
}
.widget-container ul li.recentcomments a {
	display: inline-block !important;
	padding: 2px 1px !important;
}
.widget-container ul li a.rsswidget {
	padding: 8px 0px 3px !important;
}
.widget-container form#searchform {
	margin: 10px 0px 8px;
}
/*.widget-container .textwidget {
	width: 100%;
}
.widget-container .textwidget img {
	max-width: 100%;
}*/
.widget-container .tagcloud {
	padding: 10px 5px;
}
.widget-container ul li a span {
	position: absolute;
	right: 15px;
	top: 6px;
	display: block;
	background: #aaa;
	color: #fff;
	padding: 0px 9px;
	font-size: 11px;
	height: 17px;
	line-height: 17px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-transition: all .2s;
}
.widget-container .sort ul li a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-transition: all .2s;
}
.widget-container ul li a:hover {
	text-decoration: underline;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-transition: all .2s;
}
.widget-container ul li a:hover > span {
	background: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-transition: all .2s;
}
.widget-container ul li ul, .widget-container ul li ul li ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.widget-container select {
	margin: 10px;
}
.widget-container #calendar_wrap table{
	width: 100%;
	margin: 10px;
}

/* @end */

/* @group Contact Page */

.contactForm {
	max-width: 610px;
	margin: -42px auto 0;
	text-align: left;
}
.contactForm  .formLine {
	width: 46%;
	float: left;
	margin: 8px 2%;
}
.contactForm .formLine.full {
	width: 96%;
}
.contactForm .formLine label {
	font-size: 15px;
	color: #565656;
	font-weight: 300;
}
.contactForm .formLine input {
	background: white;
	border: 1px solid #dddddd;
	padding: 0px 10px;
	height: 40px;
	width: 100%;
/*	line-height: 35px;*/
	margin: 5px 0 0 0;
}
.contactForm .formLine.full textarea {
	width: 100%;
	background: white;
	border: 1px solid #dddddd;
	padding: 0px 10px;
	height: 300px;
	margin: 7px 0 0 0;
	padding:10px;
}
input.needsfilled, textarea.needsfilled {
	background:#fcebeb !important;
	border:1px solid #e49f9f !important;
	color: #af0202 !important;
}
#contactform .thanks {
	background:#79d3d9;
	padding:15px 0px 15px 0px;
	margin:0px auto 20px;
	border: 3px solid #fff;
	box-shadow:0px 0px 4px #555;
}
#contactform .thanks p {
	color:#fff !important;
	text-align: center;
}
input[type=text], input[type=password], textarea {
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	outline: none;
	-webkit-box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
	-moz-box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
	box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
}

/* @end */

/* @group Mobile Nav */

ul.mobile-menu {
	display: block;
	width: 285px;
	height: 100%;
	list-style: none;
	background: #444;
	margin: 0px;
	padding: 0px;
	position: fixed;
	overflow-y: scroll;
	top: 0px;
	z-index: 0;
	box-shadow: inset -17px -1px 10px #111;
}
ul.mobile-menu {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.mobile-menu li {
	padding: 0px;
	margin: 0px;
}
ul.mobile-menu li ul li {
	text-indent: 11px;
}
ul.mobile-menu li ul {
	padding: 0px;
	margin: 0px;
}
ul.mobile-menu li a {
	text-decoration: none;
	color: #fff;
	margin: 0px;
	padding: 10px !important;
	display: block;
	border-top: 1px solid #555;
	border-bottom: 1px solid #393939;
	font-size: 12px;
}
#mobile-nav {
	display: block;
}
 .mobile-bar {
	display: none;
	background: #3690ea;
	height: 60px;
	width: 100%;
	padding: 0 10px;
	position: fixed;
	z-index: 1000;
}
.placeholder {
	height: 60px;
	position: relative;
	width: 100%;
	display: none;
}
a.logo-m {
	width: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
}
a.logo-m img {
	width: 100%;
}
.mobile-bar .menu {
	position: absolute;	
	top:16px;
	right: 10px;
	width: 30px;
	height: 30px;
	display: block;
}
.mobile-bar .menu a img {
	width: 30px;
}
.mobile-bar .menu a.b img {
	width: 30px;
}
.mobile-bar .menu.on a.a {
	display: none;
}
.mobile-bar .menu.on a.b {
	display: block;
}
.mobile-bar .menu a.a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.mobile-bar .menu a.b {
	display: none;
	position: absolute;
	top: -2px;
	left: -1px;
	z-index: 0;
}
.nav-wrap {
	display: none;
}

/* @end */

@media only screen and  (min-width:1600px) {
	.container {
		max-width: 1200px;
	}
	.chart canvas {
		 width: 200px !important;
		 height: 200px !important;
	}
	.sidebar .group.related.fixed {
		max-width: 325px;
	}
	.section-left {
		width: 62%;
	}
	#container.mobile-type.static {
		height: 515px;
		width: 370px;
	}
	.static-mobile {
		top: 112px;
		left: -1px;
	}
	.share-bar {
		text-align: center;
	}
	.share-bar a {
		float: none;
	}
	
}

@media only screen and (max-width:1375px) {
	.list_carousel .next {
		right: -55px;
	}
	.list_carousel .previous {
		left: -55px;
	}
}

@media only screen and (max-width:1250px) {

	/*desktop*/
	#container.desktop-type {
		height: 550px;
		width: 852px;
		background-size: cover;
	}
	#container.desktop-type #slider2 {
		height:516px;
		top:34px;
		left:-1px;
		width:786px;
	}
	#container.desktop-type .slide {
		left: 786px;
	}
	#container.desktop-type.static {
	 	height: 495px;
	 }
	/*#container.desktop-type .slide img {
		width: 782px;
	}*/
}

@media only screen and  (max-width:1024px) {

	ul.menu li a {
		font-size: 18px;
		line-height: 28px;
	}
	.center .message p {
		font-size: 28px;
		line-height: 42px;
	}
	.sticky {
		font-size: 18px;
		left: 175px;
		right: 50px;
	}
	.list_carousel .prev, .list_carousel .next {
		font-size: 40px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.list_carousel .prev {
		left: 15px;
	}
	.list_carousel .next {
		right: 15px;
	}
	.section h2 {
		font-size: 40px;
	}
	.list_carousel.responsive .caroufredsel_wrapper ul li p {
		font-size: 16px;
		line-height: 21px;
	}
	.post .padding {
		padding: 0 25px;
	}
	.blog .post h2 {
		font-size: 21px;
	}
	.blog .post p {
		font-size: 18px;
	}
	input.signup {
		max-width: 440px;
	}
	.bcg {
		background-position: top !important;
		background-attachment: scroll !important;
	}
	.homeSlide {
		display: none;
	}
	#slide-1, #slide-2, #slide-3 {
		display: block;
	}
	.wp-caption .wp-caption-text, .gallery-caption {
		font-size: 18px;
		line-height: 24px;
	}
	.sidebar .group.related {
		width: 240px;
	}
	.sidebar .group > h2 {
		font-size: 22px;
	}
	.group.newsletter input {
		font-size: 14px;
	}
	.footer-top p {
		font-size: 38px;
	}
	.container {
		padding: 0 50px;
	}
	#container.mobile-type.static {
		right: 50px;
	}
	.section.white.space.bottom.left .section-left p {
		padding-right: 35px;
	}
	.chart .type span {
		font-size: 21px;
	}
	#container.slideshow, #container.slideshow #slider2 {
		width: 700px;
		height: 365px;
	}
	.positions .position p {
		font-size: 22px;
	}
	.chart canvas {
		width: 125px !important;
		height: 125px !important;
	}
	.bio {
		margin-top: 60px;
	}
	.bio:first-child {
		margin-top: 110px;
	}
	.bio:last-child {
		margin-bottom: 0;
	}
	.button.large {
		font-size: 28px;
	}
	.contact-group h3 {
		font-size: 23px;
	}
	.contact-group a, .contact-group p {
		font-size: 16px;
	}
	.fullscreen h1 {
		font-size: 45px;
		margin-top: 30px;
	}
	.fullscreen p {
		font-size: 25px;
	}
	.random img {
		max-height: 70%;
	}
	#container.mobile-type {
		width: 310px;
		height: 665px;
	}
	#container.mobile-type #slider2 {
		width: 261px;
		height: 464px;
		top: 97px;
		left: 1px;
	}
	ul.slider-text li h2 {
		font-size: 21px;
	}
	ul.slider-text li p {
		font-size: 16px;
		line-height: 24px;
	}
	#container.mobile-type {
		margin-top: 0px;
	}
	ul.slider-text.left, ul.slider-text.right {
		margin-top: 115px;
		padding: 0;
	}
	.slide-arrow {
		bottom: 32px;
	}
	.home {
		height: 400px;
	}
	.home .home-logo {
		margin-top: 0;
	}
	.home .home-contain {
		padding: 100px 0;
	}
	.footer-bottom p {
		font-size: 12px;
	}
	ul.menu li a {
		font-size: 16px;
		padding: 16px 15px;
	}
	.blog .post h2 {
		font-size: 20px;
		line-height: 26px;
	}
	.blog .post p.subhead {
		font-size: 10px;
	}
	.blog .post p {
		font-size: 15px;
		line-height: 24px;
	}
	.sidebar .group .recent h2 {
		font-size: 17px;
		line-height: 23px;
	}
}
@media only screen and  (max-width:1023px) {
	.container {
		padding: 0 20px;
	}
}
@media screen and (max-width: 900px)  {
	.main {
		display: none;
	}
	.header {
		margin-top: 0;
	}
	ul.menu li a {
		font-size: 14px;
		line-height: 20px;
		padding: 20px 8px;
	}
	ul.slider-text.left, ul.slider-text.right {
		width: 100%;
		float: none;
		margin: 0 auto;
		padding: 0 20px;
		text-align: center;
	}
	ul.slider-text li {
		max-width: 430px;
		margin: auto;
	}
	ul.slider-text.left {
		margin-top: 30px;
	}
	ul.slider-text li p {
		margin-bottom: 30px;
	}
	.mobile-bar, .placeholder {
		display: block;
	}
	.wrapper {
		padding-left: 0;
		position: static;
		background: #fff;
	}
	.bcg {
		background-size: cover !important;
	}
	.vertical .center .message {
		width: 90%;
	}
	.center .message p {
		font-size: 22px;
		line-height: 27px;
	}
	.sticky {
		left: 0;
		right: 0;
		padding: 20px 25px;
	}
	.sticky.absolute {
		left: 0;
	}
	span.x {
		width: 50px;
		right: -5px;
	}
	.btn-group {
		margin-top: 100px;
		margin-bottom: 5px;
	}
	a.button.home, a.button {
		width: 100%;
		max-width: 360px;
		font-size: 22px;
		margin: 0 0 5px;
	}
	.buttons.spacing {
		padding: 0 15px;
		margin-top: 35px;
		margin-bottom: -5px;
	}
	.list_carousel .prev, .list_carousel .next {
		font-size: 40px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.list_carousel .prev {
		left: 0px;
	}
	.list_carousel .next {
		right: 0px;
	}
	.post {
		width: 47.75%;
	}
	input.signup {
		max-width: 330px;
	}
	.section-left {
		width: 100%;
	}
	.section.white.left.bottom {
		text-align: center;
	}
	#container.mobile-type.static {
	    bottom: 0;
	    float: none;
	    height: 650px;
	    margin-bottom: -4px;
	    overflow: hidden;
	    position: relative;
	    right: auto;
	}
	.sidebar .group > h2 {
		font-size: 18px;
		padding: 0px 15px;
	}
	.sidebar .group {
		margin-bottom: 15px;
	}
	div#respond h3 {
		font-size: 22px;
	}
	.chart canvas {
		width: 100px !important;
		height: 100px !important;
	}
	.chart .type span {
		font-size: 19px;
	}
	#container.slideshow, #container.slideshow #slider2 {
		width: 640px;
		height: 333px;
	}
	.positions .position p {
		font-size: 18px;
	}
	form.apply input.button {
		font-size: 20px;
	}
	.contact-group h3 {
		font-size: 19px;
	}
	.contact-group a, .contact-group p {
		font-size: 14px !important;
		line-height: 22px !important;
	}
	.footer-top p {
		font-size: 34px;
	}
	.fullscreen p {
		font-size: 22px;
		padding: 0 15px;
	}
	.fullscreen h1 {
		font-size: 40px;
	}
	a.logo-m {
		display: none;
	}
	#loader-wrapper {
		display: none !important;
	}
	.nav-wrap {
		display: block;
	}
	p.left {
		text-align: left;
	}
	p.right, p.left {
		width: 40%;
		font-size: 13px;
	}
	.footer-bottom .social {
		width: 20%;
	}
	.nav-wrap {
		display: none;
	}
	.right-img {
		float: right;
		position: absolute;
		right: 15px;
		bottom: -115px;
		width: 32%;
	}
	.section.blue.left p {
		width: 65%;
	}
	.left-img {
		width: 29%;
	}
}
@media screen and (max-width: 767px)  {
	.nav-wrap {
		display: block;
	}
	.top-nav {
		display: none;
	}
	.random img {
		max-height: 30%;
	}
	.fullscreen h1 {
		font-size: 20px;
	}
	.fullscreen p {
		font-size: 16px;
	}
	.btn-group {
		margin-top: 60px;
		margin-bottom: -5px;
	}
	a.button.home, a.button {
		width: 100%;
		max-width: 360px;
		font-size: 22px;
		margin: 0 0 5px;
	}
	.buttons.spacing {
		padding: 0 15px;
		margin-top: 35px;
		margin-bottom: -5px;
	}
	a.button.home, a.button {
		font-size: 17px;
	}
	.section h2 {
		font-size: 21px;
		line-height: 29px;
		margin-bottom: 15px;
	}
	.section p {
		font-size: 17px;
		line-height: 24px;
	}
	.section p:last-child {
		margin-bottom: 0;
	}

	.post {
		width: 100%;
		margin: 3% 0;
	}
	.section, .section.blue {
		padding: 55px 0 60px;
	}
	ul.slider-text li {
		margin: 15px auto;
	}
	.caroufredsel_wrapper {
		margin-top: 0px !important;
	}
	.list_carousel.responsive {
		margin-top: 0px;
	}
	.sticky {
		display: none !important;
	}
	.blog {
		margin-top: 0;
		margin-bottom: -10px;
	}
	.blog .post h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.blog .post p {
		font-size: 16px;
		line-height: 22px;
	}
	.post .padding {
		height: auto;
		padding-bottom: 30px;
		margin-top: -3px;
	}
	.post .bottom span {
		font-size: 17px;
	}
	.post {
		min-height: 0;
	}
	.post.home {
		display: none;
	}
	.post.home.num-1, .post.home.num-2, .post.home.num-3 {
		display: inline-block;
	}
	.newsticker.two, .newsticker.three {
		display: none;
	}
	.footer-bottom p.sub {
		font-size: 13px;
	}
	.footer-bottom {
		padding: 70px 0;
	}
	.footer-bottom p.copyright, .footer-bottom p.copyright a {
		line-height: 22px;
		font-size: 12px;
		margin-bottom: 15px;
	}
	.negative {
		width: 100%;
		margin: 0;
	}
	.item {
		width: 100%;
		margin: 5px 0;
	}
	.item .title {
		font-size: 19px;
	}
	.main_video {
		left: 10px;
		top: 0;
	}
	.videoWrapper {
		padding-top: 5px;
		margin-top: 0px;
	}
	.section-left {
		width: 100%;
	}
	.section.white.left.bottom {
		text-align: center;
	}
	#container.mobile-type.static {
	    bottom: 0;
	    float: none;
	    height: 434px;
	    margin-bottom: -4px;
	    overflow: hidden;
	    position: relative;
	    right: auto;
	}
	.section.white.left.bottom p {
		margin-bottom: 30px;
	}
	.static-mobile {
		top: 75px;
	}
	form#searchform input {
		width: 83%;
		font-size: 16px;
	}
	form#searchform input.submit.button {
	    background: url("img/icon-search.svg") no-repeat scroll center center / 25px 21px #000;
		width: 17%;
	}
	#nav-below {
		width: 100%;
	}
	#nav-below a {
		width: 49%;
		margin: 0 1%;
		margin-top: 60px;
		font-size: 13px;
		padding: 15px 0;
		display: inline-block;
	}
	#nav-below a:first-child {
		margin-left: 0;
	}
	#nav-below a:last-child {
		margin-right: 0;
	}
	.blog-left {
		width: 100%;
	}
	.entry-content {
		padding: 15px 15px 0 15px;
	}
	.entry-content h1 {
		font-size: 22px;
		line-height: 30px;
	}
	h3.author-title {
		font-size: 14px;
	}
	.section p {
		font-size: 15px;
		line-height: 29px;
	}
	.sidebar .group.related.fixed {
		position: relative !important;
		width: 100%;
		top: 0px !important;
		max-width: none;
	}
	.sidebar {
		width: 100%;
		margin-top: 25px;
	}
	div#respond h3 {
		padding: 15px;
		font-size: 18px;
	}
	#respond form {
		margin: 15px;
	}
	.comment-form-url input, .comment-form-email input, .comment-form-author input, .comment-form-comment textarea {
		padding: 15px;
		font-size: 15px;
	}
	#commentform p input#submit {
		font-size: 16px;
		width: 100%;
	}
	.sidebar .group > h2 {
		font-size: 18px;
		padding: 10px 15px;
		margin-bottom: 0;
	}
	.sidebar .group .recent h2 {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 7px;
	}
	.sidebar .group .recent span {
		font-size: 14px;
	}
	.section.gray p.wp-caption-text {
		font-size: 14px;
		line-height: 20px;
		padding: 15px;
	}
	.container.blogg {
		margin-top: 0px;
	}
	#container.slideshow {
		margin-top: 45px;
	}
	#container.slideshow #slider2, #container.slideshow {
		width: 280px;
		height: 145px;
	}
	#container.slideshow #right {
		right: -12px;
	}
	#container.slideshow #left {
		left: -12px;
	}
	.section h2.pos {
		margin-top: 50px !important;
		margin-bottom:  15px !important;
	}
	.group.third {
		width: 100%;
	}
	.group label {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.step.one {
		margin-top: -20px;
	}
	.step.third {
		margin-bottom: -50px;
	}
	.step.third.top {
		margin-top: -20px;
	}
	.container a.button.large:last-child {
		margin-bottom: 0;
	}
	form.apply input.button {
		width: 100%;
		font-size: 18px;
		height: auto;
		padding: 24px 0 20px;
		margin-top: 20px;
	}
	.section h3 {
		font-size: 17px;
	}
	.contact-group {
		width: 100% !important;
		text-align: center;
		padding: 10px 0 !important;
	}
	.contact-group h3 {
		margin-bottom: 3px;
	}
	.button.large {
		font-size: 17px;
		padding: 25px;
	}
	.list_carousel ul li .image {
		height: 250px;
	}
	.list_carousel ul li img {
		margin: 40px 0 35px;
	}
	.list_carousel.responsive .caroufredsel_wrapper ul li p {
		font-size: 16px;
		width: 100%;
		padding: 0 15px 0 15px;
		margin: 0;
		font-weight: 300;
		margin-bottom: 15px;
	}
	.list_carousel.responsive .caroufredsel_wrapper ul li p.name {
		font-size: 17px;
		margin-bottom: 0px;
	}
	.overlay.no {
		display: none;
	}
	.group.related {
		display: none;
	}
	.home {
		height: auto;
	}
	.home-contain {
		display: inline-block;
		padding: 15px;
		margin: 80px 0 90px;
	}
	.home .home-logo {
		margin:0;
	}
	.home-contain .btns a {
		width: 45%;
		display: inline-block;
	}
	.home-contain .btns a img {
		width: 100%;
	}
	.mm-list > li {
		text-align: left;
	}
	.header {
		margin-top: 0;
		padding: 45px 0 35px;
	}
	.header h1 {
		font-size: 37px;
	}
	.header p {
		font-size: 16px;
		line-height: 27px;
	}
	iframe {
		width: 100% !important;
		height: inherit !important;
	}
	.section h2.faq {
		margin-bottom: 8px;
		font-size: 22px;
	}
}
@media screen and (max-width:360px) {
	.featured .left .block { 
		margin-right: 0px !important;
	}
}
@media screen and (max-width:480px) {
	#prev3, #next3 {
		display: none !important;
	}
	.footer-bottom p.left {
		display: none;
	}
	.footer-bottom .social {
		width: 100%;
	}
	.footer-bottom p.right {
		width: 100%;
		text-align: center;
	}
	.footer-bottom {
	padding: 15px 0;
	}
	.homeSlide {
		display: none;
	}
	.slide-arrow {
	    font-size: 30px;
	    height: 50px;
	    line-height: 48px;
	    margin-top: -25px;
	    width: 50px;
	}
	#container.mobile-type {
	    height: 440px;
	    width: 250px;
	}
	#slide-1 {
		display: block;
	}
	#slb_viewer_wrap .slb_theme_slb_baseline, #slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_layout, #slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
		width: 96% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		margin: 0 2% !important;
		top: 50% !important;
		position: fixed !important;
		margin-top: -125px !important;
	}
	.home .home-logo {
		width: 90%;
	}
	.home .home-contain {
		padding: 85px 0 105px;
	}
	#container.mobile-type {
		height: 535px;
	}
	#container.mobile-type #slider2 {
		width: 210px;
		height: 375px;
		top:77px;
		left: 0;
	}
	.slide-arrow {
		bottom: 20px;
	}
	ul.slider-text li {
		margin: 20 auto;
	}
	.logo {
		width: 120px;
	}
	.mobile-bar {
		height: 45px;
		border-bottom: 1px solid #75B5F5;
	}
	.mobile-bar .menu {
		top: 11px;
		right: 7px;
	}
	.mobile-bar .menu a img {
		width: 25px;
	}
	.placeholder {
		height: 45px;
	}
	.header h1 {
		font-size: 33px;
	}
	.section h3 {
		font-size: 14px;
		line-height: 22px;
	}
	.question {
		font-size: 16px;
		line-height: 24px;
		padding-right: 35px;
	}
	.section.blue.left .container {
		padding-bottom: 130%;
	}	
	.right-img {
		float: right;
		position: absolute;
		right: 17%;
		bottom: -60px;
		width: 65%;
	}
	.section.blue.left p {
		width: 100%;
	}
	.left-img {
		display: none;
	}
}


@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
   .widget_breadcrumb_navxt a {
   	margin: 15px 0px;
   	line-height: 25px;
   	padding-left: 7px;
   	padding-right: 7px;
   }
/*** CONTENT : COMMENTS ***/
.entry-content {
	margin-bottom: 35px;
}


.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}


.site-content  {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
#gallery-1 {
				margin: auto;
}
#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 24%;
}
#gallery-1 img {
	border: 2px solid #cfcfcf;  
	padding: 10px;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}
.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
.format-aside h1 a:hover {
	color: #2e3542;
}
.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
.format-aside blockquote:last-child,
.format-aside p:last-child {
	margin-bottom: 0;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
	width: 100% !important;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#eee;
	color: #333;
	padding:0px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:100%;
}

.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}