/*
Theme Name: ethereal
Theme URI: http://vergatheme.com/demosd/ethereal
Author: Verga Theme Team
Author URI: http://vergatheme.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: ethereal

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

/*** bootstrap override ***/
.nav-tabs>li>a {
background-color: #4d4d4d;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
background-color: #30a79b;
}
.dropdown-menu{
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.dropdown-menu>li>a{
padding: 7px 0;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
background-color: transparent;
}
.clearfix {clear: both;}
.navbar-brand {float: none; padding: 0;}
.nav > li > a:hover, .nav > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {background-color: transparent;}
.form-inline .form-group {margin-bottom: 4px; display: inline-block;}
.form-control {
box-shadow: none;
height: 40px;
margin-bottom:0px;
padding: 4px 18px;
vertical-align: middle;
-webkit-border-radius: 0;
border-radius: 0;
border:1px solid #e5e5e5;
background-color: transparent;
font-size: 16px;
font-style: italic;
}
.form-control:focus { border-color: transparent; outline: 0; -webkit-box-shadow: 0 0 0 1px rgba(111,111,111,0.5); box-shadow: 0 0 0 1px rgba(111,111,111,0.5); }

.panel-title {font-size: 20px; text-transform: none; font-weight: 400; padding: 0; position: relative;}
.panel-title > a {
font-size: 14px;
text-transform: uppercase;
display: block;
padding: 23px 40px 23px 30px;
background-color: #30a79b;
color: #fff !important;
}
.panel-title > a:after {
color: #fff;
content:'-';
position: absolute;
font-size: 22px;
right: 27px;
top:15px;
}
.panel-title > a:hover {
background-color: #4d4d4d;
}
.panel-title > a.collapsed {background-color: #4d4d4d;}
.panel-title > a.collapsed:hover {
background-color: #30a79b;
}
.panel-title > a.collapsed:after {content:'+'; right: 24px;}
.panel {box-shadow: none;}
.panel-group .panel {border-radius: 0;/* border-left: 0; border-right: 0; border-bottom: 0; */background-color: transparent;width: 49%;
display: inline-block;}
.panel-default > .panel-heading {background-color: transparent; color: inherit; position: relative; border: none; border-radius: 0; padding: 0;}
.panel-heading {padding: 16px 0px 14px 16px;}
.panel-heading[class*="rt-icon-"]:before {position: absolute; font-size: 20px; color:#30a79b; left: 16px;}
.panel-default {border-color: transparent; }
.panel-default+.panel-default {border-top-color: rgba(255,255,255,0.1);}
.panel-group .panel + .panel {margin-top: 9px;}
.panel-group .panel-heading + .panel-collapse .panel-body {
padding-top: 37px;
padding-bottom: 22px;
padding-left: 37px;
border: none;
background-color: #fff;
}

.breadcrumb {background: transparent; padding: 0; margin-bottom: 0;}
.breadcrumb>li+li:before {color: inherit;}
.pagination {margin: 10px 0 4px;} 
.pagination [class^="arrow-icon-"]:before {width: auto;} 
.pagination > li >  a ,.pagination > li >  span {
padding: 8px 15px;
border:3px solid #4d4d4d;
margin-bottom: 10px;
margin-right: 9px;
display: inline-block;
color: #4d4d4d;
background-color: transparent;
border-radius: 3px !important;
}
.pagination > li:first-child >  a, .pagination > li:last-child > a {
	border-color: #30a79b;
	padding: 8px 14px;
}
.pagination > li.active > a, .pagination > li .current {background-color: #4d4d4d; color:#fff; border-color:#4d4d4d;} 
.pagination > li > a:hover, .pagination > li.active > a:hover , .pagination > li > span:hover, .pagination > li .current:hover{background-color: #30a79b; border-color: #30a79b; color: #fff; }
.pagination > li.active > a {color:#fff;}
.carousel .media>.pull-left{
max-width: 70px;
margin-right: 18px;
margin-bottom: 24px;
}
.carousel .media>.media-body>h4{
margin: 15px 0 3px;
}
.carousel .media>.media-body>h4+p{
color: #30a79b;
font-family: 'Oswald', sans-serif;
font-size: 14px;
text-transform: uppercase;
}
.carousel .media + p{
font-style: italic;
position: relative;
padding-left: 30px;
}
.carousel .media + p:before{
font-family: 'fontello';
content: '\e850';
font-style: normal;
position: absolute;
left: 0px;
color:#ffe79b;
}
.carousel-indicators li {
width: 14px;
height: 14px;
border-radius: 100%;
border: 2px solid #30a79b;
margin: 2px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.carousel-indicators .active {
width: 14px;
height: 14px;
background-color: #30a79b;
margin: 2px;
}
.carousel-control {width:30px; text-shadow:none; opacity: 1;}
.carousel-control:hover {width:30px; text-shadow:none; opacity: 0.5;}
.carousel-control.right, .carousel-control.left {background-image: none;}
.carousel-control > span { width: 39px !important; height: 39px !important;}
.carousel-control .icon-next {margin-left: -32px;}
.carousel-control .icon-prev {margin-left: -7px;}
.carousel-control .icon-prev:before, .carousel-control .icon-next:before {content:"\e833"; font-family: 'fontello'; text-shadow:none; position: absolute; top:1px; left:11px; color:#fff;}
.carousel-control > span.icon-next:before {content:"\e834"; left:13px;}
.carousel-controls {
position: absolute;
right: 0;
top: -54px;
}
.carousel-controls a {
display: inline-block;
color:#000000;
}
.carousel-controls a+a {
	margin-left: -2px;
}
.carousel-controls a:hover, .carousel-controls a:hover [class^="arrow-icon-"]:before {
color: #fff;
background-color: #30a79b;
}
.carousel-controls [class^="arrow-icon-"]:before, [class*=" arrow-icon-"]:before{
text-align: center;
border: 3px solid #30a79b;
color: #000000;
width: 29px;
height: 29px;
line-height: 24px;
margin: 0;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {margin: auto;}
.progress {height: 40px; box-shadow: none; background-color: transparent; border-radius: 0px; margin-bottom: 11px; border:none; position:relative; border-width: 3px; border-style: solid;}
.progress span {display: block; padding: 6px 14px; position: absolute; clip:auto; z-index: 2; font-size: 14px; text-transform: uppercase; text-align: left; color:#fff; width: 100%}
.progress-bar { -webkit-box-shadow: none; box-shadow: none; padding: 5px 0;  visibility: hidden; line-height: 13px;}
.stretchRight {visibility: visible;}
.sr-only {position: static; width:auto; height: auto;}
.pb-info {border-color: #3598db;}
.pb-success {border-color: #8dc541;}
.pb-warning {border-color: #f9bc3d;}
.pb-danger {border-color: #30a79b;}

.progress-bar-info {background-color: #3598db;}
.progress-bar-success {background-color: #8dc541;}
.progress-bar-warning {background-color: #f9bc3d;}
.progress-bar-danger {background-color: #30a79b;}

.tab-content {/*border:1px solid #e1e1e1;*/ padding: 0; -webkit-border-radius: 2px; border-radius: 2px;
background-color: #fff;
padding: 20px 30px;
}
.nav-tabs {border-bottom-color: transparent;  font-size: 16px; margin-top: 00px; margin-bottom: -1px;}
.nav-tabs > li > a {padding: 13px 20px; color:#fff; margin-right: 0; margin-top: 0px; border-radius: 0px !important;
	background-color: #4d4d4d;
	border:none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color:#fff;
border:none;
background-color: #30a79b;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs.nav-justified > .active > a {
color: #fff;
background-color: #30a79b;
border: none;
}
.alert {border: none;border-radius: 0; padding: 30px 30px 30px 30px;}
.alert.topalert {margin-bottom: 0; padding: 12px 40px 14px 16px; background-color: #30a79b; color:#fff; font-size: 18px;}
.alert-dismissable .close {top:0; opacity: 0.8;}
.btn {
display: inline-block;
padding: 6px 34px 6px;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
background-image: none;
text-shadow: none;
border-radius: 0;
line-height: 24px;
border:none;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.btn:hover {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
-o-transition: all 0.15s linear;
-ms-transition: all 0.15s linear;
transition: all 0.15s linear;
}
.btn-default {border:1px solid #ccc;}
.img-circle {border:10px solid rgba(255,255,255,0.2);}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
background-color: #4d4d4d;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
border-color: #474747;
}
.table-bordered {
border-color: #474747;
}
.table th{
color: #fff;
text-align: center;
}
.table>thead>tr>th{
background-color: #30a79b;
font-weight: normal;
font-size: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-bottom-width: 1px;
}


/*** vertical margins and paddings ***/
section {
padding-top: 90px;
padding-bottom: 90px;
}
#middle {
padding-top: 50px;
padding-bottom: 50px;
}
#logo {padding-top: 30px; padding-bottom: 30px;}
#pagination {padding-top: 38px; padding-bottom: 30px;}
#mainslider {padding: 0;}
#features {padding-bottom: 0; overflow: hidden;}
#team {padding-bottom: 0; overflow: hidden;}
#footer {padding-top: 80px; padding-bottom: 70px;}
#abovecontent {padding-top: 20px; padding-bottom: 20px;}
#partners {padding-top: 60px; padding-bottom: 60px;}
#copyright {padding-top: 52px; padding-bottom: 32px;}
.darkgrey_section + .darkgrey_section, .light_section + .light_section, .dark_section + .dark_section, .grey_section + .grey_section{
padding-top: 5px;
}
.row + .row {
margin-top: 15px;
}
.title_section .row {display: table;}
.title_section [class*="col-"] {display: table-cell; vertical-align: middle; float: none;}

@media screen and (max-width: 767px) {
	.title_section .row, .title_section [class*="col-"] {display: block;}
	[class*="col-"] + [class*="col-"] {margin-top: 30px;}
	[class*="col-xs"] + [class*="col-xs"] {margin-top: 0;}
	#isotopeContainer [class*="col-"] + [class*="col-"] {margin-top:20px; margin-bottom: 20px;}
}
/*** general styles ***/
html, body {position: relative; width: 100%; height: 100%;}
::selection {
background: #30a79b;
color: #fff;
}

::-moz-selection {
background: #30a79b;
color: #fff;
}
body {
font-size: 16px!important;    
font-family: 'PT Serif', serif!important;
line-height:1.38!important;
color: #7f7f7f!important;
background-color: #fffaec!important;
}

h1,
h2,
h3,
h4,
h5,
h6{
font-family: 'Oswald', sans-serif;
line-height: 1;
text-transform: uppercase;
font-weight: 400;
color: #4d4d4d;
}
p{
margin-bottom: 16px;
}

blockquote, .blockquote {
position: relative;    
border: none;
font-size: 20px;
font-style: italic;
margin: 20px 0;
padding: 20px;
line-height: 1.3;
border-left: 5px solid #30a79b;
color: #4d4d4d;
background-color: #fff;
}

blockquote h3 {font-style: normal; font-size: 22px; margin-top: 14px;}
blockquote h3:before, blockquote h3:after {content: ' - ';}

sup, .sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
top: -0.5em;
}
sub, .sub {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
bottom: -0.25em;
}

img {max-width: 100%;}
a {
color: #30a79b;
text-decoration: none;
-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
-ms-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}

a:hover {
color: #4d4d4d;    
text-decoration: none;
-webkit-transition: all 0.1s linear 0s;
-moz-transition: all 0.1s linear 0s;
-o-transition: all 0.1s linear 0s;
-ms-transition: all 0.1s linear 0s;
transition: all 0.1s linear 0s;
}

a:focus {
color: #4d4d4d;
outline: medium none;
text-decoration: none;
}
a img {
-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
-ms-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
a:hover img {
opacity: 0.8;
}
iframe{border:none; max-width: 100%;}

/*** utilites ***/
.not_found {color:#4d4d4d; font-weight: 700; font-size: 200px; line-height: 1;  margin:20px 0 0px;}
.not_found + h1 {text-transform: uppercase;}
.highlight, #response {color: #30a79b;}
#response {margin:10px 0;}
.color_section #response { color: #fff; }
.grey {color: #4d4d4d;}
.big {font-size: 1.8em; font-weight: 700; line-height: 1.3em;}
.dropcap {
font-family: "Oswald", sans-serif;
display: block;
float: left;
font-size: 18px;
line-height: 35px;
width: 35px;
text-align: center;
margin: 4px 4px 0 0;
background-color: #30a79b;
color: #4d4d4d;
border-radius: 100%;
}
.animations h3 {text-transform: none;}
.vertical-margin-20 {margin:20px 0 !important;}
.vertical-margin-40 {margin:40px 0 !important;}
.vertical-margin-60 {margin:60px 0 !important;}
.negative-margin-60 {margin-top: -60px !important;}
.pre-block-header {font-size: 20px; color: #4d4d4d; font-style: italic; margin-bottom: 10px;}
.block-header {margin-top: 4px; margin-bottom: 22px; font-size: 50px; position: relative; color: #30a79b !important;}
.block-header + p {font-size: 16px; margin-bottom: 24px; position: relative;}
.block-header + p:after {
content: '';
position: absolute;
width: 60px;
height: 2px;
background-color: #fff;
bottom: -17px;
left: 50%;
margin-left: -30px;
}
.block-header + blockquote {
font-size: 20px;
max-width: 60%; 
margin: 0 auto 44px;
border: none;
background-color: transparent;
padding: 0 40px;
}

.block-header + blockquote:before, .block-header + blockquote:after {
font-style: normal;
font-family: 'fontello';
content: '\e808';
position: absolute;
left:0;
top: -10px;
font-size: 40px;
color: #fff;
}
.block-header + blockquote:after {
content: '\e809';
left: auto;
right: 0;
}
@media (max-width: 767px) {
	.block-header {font-size: 40px; margin-top: 0;}
	.block-header + blockquote {max-width: 100%;}
}

.color_section .block-header {
color: #fff !important;
}
.icon-header {
position: relative;
padding-left: 88px;
min-height: 70px;
margin: 20px 0;
font-size: 20px;
}

.icon-header [class*="rt-icon-"]:before {
position: absolute;
display: block;
width: 70px;
height: 70px;
line-height: 70px;
font-size: 32px;
background-color: #4d4d4d;
color: #ffe79b;
border-radius: 100%;
text-align: center;
left: 0;
top: -24px;
}

@media (min-width: 992px) {
	.icon-header.right {
	padding-left: 0;
	padding-right: 88px;
	text-align: right;    
	}
  .icon-header.right [class*="rt-icon-"]:before {
	left:auto;
	right:0;
	}
}
/*** buttons ***/
.theme_btn {
font-size: 14px;
font-family: 'Oswald', sans-serif;
border: 3px solid #30a79b;
border-radius: 3px;
color: #4d4d4d;
padding: 16px 33px;
line-height: 1;
letter-spacing: 0px;
text-transform: uppercase;
display: inline-block;
background-color: transparent;

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

.theme_btn:active, .theme_btn:hover, .theme_btn:focus{
background: #30a79b;
border: 3px solid #30a79b;
color: #fff;
opacity: 1;
text-decoration: none;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out; 
}

.theme_btn.inverse {
border-color: #4d4d4d;
color: #4d4d4d;
}
.theme_btn.inverse:hover {
color:#30a79b;
}
.theme_btn + .theme_btn {margin-left: 4px;}
.theme_btn_small {
display: inline-block;
background-color: #fff;
color: #4d4d4d;
text-transform: uppercase;
font-size: 13px;
padding: 2px 34px;
margin: 16px 0;
}
.theme_btn_small:hover {
background-color:#4d4d4d;
}

/*styled lists*/
ul.list1 {list-style:none; padding-left: 22px;}
ul.list1 li{position: relative; padding: 4px 0 4px;}
ul.list1 li:before{content: ''; display: block; position: absolute; border: 2px solid #30a79b; left:-19px; top: 10px; width: 10px; height: 10px; border-radius: 100%;}
ul.list2 {list-style:none; padding-left: 20px;}
ul.list2 li{position: relative; padding: 4px 0 4px;}
ul.list2 li:before{ font-family: 'fontello'; content: '\e82c'; font-size: 18px; display: block; position: absolute; color:#30a79b; left:-18px;}
ol.list3 {
counter-reset: li;
list-style: none outside none;
margin-bottom: 4em;
padding: 0;
}
ol.list3 li{position: relative; padding: 8px 0 8px 34px;}
ol.list3 li:after{
content: counter(li, decimal-leading-zero) ".";
counter-increment: li;
position: absolute;
left:2px;
top:50%;
margin-top: -12px;
font-weight: 700;
color:#4d4d4d;
width: 26px;
height: 26px;
text-align: center;
line-height: 26px;
}

#map img {max-width: inherit;}

/*** common sections ***/
.bg_image{
background-image: url(img/bg_dark_section.png);
}
/*parallax*/
.parallax {
overflow: hidden;
background-position: 50% 0;
-webkit-transition: background-position .15s ease !important;
-moz-transition: background-position .15s ease !important;
-o-transition: background-position .15s ease !important;
-ms-transition: background-position .15s ease !important;
transition: background-position .15s ease !important;

background-position: 50% 50%;
background-repeat: no-repeat;
position: relative;
}

.parallax:after {
content: '';
position: absolute;
top:0;
right: 0;
bottom: 0;
left: 0;
background-color: #30a79b;
opacity: 0.8;
z-index: 1;
}
.parallax.bg-color2:after {
background-color: #ffe79b;
}
.parallax>.container, .gradient>.container {
	z-index: 3;
	position: relative;
}

.gradient {
position: relative;
overflow: hidden;
}
.gradient:before {
	content: '';
	display: block;
	position: absolute;
	width: 1400px;
	height: 1400px;
	top:50%;
	left: 50%;
	margin-top: -700px;
	margin-left: -700px;
	z-index: 2;
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.24) 0%, rgba(255,255,255,0) 50%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 50%, color-stop(0%,rgba(255,255,255,0.24)), color-stop(50%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.dark_section.bg_image, .darkgrey_section.bg_image{
background-image: url(img/bg_dark_section.png);
}
/*light*/
.light_section, [class*="_section"] .light_section{
background-color: #fffaec; 
color:#7f7f7f;
}
.light_section strong, [class*="_section"] .light_section strong{
color: #4d4d4d;
}

.light_section h1, [class*="_section"] .light_section h1,
.light_section h2, [class*="_section"] .light_section h2,
.light_section h3, [class*="_section"] .light_section h3,
.light_section h4, [class*="_section"] .light_section h4,
.light_section h5, [class*="_section"] .light_section h5,
.light_section h6, [class*="_section"] .light_section h6{
color: #4d4d4d;
}
.light_section a, 
[class*="_section"] .light_section a {
color:#30a79b;
}
.light_section a:hover,
[class*="_section"] .light_section a:hover{
color:#4d4d4d;
}
.light_section a[class^="socialico-"]:before, 
[class*="_section"] .light_section a[class^="socialico-"]:before {}
.light_section a[class^="socialico-"]:hover:before,
[class*="_section"] .light_section a[class^="socialico-"]:hover:before{}
.light_section .theme_btn{
color: #4d4d4d;
}
.light_section .theme_btn:hover{
color: #4d4d4d;
}
/*grey*/
.grey_section, [class*="_section"] .grey_section {
background-color: #ffe79b;
color:#7f7f7f;
}
.grey_section h1, [class*="_section"] .grey_section h1,
.grey_section h2, [class*="_section"] .grey_section h2,
.grey_section h3, [class*="_section"] .grey_section h3,
.grey_section h4, [class*="_section"] .grey_section h4,
.grey_section h5, [class*="_section"] .grey_section h5,
.grey_section h6, [class*="_section"] .grey_section h6 {
color: #4d4d4d;
}
.grey_section a, [class*="_section"] .grey_section a {
color:#30a79b;
}
.grey_section a:hover, [class*="_section"] .grey_section a:hover{
color:#4d4d4d;
}
.grey_section a[class^="socialico-"]:before, 
[class*="_section"] .grey_section a[class^="socialico-"]:before  {}
.grey_section a[class^="socialico-"]:hover:before,
[class*="_section"] .grey_section a[class^="socialico-"]:hover:before{}
.grey_section .theme_btn{
color: #4d4d4d;
}
.grey_section .theme_btn:hover{
color: #fff;
}
.grey_section .form-control {background-color: #fff; border-color: transparent; color: #7f7f7f;}
/*color*/
.color_section .carousel {
border: none;
}
.color_section .carousel-indicators li {
border-color: #fff;
}
.color_section .carousel-indicators li.active {
background-color: #fff;
border-color: #fff;
}
.color_section, [class*="_section"] .color_section {
background-color: #30a79b;
color: #4d4d4d;
}
.color_section .form-control {background-color: #fff; border-color: #fff; color: #7f7f7f;}
.color_section h1, [class*="_section"] .color_section h1,
.color_section h2, [class*="_section"] .color_section h2,
.color_section h3, [class*="_section"] .color_section h3,
.color_section h4, [class*="_section"] .color_section h4,
.color_section h5, [class*="_section"] .color_section h5,
.color_section h6, [class*="_section"] .color_section h6 {
color: #fff;
}
.color_section a, [class*="_section"] .color_section a {
color: #fff;
}
.color_section a:hover, [class*="_section"] .color_section a:hover {
color: #4d4d4d;
}
.color_section [class*="rt-icon-"]  {
color: #fff;
}
.color_section a[class^="socialico-"]:before, 
[class*="_section"] .color_section a[class^="socialico-"]:before  {
}
.color_section a[class^="socialico-"]:hover:before,
[class*="_section"] .color_section a[class^="socialico-"]:hover:before{
}
.color_section .theme_btn{
border-color: #ffe79b;
color: #4d4d4d;
}
.color_section .theme_btn:hover{
background-color: #ffe79b;
}
.color_section .theme_btn.inverse{
border-color: #fff;
color: #fff;
}
.color_section .theme_btn.inverse:hover{
background-color: #fff;
color: #4d4d4d;
}
.color_section .block-header strong {color: #4d4d4d;}

/*dark*/
.dark_section, [class*="_section"] .dark_section {
background-color: #323232;
color:#7f7f7f;
}
.dark_section h1, [class*="_section"] .dark_section h1,
.dark_section h2, [class*="_section"] .dark_section h2,
.dark_section h3, [class*="_section"] .dark_section h3,
.dark_section h4, [class*="_section"] .dark_section h4,
.dark_section h5, [class*="_section"] .dark_section h5,
.dark_section h6, [class*="_section"] .dark_section h6 {
color: #fff;
}
.dark_section a, [class*="_section"] .dark_section a {
color: #fff;
}
.dark_section a:hover, [class*="_section"] .dark_section a:hover {
color: #30a79b;
}
.dark_section a[class^="socialico-"]:before, 
[class*="_section"] .dark_section a[class^="socialico-"]:before  {}
.dark_section a[class^="socialico-"]:hover:before,
[class*="_section"] .dark_section a[class^="socialico-"]:hover:before{}
.dark_section .theme_btn{
background-color: #30a79b;
color: #fff;
}
.dark_section .theme_btn:hover{
color: #4d4d4d;
}
.dark_section .theme_btn.inverse{
background-color: #fff;
color: #4d4d4d;
}
.dark_section .theme_btn.inverse:hover{
background-color: #fff;
color: #30a79b;
}
.dark_section .form-control {
border: 1px solid #4b4b4b;
color: #fff;
}
/*dark_grey*/
.darkgrey_section, [class*="_section"] .darkgrey_section {
background-color: #4d4d4d;
color:#7f7f7f;
}
.darkgrey_section h1, [class*="_section"] .darkgrey_section h1,
.darkgrey_section h2, [class*="_section"] .darkgrey_section h2,
.darkgrey_section h3, [class*="_section"] .darkgrey_section h3,
.darkgrey_section h4, [class*="_section"] .darkgrey_section h4,
.darkgrey_section h5, [class*="_section"] .darkgrey_section h5,
.darkgrey_section h6, [class*="_section"] .darkgrey_section h6 {
color: #fff;
}
.darkgrey_section a, [class*="_section"] .darkgrey_section a {
color: #30a79b;
}
.darkgrey_section a:hover, [class*="_section"] .darkgrey_section a:hover {
color: #fff;
}
.darkgrey_section a[class^="socialico-"]:before, 
[class*="_section"] .darkgrey_section a[class^="socialico-"]:before  {}
.darkgrey_section a[class^="socialico-"]:hover:before,
[class*="_section"] .darkgrey_section a[class^="socialico-"]:hover:before{}
.darkgrey_section .theme_btn{
background-color: #30a79b;
color: #fff;
}
.darkgrey_section .theme_btn:hover{
color: #4d4d4d;
}
.darkgrey_section .theme_btn.inverse{
background-color: #fff;
color: #4d4d4d;
}
.darkgrey_section .theme_btn.inverse:hover{
background-color: #fff;
color: #30a79b;
}
.darkgrey_section .form-control {
border: 1px solid #4b4b4b;
color: #fff;
}

.darkgrey_section .block-header:before {
background-color: #505050;
}
.with-top-border .container,
.with-bottom-border .container {
position: relative;
}
.with-top-border .container:before, 
.with-bottom-border .container:after {
content: '';
display: block;
position: absolute;
height: 1px;
left: 15px;
right: 15px;
top: 0;
background-color: #fff;
opacity: 0.7;
}
.with-bottom-border .container:after{
top: auto;
bottom:0;
}

#header {
height: 86px;
background-image: url(img/bg_header.jpg);
background-repeat: no-repeat;
background-position: 50% 0;
left: 0;
right: 0;
z-index: 10000;
}
.frontpage #header {
position: fixed;
background-image: none;
}
#header.affix {
height: 86px;
-webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.05);
box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.05);
background-image: url(img/bg_header.jpg);
background-repeat: no-repeat;
background-position: 50% 0;
top:0;
}
#header .navbar-brand {
display: block;
position: absolute;
padding: 0;
z-index: 10;
top: 20px;
font-size: 30px;
color: #fff;
}

#header.affix .navbar-brand {
max-width: 180px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#header.affix .navbar-brand {
	display: none;
	}
}
#social {
margin: 36px 0 46px;
}

#mainslider .slide_description_wrapper {
position: absolute;
top:0;
bottom: 0;
left: 12%;
height: 100%;
}
#mainslider .slide_description_wrapper:before, #mainslider .slide_description {
display: inline-block; 
vertical-align: middle;
}
#mainslider .slide_description_wrapper:before {
content: ''; 
display: inline-block; 
width: 0; 
height: 100%; 
vertical-align: middle;
margin-left: -0.25em; 
}
#mainslider .highlight {
background-color: #4d4d4d;
padding: 0 3px 2px;
display: inline-block;
}
#mainslider p:first-child {
font-size: 24px;
font-style: italic;
}
#mainslider h4 {
font-size: 30px;
}
#mainslider h3 {
font-size: 65px;
line-height: 1.4;
font-weight: 700;
letter-spacing: -3px;
margin: 0 0 2px;
padding: 0 0 2px;
text-shadow: 1px 0px 2px rgba(32, 32, 32, 0.67);
}

#mainslider h2 {
text-transform: uppercase;
color: #4d4d4d;
font-weight: 900;
font-size: 130px;
letter-spacing: -3px;
margin: 0 0 0 -0.04em;
}
#mainslider .theme_btn {
margin-top: 30px;
}
@media (max-width: 1100px) {
	#mainslider .slide_description_wrapper {
		left: 15px;
		 -moz-transform:    scale(0.5);
		 -o-transform:      scale(0.5);
		 -webkit-transform: scale(0.5);
		 transform:         scale(0.5);
	}
	#mainslider h3 {
		line-height: 1.25
	}
}
@media (max-width: 767px) {
	#mainslider img {
		display: none;
	}
	#mainslider .slide_description_wrapper {
		position: static;
		text-align: center;
	}
}
#map {height: 400px;}
#abovecontent {font-size: 14px;}

.features_image {text-align: center;position: relative;
bottom: -20px;
}
#partners .owl-carousel {
padding: 0 100px;
}
#partners .owl-theme .owl-controls {
	top: 50%;
	width: auto;
	left: 0;
	right: 0;
}
#partners .owl-theme .owl-controls .owl-buttons div {
position: absolute;
margin-top: -25px;
left: 0;
border-color: #30a79b;
-webkit-transition:0.2s all ease-in-out;
   -moz-transition:0.2s all ease-in-out;
	 -o-transition:0.2s all ease-in-out;
		transition:0.2s all ease-in-out;
}
#partners .owl-theme .owl-controls .owl-buttons div:before {
color: #4d4d4d;
}
#partners .owl-theme .owl-controls .owl-buttons div.owl-next {
left: auto;
right: 0;
}
#partners .owl-theme .owl-controls .owl-buttons div:hover {
background-color: #30a79b;
}

#partners .owl-theme .owl-controls .owl-buttons div:hover:before {
color: #fff;
}
#progress {
background-image: url(example/parallax/progress.jpg);
}
.frontpage #footer {
background-image: url(example/parallax/map.jpg);
}

#copyright .navbar-brand{
display: inline-block;
padding-bottom: 74px;
border-bottom: 1px solid #565656;
margin-bottom: 7px;
}


/*** main menu styles ***/
.mainmenu_wrap:before, .mainmenu_wrap:after {display: table; content:""; clear:both;}
.affix #mainmenu {margin-top: 0;}
.sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menu li {
position: relative;
}
.sf-menu ul {
position: absolute;
display: none;
top: 100%;
z-index: 10000;
}
.sf-menu > li {
display: inline-block;
margin: 0 8px;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
display: block;
}

.sf-menu a {
display: block;
position: relative;
}
.sf-menu ul ul {
top: 0;
left: 100%;
margin-left: 12px;
margin-top: -10px;
}

/*menu skin*/
.sf-menu {
text-align: right;
}
.sf-menu ul {
box-shadow: 2px 2px 6px rgba(0,0,0,.2);
min-width: 12em; /* allow long menu items to determine submenu width */
max-width: 14em; /* allow long menu items to determine submenu width */
*width: 12em; /* no auto sub width for IE7, see white-space comment below */
padding: 10px;
background-color: #4d4d4d;
border-radius: 3px;
margin-top: -3px;
}
.sf-menu a {
padding: .75em 1em;
text-decoration: none;
zoom: 1; /* IE7 */
text-transform: uppercase;
font-size: 14px;
}
.sf-menu>li>a {
font-family: 'Oswald', sans-serif;
font-size: 14px;
padding: 6px 26px 7px;
color: #30a79b;
margin-top: 27px;
position: relative;
border-radius: 3px;
}
.frontpage .affix-top .sf-menu>li>a {
margin-top: 42px;
}

.sf-menu li {
*white-space: normal; /* ...unless you support IE7 (let it wrap) */
-webkit-transition: background .2s;
transition: background .2s;
}
.sf-menu ul li {
text-align: left;
}
.sf-menu ul li a{
color: #fff;
}
.sf-menu ul li a:hover{
color: #30a79b;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
/* only transition out, not in */
-webkit-transition: none;
transition: none;
}
.sf-menu>li:hover>a,
.sf-menu>li.sfHover>a,
.sf-menu>li.active>a {
color: #30a79b;
background-color: #4d4d4d;
}
.sf-menu>li.active>a {
color: #ffe79b;
}
.sf-menu>li.active>a:hover {
cursor: text;
}

/*submenu active item*/
.sub-menu>.active>a, .sub-menu>.active>a:hover, .sub-menu>.active>a:focus {
font-weight: 700;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
padding-right: 2.5em;
*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
font-family: "fontello";
content: '\e82e';
position: absolute;
top: 50%;
right: 8px;
margin-top: -8px;
}
/*disable arrows for top level*/
.sf-arrows > li > .sf-with-ul{
padding-right: 26px;
}
.sf-arrows > li > .sf-with-ul:after {
display: none;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
content: '\e830';
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
border-left-color: white;
}

/*Menu Mobile Layout*/
@media (max-width: 992px) and (min-width: 768px) {
	#header .navbar-brand {
	/*top:23px;
	max-width: 180px;*/
	display: none;
	}
}
@media (min-width: 768px){
	#mainmenu {
		display: block !important;
		width:auto !important;
		opacity: 1 !important;
		height: auto !important;
	}
}
@media (max-width: 991px){
	#mainmenu {text-align: center;}
	.sf-menu ul {text-align: left;}
}
@media (max-width: 767px) {
	#header {
	z-index: 100000;
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
	text-align: left;
	border-bottom: none;
	background: #fff;
	height: 60px;
	}
	#header.affix {
		background: #fff;
		height: 55px;
	}
	#header .navbar-brand {
	top: 6px;
	}
	#header.affix .navbar-brand {
	top: 6px;
	}

	#mainmenu { 
	opacity: 0;
	height: 0;
	margin:0px 0px 17px 0;
	padding: 20px 50px;
	position: relative;
	overflow: auto;
	background-color: #4d4d4d;
	z-index: 10000;
	}
	.main-menu-icon {
	padding: 24px 40px 18px;
	display: block;
	cursor: pointer;
	width: 30px;
	float: right;
	}
	.affix .main-menu-icon {
	padding: 19px 0 18px;
	}
	.main-menu-icon span {
	margin:0 0 3px 0;
	display: block;
	height: 3px;
	width: 30px;
	background-color: #4d4d4d;
	}
	.sf-menu > li {
	display: block;
	padding: 0;
	float:none;
	}
	.sf-menu > li + li{
	border-left: none;
	}
	.sf-menu > li > a, .affix .sf-menu > li > a {
	padding: 6px 0 6px;
	margin:0 0 0 -14px !important;
	text-align: left;
	border-left: none;
	}
	.sf-menu>li>a:before {
	display: none;
	}
	.sf-menu ul {
	position: static;
	display: block !important;
	opacity: 1 !important;
	padding: 0 0 0 20px;
	margin-top: 0;
	/*margin: 0 0 0 20px;*/
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent !important;

	}
	.sf-menu ul li, .sf-menu ul ul li {
	text-align: left;
	padding: 0;
	background-color: transparent;
	}
	.sf-menu ul li + li {border: none;}
	.sf-menu ul ul {
	margin: 1px 0 3px;
	}
	.sf-menu > li > a:hover{
	background: none;
	border-color: transparent;
	color:#30a79b;
	}
	.sf-menu>li:hover>a, .sf-menu>li.sfHover>a, .sf-menu>li.active>a {
	background-color: transparent;
	border-color: transparent;
	color:#30a79b;
	}
	.sf-menu > li li.active > a, .sf-menu > li li > a:hover {
	background: none;
	border-color: transparent;
	color:#30a79b !important;
	}
	.sf-menu ul li a {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px 0;
	border: none;
	color:#fff;
	}
	.sf-menu ul a:before {
	content: '- ';
	}
	#copyright {text-align: center;}
	#copyright .widget_nav_menu ul {float:none;}
}

@media (max-width: 500px) {
	#header .navbar-brand, #header.affix .navbar-brand {
	top:14px;
	max-width: 130px;
	display: block;
	}
}

.menu-item-number,
.menu-item-desc {display: none; color:#30a79b;
	font-size: 12px; letter-spacing: 0px;}
.affix .menu-item-number,
.affix .menu-item-desc {display: none !important;}

/*** blocks ***/
.block > h3 {font-size: 24px; margin: 0 0 23px;}
aside .block + .block {margin-top: 30px;}
/*team member*/
.member {
background-color: #fff;
}    
.member-description {
	padding: 15px 30px 24px;
}
@media screen and (min-width: 992px) {
	.member.media>.pull-left{
		max-width: 540px;
	}
}
@media screen and (max-width: 991px) {
	.member.media>.pull-left{
		max-width: 300px;
	}
}
@media screen and (max-width: 600px) {
	.member.media>.pull-left{
		float: none !important;
		display: block;
		max-width: 100%;
		margin-right: 0;
	}
	.member .media-body {
		padding: 0 0 3px;
	}
}

/*** hidden description carousel ***/
.hidden-description.owl-carousel {padding-top: 86px;}
.hidden-description h3 {
font-size: 14px;
text-transform: uppercase;
margin: 0 0 14px 0;
}
.hidden-description h3 a{
color: #4d4d4d !important;
}
.hidden-description h3 a:hover{
color:#30a79b !important;
}
.hidden-description .portfolio_links {padding-bottom: 50px;}
.hidden-description .portfolio_links + div {
text-align: center;
padding: 18px 10px; 
background-color: #fff;
position: absolute;
top: 100%;
margin-top: -50px;
-webkit-transition:0.2s all ease;
   -moz-transition:0.2s all ease;
	 -o-transition:0.2s all ease;
		transition:0.2s all ease;
}
.hidden-description .owl-item:hover .portfolio_links + div {
	margin-top: 0;
	overflow: visible;
	top: 0;
	bottom: 0;
}

.related.media {background-color: #fff;}
.related h3 {color: #4d4d4d;}
.related-description {
	padding: 15px 30px 24px;
}
@media screen and (min-width: 992px) {
	.related.media>.pull-left{
		max-width: 540px;
	}
}
@media screen and (max-width: 991px) {
	.related.media>.pull-left{
		max-width: 300px;
	}
}
@media screen and (max-width: 600px) {
	.related.media>.pull-left{
		float: none !important;
		display: block;
		max-width: 100%;
		margin-right: 0;
	}
	.related .media-body {
		padding: 0 0 3px;
	}
}


/*gallery*/
ul#isotopeContainer {
padding: 0;
margin: 0;
list-style: none;
}
#portfolio h4 {margin-top: 0;}
#portfolio h4 a{color: inherit;}
#portfolio h4 a:hover{color: #30a79b;}
#portfolio .isotope-item {
max-width: 100%;
overflow: hidden;
float: left;
margin-bottom: 30px;
list-style: none;
margin-left: -1px;
}

#portfolio.fullwidth_portfolio .isotope-item {max-width: 100%; overflow: hidden; float: left; width: 25%; margin-left: -1px; margin-bottom: 0; list-style: none;}
@media screen and (max-width: 991px) {
	#portfolio.fullwidth_portfolio .isotope-item {width:33.3333%;}
}
@media screen and (max-width: 800px) {
	#portfolio.fullwidth_portfolio .isotope-item {width:50%;}
}
@media screen and (max-width: 600px) {
	#portfolio.fullwidth_portfolio .isotope-item {width:100%;}
}

#filtrable {padding: 0;}
#filtrable li {
display: inline-block;
margin-right: -1px;
}
#filtrable a {
font-size: 13px;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
padding: 6px 26px 7px;
margin: 0 0 26px;
display: inline-block;
color:#fff;
background-color: #4d4d4d;
border-radius: 3px;
}
#filtrable a:hover, 
#filtrable a.selected {
background-color:#30a79b;
color:#fff;
}
#filtrable a:hover {
background-color:#30a79b;    
}
.loadmore {
margin: 36px 0 20px !important;
}
.hidden_item {display: none;}
#gallery_container {position: fixed; width:100%; height: 100%; background: #fff; z-index: 20000; top:0; bottom: 0; left: 0; right: 0; top:-100%; overflow: auto; display: none;}

/*gallery single item*/
#portfolio_nav {margin-top: 40px;}
#portfolio_nav + #middle {margin-top: 0px; padding-top: 0;}
#portfolio_nav a {color:#2D2D2D; font-size: 36px; margin:0 30px;}
#portfolio_nav a#portfolio_prev_project:before {
font-family: "fontello";
content: '\e823';
}
#portfolio_nav a#portfolio_close_project:before {
font-family: 'rt-icons';
content: "\e602";
}
#portfolio_nav a#portfolio_next_project:before {
font-family: "fontello";
content: '\e824';
}
#portfolio_nav a:hover {color:#30a79b;}
.description {margin-bottom: 26px}
.skills, .client { border-bottom: 1px solid #f2f2f2; padding-bottom: 6px; margin-bottom: 10px;}
.location {margin-bottom: 37px;}
.skills > span, .client > span, .location > span {
font-weight: 700;
color: #4d4d4d;
}
.skills > a, .client > a, .location > a {
color:#4d4d4d;
}
.skills > a:hover, .client > a:hover, .location > a:hover {
color: #30a79b; 
}

/* Isotope Filtering */
.isotope-item {
z-index: 2;
}

.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item[style] {
  -webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	  -ms-transition-duration: 0.8s;
	   -o-transition-duration: 0.8s;
		  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
	 -moz-transition-property: height, width;
	  -ms-transition-property: height, width;
	   -o-transition-property: height, width;
		  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
	 -moz-transition-property:    -moz-transform, opacity;
	  -ms-transition-property:     -ms-transform, opacity;
	   -o-transition-property:      -o-transform, opacity;
		  transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
	 -moz-transition-duration: 0s;
	  -ms-transition-duration: 0s;
	   -o-transition-duration: 0s;
		  transition-duration: 0s;
}

/*blog*/

.blog {margin-top: 7px;}
.blog .entry-thumbnail:first-child{margin: 0px 0px 20px;}
.blog-single .entry-thumbnail{margin: 26px 0px 32px; position: relative; display: none;}
.blog article + article {margin-top: 50px;}
/*blog grid widget*/
.blog_grid {}
.blog_grid .entry-title {font-size: 20px; margin-bottom: 16px;}
.blog_grid .primary_post .entry-thumbnail {position: relative; text-align: right;}
.blog_grid .primary_post .entry-thumbnail .post-date{position: absolute;
top:0; left: 0; bottom: 0; right: 70%; background: #ffe79b; text-align: center;
}
.blog_grid .primary_post .entry-thumbnail .post-date > div{
display: table;
height: 100%;
width: 100%;
}
.blog_grid .primary_post .entry-thumbnail .post-date > div >div{
display: table-cell;
vertical-align: middle;
}
.blog_grid .primary_post .entry-thumbnail .post-date span:first-child{
display: inline-block;
font-size: 60px;
line-height: 1;
color: #30a79b;
}
.blog_grid .primary_post .entry-thumbnail .post-date span+span{
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
display: block;
}
.blog_grid .primary_post .entry-thumbnail img{max-width: 70%;}
.blog_grid .secondary_post .entry-thumbnail img{width: 100%;}
.blog_grid article.post, .blog article.post {background-color: #fff;}
.blog_grid article.post {text-align: center;}
article.post.primary_post {padding-bottom: 17px;}
article.post.primary_post .entry-content, article.post.primary_post .entry-share {padding: 0 15px;}
article.post.secondary_post .entry-thumbnail {text-align: center;}
article.post.secondary_post header {
margin-left: -15px;
margin-right: -15px;
}
article.post.primary_post .carousel{width: 70%; position: relative; left: 30%;}
article.post.primary_post .carousel img {max-width: 100%;}
article.post.secondary_post {
margin-left: 15px;
margin-right: 15px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

article.post.secondary_post:hover {}
article.post.secondary_post img {}
p.date {margin-bottom: 10px; color: #30a79b;}
p.date +p {margin-bottom: 10px;}
.entry-share {margin:20px 0 25px;}
.read-more p {text-transform: uppercase;}
.blog article.post > header > h2, .blog article.post > header > .entry-meta, .blog article.post > .entry-content {margin-left: 40px; margin-right: 40px;}
h1.entry-title {font-size: 60px; margin-top: 0; margin-bottom: 20px;}
h2.entry-title {margin: 26px 0 20px; font-size: 40px;}
.entry-header a, .entry-title a {color: #4d4d4d;}
.entry-header a:hover, .entry-title a:hover {color: #30a79b !important;}
.entry-header .comments-link a {color: #30a79b !important;}
.entry-header .comments-link a:hover{color: #4d4d4d !important;}
h2.entry-title span.heart {font-size: 20px; float: right; padding: 8px 0 0 0;}
h2.entry-title span.heart:before {font-family: 'rt-icons'; content: "\e605"; font-size: 16px; color:#fff; padding-right: 3px;}
.entry-meta {margin: 10px 0;}
.entry-meta {margin: 10px 0 16px; padding-bottom: 16px; padding-top: 16px; border-top: 1px dotted #e1e1e1;  border-bottom: 1px dotted #e1e1e1; /*text-transform: uppercase;*/}
.entry-meta .comments-link {float: right;}
.blog .entry-tags, .blog-single .entry-tags, .blog-grid .entry-tags {margin-top: 29px; position: relative; background-color: #30a79b; padding: 10px 38px;}

.format-small-image .entry-tags  {border-color: #30a79b;}
.format-gallery .carousel-indicators li {border-color: #fff;}
.format-gallery .carousel-indicators li.active {background-color: #fff;}
.format-gallery .entry-tags  {border-color: #30a79b;}
.blog .entry-tags a, .blog-single .entry-tags a, .blog-grid .entry-tags a { color: #fff; }
.blog .entry-tags a:hover, .blog-single .entry-tags a:hover, .blog-grid .entry-tags a:hover { color: #30a79b;}
.blog .read-more {margin-top: 21px;}
.blog .format-small-image .entry-thumbnail  {margin-bottom: 0; position: relative;}
.blog .format-small-image .entry-header, .blog .format-small-image .entry-content {margin-left: 10px; margin-right: 40px;}
/* .blog .format-small-image .entry-tags{margin: 17px 0 0 -30px;}*/
@media screen and (max-width: 767px) {
	.blog .format-small-image .entry-header, .blog .format-small-image .entry-content {margin-left: 40px; margin-right: 40px;}
	.blog .format-small-image .entry-thumbnail  {text-align: center;}
	.blog .format-small-image .entry-tags{margin: 0;}
}
.blog-grid article {margin-bottom: 30px;}
.format-standard .entry-thumbnail a {
display: block;
position: absolute;
left:30%;
right: 0;
top:0;
bottom: 0;
background: #30a79b;
opacity: 0;
text-align: center;
line-height: 30px;
}
.format-standard .entry-thumbnail a:after {
content: "+";
position: absolute;
width: 30px;
height: 30px;
top:50%;
right: 50%;
margin: -15px -15px 0 0;
background-color: #fff;
color: #4d4d4d;
border-radius: 100%;
}
.format-standard .entry-thumbnail:hover a {opacity: 0.8;}
.target-view {
display: block;
height: 70px;
width: 70px;
margin-left: -35px;
margin-top: -35px;
position: absolute;
top: 50%;
left: 65%;
text-align: center;
background-color: #4d4d4d;
border-radius: 100%;
}
.target-view:before {
font-family: 'rt-icons';
content: "\e6db";
color:#30a79b;
line-height: 70px;
font-size: 32px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.format-audio .target-view:before {
content: "\e6da";
}
.target-view:hover {
background-color: #fff;
}
img.alignleft {
float: left;
margin: 5px 20px 15px 0;
}
footer.bottom-entry-meta {margin: 28px 0;}
.tags {border-top: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; padding: 36px 0;}
.tags h3 {display: inline-block; margin:4px 0 0; }
.tags-links {position: relative;}
.tags-links:before {content: "\e687"; font-family: "rt-icons"; margin-right: 10px; color: #fff;}
.st_facebook_hcount,.st_twitter_hcount,.st_googleplus_hcount {
position: relative;
top:-3px;
text-align: right;
}
.st_facebook_hcount span,.st_twitter_hcount span,.st_googleplus_hcount span{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}

.tags a,.tagcloud a {
padding: 6px 16px;
font-size: 13px;
background-color: #4d4d4d;
color:#fff;
text-transform: uppercase;
margin-bottom: 6px;
margin-right: 2px;
display: inline-block;
border-radius: 3px;
}

.tags a:hover, .tagcloud a:hover {background-color: #30a79b; color:#fff;}

.author-meta {margin: 40px 0 46px; padding: 40px 52px 40px 37px; background-color: #fff;}
.author-meta h3 {margin: 0px 0 22px; position: relative; font-size: 30px;}
.author-social {display: block;}
.author-meta p:after{display: table; content: " "; clear:both;}
@media screen and (max-width: 767px) {
	.author-meta {text-align: center;}
	.author-meta img {display: block; max-width: 100%; margin: 0 auto;}
	.author-social {display: block; position: static; padding: 20px 0 0 0;}
}

.related-posts > h3 {margin-bottom: 24px; font-size: 30px;}
.post .carousel {padding: 0;}
.related-posts article.post {background-color: #fff; text-align: center; padding: 15px 15px 1px 15px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.related-posts article.post .entry-thumbnail {margin-left: -15px; margin-right: -15px; margin-top: -15px;}
.related-posts article.post > h3 {margin: 10px 0 0;}
.related-posts article.post > h3 a {color: inherit;}
.related-posts article.post > h3 a:hover { color: #30a79b;}
.content-area {margin-bottom: 20px;}
.comments-area {margin: 43px 0 40px; border-top: 1px dotted #e5e5e5; padding-top: 20px;}
.comments-title {font-size: 30px; margin-bottom: 0;}
.comments-area ol {list-style: none; padding-left: 0; margin-bottom: 0;}
.comments-area li {padding: 26px 0 5px;}
.comments-area ol.children li{padding: 10px 0 0 70px;}
.comments-area ol.children ol ol li{padding-left: 0;}
.comment-meta {position: relative;}
.comment-metadata {
	border-top: 1px dotted #e5e5e5; 
	border-bottom: 1px dotted #e5e5e5; 
	margin: 8px 0 16px 100px; 
	padding:15px 0;
}
.comment-author img {max-width: 70px; margin-right: 28px; float: left;}
.reply {position: absolute; right: 0; top:-1px; }
.comment-content {padding: 0 0 9px 100px;}
.comment-respond {margin-top: 0px;}
.comment-reply-title {margin: 10px 0 22px; font-size: 30px;}
.comment-respond label, .contact-form label {display: none;}
form.contact-form {margin-top: 0px; margin-bottom: 20px; margin:0 auto;}
form.contact-form input, form.contact-form textarea {text-align: center;}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
margin-bottom: 10px;
}
p.comment-form-comment:before, p.contact-form-message:before {
display: table; content: " ";
}
.comment-respond p.form-submit {margin-top: 24px;}
@media (max-width: 570px) {
	.comments-area ol.children li{padding: 30px 0 0 30px;}

	p.comment-form-author, p.comment-form-email, p.comment-form-url, p.contact-form-name, p.contact-form-email, p.contact-form-subject {
		float: none; padding: 0 0px 0 0; width: 100%;
	}
	p.contact-form-message {padding-right: 0px;}
}

/*widgets*/
.single_teaser {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
text-align: center; 
margin:30px 0 43px; 
padding: 0px 0 20px; 
}
.single_teaser:hover {}
.single_teaser img {
border-radius: 100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.single_teaser:hover img {
box-shadow: 0 0 0 20px #f5f5f5;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}

.single_teaser.icons [class^="rt-icon-"] {
font-size: 40px;
}
.single_teaser.icons.style1 {
padding: 0 0 20px;
margin: 0;
}
.single_teaser.icons.style1 [class^="rt-icon-"] {
font-size: 48px;
line-height: 100px;
color: #30a79b;
background-color: #4d4d4d;
display: inline-block;
width: 100px;
height: 100px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.single_teaser.icons.style1:hover [class^="rt-icon-"] {
color:#fff;
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1);
}
.single_teaser.icons.style1 p.introtext { margin-bottom: 0; }
.single_teaser h3 {font-size: 20px; margin: 24px 0 34px; /*text-transform: none; font-weight: 300;*/
position: relative;
}
.single_teaser h3:after {content: ''; position: absolute; width: 60px; height: 2px; background-color: #fff; bottom: -20px; left: 50%; margin-left: -30px;}
.single_teaser h3 a{color: inherit;}
.single_teaser h3 a:hover{color: #30a79b;}
.single_teaser p.introtext { margin: 10px 0 30px; }
.single_teaser.icons.style2 {
background-color: transparent;
margin: 0 0 20px;
padding:30px 0 23px; 
}
.single_teaser.icons.style2 .icons_introimg {margin: 0 10px 16px; }
.single_teaser.icons.style2 [class^="rt-icon-"]:before {
font-size: 32px; 
background: transparent;
color:#ffe79b;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
display: block;    
}
.single_teaser.icons.style2:hover [class^="rt-icon-"]:before {
color: #fff;
}
.single_teaser.icons.style2 h2 {
font-size: 14px;
color: #ffe79b;
margin: 42px 0 0px; 
}
.single_teaser.icons.style2 h3 {
font-family: inherit;
font-size: 60px;
color: #4d4d4d;
padding: 0;
margin: 0;
}

.single_teaser.icons.style3 [class^="rt-icon-"] {
border-radius: 100%;
width: 140px;
height: 140px;
margin: 0 auto 10px;
display: inline-block;
color: #fff;
box-shadow: 0 0 0 5px #fff;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
line-height: 140px;
font-size: 80px;
}
.single_teaser.icons.style3:hover [class^="rt-icon-"]:after {
}

.single_teaser.icons.style3:hover [class^="rt-icon-"] {
background-color: transparent;
color: #fff;
box-shadow: 0 0 0 16px #fff;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}

.single_teaser.icons.style4 [class^="rt-icon-"] {
font-size: 50px;
margin-top: 50px;
position: absolute;
top:100px;
margin-left: -25px;
}
.single_teaser.icons.style4 h2 {
display: inline-block;
border-top: 5px solid #fff;
border-left: 5px solid #fff;
border-right: 5px solid #fff;
color:#fff;
-webkit-border-radius: 100%;
-moz-border-radius:  100%;
border-radius:  100%;
line-height: 150px;
font-size: 35px;
width: 160px;
height: 158px;
}
.single_teaser.icons.style4 h3 {
color:#fff;
margin-top: 40px;
}
.single_teaser.icons.style5 {
overflow: hidden;
padding: 20px 20px 0;
border-radius: 8px;
background-color: rgba(0,0,0,0.1);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}
.single_teaser.icons.style5:hover {
background-color: rgba(0,0,0,0.3);
}
.single_teaser.icons.style5 [class^="rt-icon-"]{
color: #fff;
font-size: 100px;
line-height: 100px;
width: 100%;
height: 100px;
text-align: center;
display: block;
}
.single_teaser_right {margin: 10px 10px 23px 60px; padding: 0px 20px 0; }
.single_teaser_right h3 {margin: 0 0 10px; font-size: 22px; /*font-weight: 400;*/}
.single_teaser_right h3 a{color:#30a79b;}
.single_teaser_right h3 a:hover{color:#30a79b;}
.left_icons{
position: relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;    
}

.left_icons [class^="rt-icon-"] {
display: block;
font-size: 60px;
margin:-13px 0px 0;
position: absolute;
top:0;
left: 0;
width:70px;
height: 70px;
line-height: 70px;
text-align: center;
color:#30a79b;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear; 
}
.left_icons:hover [class^="rt-icon-"] {
color: #4d4d4d;
}
.style2 .single_teaser_right {margin: 10px 10px 10px 110px; padding: 0px; }
.left_icons.style2 [class^="rt-icon-"] {
text-align: center;
background-color: #30a79b;
color:#30a79b;
font-size: 50px;
width: 90px;
line-height: 84px;
height: 90px;
padding: 0;
border-radius: 100%;
top:0;
margin-top: 0;
border:4px solid transparent;
color: #fff;
}
.left_icons.style2:hover [class^="rt-icon-"] {
background-color: #4d4d4d;
}

.widget_categories ul, .twitter-widget ul, .widget_nav_menu ul, .widget_rss ul, .widget_pages ul, .widget_meta ul, .widget_recent_comments ul, .widget_archive ul, .widget_recent_entries ul {list-style:none; padding-left: 0;}
.widget_categories li, .twitter-widget li, .widget_nav_menu li, .widget_rss li, .widget_pages li, .widget_meta li, .widget_recent_comments li, .widget_archive li, .widget_recent_entries li {padding: 3px 0;}
.widget_categories li + li, .twitter-widget li + li, .widget_nav_menu li + li, .widget_rss li + li, .widget_pages li + li, .widget_meta li + li, .widget_recent_comments li + li, .widget_archive li + li, .widget_recent_entries li + li, .widget_nav_menu li + li {padding-top: 5px; margin-top: 5px; border-top: 1px dotted #e1e1e1;}
.widget_categories a, .twitter-widget a, .widget_nav_menu a, .widget_rss a, .widget_pages a, .widget_meta a, .widget_recent_comments a, .widget_archive a, .widget_recent_entries a, .widget_nav_menu a {position: relative; padding: 0 !important; }
.widget_categories a:before, .twitter-widget li p:before, .widget_nav_menu a:before, .widget_rss li a:before, .widget_pages a:before, .widget_meta li a:before, .widget_recent_comments a:first-child:before, .widget_archive a:before, .widget_recent_entries a:before, .widget_nav_menu a:before {
	font-family: "rt-icons";
	content: "\e62a";
	padding-right: 12px;
	color: #4d4d4d;
}
.widget_tag_cloud > h3 {margin-bottom: 26px;}
.wp-tag-cloud li {
display: inline-block;
margin-bottom: 5px;
margin-right: 1px;
}
.widget_news > h3{margin-bottom: 7px;}
.widget_news ul{list-style: none; padding-left: 0;}
.widget_news li{padding: 18px 0 18px;}
.news_introimg {float:left; max-width: 70px;}
.news_right {margin-left: 90px;}
.news_right h5 {margin-top: 0; font-size: 16px; text-transform: none; /*font-weight: 300;*/ line-height: 1.1em;}
.news_right h5 a {color: inherit;}
.news_right h5 a:hover {color: #30a79b;}
.widget_social_links > h3 {margin-bottom: 13px;}
.widget_social_links ul {padding-left: 0; list-style: none;}
.widget_social_links a[class^="socialico-"] { padding: 0px 0px 0px 40px; font-size: inherit !important; color:#30a79b;}
.widget_social_links a[class^="socialico-"]:before {top:-3px;}
.widget_social_links a[class^="socialico-"]:hover { color:#30a79b;}
.widget_social_links li {padding:6px 10px 6px 0; vertical-align: bottom;}
.widget_schedule dt {font-weight: normal;}
.widget_schedule .dl-horizontal dt {
width: auto;
text-align: left;
padding: 9px 0;
float: left;
clear: left;
text-align: right;
}
.widget_schedule .dl-horizontal dt:before {
font-family: "rt-icons";
color: #30a79b;
padding-right: 10px;
padding-left: 4px;
content: "\e673";
}
.widget_schedule .dl-horizontal dd {
margin-left: 0;
text-align: right;
border-bottom: 1px solid #e5e5e5;
border-bottom: 1px solid rgba(255,255,255,0.1);
padding: 9px 0;
}
.widget_schedule .dl-horizontal dt:first-child + dd {border-top: 1px solid #e5e5e5; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 27px;}
.small_testimonials.carousel {
background: #fff;
padding: 30px 30px 70px;
}
.widget_testimonials {padding:0 0 20px;}
.widget_testimonials .carousel-introtext{
padding: 50px 70px 10px;
text-align: center;
position: relative;
font-size: 40px;
line-height: 1.2;
}
@media (max-width: 767px) {
	.widget_testimonials .carousel-introtext{font-size: 30px;}
}
.widget_testimonials .carousel-introtext span{ position: relative; display: inline-block;}
.widget_testimonials .carousel-introtext:before{
font-family: 'fontello';
display: block;
position: absolute;
top: 0;
left: 50%;
margin-left: -26px;
font-size: 50px;
line-height: 30px;
content: '\e808';
color:#4d4d4d;
}

.widget_testimonials .carousel-readmore:after, .widget_testimonials .carousel-readmore:before {content: '-';}
.widget_testimonials .carousel-readmore{
padding: 0;
text-align: center;
color:#4d4d4d;
font-size: 24px;
line-height: 1;
position: relative;
}
.widget_testimonials .carousel-readmore span{display: block; text-align: center; max-width: 60px; margin: 0 auto 14px;}
.widget_testimonials .carousel-readmore span img{border-radius: 100%; padding: 3px; border: 1px solid #fff;}
.widget_testimonials .carousel-control.right:hover, .widget_testimonials .carousel-control.left:hover {
color:#fff;
}
.widget_testimonials .carousel-control.right, .widget_testimonials .carousel-control.left {
display: block; width:50px; height: 50px; top:50%; right: 0px; margin-top: -15px; z-index: 10;
}
.widget_testimonials .carousel-control.left {
left:0; right: auto;
}
.widget_testimonials .carousel-control.right:before {
font-family: 'fontello';
content: '\e834';
font-size: 20px;
}
.widget_testimonials .carousel-control.left:before {
font-family: 'fontello';
content: '\e833';
font-size: 20px;
}
.widget_testimonials .carousel-indicators {
bottom: -20px;
}
.widget_text {
line-height: 1.6em;
}
.widget_text img.size-large{
	width:100%;
	height:100%;
}
.thumbnail > img {border-radius: 0px;}
.thumbnail {
position: relative;
margin-bottom: 30px;
padding: 0 0 1px 0;
border-radius: 0;
border: none;
background-color: #fff;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.thumbnail:hover {}
.thumbnail .caption {
text-align: center;
padding: 26px 20px 20px;
color:inherit;
}
.thumbnail .caption h4 {font-size: 22px; /*font-weight: 300;*/  margin:0;}
.thumbnail .caption h4+p { font-size: 14px; text-transform: uppercase; margin: 0; color: #4d4d4d;}
.thumbnail p.team-social {text-align: center; z-index: 2; padding-bottom: 20px;}

/*contact form widget*/
.contact-form p {}
.contact-form p:first-child {padding-left: 0;}
p.contact-form-name,p.contact-form-email,p.contact-form-subject {
margin-bottom: 10px;
}
.contact-form-50 p.contact-form-name, .contact-form-50 p.contact-form-email, .contact-form-50 p.contact-form-email {
width:50%;   
}
p.contact-form-message, p.form-submit {
padding:0;
}

@media (max-width: 570px) {

p.contact-form-name, p.contact-form-email, p.contact-form-subject {
	float: none; width: 100% !important;
}
}

/*twitter widget*/
.twitter img{ /*display: none;*/ float: left;}
.widget_tweet ul.tweet_list {padding: 0; list-style: none;}
.widget_tweet ul.tweet_list li{/*padding-left: 30px; */position: relative;}
.widget_tweet .tweet_right{margin-left: 50px;}
.widget_tweet ul.tweet_list li+li {
margin-top: 26px;
}
#tweets .twitter p {margin-bottom: 0;}
#tweets .flex-control-nav, #tweets .flex-direction-nav {display: none !important;}
#tweets .tweet_avatar {display: none;}
.subscribe .form-control {max-width: 150px;}
.subscribe .theme_btn {padding: 13px 20px 12px;}
#subscribe .subscribe .form-control {max-width: 370px; margin: auto; text-align: center;}
#subscribe .subscribe .theme_btn {padding: 20px 51px; margin-top: 10px;}

/*circle progress bars widgets*/
.chart {
position: relative;
display: inline-block;
text-align: center;
-webkit-border-radius: 100%;
border-radius: 100%;
margin:40px 0 0;
}
.chart + h4 {
margin: 23px 0 10px;
font-size: 30px;
}
.chart canvas {
}
.percent {
display: block;
position: absolute;
top:20%;
left:50%;
font-size: 80px;
font-weight: 400;
margin-top: 0em;
margin-left: -0.70em;
z-index: 2;
color: #ffe79b;
}
.percent:after {
content: "%";
font-size: 0.37em;
}

/*pricing tables*/
.pricing-table {
overflow: hidden;
list-style: none;
padding: 0;
text-align: center;
background-color: #fff;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-o-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;

}
.pricing-table:hover {
background-color: #30a79b; color: #fff;
}
.pricing-table:hover .plan-price span:first-child {
color:#4d4d4d;
}
.pricing-table:hover .plan-price span + span {
color:#4d4d4d;
}
.pricing-table:hover ul li{
border-color: #fff !important;
border-color: rgba(255,255,255,0.3) !important;
}
.pricing-table:hover .call-to-action a {color:#4d4d4d; border-color: #fff;}

.pricing-table.style2 { background-color: #30a79b; color: #fff;}
.pricing-table.style2:hover {
background-color: #4d4d4d;
}
.pricing-table.style2:hover .plan-price span:first-child {
color:#30a79b;
}
.pricing-table.style2:hover .plan-price span + span {
color:#30a79b;
}
.pricing-table.style2:hover ul li{
border-color: #555 !important;
}
.pricing-table.style2:hover .call-to-action a, .pricing-table.style2:hover .call-to-action a:hover {color:#fff; border-color: #30a79b; background-color: transparent;}


.pricing-table ul {list-style: none; padding: 0;}
.pricing-table ul li{padding: 13px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin:0 40px;}
.pricing-table.style2 ul li{border-color: #fff; border-color: rgba(255,255,255,0.3);}
.pricing-table ul li.feature_disabled:before {content: "\e602"; color:#525252;}
.pricing-table li + li {border-top:0;}
.pricing-table li p {padding:6px; margin:0;}
.pricing-table li.plan-price {padding: 24px 0 28px;}
.pricing-table.style2 li.plan-price p{color:#fff;}
.pricing-table li.plan-name {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-size: 30px; 
padding: 16px 0; 
color:#fff; 
background-color: #4d4d4d;
}
.pricing-table.style2 li.plan-name {
background-color: #fff;
color:#4d4d4d; 
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-o-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
.plan-price span, .pricing-table ul li{
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-o-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
.plan-price span:first-child {
font-size: 100px;
line-height: 1em;
color:#30a79b;
font-weight: 700;
}
.plan-price span + span {
font-size: 50px;
line-height: 50px;
font-weight: 700;
position: relative;
letter-spacing: -1px;
top:-37px;
color:#30a79b;
}
.pricing-table li.plan-price p{display: inline; color: #4d4d4d; font-size: 40px; margin-left: -4px; letter-spacing: -1px;}
.pricing-table li.plan-price span + span + p{margin-left: -68px;}
.style2 .plan-price span {
color: #4d4d4d;
}

.call-to-action {margin:30px 0 50px;}
.call-to-action a {padding-left: 53px; padding-right: 53px;}
.style2 .call-to-action a {color:#4d4d4d; border-color: #fff;}
.style2 .call-to-action a:hover {color:#4d4d4d; background-color: #fff;}
.call-to-action a:hover {}

/*flickr widget*/
ul#flickr {margin: 0 auto; padding: 0; /*max-width: 300px; text-align: center;*/}
ul#flickr li {
background-color: #C4C4C4;
display: inline-block;
line-height: 0 !important;
list-style: none outside none;
margin: 0 12px 12px 0;
}

/*animated elements*/

.animated {
filter: Alpha(Opacity=100) !important;/*IE7 fix*/
opacity: 1 !important;
}
/*Call Out*/
.bs-callout {
border-left: 3px solid #EEEEEE;
margin: 20px 0;
padding: 30px;
font-size: 1.3em;
}
.bs-callout h4 {
margin-bottom: 5px;
margin-top: 0;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout-danger {
background-color: #FDF7F7;
border-color: #EED3D7;
}
.bs-callout-danger h4 {
color: #B94A48;
}
.bs-callout-warning {
background-color: #FAF8F0;
border-color: #FAEBCC;
}
.bs-callout-warning h4 {
color: #8A6D3B;
}
.bs-callout-info {
background-color: rgba(100, 100, 100, 0.1);
border-color: rgba(100, 100, 100, 0.2);
border-width: 10px;
}
.bs-callout-info h4 {
color: #fff;
}

/*page preloader*/
.preloader  {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
z-index: 13000;
height: 100%;
}

.preloaderimg  {
width: 80px;
height: 80px;
position: absolute;
left: 50%;
top: 50%;
background: url(img/preloader.gif) no-repeat 50% 50% transparent;
margin:-40px 0 0 -40px;
}


/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-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;
}

.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*gallery links*/
.portfolio_item_image, .portfolio_links {
position: relative;
}
.portfolio_item_image + .item_title {
background-color: #fff;
padding: 20px 10px 10px;
text-align: center;
}

.p-view, .p-link {
display: block;
position: absolute;
height: 50px;
width: 50px;
margin-left: -50px;
margin-top: -25px;
top: 50%;
left: 50%;
text-align: center;
border-radius: 100%;
}
.p-view {
background-color: #fff;
}
.p-link {
background-color: #30a79b;
margin-left: 10px;
}
.p-view:before, .p-link:before {
font-family: 'rt-icons';
font-size: 16px; 
font-weight: normal;
content: "\e68d";
line-height: 50px;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out; 
-o-transition: 0.3s all ease-in-out; 
-ms-transition: 0.3s all ease-in-out; 
transition: 0.3s all ease-in-out;    
}
.p-view:before{
color:#4d4d4d;
}
.p-link:before{
color:#fff;
content: "\e6a3";   
}
.p-view:hover:before {
color: #30a79b;
}
.p-link:hover:before{
color:#4d4d4d;
}
.p-view:hover, .p-link:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
/* mouse grab icon */
.grabbing { 
cursor:url(img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}

/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.2
*/

.owl-theme .owl-controls{
position: absolute;
top: 5px;
width: 100%;
text-align: center;
}

@media (max-width: 1200px) {
	.owl-theme .owl-controls{
	left: 0;
	right: 0;
		
	}
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
display: inline-block;
position: relative;
zoom: 1;
*display: inline;/*IE7 life-saver */
font-size: 0;
color: transparent;
width: 50px;
height: 50px;
text-align: center;
border: 3px solid #ffe79b;
border-radius: 3px;
margin: 0 5px;
-webkit-transition:0.2s all ease-in-out;
   -moz-transition:0.2s all ease-in-out;
	 -o-transition:0.2s all ease-in-out;
		transition:0.2s all ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:before{
/*transition*/
-webkit-transition:0.2s all ease-in-out;
   -moz-transition:0.2s all ease-in-out;
	 -o-transition:0.2s all ease-in-out;
		transition:0.2s all ease-in-out;
content: '\e82b';;    
font-family: 'fontello';
line-height: 43px;
font-size: 22px;
color: #4d4d4d;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before{
content: '\e82c';
}
.owl-theme .owl-controls .owl-buttons div:hover {
	background-color: #ffe79b;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/*.owl-theme .owl-controls.clickable .owl-buttons div:hover:before {
color: #fff;
}*/

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(img/AjaxLoader.gif) no-repeat center center
}


/*owl customization*/
.owl-carousel-item {
margin: 0;
}
.owl-wrapper {
/*padding-bottom: 10px;*/
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
*zoom: 1;
max-width: 100% !important;
}

.bx-wrapper img {
max-width: 100%;
display: block;
}

#classes .bx-wrapper {
margin: 0 auto 90px !important;
}
.bx-wrapper .media {
margin-top: 0;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

/*fix other elements on the page moving (on Chrome)*/
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
min-height: 50px;
background: url(img/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
left: 50%;
margin-left: -30px;
}
.bx-wrapper .bx-prev:before {
content: '\e831';    
}

.bx-wrapper .bx-next {
right: 50%;
margin-right: -30px;
}

.bx-wrapper .bx-next:before {
content: '\e82e';   
}

.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
position: absolute;
bottom: -60px;
outline: 0;
width: 29px;
height: 29px;
font-size: 0;
color: transparent;
/*z-index: 9999;*/
border: 3px solid #fff;
}
.bx-wrapper .bx-controls-direction a:hover {
background-color: #fff;
}
.bx-wrapper .bx-controls-direction a:before {
font-family: 'fontello';
position: absolute;
font-size: 14px;
color: #4d4d4d;
left:8px;
top: -2px;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(img/controls.png) -86px -11px no-repeat;
margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(img/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}

.bx-wrapper .bx-caption span {
color: #fff;
display: block;
font-size: .85em;
padding: 10px;
}


/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	width:100%;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;

}

.fraction-slider{
	position:relative;
	width:100%; 
	height:100%;
	overflow:visible;
}

.fraction-slider .slide{
	display:none; width:100%; height:100%;
	position:absolute;
	z-index:5000;
	overflow: hidden;
}

.fraction-slider .active-slide{
	z-index:9999;
}

.fraction-slider .fs_obj{
	display:block; 
	position:absolute;
	top:0px; 
	left:100%;
	z-index:7000;
}

.fraction-slider .fs_fixed_obj{
	z-index:6000;
	left:0;
}

.fraction-slider .fs_obj *{
	position:relative;
	top:0px; 
	left:0px;
}

.fs_loader{
	width:100%; height:400px;
	background:url(img/fs.spinner.gif) center center no-repeat transparent;
}

/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next{
	display:none;
	position:absolute;
	width:45px; height:45px;
	z-index:9999;
}
.fraction-slider .prev:before,
.fraction-slider .next:before{
content: '\e833';
font-family: 'fontello';
position: absolute;	
top: 10px;
}
.fraction-slider .next:before{
content: '\e834';
}
.fraction-slider .prev{
	left:10px; 
	top:45%;
}
.fraction-slider .prev:hover{
}

.fraction-slider .next{
	right:10px; top:185px;
}
.fraction-slider .next:hover{
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next{
	display:block;
}

/** PAGER **/

.fs-pager-wrapper{
	position:absolute;
	left:0; 
	right: 0;
	bottom:-10px;
	height: 10px;
	text-align: center;
	z-index:9999;
	background-color: #30a79b;
}

.fs-pager-wrapper a{
	display:inline-block;
	width:24px; 
	height:24px;
	border: 4px solid #30a79b;
	position: relative;
	top: -8px;
	background-color: #fff;
	border-radius: 100%;
	margin:0 5px 0 0;
}
.fs-pager-wrapper .active{
	background-color: #30a79b;
}
.slider-wrapper {/*overflow: hidden;*/}
.fs_description {
color: #fff;
font-size: 30px;
}
.fs_name {
text-transform: uppercase;
font-weight: 900;
font-size: 100px;
line-height: 90px;
letter-spacing: -2px;
}


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); border: 2px solid #30a79b; font-size: 0; color: transparent; text-align: center;}
.flex-direction-nav .flex-prev { left: 10px; }
.flex-direction-nav .flex-next { right: 10px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "fontello"; font-size: 20px;content: '\e833'; color: #4d4d4d; position: absolute; top: 5px; left: 12px;}
.flex-direction-nav a.flex-next:before  { content: '\e834'; left: 14px;}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: 'rt-icons'; font-size: 20px; display: inline-block; content: "\e6a2"; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: "\e711"; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 40px; text-align: center; z-index: 2;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 14px; height: 14px; display: block; background: #ffe79b; border: 2px solid #ffe79b; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;}
.flex-control-paging li a:hover { background-color: transparent; }
.flex-control-paging li a.flex-active { background-color: rgb(74, 197, 255); }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/*** totop ***/
#toTop {
border-radius: 100%;
background-color: #30a79b;
bottom: 30px;
display: none;
height: 50px;
width: 50px;
overflow: hidden;
position: fixed;
right: 20px;
text-decoration: none;
z-index: 9999;
font-size: 0px;
color:transparent;
}
#toTop:after {
display: block;
content: '\e825';
color:#fff;
font-size: 22px;
font-family: 'fontello';
position: absolute;
left:16px;
top:10px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}

#toTopHover, #toTop:hover {
background: #4d4d4d;
}
#toTop:hover:after {
color: #fff;
}
#toTop:active, #toTop:focus {
outline: medium none;
}


/*** teaser icons ***/
@font-face {
	font-family: 'rt-icons';
	src:url('fonts/rt-icons.eot');
	src:url('fonts/rt-icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/rt-icons.woff') format('woff'),
		url('fonts/rt-icons.ttf') format('truetype'),
		url('fonts/rt-icons.svg#rt-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="rt-icon-"], [class*=" rt-icon-"] {
	font-family: 'rt-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p>[class^="rt-icon-"], p>[class*=" rt-icon-"]
{
padding-right: 8px;
font-size: 1.3em;
line-height: 1.45em;
position: relative;
top: 0.15em;
} 
.rt-icon-ok:before {content: "\e600";}
.rt-icon-youtube:before {content: "\e601";}
.rt-icon-times:before {content: "\e602";}
.rt-icon-image:before {content: "\e603";}
.rt-icon-phone:before {content: "\e604";}
.rt-icon-heart:before {content: "\e605";}
.rt-icon-microphone:before {content: "\e606";}
.rt-icon-rss-outline:before {content: "\e607";}
.rt-icon-message:before {content: "\e608";}
.rt-icon-location-outline:before {content: "\e609";}
.rt-icon-link-outline:before {content: "\e60a";}
.rt-icon-image-outline:before {content: "\e60b";}
.rt-icon-export-outline:before {content: "\e60c";}
.rt-icon-cross:before {content: "\e60d";}
.rt-icon-star-outline:before {content: "\e60e";}
.rt-icon-mail:before {content: "\e60f";}
.rt-icon-heart-outline:before {content: "\e610";}
.rt-icon-flash-outline:before {content: "\e611";}
.rt-icon-arrow-move-outline:before {content: "\e612";}
.rt-icon-watch:before {content: "\e613";}
.rt-icon-time:before {content: "\e614";}
.rt-icon-location-arrow-outline:before {content: "\e615";}
.rt-icon-attachment-outline:before {content: "\e616";}
.rt-icon-user-outline:before {content: "\e617";}
.rt-icon-lock-closed-outline:before {content: "\e618";}
.rt-icon-lock-open-outline:before {content: "\e619";}
.rt-icon-group-outline:before {content: "\e61a";}
.rt-icon-chart-pie-outline:before {content: "\e61b";}
.rt-icon-video-outline:before {content: "\e61c";}
.rt-icon-map:before {content: "\e61d";}
.rt-icon-key-outline:before {content: "\e61e";}
.rt-icon-infinity-outline:before {content: "\e61f";}
.rt-icon-globe-outline:before {content: "\e620";}
.rt-icon-eye-outline:before {content: "\e621";}
.rt-icon-cog-outline:before {content: "\e622";}
.rt-icon-camera-outline:before {content: "\e623";}
.rt-icon-scissors-outline:before {content: "\e624";}
.rt-icon-refresh-outline:before {content: "\e625";}
.rt-icon-zoom-outline:before {content: "\e626";}
.rt-icon-pin-outline:before {content: "\e627";}
.rt-icon-message-typing:before {content: "\e628";}
.rt-icon-folder:before {content: "\e629";}
.rt-icon-pencil:before {content: "\e62a";}
.rt-icon-brush:before {content: "\e62b";}
.rt-icon-thumbs-up:before {content: "\e62c";}
.rt-icon-pen:before {content: "\e62d";}
.rt-icon-calender-outline:before {content: "\e62e";}
.rt-icon-business-card:before {content: "\e62f";}
.rt-icon-calculator:before {content: "\e630";}
.rt-icon-clipboard:before {content: "\e631";}
.rt-icon-gift:before {content: "\e632";}
.rt-icon-bell:before {content: "\e633";}
.rt-icon-anchor-outline:before {content: "\e634";}
.rt-icon-power-outline:before {content: "\e635";}
.rt-icon-shopping-bag:before {content: "\e636";}
.rt-icon-device-tablet:before {content: "\e637";}
.rt-icon-device-phone:before {content: "\e638";}
.rt-icon-device-laptop:before {content: "\e639";}
.rt-icon-device-desktop:before {content: "\e63a";}
.rt-icon-spanner-outline:before {content: "\e63b";}
.rt-icon-puzzle-outline:before {content: "\e63c";}
.rt-icon-printer:before {content: "\e63d";}
.rt-icon-lightbulb:before {content: "\e63e";}
.rt-icon-flag-outline:before {content: "\e63f";}
.rt-icon-contacts:before {content: "\e640";}
.rt-icon-weather-stormy:before {content: "\e641";}
.rt-icon-weather-shower:before {
content: "";
background: url('img/sprite.png') -10px -280px;
}
.rt-icon-weather-partly-sunny:before {content: "\e643";}
.rt-icon-weather-downpour:before {content: "\e644";}
.rt-icon-weather-cloudy:before {content: "\e645";}
.rt-icon-plane-outline:before {content: "\e646";}
.rt-icon-phone-outline:before {content: "\e647";}
.rt-icon-microphone-outline:before {content: "\e648";}
.rt-icon-weather-sunny:before {content: "\e649";}
.rt-icon-weather-snow:before {content: "\e64a";}
.rt-icon-weather-night:before {content: "\e64b";}
.rt-icon-wine:before {content: "\e64c";}
.rt-icon-tags:before {content: "\e64d";}
.rt-icon-headphones:before {content: "\e64e";}
.rt-icon-plug:before {content: "\e64f";}
.rt-icon-credit-card:before {content: "\e650";}
.rt-icon-coffee:before {content: "\e651";}
.rt-icon-book:before {content: "\e652";}
.rt-icon-beer:before {content: "\e653";}
.rt-icon-tree:before {content: "\e654";}
.rt-icon-thermometer:before {content: "\e655";}
.rt-icon-messages:before {content: "\e656";}
.rt-icon-shopping-cart:before {content: "\e657";}
.rt-icon-leaf:before {content: "\e658";}
.rt-icon-volume:before {content: "\e659";}
.rt-icon-microphone2:before {content: "\e65a";}
.rt-icon-paperclip:before {content: "\e65b";}
.rt-icon-trashcan:before {content: "\e65c";}
.rt-icon-search:before {content: "\e65d";}
.rt-icon-chat:before {content: "\e65e";}
.rt-icon-calendar:before {content: "\e65f";}
.rt-icon-bookmark:before {content: "\e660";}
.rt-icon-email:before {content: "\e661";}
.rt-icon-heart2:before {content: "\e662";}
.rt-icon-cloud:before {content: "\e663";}
.rt-icon-book2:before {content: "\e664";}
.rt-icon-star:before {content: "\e665";}
.rt-icon-clock:before {content: "\e666";}
.rt-icon-users:before {content: "\e667";}
.rt-icon-user:before {content: "\e668";}
.rt-icon-bullhorn:before {content: "\e669";}
.rt-icon-diamond:before {content: "\e66a";}
.rt-icon-drink:before {content: "\e66b";}
.rt-icon-shorts:before {content: "\e66c";}
.rt-icon-syringe:before {content: "\e66d";}
.rt-icon-barbell:before {content: "\e66e";}
.rt-icon-chart:before {content: "\e66f";}
.rt-icon-pencil2:before {content: "\e670";}
.rt-icon-newspaper:before {content: "\e671";}
.rt-icon-earth:before {content: "\e672";}
.rt-icon-clock2:before {content: "\e673";}
.rt-icon-comment:before {content: "\e674";}
.rt-icon-chat2:before {content: "\e675";}
.rt-icon-speaker:before {content: "\e676";}
.rt-icon-heart3:before {content: "\e677";}
.rt-icon-list:before {content: "\e678";}
.rt-icon-edit:before {content: "\e679";}
.rt-icon-trash:before {content: "\e67a";}
.rt-icon-briefcase {background: url('img/sprite.png') -103px -1px;}
.rt-icon-calendar2:before {content: "\e67c";}
.rt-icon-inbox:before {content: "\e67d";}
.rt-icon-google-plus:before {content: "\e67e";}
.rt-icon-instagram:before {content: "\e67f";}
.rt-icon-user2:before {content: "\e680";}
.rt-icon-users2:before {content: "\e681";}
.rt-icon-archive:before {content: "\e682";}
.rt-icon-desktop:before {content: "\e683";}
.rt-icon-sent:before {content: "\e684";}
.rt-icon-share:before {content: "\e685";}
.rt-icon-film:before {content: "\e686";}
.rt-icon-tag:before {content: "\e687";}
.rt-icon-email2:before {content: "\e688";}
.rt-icon-picture:before {content: "\e689";}
.rt-icon-frame:before {content: "\e68a";}
.rt-icon-locked:before {content: "\e68b";}
.rt-icon-pin:before {content: "\e68c";}
.rt-icon-search2:before {content: "\e68d";}
.rt-icon-home {
background: url('img/sprite.png') 9px 0;
}
.rt-icon-cart:before {content: "\e68f";}
.rt-icon-camera:before {content: "\e690";}
.rt-icon-compass:before {content: "\e691";}
.rt-icon-cloud2:before {content: "\e692";}
.rt-icon-grid:before {content: "\e693";}
.rt-icon-popup:before {content: "\e694";}
.rt-icon-home2:before {content: "\e695";}
.rt-icon-light-bulb:before {content: "\e696";}
.rt-icon-store:before {content: "\e697";}
.rt-icon-anchor:before {content: "\e698";}
.rt-icon-book3:before {content: "\e699";}
.rt-icon-sound-alt:before {content: "\e69a";}
.rt-icon-inbox2:before {content: "\e69b";}
.rt-icon-inbox-alt:before {content: "\e69c";}
.rt-icon-envelope:before {content: "\e69d";}
.rt-icon-compose:before {content: "\e69e";}
.rt-icon-chat-alt-stroke:before {content: "\e69f";}
.rt-icon-rss:before {content: "\e6a0";}
.rt-icon-cog:before {content: "\e6a1";}
.rt-icon-pin2:before {content: "\e6a2";}
.rt-icon-link:before {content: "\e6a3";}
.rt-icon-key-stroke:before {content: "\e6a4";}
.rt-icon-lightbulb2:before {content: "\e6a5";}
.rt-icon-compass2:before {content: "\e6a6";}
.rt-icon-book-alt2:before {content: "\e6a7";}
.rt-icon-book4:before {content: "\e6a8";}
.rt-icon-book-alt:before {content: "\e6a9";}
.rt-icon-pen-alt-stroke:before {content: "\e6aa";}
.rt-icon-layers:before {content: "\e6ab";}
.rt-icon-paperclip2:before {content: "\e6ac";}
.rt-icon-fork:before {content: "\e6ad";}
.rt-icon-uniF756:before {content: "\e6ae";}
.rt-icon-uniF765:before {content: "\e6af";}
.rt-icon-uniF794:before {content: "\e6b0";}
.rt-icon-uniF56B:before {content: "\e6b1";}
.rt-icon-fish:before {content: "\e6b2";}
.rt-icon-cupcake:before {content: "\e6b3";}
.rt-icon-pizza:before {content: "\e6b4";}
.rt-icon-cherry:before {content: "\e6b5";}
.rt-icon-mushroom:before {content: "\e6b6";}
.rt-icon-bone:before {content: "\e6b7";}
.rt-icon-steak:before {content: "\e6b8";}
.rt-icon-bottle:before {content: "\e6b9";}
.rt-icon-restaurantmenu:before {content: "\e6ba";}
.rt-icon-coffeebean:before {content: "\e6bb";}
.rt-icon-chocolate:before {content: "\e6bc";}
.rt-icon-raspberry:before {content: "\e6bd";}
.rt-icon-raspberrypi:before {content: "\e6be";}
.rt-icon-birthday:before {content: "\e6bf";}
.rt-icon-sun:before {content: "\e6c0";}
.rt-icon-moon:before {content: "\e6c1";}
.rt-icon-cloudy:before {content: "\e6c2";}
.rt-icon-cloud3:before {content: "\e6c3";}
.rt-icon-cloud4:before {content: "\e6c4";}
.rt-icon-lightning:before {content: "\e6c5";}
.rt-icon-rainy:before {content: "\e6c6";}
.rt-icon-snowy:before {content: "\e6c7";}
.rt-icon-mobile:before {content: "\e6c8";}
.rt-icon-ipod:before {content: "\e6c9";}
.rt-icon-monitor:before {content: "\e6ca";}
.rt-icon-laptop:before {content: "\e6cb";}
.rt-icon-window:before {content: "\e6cc";}
.rt-icon-mouse:before {content: "\e6cd";}
.rt-icon-quote:before {content: "\e6ce";}
.rt-icon-quote2:before {content: "\e6cf";}
.rt-icon-microphone3:before {content: "\e6d0";}
.rt-icon-cog2:before {content: "\e6d1";}
.rt-icon-gamepad:before {content: "\e6d2";}
.rt-icon-graduate:before {content: "\e6d3";}
.rt-icon-lab:before {
content: "";
background: url('img/sprite.png') -16px -438px;
}
.rt-icon-tie {background: url('img/sprite.png') -212px 2px;}
.rt-icon-tie2:before {content: "\e6d5";}
.rt-icon-heart4:before {content: "\e6d6";}
.rt-icon-cloud5:before {content: "\e6d7";}
.rt-icon-star2:before {content: "\e6d8";}
.rt-icon-tv:before {content: "\e6d9";}
.rt-icon-sound:before {content: "\e6da";}
.rt-icon-video:before {content: "\e6db";}
.rt-icon-trash2:before {content: "\e6dc";}
.rt-icon-user3:before {content: "\e6dd";}
.rt-icon-key:before {content: "\e6de";}
.rt-icon-search3:before {content: "\e6df";}
.rt-icon-eye:before {content: "\e6e0";}
.rt-icon-bubble:before {content: "\e6e1";}
.rt-icon-stack:before {content: "\e6e2";}
.rt-icon-cup:before {content: "\e6e3";}
.rt-icon-phone2:before {content: "\e6e4";}
.rt-icon-news:before {content: "\e6e5";}
.rt-icon-mail2:before {content: "\e6e6";}
.rt-icon-like:before {content: "\e6e7";}
.rt-icon-photo:before {content: "\e6e8";}
.rt-icon-note:before {content: "\e6e9";}
.rt-icon-food:before {content: "\e6ea";}
.rt-icon-t-shirt:before {content: "\e6eb";}
.rt-icon-fire:before {content: "\e6ec";}
.rt-icon-clip:before {content: "\e6ed";}
.rt-icon-shop:before {content: "";
background: url('img/sprite.png') -172px -374px;}
.rt-icon-calendar3:before {content: "\e6ef";}
.rt-icon-wallet:before {content: "\e6f0";}
.rt-icon-vynil:before {content: "\e6f1";}
.rt-icon-truck:before {content: "\e6f2";}
.rt-icon-world:before {content: "\e6f3";}
.rt-icon-settings:before {content: "\e6f4";}
.rt-icon-camera2:before {content: "\e6f5";}
.rt-icon-tag2:before {content: "\e6f6";}
.rt-icon-lock:before {content: "\e6f7";}
.rt-icon-bulb:before {content: "\e6f8";}
.rt-icon-pen2:before {content: "\e6f9";}
.rt-icon-diamond2:before {content: "\e6fa";}
.rt-icon-display:before {content: "\e6fb";}
.rt-icon-location:before {content: "\e6fc";}
.rt-icon-clock3:before {content: "\e6fd";}
.rt-icon-paperplane:before {content: "\e6fe";}
.rt-icon-params:before {content: "\e6ff";}
.rt-icon-banknote:before {content: "\e700";}
.rt-icon-data:before {content: "\e701";}
.rt-icon-music:before {content: "\e702";}
.rt-icon-megaphone:before {content: "\e703";}
.rt-icon-study:before {content: "\e704";}
.rt-icon-lab2:before {content: "";
background: url('img/sprite.png') -180px -445px;}
.rt-icon-chat3:before {content: "\e706";}
.rt-icon-archive2:before {content: "\e707";}
.rt-icon-user4:before {content: "\e708";}
.rt-icon-users3:before {content: "\e709";}
.rt-icon-archive3:before {content: "\e70a";}
.rt-icon-earth2:before {content: "\e70b";}
.rt-icon-location2:before {content: "\e70c";}
.rt-icon-mobile2:before {content: "\e70d";}
.rt-icon-screen:before {content: "\e70e";}
.rt-icon-mail3:before {content: "\e70f";}
.rt-icon-support:before {content: "\e710";}
.rt-icon-videos:before {content: "\e711";}
.rt-icon-star3:before {content: "\e712";}
.rt-icon-heart5:before {content: "\e713";}
.rt-icon-bookmark2:before {content: "\e714";}
.rt-icon-file:before {content: "\e715";}
.rt-icon-locked2:before {content: "\e716";}
.rt-icon-unlocked:before {content: "\e717";}
.rt-icon-archive4:before {content: "\e718";}
.rt-icon-images:before {content: "\e719";}
.rt-icon-images2:before {content: "\e71a";}
.rt-icon-pencil3:before {content: "\e71b";}
.rt-icon-pictures:before {content: "\e71c";}
.rt-icon-link2:before {content: "\e71d";}
.rt-icon-search4:before {content: "\e71e";}
.rt-icon-cog3:before {content: "\e71f";}
.rt-icon-trashcan2:before {content: "\e720";}
.rt-icon-pencil4:before {content: "\e721";}
.rt-icon-article:before {content: "\e722";}
.rt-icon-clock4:before {content: "\e723";}
.rt-icon-heart6:before {content: "\e724";}
.rt-icon-palette:before {content: "\e725";}
.rt-icon-leaf2:before {content: "\e726";}
.rt-icon-megaphone2:before {content: "\e727";}
.rt-icon-bell2:before {content: "\e728";}
.rt-icon-lifebuoy:before {content: "\e729";}
.rt-icon-magnet:before {content: "\e72a";}
.rt-icon-light-bulb2:before {content: "\e72b";}
.rt-icon-flickr:before {content: "\e72c";}
.rt-icon-flickr2:before {content: "\e72d";}
.rt-icon-vimeo:before {content: "\e72e";}
.rt-icon-vimeo2:before {content: "\e72f";}
.rt-icon-twitter:before {content: "\e730";}
.rt-icon-twitter2:before {content: "\e731";}
.rt-icon-facebook:before {content: "\e732";}
.rt-icon-facebook2:before {content: "\e733";}
.rt-icon-facebook3:before {content: "\e734";}
.rt-icon-googleplus:before {content: "\e735";}
.rt-icon-googleplus2:before {content: "\e736";}
.rt-icon-pinterest:before {content: "\e737";}
.rt-icon-pinterest2:before {content: "\e738";}
.rt-icon-tumblr:before {content: "\e739";}
.rt-icon-tumblr2:before {content: "\e73a";}
.rt-icon-linkedin:before {content: "\e73b";}
.rt-icon-linkedin2:before {content: "\e73c";}
.rt-icon-dribbble:before {content: "\e73d";}
.rt-icon-dribbble2:before {content: "\e73e";}
.rt-icon-stumbleupon:before {content: "\e73f";}
.rt-icon-stumbleupon2:before {content: "\e740";}
.rt-icon-lastfm:before {content: "\e741";}
.rt-icon-lastfm2:before {content: "\e742";}
.rt-icon-skype:before {content: "\e743";}
.rt-icon-skype2:before {content: "\e744";}
.rt-icon-behance:before {content: "\e745";}
.rt-icon-vk:before {content: "\e746";}
.rt-icon-smashing:before {content: "\e747";}
.rt-icon-dropbox:before {content: "\e748";}
.rt-icon-evernote:before {content: "\e749";}
.rt-icon-picasa:before {content: "\e74a";}
.rt-icon-instagram2:before {content: "\e74b";}


/*** social icons ***/
@font-face {
font-family: 'socialicoregular';
src: url('fonts/socialico-webfont.eot');
src: url('fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/socialico-webfont.woff') format('woff'),
url('fonts/socialico-webfont.ttf') format('truetype'),
url('fonts/socialico-webfont.svg#socialicoregular') format('svg');
font-weight: normal;
font-style: normal;
}

a[class^="socialico-"] {
font-size: 0px !important;
display: inline-block;
position: relative;
padding-right: 30px;
line-height: 30px;
vertical-align: middle;
margin-right: 5px;
}

a[class^="socialico-"]:before {
display: inline-block;
text-indent: 0;
overflow: hidden;
font-family: 'socialicoregular';
font-size: 24px;
text-align: center;
position: absolute;
left: 0;
top: 1px;
background-color: #30a79b;
border-radius: 100%;
width: 30px;
height: 30px;
line-height: 30px;
color:#fff;
margin: 0;

-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
-ms-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
a[class^="socialico-"]:hover {}
a[class^="socialico-"]:hover:before {
background-color: #4d4d4d !important; 
color:#fff;
-webkit-transition: all 0.1s linear 0s;
-moz-transition: all 0.1s linear 0s;
-o-transition: all 0.1s linear 0s;
-ms-transition: all 0.1s linear 0s;
transition: all 0.1s linear 0s;
}

a.socialico-soundcloud-rounded:before {content: "!";}
a.socialico-pinterest-rounded:before {content: "&";}
a.socialico-windows-rounded:before {content: "0";}
a.socialico-addthis-rounded:before {content: "1";}
a.socialico-sharethis-rounded:before {content: "2";}
a.socialico-picasa-rounded:before {content: "4";}
a.socialico-lastfm-rounded:before {content: "5";}
a.socialico-technorati-rounded:before {content: "?";}
a.socialico-mac-rounded:before {content: "@";}
a.socialico-dribble-rounded:before {content: "d";}
a.socialico-behance-rounded:before {content: "b";}
a.socialico-facebook-rounded:before {content: "f";}
a.socialico-google-rounded:before {content: "g";}
a.socialico-skype-rounded:before {content: "h";}
a.socialico-linkedin-rounded:before {content: "i";}
a.socialico-deviantart-rounded:before {content: "j";}
a.socialico-bing-rounded:before {content: "k";}
a.socialico-twitter-rounded:before {content: "l";}
a.socialico-myspace-rounded:before {content: "m";}
a.socialico-flickr-rounded:before {content: "n";}
a.socialico-tumblr-rounded:before {content: "o";}
a.socialico-paypal-rounded:before {content: "p";}
a.socialico-rss-rounded:before {content: "r";}
a.socialico-stumbleupon-rounded:before {content: "s";}
a.socialico-blogger-rounded:before {content: "u";}
a.socialico-vimeo-rounded:before {content: "v";}
a.socialico-wordpress-rounded:before {content: "w";}
a.socialico-youtube-rounded:before {content: "x";}
a.socialico-yahoo-rounded:before {content: "y";}
a.socialico-aim-rounded:before {content: "z";}
a.socialico-dribble:before {content: "D";}
a.socialico-behance:before {content: "E";}
a.socialico-facebook:before {content: "F";}
a.socialico-google:before {content: "G";}
a.socialico-skype:before {content: "H";}
a.socialico-linkedin:before {content: "I";}
a.socialico-deviantart:before {content: "J";}
a.socialico-bing:before {content: "K";}
a.socialico-twitter:before {content: "L";}
a.socialico-myspace:before {content: "M";}
a.socialico-flickr:before {content: "N";}
a.socialico-tumblr:before {content: "T";}
a.socialico-paypal:before {content: "P";}
a.socialico-rss:before {content: "R";}
a.socialico-stumbleupon:before {content: "S";}
a.socialico-blogger:before {content: "B";}
a.socialico-vimeo:before {content: "V";}
a.socialico-wordpress:before {content: "W";}
a.socialico-youtube:before {content: "X";}
a.socialico-yahoo:before {content: "Y";}
a.socialico-aim:before {content: "Z";}

/*colors for used social icons*/

a.socialico-facebook:before {
background-color:#507cbe !important;
}
a.socialico-twitter:before {
background-color:#00abef !important;
}
a.socialico-flickr:before {
background-color:#ff0084 !important;
}
a.socialico-google:before {
background-color:#cb4437 !important;
}
a.socialico-linkedin:before {
background-color:#00649b !important;
}
a.socialico-dribble:before {
background-color:#f76799 !important;
}
a.socialico-pint:before {
background-color:#00bdec !important;
}
a.socialico-skype:before {
background-color:#17b3ee !important;
}

/*** fontello arrow icons ***/
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?81703720');
  src: url('fonts/fontello.eot?81703720#iefix') format('embedded-opentype'),
	   url('fonts/fontello.woff?81703720') format('woff'),
	   url('fonts/fontello.ttf?81703720') format('truetype'),
	   url('fonts/fontello.svg?81703720#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
	font-family: 'fontello';
	src: url('fonts/fontello.svg?81703720#fontello') format('svg');
  }
}
*/
 
 [class^="arrow-icon-"]:before, [class*=" arrow-icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
	 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  text-shadow:none !important;
}
.arrow-icon-picture:before { content: '\e848'; }
.arrow-icon-up-micro:before { content: '\e853'; }
.arrow-icon-quote-right-1:before { content: '\e847'; }
.arrow-icon-location:before { content: '\e849'; }
.arrow-icon-down-dir:before { content: '\e84a'; }
.arrow-icon-up-dir:before { content: '\e84b'; }
.arrow-icon-left-dir:before { content: '\e83b'; }
.arrow-icon-right-dir:before { content: '\e83a'; }
.arrow-icon-down-open-3:before { content: '\e83c'; }
.arrow-icon-left-open-4:before { content: '\e83d'; }
.arrow-icon-right-open-4:before { content: '\e83e'; }
.arrow-icon-up-open-3:before { content: '\e83f'; }
.arrow-icon-angle-left:before { content: '\e840'; }
.arrow-icon-angle-right:before { content: '\e841'; }
.arrow-icon-angle-up:before { content: '\e842'; }
.arrow-icon-angle-down:before { content: '\e843'; }
.arrow-icon-angle-double-left:before { content: '\e844'; }
.arrow-icon-angle-double-right:before { content: '\e845'; }
.arrow-icon-angle-double-up:before { content: '\e84d'; }
.arrow-icon-angle-double-down:before { content: '\e84c'; }
.arrow-icon-plus-1:before { content: '\e838'; }
.arrow-icon-minus-1:before { content: '\e839'; }
.arrow-icon-down-open-2:before { content: '\e82a'; }
.arrow-icon-left-open-3:before { content: '\e82b'; }
.arrow-icon-right-open-3:before { content: '\e82c'; }
.arrow-icon-up-open-2:before { content: '\e82d'; }
.arrow-icon-down-open-mini:before { content: '\e82e'; }
.arrow-icon-left-open-mini:before { content: '\e82f'; }
.arrow-icon-right-open-mini:before { content: '\e830'; }
.arrow-icon-up-open-mini:before { content: '\e831'; }
.arrow-icon-down-open-big:before { content: '\e832'; }
.arrow-icon-left-open-big:before { content: '\e833'; }
.arrow-icon-right-open-big:before { content: '\e834'; }
.arrow-icon-up-open-big:before { content: '\e835'; }
.arrow-icon-left-thin:before { content: '\e837'; }
.arrow-icon-right-thin:before { content: '\e836'; }
.arrow-icon-left-open-outline:before { content: '\e81c'; }
.arrow-icon-left-open-2:before { content: '\e81a'; }
.arrow-icon-right-open-outline:before { content: '\e81d'; }
.arrow-icon-right-open-2:before { content: '\e81b'; }
.arrow-icon-down:before { content: '\e81e'; }
.arrow-icon-left:before { content: '\e81f'; }
.arrow-icon-quote-left-1:before { content: '\e846'; }
.arrow-icon-up:before { content: '\e821'; }
.arrow-icon-down-outline:before { content: '\e822'; }
.arrow-icon-left-outline:before { content: '\e823'; }
.arrow-icon-right-outline:before { content: '\e824'; }
.arrow-icon-up-outline:before { content: '\e825'; }
.arrow-icon-down-small:before { content: '\e826'; }
.arrow-icon-left-small:before { content: '\e827'; }
.arrow-icon-right-small:before { content: '\e828'; }
.arrow-icon-up-small:before { content: '\e829'; }
.arrow-icon-plus:before { content: '\e806'; }
.arrow-icon-minus:before { content: '\e807'; }
.arrow-icon-quote-left:before { content: '\e808'; }
.arrow-icon-quote-right:before { content: '\e809'; }
.arrow-icon-quote-left-alt:before { content: '\e818'; }
.arrow-icon-quote-right-alt:before { content: '\e819'; }
.arrow-icon-down-open-1:before { content: '\e800'; }
.arrow-icon-left-open:before { content: '\e801'; }
.arrow-icon-right-open:before { content: '\e80a'; }
.arrow-icon-up-open-1:before { content: '\e80b'; }
.arrow-icon-down-1:before { content: '\e80e'; }
.arrow-icon-left-1:before { content: '\e80c'; }
.arrow-icon-right-1:before { content: '\e80d'; }
.arrow-icon-up-1:before { content: '\e80f'; }
.arrow-icon-down-bold:before { content: '\e810'; }
.arrow-icon-left-bold:before { content: '\e811'; }
.arrow-icon-right-bold:before { content: '\e812'; }
.arrow-icon-up-bold:before { content: '\e813'; }
.arrow-icon-down-fat:before { content: '\e814'; }
.arrow-icon-left-fat:before { content: '\e815'; }
.arrow-icon-right-fat:before { content: '\e816'; }
.arrow-icon-up-fat:before { content: '\e817'; }
.arrow-icon-plus-2:before { content: '\e84e'; }
.arrow-icon-minus-2:before { content: '\e84f'; }
.arrow-icon-quote:before { content: '\e850'; }
.arrow-icon-quote-circled:before { content: '\e851'; }
.arrow-icon-down-open:before { content: '\e802'; }
.arrow-icon-left-open-1:before { content: '\e803'; }
.arrow-icon-right-open-1:before { content: '\e804'; }
.arrow-icon-up-open:before { content: '\e805'; }
.arrow-icon-down-micro:before { content: '\e852'; }
.arrow-icon-right:before { content: '\e820'; }


/*** prettyPhoto ***/
div.facebook .pp_expand{background:url(img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;z-index:3000;}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(img/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px; margin-top: -2px;}
div.facebook .pp_nav .pp_play{background:url(img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px; overflow: hidden;}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;/*margin:10px 0 2px;*/ padding:7px 10px; background-color: #fff;}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;}
a.pp_previous{background:url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%;-webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:30px;top:7px;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

/*google style gallery*/

.gallery-grid {
list-style: none;
padding:0;
margin: 0 auto;
text-align: center;
width: 100%;
}

.gallery-grid li {
display: inline-block;
margin: 10px 0;
padding-left: 10px;
padding-right: 10px;
vertical-align: top;
width: 24%;
}
.gallery-grid.gallery-3-columns li {
width: 33%;
}
.gallery-grid.gallery-5-columns li {
width: 19%;
}
.gallery-grid li strong{
	color: #4d4d4d;
}

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

	.gallery-grid li {
		width: 49% !important;
	}
	
}

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

	.gallery-grid li {
		width: 80% !important;
	}
	.panel-title > a {
	}
	.panel-title > a.collapsed:after {
	right: 15px;
	}
	ol {
		min-width: 300px;
	}
	.panel-group .panel {
		width: 100%;
	}
	.collapse.in .panel-body {
		padding-left: 0 !important;
	}
	.carousel-indicators {
		margin: 0 auto;
		left: 0;
		min-width: 100%;
	}
}

.gallery-grid li > a,
.gallery-grid li > a img {
border: none;
outline: none;
display: block;
position: relative;
}

.gallery-grid li > a:before, .gallery-grid li > a:after {
position: absolute;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
-ms-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}

.gallery-grid li > a:before {
content: "";
top:0;
left: 0;
right: 0;
bottom: 0;
background-color: #30a79b;
}
.gallery-grid li > a:after {
content: "+";
width: 30px;
height: 30px;
line-height: 30px;
top:50%;
right: 50%;
margin: -15px -15px 0 0;
background-color: #fff;
color: #4d4d4d;
border-radius: 100%;
}
.gallery-grid li:hover > a:before, .gallery-grid li:hover > a:after {opacity: 0.8;}

.gallery-grid li > a + h3 {
font-size: 14px; 
text-transform: uppercase;
margin: 0;
padding: 20px 0;
background-color: #fff;
}

.gallery-grid .portfolio_description {
display: none;
}

.gallery-expander {
position: absolute;
top: auto;
left: 0;
width: 100%;
margin-top: 10px;
text-align: left;
height: 0;
overflow: hidden;
background-color: #fff;
}

.gallery-expander-inner {
padding: 50px 30px;
height: 100%;
}

.gallery-close {
position: absolute;
width: 30px;
height: 30px;
top: 20px;
right: 20px;
cursor: pointer;
}

.gallery-close::before,
.gallery-close::after {
content: '';
position: absolute;
width: 100%;
top: 50%;
height: 3px;
background: #4d4d4d;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}

.gallery-close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.gallery-close:hover::before,
.gallery-close:hover::after {
background: #4d4d4d;
}

.gallery-fullimg,
.gallery-details {
width: 50%;
float: left;
height: 100%;
overflow: hidden;
position: relative;
}

.gallery-details {
padding: 0 40px 0 20px;
}

.gallery-fullimg {
text-align: center;
}

.gallery-fullimg img {
display: inline-block;
max-height: 100%;
max-width: 100%;
}

.gallery-details h3 {
font-size: 52px;
padding: 40px 0 10px;
margin-bottom: 10px;
}

.gallery-details p {
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #999;
}

.gallery-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}


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

	.gallery-fullimg { display: none; }
	.gallery-details { float: none; width: 100%; }
	
}


/*
	update
*/
.recent-projects.owl-carousel {
padding-top: 90px;
}


.recent-projects .owl-carousel-item > a {
border: none;
outline: none;
display: block;
position: relative;
}

.recent-projects .owl-carousel-item > a:before, .recent-projects .owl-carousel-item > a:after {
position: absolute;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
-ms-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}

.recent-projects .owl-carousel-item > a:before {
content: "";
top:0;
left: 0;
right: 0;
bottom: 0;
background-color: #30a79b;
}
.recent-projects .owl-carousel-item > a:after {
content: "+";
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
top:50%;
right: 50%;
margin: -15px -15px 0 0;
background-color: #fff;
color: #4d4d4d;
border-radius: 100%;
}

.recent-projects .owl-item:hover .owl-carousel-item > a:before,
.recent-projects .owl-item:hover .owl-carousel-item > a:after {opacity: 0.8;}

.recent-projects .owl-carousel-item > a + h3 {
font-size: 14px; 
text-transform: uppercase;
margin: 0;
padding: 20px 0;
text-align: center;
background-color: #fff;
}
.recent-projects .owl-carousel-item > a + h3 a{
color: #4d4d4d;
}
.recent-projects .owl-carousel-item > a + h3 a:hover{
color: #30a79b;
}

/*style.css*/
.postCount.short h3 a{
	color:white ;
}
.postSingle blockquote p{
	font-size: 16px;
	line-height: 25px;
	color: #242424!important;
}
.tagsListSingle li{
	margin-right:3px;
}
.comment-respond > h2 {
	font-size: 18px;
	color: #242424!important;
	font-weight:bold;
}
.entriesContainer .children{
	margin-left: 80px;
}
.comments .reply-btn a:hover{
	color: #242424!important;
}
.comment-form {
margin-top: 50px;
}
.replyForm #submit  {
	display: inline-block;
	cursor: pointer;
	margin-top:20px;
	font-size: 13px;
	padding: 8.5px 15px;
	background: none repeat scroll 0 0 #fff;
}
.replyForm textarea {
	width: 97.4%;
	color: #242424;
	overflow:hidden;
}
.pagination ul li .current{
	background: #343434;
	color: #ffffff;
}
.cForm input[type="email"] {
height: 40px;
margin-bottom: 20px;
width: 450px;
}
.cForm #submit {
color: #111111;
cursor: pointer;
display: inline-block;
margin-top: 20px;
font-size: 16px;
background: white;
}

.logged-in.admin-bar .switchedHeader {top:32px;}

#projectDesc .container .sixteen.columns p{
	margin-bottom:80px;
}

.single-portfolio .videoHolder,.single-portfolio .postMedia{
	margin-top:74px;
	text-align: center;
}
#portfolio .innerContent .container{
	margin-bottom:60px;
}

.post-type-archive-portfolio #portfolio{
	margin-top:60px;
}

	nav#mainNav {
		float: right;
		font-size: 11px;
		margin: 0 1px 0 -12px;
		padding: 0;
	}

	nav#mainNav .menu-toggle {
		display: none;
		padding: 0;
	}

	nav#mainNav .nav-menu {
		border-bottom: 0;
		display: block;
	}

	nav#mainNav.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	nav#mainNav li {
		border: 0;
		display: inline-block;
		height: 48px;
		position: relative;
	}

	nav#mainNav ul ul {
		background-color: white;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	nav#mainNav li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	nav#mainNav ul ul ul {
		left: -999em;
		top: 0;
	}

	nav#mainNav ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
	}


	nav#mainNav ul li:hover > ul,
	nav#mainNav ul li.focus > ul {
		left: auto;
	}

	nav#mainNav ul ul li:hover > ul,
	nav#mainNav ul ul li.focus > ul {
		left: 100%;
	}

	nav#mainNav .menu-item-has-children > a,
	nav#mainNav .page_item_has_children > a {
		padding-right: 26px;
	}

	nav#mainNav .menu-item-has-children > a:after,
	nav#mainNav .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	nav#mainNav li .menu-item-has-children > a,
	nav#mainNav li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

.wp-caption{
	max-width:100%;
}
.textwidget form select{
	max-width:100%;
}
.textwidget form select option{
	max-width:100%;
}
.author-image img{
	width:100%;
	height:100%;
}
.comment-respond p.form-submit{
	
}
.comments-area ul{
	list-style: none;
}
#belowcontent .blog_grid .col-sm-6{
	margin-bottom: 15px;
}
.wpcf7-form label{
	display:none;
}
.grey_section form.wpcf7-form input, .slideExpandUp form.wpcf7-form textarea{
	text-align: left;
}
ul#flickr .flickr_badge_image{
	background-color: #C4C4C4;
	display: inline-block;
	line-height: 0 !important;
	list-style: none outside none;
	margin: 0 12px 12px 0;
}
@media (min-width: 600px){
	body.admin-bar #header{
		top:32px!important;
	}
}
.menu-item .caret{
	display:none!important;
}
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.aligncenter{}

/*-----------------------------------------------------------------------------------*/
/*	CALENDAR STYLES WIDGET
/*-----------------------------------------------------------------------------------*/
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
	background: none repeat scroll 0 0 #E9E9E9;
	color: #333333;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;	
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
	border: 1px solid #E9E9E9;
	font-size: 13px;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #C3512F;color: #fff;}
#wp-calendar tbody td#today a {color: #AAAAAA;} 
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #EF4836;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #EF4836;}
/*End blog section*/
.searchForm{
	position:relative;
	margin-top:10px;
}

.searchForm input[type="text"]{
   
	padding: 10px;
	font-size: 13px;
	width: 100%;
}


.searchForm  .submitSearch {
	border: none;
	position: absolute;
	right: 14px;
	top: 8px;
	background: white;
}
body.page-template-page-templatestemplate-home-php #header.affix-top {
position: fixed;
background-image: none!important;
}
#header li.current-menu-ancestor >a{
	color: #30a79b;
	background-color: #4d4d4d;
}
.light_section .block p{
	color: #4d4d4d!important;
}
.entry-header a{
	color: #30a79b !important;
}
.entry-header a:hover{
	color: #4d4d4d !important;
}

#events h3 {
	text-align: center;
}
.azul {
	background-color: #32a3dc !important;
	padding: 10px;
	color: #fff;
	width: 33%;
	display: inline-block;
	border-radius: 0;
	min-width: 380px;
	margin-bottom: 2px;
}
.azul:hover {
	background-color: #4d4d4d !important;
	-webkit-transition: all 0.1s linear 0s;
-moz-transition: all 0.1s linear 0s;
-o-transition: all 0.1s linear 0s;
-ms-transition: all 0.1s linear 0s;
transition: all 0.1s linear 0s;
}
.panel-group-new {
	padding: 0;
}
.newh {
	margin: 30px 0 20px 0;
}
.widget h3 {
	text-align: center;
}
#text-3 h3 {
margin-bottom: 20px;
margin-top: 34px;
}
#text-2 h3, #text-4 h3 {
margin-bottom: 20px;
margin-top: 44px;
}
#events {
padding-top: 140px;
padding-bottom: 140px;
}
.entry-content h4 {
	margin-top: 25px;
}
.widget {
text-align: center;
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}
/**
Core Front-end Styling for Aqua Page Builder

Themes should include their own styling for the blocks.
That includes for responsive design etc, please don't
ask me to add that for you. I hate responsive designs

DO NOT EDIT THIS
	
**/

/** MISC **/
.cf:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.cf{display:block;}

/** Basic grid columns 
-----------------------*/
/** 
For those who fancy fixed widths,
copy this into your theme stylesheet

[class*="aq_span"] {
	float: left;
	margin-left: 20px;
}

.aq-template-wrapper .aq_span12 {width: 940px;}
.aq-template-wrapper .aq_span11 {width: 860px;}
.aq-template-wrapper .aq_span10 {width: 780px;}
.aq-template-wrapper .aq_span9 {width: 700px;}
.aq-template-wrapper .aq_span8 {width: 620px;}
.aq-template-wrapper .aq_span7 {width: 540px;}
.aq-template-wrapper .aq_span6 {width: 460px;}
.aq-template-wrapper .aq_span5 {width: 380px;}
.aq-template-wrapper .aq_span4 {width: 300px;}
.aq-template-wrapper .aq_span3 {width: 220px;}
.aq-template-wrapper .aq_span2 {width: 140px;}
.aq-template-wrapper .aq_span1 {width: 60px;}

*/

[class*="aq_span"] {
	float: left;
	margin-left: 3%;
}

.aq-template-wrapper .aq_span1 { width:5.58%; }
.aq-template-wrapper .aq_span2 { width:14.16%; }
.aq-template-wrapper .aq_span3 { width:22.75%; }
.aq-template-wrapper .aq_span4 { width:31.33%; }
.aq-template-wrapper .aq_span5 { width:39.92%; }
.aq-template-wrapper .aq_span6 { width:48.5%; }
.aq-template-wrapper .aq_span7 { width:57.08%; }
.aq-template-wrapper .aq_span8 { width:65.67%; }
.aq-template-wrapper .aq_span9 { width:74.25%; }
.aq-template-wrapper .aq_span10 { width:82.83%; }
.aq-template-wrapper .aq_span11 { width:91.42%; }
.aq-template-wrapper .aq_span12 { width:100%; }

.aq-template-wrapper .aq-first {margin-left: 0;}

/** Blocks 
-----------------------*/
.aq-block {  }

/* clear block */
.aq-block-aq_clear_block { margin-bottom: 0px; }
.aq-block-hr-single { margin-bottom: 20px; }
.aq-block-hr-double { margin-bottom: 0px; }


/* column block */

/* To calculate the widths, use this (PHP):
echo '<pre>';

$columns = range(1,12);
$childcols = array();
foreach($columns as $column) {
	$childcols = range(1, $column);
	foreach($childcols as $childcol) {
		$class = '.aq-template-wrapper .aq_span'.$column.' .aq_span'.$childcol;
		
		$margin = 5;
		
		$width = ( 100 + $margin ) / ( $column ) * ( $childcol ) - ( $margin );
		
		$width = round($width, 2);
		
		print_r($class . ' { width:'. $width .'%; }<br/>');
	}
	
}

echo '</pre>';

**/
.aq-block-aq_column_block, .block-container { margin-bottom: 0px; }
.aq-template-wrapper .aq_span1 .aq_span1 { width:100%; }
.aq-template-wrapper .aq_span2 .aq_span1 { width:47.5%; }
.aq-template-wrapper .aq_span2 .aq_span2 { width:100%; }
.aq-template-wrapper .aq_span3 .aq_span1 { width:30%; }
.aq-template-wrapper .aq_span3 .aq_span2 { width:65%; }
.aq-template-wrapper .aq_span3 .aq_span3 { width:100%; }
.aq-template-wrapper .aq_span4 .aq_span1 { width:21.25%; }
.aq-template-wrapper .aq_span4 .aq_span2 { width:47.5%; }
.aq-template-wrapper .aq_span4 .aq_span3 { width:73.75%; }
.aq-template-wrapper .aq_span4 .aq_span4 { width:100%; }
.aq-template-wrapper .aq_span5 .aq_span1 { width:16%; }
.aq-template-wrapper .aq_span5 .aq_span2 { width:37%; }
.aq-template-wrapper .aq_span5 .aq_span3 { width:58%; }
.aq-template-wrapper .aq_span5 .aq_span4 { width:79%; }
.aq-template-wrapper .aq_span5 .aq_span5 { width:100%; }
.aq-template-wrapper .aq_span6 .aq_span1 { width:12.5%; }
.aq-template-wrapper .aq_span6 .aq_span2 { width:30%; }
.aq-template-wrapper .aq_span6 .aq_span3 { width:47.5%; }
.aq-template-wrapper .aq_span6 .aq_span4 { width:65%; }
.aq-template-wrapper .aq_span6 .aq_span5 { width:82.5%; }
.aq-template-wrapper .aq_span6 .aq_span6 { width:100%; }
.aq-template-wrapper .aq_span7 .aq_span1 { width:10%; }
.aq-template-wrapper .aq_span7 .aq_span2 { width:25%; }
.aq-template-wrapper .aq_span7 .aq_span3 { width:40%; }
.aq-template-wrapper .aq_span7 .aq_span4 { width:55%; }
.aq-template-wrapper .aq_span7 .aq_span5 { width:70%; }
.aq-template-wrapper .aq_span7 .aq_span6 { width:85%; }
.aq-template-wrapper .aq_span7 .aq_span7 { width:100%; }
.aq-template-wrapper .aq_span8 .aq_span1 { width:8.13%; }
.aq-template-wrapper .aq_span8 .aq_span2 { width:21.25%; }
.aq-template-wrapper .aq_span8 .aq_span3 { width:34.38%; }
.aq-template-wrapper .aq_span8 .aq_span4 { width:47.5%; }
.aq-template-wrapper .aq_span8 .aq_span5 { width:60.63%; }
.aq-template-wrapper .aq_span8 .aq_span6 { width:73.75%; }
.aq-template-wrapper .aq_span8 .aq_span7 { width:86.88%; }
.aq-template-wrapper .aq_span8 .aq_span8 { width:100%; }
.aq-template-wrapper .aq_span9 .aq_span1 { width:6.67%; }
.aq-template-wrapper .aq_span9 .aq_span2 { width:18.33%; }
.aq-template-wrapper .aq_span9 .aq_span3 { width:30%; }
.aq-template-wrapper .aq_span9 .aq_span4 { width:41.67%; }
.aq-template-wrapper .aq_span9 .aq_span5 { width:53.33%; }
.aq-template-wrapper .aq_span9 .aq_span6 { width:65%; }
.aq-template-wrapper .aq_span9 .aq_span7 { width:76.67%; }
.aq-template-wrapper .aq_span9 .aq_span8 { width:88.33%; }
.aq-template-wrapper .aq_span9 .aq_span9 { width:100%; }
.aq-template-wrapper .aq_span10 .aq_span1 { width:5.5%; }
.aq-template-wrapper .aq_span10 .aq_span2 { width:16%; }
.aq-template-wrapper .aq_span10 .aq_span3 { width:26.5%; }
.aq-template-wrapper .aq_span10 .aq_span4 { width:37%; }
.aq-template-wrapper .aq_span10 .aq_span5 { width:47.5%; }
.aq-template-wrapper .aq_span10 .aq_span6 { width:58%; }
.aq-template-wrapper .aq_span10 .aq_span7 { width:68.5%; }
.aq-template-wrapper .aq_span10 .aq_span8 { width:79%; }
.aq-template-wrapper .aq_span10 .aq_span9 { width:89.5%; }
.aq-template-wrapper .aq_span10 .aq_span10 { width:100%; }
.aq-template-wrapper .aq_span11 .aq_span1 { width:4.55%; }
.aq-template-wrapper .aq_span11 .aq_span2 { width:14.09%; }
.aq-template-wrapper .aq_span11 .aq_span3 { width:23.64%; }
.aq-template-wrapper .aq_span11 .aq_span4 { width:33.18%; }
.aq-template-wrapper .aq_span11 .aq_span5 { width:42.73%; }
.aq-template-wrapper .aq_span11 .aq_span6 { width:52.27%; }
.aq-template-wrapper .aq_span11 .aq_span7 { width:61.82%; }
.aq-template-wrapper .aq_span11 .aq_span8 { width:71.36%; }
.aq-template-wrapper .aq_span11 .aq_span9 { width:80.91%; }
.aq-template-wrapper .aq_span11 .aq_span10 { width:90.45%; }
.aq-template-wrapper .aq_span11 .aq_span11 { width:100%; }
.aq-template-wrapper .aq_span12 .aq_span1 { width:3.75%; }
.aq-template-wrapper .aq_span12 .aq_span2 { width:12.5%; }
.aq-template-wrapper .aq_span12 .aq_span3 { width:21.25%; }
.aq-template-wrapper .aq_span12 .aq_span4 { width:30%; }
.aq-template-wrapper .aq_span12 .aq_span5 { width:38.75%; }
.aq-template-wrapper .aq_span12 .aq_span6 { width:47.5%; }
.aq-template-wrapper .aq_span12 .aq_span7 { width:56.25%; }
.aq-template-wrapper .aq_span12 .aq_span8 { width:65%; }
.aq-template-wrapper .aq_span12 .aq_span9 { width:73.75%; }
.aq-template-wrapper .aq_span12 .aq_span10 { width:82.5%; }
.aq-template-wrapper .aq_span12 .aq_span11 { width:91.25%; }
.aq-template-wrapper .aq_span12 .aq_span12 { width:100%; }

/* General 
========================================================================*/
h4.aq-block-title { margin:  0 0 20px; }

/* Alert Boxes 
========================================================================*/
.aq_alert{
	border:1px solid #d8d8d8; 
	background-color:#FEFEFE;
	padding:10px 20px;
	margin:0.5em 0 20px;
}
	.aq_alert h1,
	.aq_alert h2,
	.aq_alert h3,
	.aq_alert h4,
	.aq_alert h5,
	.aq_alert h6 {
		margin: 0 0 5px;
	}
.aq_alert.info{background-color:#EFF9FF;border:1px solid #b4ddfa; color: #2b6181;}
	.aq_alert.info h1,
	.aq_alert.info h2,
	.aq_alert.info h3,
	.aq_alert.info h4,
	.aq_alert.info h5,
	.aq_alert.info h6 {
		color: #2b6181;
	}
.aq_alert.note{background-color:#FFFCE5;border:1px solid #ffdc7d; color:#D69A2A;}
	.aq_alert.note h1,
	.aq_alert.note h2,
	.aq_alert.note h3,
	.aq_alert.note h4,
	.aq_alert.note h5,
	.aq_alert.note h6 {
		color: #D69A2A;
	}
.aq_alert.warn{background-color:#ffcaca;border:1px solid #eb8d8d; color: #da3838;}
	.aq_alert.warn h1,
	.aq_alert.warn h2,
	.aq_alert.warn h3,
	.aq_alert.warn h4,
	.aq_alert.warn h5,
	.aq_alert.warn h6 {
		color: #da3838;
	}
.aq_alert.tips{background-color:#d6fedd;border:1px solid #86d492; color:#589261;}
	.aq_alert.tips h1,
	.aq_alert.tips h2,
	.aq_alert.tips h3,
	.aq_alert.tips h4,
	.aq_alert.tips h5,
	.aq_alert.tips h6 {
		color:#589261;
	}
.aq_alert h1, .aq_alert h2, .aq_alert h3 { margin: 0; }


/* Tabs 
========================================================================*/
.aq_block_tabs .ui-tabs-hide {
    position: absolute;
    left: -9999px;
}

.aq_block_tabs {
	background: none;
	margin: 0.5em 0 2em 0;
}

.aq_block_tabs ul.aq-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	float: none;
}

.aq_block_tabs ul.aq-nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0!important;
	z-index: 10;
	list-style: none;
}
	

.aq_block_tabs ul.aq-nav li a {
	border: 1px solid #e1e1e1;
	border-bottom: none;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 26px;
	background: #FBFBFB;
	margin: 0;
	text-decoration: none;
	color: #373737;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}

.aq_block_tabs ul.aq-nav li a:hover {
	background: #fff;
	margin: 0;
}

.aq_block_tabs ul.aq-nav li.ui-tabs-active a {
	height: 27px;
	background: #fff;
}

.aq_block_tabs .aq-tab {
	background: #fff;
	padding: 15px 15px 5px;
	border: 1px solid #dfdfdf;
	display: none;
}
	.aq_block_tabs .aq-tab.first-child { 
		position: relative; 
		left: 0;
	}

/* Toggles & Accordion
====================================================================*/
.aq_block_toggle,
.aq_block_accordion {
	background: #fff;
	border: 1px solid #D8D8D8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0.5em 0 10px;
	position: relative;
}
.aq_block_toggles_wrapper { margin: 0 0 20px; }
.aq_block_accordion_wrapper { margin: 0.5em 0 20px; }
	.aq_block_accordion { 
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		border-top: none;
		margin: 0;
	}
	.aq_block_accordion.first-child { 
		border-top: 1px solid #D8D8D8;
		margin: 0.5em 0 0;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.aq_block_accordion.last-child { 
		margin: 0 0 10px;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	
	.aq_block_toggle div.arrow,
	.aq_block_accordion div.arrow { 
		display: block;
		float: right;
		width: 14px;
		height: 14px;
		position: absolute;
		right: 15px;
		top: 13px;
		background-image: url(../images/dropdown-arrows.png);
		background-repeat: no-repeat;
		background-position: -40px -3px;
	}
	.aq_block_toggle h2.tab-head,
	.aq_block_accordion h2.tab-head { 
		font-size: 14px;
		line-height: 21px;
		font-weight: normal;
		margin: 0;
		padding: 10px 70px 10px 15px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.aq_block_toggle h2.tab-head a,
	.aq_block_accordion h2.tab-head a {  }
	.aq_block_toggle:hover div.arrow,
	.aq_block_accordion:hover div.arrow { background-position: -9px -3px; }
	.aq_block_toggle .tab-body,
	.aq_block_accordion .tab-body { 
		display: none;
		background: url(../images/drop-bg.png) repeat-x 0 top;
		overflow: hidden;
		padding: 15px 15px 5px;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.aq_block_toggle .tab-body.open,
	.aq_block_accordion .tab-body.open{ 
		display: block;
	}

	/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/

/*
==============================================
slideDown
==============================================
*/
@media screen and (min-width: 767px) {

.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
slideUp
==============================================
*/


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;			
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
slideLeft
==============================================
*/


.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	50%{
		transform: translateX(-8%);
	}
	65%{
		transform: translateX(4%);
	}
	80%{
		transform: translateX(-4%);
	}
	95%{
		transform: translateX(2%);
	}			
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	50%{
		-webkit-transform: translateX(-8%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}
	80%{
		-webkit-transform: translateX(-4%);
	}
	95%{
		-webkit-transform: translateX(2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideRight
==============================================
*/


.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}			
	100% {
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideExpandUp
==============================================
*/


.slideExpandUp{
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease -out;

	visibility: visible !important;	
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		transform: translateY(0%) scaleX(1);		
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		-webkit-transform: translateY(0%) scaleX(1);		
	}
}

/*
==============================================
expandUp
==============================================
*/


.expandUp{
	animation-name: expandUp;
	-webkit-animation-name: expandUp;	

	animation-duration: 0.7s;	
	-webkit-animation-duration: 0.7s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;		

	visibility: visible !important;	
}

@keyframes expandUp {
	0% {
		transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		transform: translateY(3%);
	}	
	100% {
		transform: translateY(0%) scale(1) scaleY(1);
	}	
}

@-webkit-keyframes expandUp {
	0% {
		-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		-webkit-transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		-webkit-transform: translateY(3%);
	}	
	100% {
		-webkit-transform: translateY(0%) scale(1) scaleY(1);
	}	
}

/*
==============================================
fadeIn
==============================================
*/

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

/*
==============================================
expandOpen
==============================================
*/


.expandOpen{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	

	animation-duration: 1.2s;	
	-webkit-animation-duration: 1.2s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes expandOpen {
	0% {
		transform: scale(1.8);		
	}
	50% {
		transform: scale(0.95);
	}	
	80% {
		transform: scale(1.05);
	}
	90% {
		transform: scale(0.98);
	}	
	100% {
		transform: scale(1);
	}			
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(1.8);		
	}
	50% {
		-webkit-transform: scale(0.95);
	}	
	80% {
		-webkit-transform: scale(1.05);
	}
	90% {
		-webkit-transform: scale(0.98);
	}	
	100% {
		-webkit-transform: scale(1);
	}					
}

/*
==============================================
bigEntrance
==============================================
*/


.bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;			
}

@keyframes bigEntrance {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}		
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}				
}

/*
==============================================
hatch
==============================================
*/

.hatch{
	animation-name: hatch;
	-webkit-animation-name: hatch;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

	visibility: visible !important;		
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}	
	65% {
		transform: rotate(1deg);
	}	
	80% {
		transform: rotate(-1deg);
	}		
	100% {
		transform: rotate(0deg);
	}									
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}	
	65% {
		-webkit-transform: rotate(1deg);
	}	
	80% {
		-webkit-transform: rotate(-1deg);
	}		
	100% {
		-webkit-transform: rotate(0deg);
	}		
}


/*
==============================================
bounce
==============================================
*/


.bounce{
	animation-name: bounce;
	-webkit-animation-name: bounce;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 	
}

@keyframes bounce {
	0% {
		transform: translateY(0%) scaleY(0.6);
	}
	60%{
		transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		transform: translateY(0%) scaleY(1) scaleX(1);
	}	
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0%) scaleY(0.6);
	}
	60%{
		-webkit-transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		-webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		-webkit-transform: translateY(0%) scaleY(1) scaleX(1);
	}		
}


/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.95);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/*
==============================================
tossing
==============================================
*/

.tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);	
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);	
	}						
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);	
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);	
	}				
}

/*
==============================================
pullUp
==============================================
*/

.pullUp{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 		
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
pullDown
==============================================
*/

.pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%; 		
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
stretchLeft
==============================================
*/

.stretchLeft{
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%; 
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

/*
==============================================
stretchRight
==============================================
*/

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}



.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	100% {opacity: 1;}
}
/*
@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slideInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes slideInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-100%);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	
	100% {
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100%);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	
	100% {
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-o-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes slideOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes slideOutUp {
	0% {
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	-moz-animation-name: slideOutUp;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes slideOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes slideOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	-moz-animation-name: slideOutLeft;
	-o-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes slideOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes slideOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	-moz-animation-name: slideOutRight;
	-o-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}
@-o-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}
@keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

.moveFromLeft {
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
    -o-animation: moveFromLeft 400ms ease;
    animation: moveFromLeft 400ms ease;
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}
@-o-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}
@keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}
.moveFromRight {
    -webkit-animation: moveFromRight 400ms ease;
    -moz-animation: moveFromRight 400ms ease;
    -ms-animation: moveFromRight 400ms ease;
    -o-animation: moveFromRight 400ms ease;
    animation: moveFromRight 400ms ease;
}
@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@-o-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
.moveFromBottom {
    -webkit-animation: moveFromBottom 400ms ease;
    -moz-animation: moveFromBottom 400ms ease;
    -ms-animation: moveFromBottom 400ms ease;
    -o-animation: moveFromBottom 400ms ease;
    animation: moveFromBottom 400ms ease;
}

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*owl carousel plugin*/

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

}