/************************************/
/*	BASE STYLES 
/************************************/
body{
	padding:0;	
	margin:0;	
	width:100%;	
	font-size:13px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	line-height:1.4;
	font-family:'Pt-Sans', Arial, sans-serif;
	height:auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
*{
	outline:none;
	border:none;
}
iframe{
	max-width:100%;
}
a img{
	border:none;
	vertical-align:middle;
}
/* image load animations */
.disappear{ opacity: 0; }

.appear {
	opacity: 1;

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
img.alignleft{
	float:left;
	margin:0 20px 10px 0;
}
img.alignright{
	float:right;
	margin:0 0 10px 20px;
}
.spacer{
	clear:both;	
	width:100%;	
	height:0;
}
.body-wrapper {
	width:100%;		
	margin:0 auto;	
	padding:0;
}
.controller {
	width:940px; 
	height:auto; 
	margin:0 auto;	
	padding:0;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:0 0 15px 0;
	font-family:'Pt-Sans-Bold', Arial, sans-serif;
	line-height:1.3;
}
p{
	font-size:13px;
	font-family:'Pt-Sans', Arial, sans-serif;
	margin-top:0;
	margin-bottom:15px;
}

a:hover{
	text-decoration:none;
}
a, a > * {
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
	    -ms-transition: all 0.2s linear 0s;
	     -o-transition: all 0.2s linear 0s;
	        transition: all 0.2s linear 0s;
}
.ellipsis { text-overflow: ellipsis; }

.limit-line { 
	overflow: hidden;
	white-space: nowrap;
}

code, pre {
	padding: 10px;
	padding-bottom: 0;
	border-left: 3px solid #6FBF71;
	border-bottom: 1px solid transparent;
	background: #eee;
	overflow:scroll;
}

pre{
	display: block;	
	word-break: break-all;
	word-wrap: break-word;
}
pre code { white-space: pre-wrap; }


/* :: RADIUS :: */
.radius-2{	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px; }
.radius-3{	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px; }
.radius-5{	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px; }
.radius-10{	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px; }
.radius-15{	-webkit-border-radius: 15px;	-moz-border-radius: 15px;	border-radius: 15px; }
.radius-20{	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px; }

.m-a			{ margin:0 auto; }

.m-top-50		{ margin-top:50px; }
.m-top-45		{ margin-top:45px; }
.m-top-40		{ margin-top:40px; }
.m-top-35		{ margin-top:35px; }
.m-top-30		{ margin-top:30px; }
.m-top-25		{ margin-top:25px; }
.m-top-20		{ margin-top:20px; }
.m-top-15		{ margin-top:15px; }
.m-top-10		{ margin-top:10px; }
.m-top-5		{ margin-top:5px;  }

.m-bottom-50	{ margin-bottom:50px; }
.m-bottom-45	{ margin-bottom:45px; }
.m-bottom-40	{ margin-bottom:40px; }
.m-bottom-35	{ margin-bottom:35px; }
.m-bottom-30	{ margin-bottom:30px; }
.m-bottom-25	{ margin-bottom:25px; }
.m-bottom-20	{ margin-bottom:20px; }
.m-bottom-15	{ margin-bottom:15px; }
.m-bottom-10	{ margin-bottom:10px; }
.m-bottom-5		{ margin-bottom:5px;  }

.m-left-30		{ margin-left:30px; }
.m-left-25		{ margin-left:25px; }
.m-left-20		{ margin-left:20px; }
.m-left-15		{ margin-left:15px; }
.m-left-10		{ margin-left:10px; }
.m-left-5		{ margin-left:5px;  }

.m-right-30		{ margin-right:30px; }
.m-right-25		{ margin-right:25px; }
.m-right-15		{ margin-right:20px; }
.m-right-15		{ margin-right:15px; }
.m-right-10		{ margin-right:10px; }
.m-right-5		{ margin-right:5px;  }


.padding50{
	padding:50px 0;
}
.padding40{
	padding:40px 0;
}
.padding30{
	padding:30px 0;
}
.padding20{
	padding:20px 0;
}
.padding10{
	padding:10px 0;
}




table{
	width:100%;
	max-width:100%;
	text-align:left;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom:15px;
	color:#888;
	border:1px solid #ebebeb;
}
table tr{
	border:1px solid #ebebeb;
}
table th{
	vertical-align:top;
	color:#444;
	background:none;
	font-size:16px;
	font-weight:normal;
	padding:15px 10px;
}
table td{
	vertical-align:top;
	padding:10px;
}
blockquote{
	margin:10px;
	font-style:italic;
	color:#888;
	padding:16px 0 1px 30px;
	border-left:3px solid #ddd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	min-height:40px;
}
blockquote p{
	font-family:Georgia, "Times New Roman", Times, serif;
}
blockquote cite{
	margin-top:20px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}




#wp-calendar {
    margin: 0;
	width:100%;
	border:none;
}
#wp-calendar caption {
    border-bottom:none;
    font-weight: bold;
    height: auto;
    padding: 10px 0;
}
#wp-calendar th {
    height: 25px;
	text-align: center;
	vertical-align: middle;
	padding:3px;
	background:none;
	border:none;
}
#wp-calendar td {
    border:none;
    cursor: default;
    height: 25px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 34px;
	padding:3px;
}
#wp-calendar td a {
    display: block;
    text-decoration: none;
    width: 100%;
}
#wp-calendar td.pad, .footer #wp-calendar td.pad {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none;
}
#wp-calendar tfoot td {
    width: auto;
}
#wp-calendar tfoot td#prev {
    padding-left: 10px;
    text-align: left;
}
#wp-calendar tfoot td#next {
    padding-right: 10px;
    text-align: right;
}
#wp-calendar tfoot td a:hover {
    background: none repeat scroll 0 0 transparent;
    text-decoration: none;
}

#wp-calendar, #wp-calendar caption, #wp-calendar td {
    border-color: rgba(218, 222, 225, 0.8);
}
.old-ie #wp-calendar, .old-ie #wp-calendar caption, .old-ie #wp-calendar td {
    border-color: #DADEE1;
}
#wp-calendar td:hover {
    background-color: rgba(55, 58, 65, 0.03);
}
#wp-calendar th, #wp-calendar caption, #wp-calendar tfoot td, #wp-calendar tfoot td a {
    color: #444;
}
#wp-calendar tfoot td a{
	color: #aaa;
}
#wp-calendar td.act {
    background-color: #2A83ED;
    color: #FFFFFF;
}

#footer #wp-calendar th, #footer #wp-calendar caption, #footer #wp-calendar tfoot td, #footer #wp-calendar tfoot td a {
    color: #ccc;
}
#footer #wp-calendar tfoot td a:hover{
	color:#fff;
}
#footer #wp-calendar td:hover {
    background-color: rgba(0, 0, 0, 0.1);
}



.tipsy { font-size: 13px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #444; color: #fff; font-weight:normal; max-width: 200px; padding: 7px 15px 8px 15px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner {}
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #444; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #444; }
  .tipsy-arrow-s { border-top-color: #444; }
  .tipsy-arrow-e { border-left-color: #444; }
  .tipsy-arrow-w { border-right-color: #444; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }



.xxxx-full-size-wrapper{
	width:100%;
	float:left;
	clear:both;
}




/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-rtl {
  direction: rtl;
}
.owl-carousel .owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #444;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


.owl-theme .owl-controls {
  margin-top: 10px;
  position:absolute;
  z-index:100000000;
  bottom:-20px;
  right:0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 1px;
  padding: 4px 11px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}











/* Style Switcher */
.demo_bg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
	height: 100%;
}
#style_selector{
	width:200px;
	position:fixed;
	right:-230px;
	top:300px;
	z-index:10000;
}
#style_switcher_inner{
	-webkit-box-shadow: -2px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 1px 2px rgba(0,0,0,0.1);
	box-shadow: -2px 1px 2px rgba(0,0,0,0.1);
	background:#fff;
	position:relative;
	left:0;
	width:100%;
	border-bottom:1px sild #ddd;
}
.section-layout{
	padding:10px 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	border-bottom:1px solid #eee;
}
.section-layout.no-border{
	border-bottom:none;
}
.section-layout div{
	width:100%;
}
.section-layout p{
	font-size:12px;
	margin-bottom:5px;
}
.section-layout select{
	width:100%;
	font-size:11px;
	margin-bottom:5px;
	color:#222;
}
#style_selector .opener_switcher i{
	width:30px;
	height:30px;
	background:#FFF;
	position:absolute;
	top:30px;
	left:-60px;
	text-align:center;
	line-height:30px;
	font-size:16px;
	cursor:pointer;
	
	box-shadow: -2px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 0px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: -2px 0px 2px rgba(0,0,0,0.1);
}
#style_selector .closer_switcher i{
	width:30px;
	height:30px;
	background:#FFF;
	position:absolute;
	top:30px;
	left:-28px;
	text-align:center;
	line-height:30px;
	font-size:16px;
	cursor:pointer;
	
	box-shadow: -2px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 0px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: -2px 0px 2px rgba(0,0,0,0.1);
}
#style_selector .images{
	position:relative;
	z-index:1;
}
#style_selector .images img.active{
	border:0px solid #ccc;
	opacity:0.5;
}

#style_selector .images a { display: inline-block; margin-bottom: 7px; margin-right: 4px; width:25px; height:25px;}


#style_selector .images .bg { background:url(../img/switcher/img1.jpg); width: 72px; height: 30px; }
#style_selector .images .bg2 { background:url(../img/switcher/img2.jpg); width: 72px; height: 30px; }


#style_selector .images .green { background:#78c0a8; width: 25px; height: 25px; }
#style_selector .images .darkgreen { background:#006633; width: 25px; height: 25px; }
#style_selector .images .yellow { background:#efb54b; width: 25px; height: 25px; }
#style_selector .images .violet { background:#8000f8; width: 25px; height: 25px; }
#style_selector .images .slategray { background:#708090; width: 25px; height: 25px; }
#style_selector .images .pink { background:#f48996; width: 25px; height: 25px; }
#style_selector .images .orange { background:#e26537; width: 25px; height: 25px; }
#style_selector .images .brown { background:#7c5c3a; width: 25px; height: 25px; }
#style_selector .images .red { background:#b60006; width: 25px; height: 25px; }
#style_selector .images .blue { background:#389cd0; width: 25px; height: 25px; }