﻿/*
Theme Name: VORTIS
Theme URI: http://themeforest.net/user/dexthemes
Author: manuelvega(designer)- dexthemes(developer)
Author URI: http://themeforest.net/user/dexthemes
Tags: one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options
Text Domain: vortis
Description: VORTIS HTML template v1.1
Version: 1.1
License:
License URI:
**************************************************************************************************
[Table of contents]
**************************************************************************************************
**       1- GENERAL
**       2- HEADER
**       3- BUTTONS
**       4- BACKGROUND
**       5- SECTIONS
**         5.1- SERVICES
**         5.2- ACHIEVEMENTS
**         5.3- PORTFOLIO
**         5.4- BRANDS
**         5.5- OUR TEAM
**       6- SOCIAL ICONS
**       7- CONTACT
**         7.1- GOOGLE MAP
**       8- FOOTER
**       9- SLIDER
**       10- GALLERY
**       11- LOADING
**       12- RESPONSIVE DESIGN QUERIES
**************************************************************************************************/
/* =GENERAL
-------------------------------------------------------------- */
body {
	line-height:1.7em;
	color: #5A5A5A;
	font-weight:400;
	font-size: 13px;
	font-family:'Open Sans',sans-serif;
	-webkit-backface-visibility:visible;
	position:relative;
}
html {
	margin-right:0 !important;
}
h1,h2,h3,h4,h5,h6 {
color: #505050;
    font-family: "Roboto",sans-serif;
    letter-spacing: -1px;
}
h1 {
	font-size:48px;
	font-weight:600;
}
h2 {
	font-size: 30px;
	font-weight: 400;
}
h3 {
	font-size:25px;
	font-weight:600;
	margin-bottom:15px;
}
h4 {
	font-size: 20px;
	font-weight: 400;
}
h5 {
	font-size: 18px;
}
h3+h4 {
	margin-bottom:20px;
}
img {
	max-width:100%;
	height:auto;
}
hr {
	margin-top:29px;
	border-color:#EBEBEB;
}
hr.hr-large {
	border-width: 16px;
}
ul {
	list-style-type:disc;
}
ul,ol {
	list-style-position:inside;
	padding-left:0;
}
ul>li>ul,ol ol {
	padding-left:20px;
}
a {
	color:#333333;
}
p{
	color:#000000;
}
a:hover {
	color:#D1141B;
	text-decoration:none;
}
a:focus,button:focus {
	outline:none;
	text-decoration:none;
}
.fa {
	color:#fff;
}
h3 .fa {
	font-size:16px;
	vertical-align:middle;
}
h3.heading{
	border-bottom:2px solid #f0f0f0;
	padding:20px;
	font-size:36px;
}
#entypa_preview img{
	padding: 0 50px;
}
.icon-left {
	padding-right:8px;
}
.lead {
	font-size:14px;
	font-weight:500;
	max-width:100%;
}
.centered {
	text-align:center;
}
.alignleft {
	display:inline;
	float:left;
}
.alignright {
	display:inline;
	float:right;
}
.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignleft {
	padding-right:10px;
	box-sizing:content-box;
}
img.alignright {
	padding-left:10px;
	box-sizing:content-box;
}
.wp-caption {
	text-align:center;
	font-style:italic;
}
kbd {
	background:#F3F3F3;
	color:#333333;
	padding:1px 5px 2px;
}
dd {
	line-height:1.7em;
	margin-bottom:10px;
}
q:before,q:after {
	content:open-quote;
}
.fadehover{
	transition:all .15s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .15s ease-in-out;
}
.fadehover:hover{
	opacity:1;
}
.content-onepage p:empty{
	display:none;
}
form li,.widget ul,.commentlist,.children {
	list-style: none;
}
.animate {
	opacity:0;
}
.animated {
	opacity:1;
}
/* =HEADER
-------------------------------------------------------------- */
#header {
	background:#fff;
	z-index:1041;
	width:100%;
	position:static;
	border-bottom: 1px solid #DADADA;
}
#header:before,#header:after {
	display:table;
	content:" ";
}
#header:after {
	clear:both;
}
#header.header-fixed-active {
	position:fixed;
	top:0;
	width:100%;
	box-shadow:none;
	z-index:1041;
}
#header+div {
}
.admiwn-bar #header.header-fixed-active {
	top:30px !important;
}
#logo {
	height: 73px;
	float:left;
}
#logo a {
	line-height: 68px;
}
.nav_wrapper {
	float:right;
}
.menu-mobile {
	display:none;
}
nav li a {
	color: #6C6C6C;
	display:inline-block;
	font-size: 17px;
	font-weight: 400;
	line-height:1;
	position:relative;
	font-family: 'Roboto', sans-serif;
}
nav ul {
	margin-bottom:0;
	list-style:none;
}
nav>ul>li>a {
	padding: 11px 13px 9px 11px;
	/* margin-bottom:-1px; */
	text-transform:uppercase;
	border-right: 1px solid #DADADA;
	margin-top: 20px;
}
nav>ul>li {
	display:inline-block;
	font-size:11px;
	height:100%;
	position:relative;
}
nav>ul>li ul {
	background:#FFFFFF;
	box-shadow:0px 0px 1px rgba(0,0,0,0.18);
	color:#6B6B6B;
	display:block;
	left:0;
	min-width:155px;
	opacity:0;
	position:absolute;
	text-align:left;
	top:93px;
	visibility:hidden;
	white-space:nowrap;
	z-index:6;
	text-transform:capitalize;
	padding-left:0;
	border-top:3px solid #F12D34;
	transition:all .15s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .15s ease-in-out;
}
.header-fixed nav>ul>li>ul {
	top:102px;
}
nav>ul>li:last-child a{
	padding-right:0;
	border:none;
}
nav>ul>li:last-child ul {
	left:auto;
	right:1px;
}
nav>ul>li:last-child ul:before {
	right:9px;
	left:auto;
}
nav>ul>li:last-child ul:after {
	right:10px;
	left:auto;
}
.boxed-layout nav>ul>li:last-child>ul {
	left:-50px;
	right:auto;
}
nav>ul>li:hover>.sub-menu {
	opacity:1;
	visibility:visible;
	top:73px;
}
.sub-menu li {
	position:relative;
}
.sub-menu li a {
	font-size:14px;
}
.sub-menu li a:hover {
	color:#F12D34;
}
nav>ul>li>ul>li>ul {
	left:100%;
	top:15px;
}
nav>ul>li>.sub-menu>li:hover>.sub-menu {
	opacity:1;
	visibility:visible;
	top:0px;
}
nav>ul>li:last-child>ul>li>ul,nav>ul>li:nth-last-child(2)>ul>li>ul {
	left:auto;
	right:100%;
	top:0px;
}
nav>ul>li>ul>li>ul>li a {
	border-bottom:1px solid #b5c2c5;
}
nav>ul>li ul li a {
	display:block;
	font-weight:400;
	font-size:11pt;
	padding:13px 11px;
}
nav>ul>li>ul>li:hover>a,nav>ul>li>ul>li>ul>li:hover>a {
	color:#3C535F;
}
nav a:hover,nav a:focus,nav li.active a {
	color:#F12D34;
}
nav li:hover a {
	text-decoration:none;
}
nav li ul li>a {
	border-bottom:1px solid rgba(167,167,167,0.22)!important;
	color:rgba(58,58,58,1);
}
nav li a .fa {
	color:#747474;
}
nav li a:hover .fa {
	color:#F12D34;
}
nav a.nav-icon {
	font-size:19px;
	line-height:0.5;
	padding:16px 8px 11px 21px;
}
nav li:hover a.nav-icon {
	border: none;
}
/* =BUTTONS
-------------------------------------------------------------- */
.btn{
	font-family: 'Roboto', sans-serif;
	padding: 8px 19px;
	border-radius: 3px;
	border:2px solid #323338;
	color:#323338;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	font-size: 14px;
	font-weight: 400;
	vertical-align: baseline;	
	text-decoration:none !important;
}
.btn:hover{
	background:#323338;
	color:#fff;
}
.btn-large{
	padding: 18px 44px;
	font-size: 18px;
}
.btn-small{
	padding: 9px 24px;
	font-size: 13px;
}
p~.btn,.button-group .btn{
	margin-top: 10px;
	margin-right: 7px;
}
.background .btn{
	border-radius:0;
}
.btn.btn-white {
	background: transparent;
	color: #fff;
	border: 1px solid #B8B9BD;
	font-size: 14px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
	padding: 11px 20px;
}
.btn.btn-white:hover {
	background:#fff;
	color: #F12D34;
}
.layout-green .btn.btn-white:hover {
	background:#3DBD60;
	color: #fff;
	border-color:#3DBD60;
}
.inner-background.centered .btn{
	margin-top: 9px;
}
.btn.btn-black{
	background:#0F1011;
	border-color:#0F1011;
}
.btn.btn-black:hover {
	background:#CF1D4B;
	border-color:#CF1D4B;
}
.btn.btn-red {
	border-color:#F12D34;
	color:#F12D34;
}
.btn.btn-red:hover{
	background:#F12D34;
	color:#fff;
}
.btn.btn-blue {
	border-color:#2484FF;
	color:#2484FF;
}
.btn.btn-blue:hover{
	background:#2484FF;
	color:#fff;
}
.btn.btn-light-blue{
	border-color:#77EFFA;
	color:#77EFFA;
}
.btn.btn-light-blue:hover{
	background:#77EFFA;
	color:#fff;
}
.btn.btn-gray {
	border-color:#A0A0A0;
	color:#A0A0A0;
}
.btn.btn-gray:hover{
	background:#A0A0A0;
	color:#fff;
}
.btn.btn-purple {
	border-color:#D151E9;
	color:#D151E9;
}
.btn.btn-purple:hover{
	background:#D151E9;
	color:#fff;
}
.btn.btn-green {
	border-color:#3DE79D;
	color:#3DE79D;
}
.btn.btn-green:hover{
	background:#3DE79D;
	color:#fff;
}
.btn.btn-orange {
	border-color:#FF6600;
	color:#FF6600;
}
.btn.btn-orange:hover{
	background:#FF6600;
	color:#fff;
}
.btn .fa,.colored .fa{
	color: inherit;
}
/* =BACKGROUND
-------------------------------------------------------------- */
.background *{
	color:#fff;
}
.background {
	background:url(images/backbasic.jpg) fixed;
	background-size:100%;
	color:#fff;
	min-height:721px;
	position: relative;
}
.layout-green .background {
	background-image:url(http://placehold.it/1600x1000);
}
.background h2 {
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	margin-bottom: 8px;
	background:#000;
	padding:20px;
}
.background h3 {
	font-size:26px;
	font-weight:bold;
}
.inner-background {
	padding-top: 228px;
	overflow: hidden;
	position: relative;
	margin-left: -15px;
	width: 350px;
}
.inner-background h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0;
  display: inline-block;
  padding-top: 9px;
  background-color: rgba(0,0,0,0.8);
  padding: 15px;
}
.inner-background p {
  background-color: rgba(0,0,0,0.6);
  padding: 10px;
}
a.btn.btn-black {
  width: 100%;
  text-align: left;
}
.inner-background h2+h1{
	border-top: 1px solid #DD6F70;
}
.inner-background h1 span{
	color:#F12D34;
}
.inner-background.centered{
	width: 500px;
	margin: auto;
}
/* =SECTIONS
-------------------------------------------------------------- */
.section-background{
	background-attachment:fixed;
}
.section  {	
	padding-bottom: 40px;
	position:relative;
}
.title-section {
	text-align: center;
	padding-bottom: 50px;
	position: relative;
	padding-top: 68px;
}
.title-section .lead {
	margin: auto;
	color: #000000;
	padding-top: 14px;
	font-weight:bold;
	
}
.title-section h2 {
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}
.black-section{
	background-image: url(images/backbasic.jpg) !important;
	box-shadow:inset 2000px 2000px 1px rgba(0, 0, 0, 0.77);
	background-attachment: fixed;
	background-position: 0 0;
}
.black-section h1,
.black-section h2,
.black-section h3,
.black-section h4{
	color:#fff;
}
.black-section h5{
	color:#ECEDEE;
}
.black-section .lead,
.black-section p{
	color:#fff;
}
.black-section .lead{
	font-weight: 400;
	float: none;
}
h3+ .lead, .col-md-8.lead{
	font-size: 16px;	
	width: 670px;
	margin: auto;
	margin-top: 35px;
	float:none;
}
.centered h3{
	padding-top:10px;
}
.brands-section{
	background:url(http://placehold.it/1600x1000) fixed;	
}
.twitter-section{
	background:url(http://placehold.it/1600x1000) fixed;
}
.label-section{
	background:url(http://placehold.it/1600x1000) fixed;
}
.brands-section,.twitter-section ,.label-section{
	background-size:100%;
}

/* =ABOUT
-------------------------------------------------------------- */
.about-box{
	text-align:center;
}
.about-boxes {
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #DADADA;
	padding-bottom: 15px;
}
.about-boxes .col-md-6:first-child{
	border-right: 1px solid #DADADA;
}
.about-boxes .col-md-6{
	padding: 13px 50px;
}
.about-boxes h4{
	padding-bottom: 10px;
}
.about-main-img {
	text-align: center;
	position: relative;
	padding-bottom: 50px;
	background: url(images/bigIcons.png) no-repeat;
	background-position: 0 122%;
	background-size: 100%;
}
.floating-label p {
	background: #FE6565;
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	border: 1px solid #D77977;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px;
}
.floating-label {
	width: 200px;
	text-align: left;
	position: absolute;
	right: 0;
	top: -14px;
}
.about-thumb {
	float: left;
	width:20%;
}
.about-thumb img{
	width:100%;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}
.about-thumb img:hover {
	opacity: .8;
}
.about-images {
	overflow: hidden;
	position: relative;
	width:100%;
	opacity:1 !important;
}
.about-images-w{
	overflow: hidden;
	border-bottom: 12px solid #CF1D4B;
}
/* =SERVICES
-------------------------------------------------------------- */
.service .fa {
	color: #282a31;
	font-size: 25px;
	text-align: center;
	border-radius: 10px;
	float: left;
	position: absolute;
	top: 0px;
	right: 42px;
}
.service-text {
	margin-left: 33px;
	border: 2px solid #E1E1E1;
	padding: 15px 10px 15px 42px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.service h3 {
	font-size: 20px;
	font-weight: 400;
}
.service:hover .service-text{
	border-color:#F12D34;
}
.service {
	min-height: 65px;
	margin-top: 59px;
	position: relative;
}
.services {
	padding-bottom: 21px;
}
.services-left .service {	
	padding-right: 83px;
}
.services-right .service .fa{
	right: auto;
	left: 11px;
}
.services-right .service {
	padding-left: 89px;
}
/* =TWITTER SLIDER
-------------------------------------------------------------- */
.twitter-feed-thread {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}
.twitter-text {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 300;
	
	margin: auto;
}
.flex-direction-nav {
	display: none;
}
.twitter-section {
	padding: 196px 150px 154px;
	border-bottom: 12px solid #CF1D4B;
	position:relative;
}
.twitter-section:before{
	content: '\f099';
	color: #fff;
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 146px;
	font-size: 50px;
	margin-left: -23px;
}
.twitter-info {
	text-transform: lowercase;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	padding-top: 18px;
}
.twitter-info a{
	color:#fff;
}
#twitter-feed{
	text-align:center;
	position: relative;
	width: 667px;
	max-width: 100%;
	margin: auto;
}
/* =ACHIEVEMENTS
-------------------------------------------------------------- */
.fact-text {
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	padding-bottom: 10px;
}
.fact-number {
	display: block;
	font-size: 38px;
	font-weight: 700;
	padding-top: 18px;
	color: #4F4F4F;
	line-height: 1;
	padding-bottom: 10px;
}
.title-fact{
	padding-top: 7px;
}
.fact-text .lead {
	font-size: 17px;
	font-weight: 400;
	max-width: 100%;
	color: #ABABAB;
	text-transform: uppercase;
}
.fact-text:before {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	background: #E1E1E1;
	position: absolute;
	right: 23px;
}
.fact-text-last:before{
	content:none;
}
.fact-text .fa {
	color: #4F4F4F;
	position: absolute;
	top: 67px;
	font-size: 28px;
	right: 54px;
}
.facts{
	overflow:hidden;
	margin-bottom: 50px;
}
.facts .row {
	margin-right: -66px;
}
.large-label{
	text-align:center;
	padding: 30px;
}
.large-label h1{
	font-size: 33px;
	font-weight: 400;
	margin-bottom: 1px;
}

/* --- EVERY PORTAL SEPERATELY 
-------------------------------------------------------------- */

.aboutus{
	background:#ffffff;
	text-align:left;
	border-bottom:4px solid #999;
}
.aboutus .container {
    padding-bottom: 122px;
    padding-top: 122px;
}
.aboutus.capital{
	border-bottom:none;
}
.aboutus h2{
	font-family: 'Montserrat', sans-serif;
	font-size:72px;
	color:#313338;
	line-height:57px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}

.aboutus ul li{
	color:#000000;
	font-size:14px;
	margin:10px;
	}
.charts{
	display:none;
	text-align:center;
}

/* =PORTFOLIO
-------------------------------------------------------------- */
.portfolio-section .container{
	max-width: 100%;
	padding: 0;
}
.portfolioContainer {
	margin-right: 1px;
}
.portfolioContainer-wrapper{
	overflow:hidden;
	text-align:center;
	position: relative;
}
#portfolio {
	
}
.btn-portfolio.btn{
	margin: 13px auto 10px;
	font-size: 13px;
	padding: 12px 26px;
}
.triangle-white:before{
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	border-top: 24px solid #FFFFFF;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	margin-left: -30px;
}
.portfolioContainer+p{
	margin-bottom:0;
}
.portfolio-nav {
	position: absolute;
	width: 40px;
	margin-top: -22px;
	top: 50%;
	left: 0;
	background: #F12D34;
	line-height: 44px;
	font-size: 20px;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.portfolio-nav:hover {
	background:#D1141B;
}
.template-portfolio .portfolio-nav {
	margin-top: -22px;
}
.portfolio-nav.portfolio-nav-right {
	right: 0;
	left: auto;
}
.back-thumbnail {
	background:#D72B51;
	position:relative;
	overflow:hidden;
	width:20% !important;
	float:left;
}
.back-thumbnail img {
	backface-visibility:hidden;
	display:block;
	width:100%;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	transition:all 500ms;
	height: auto;
}
.back-thumbnail:hover img {
	opacity:0.1;
	transform:scale(1.1);
	-ms-transform:scale(1.1) ;
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);	
}
.portfolio-filter{
	display:inline-block;
}
.portfolio-filter-wrapper{
	text-align: center;
	margin-bottom: 71px;
}
.title-section + .portfolio-filter-wrapper{

}
.portfolio-filter a{
	background: #3B3B3B;
	font-family: 'Roboto', sans-serif;
	padding: 8px 19px;
	color: #fff;
	display: inline-block;
	text-transform:uppercase;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
	position:relative;
	border-radius: 3px;
}
.portfolio-filter a:hover{
	background:#CF1D4B;
	color:#fff;
}
.portfolio-filter a span{
	position: absolute;
	background: #FE4242;
	width: 25px;
	line-height: 25px;
	border-radius: 50px;
	top: -12px;
	right: -9px;
	z-index: 1;
	font-size: 11px;
}
.back-thumbnail-content {
	position:absolute;
	width:100%;
	top:35%;
	opacity:0;
	text-align: center;
	transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-webkit-transition:all .3s ease-in;
	margin-bottom:17px;
}
.back-thumbnail:hover .back-thumbnail-content {
	opacity:1;
}
.thumnail-icons {
	text-align: center;
}
.thumnail-icons .fa {
	color: #fff;
	display: inline-block;
	border: 2PX solid #F12D34;
	width: 41px;
	margin: 3px;
	line-height: 37px;
	border-radius: 100px;
	top: 0;
	opacity:0;
	position:relative;
	transition:all .15s ease-in;
	-moz-transition:all .15s ease-in;
	-webkit-transition:all .15s ease-in;
}
.thumnail-icons .fa+.fa {
	transition:all .4s ease-in;
	-moz-transition:all .3s ease-in;
	-webkit-transition:all .4s ease-in;
}
.thumnail-icons .fa:hover{
	background:#F12D34;
} 
.back-thumbnail:hover .thumnail-icons a{
	top:0 !important;
	left:0 !important;
	opacity:1;
}
.back-thumbnail-content h5 {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.back-thumbnail-content h5 +div,.back-thumbnail-content a +div {
	color: #fff;
	padding: 0 30px;
	font-size: 13px;
}

.back-thumbnail-content h5 +div a:hover{
	color:rgb(189, 189, 189);
	cursor: text;
}
.portfolio-filter-wrapper .itriangle {
	width: 0;
	height: 0;
	border-top: 24px solid #F12D34;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
}
.portfolio-filter-wrapper .itriangle .fa{
	position: absolute;
	top: -22px;
	margin-left: -4px;
	font-size: 14px;
}
/* =BRANDS
-------------------------------------------------------------- */
.brand {
	width: 25%;
	float: left;
	text-align: center;
}
.brand:first-child{
	border-left:none;
}
.brand:last-child{
	border-right:none;
}
.brand img{
	opacity: 1;
	transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-webkit-transition:all .3s ease-in;
}
.brand:hover img{
	opacity: .8;
}
.brands {
	padding-bottom: 50px;
	padding-top: 10px;
}
.brands .row{
	margin:0;
}
.brands .row+.row .brand{
	border-bottom: none;
}
.spaced-section .title-section h2{
	font-weight: 400;
	font-size: 31px;
}
.spaced-section  .title-section {
	padding: 0;
}
.spaced-section {
	padding: 150px;
}
.brands img{
	opacity: 1;
	transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-webkit-transition:all .3s ease-in;
}
.brands img:hover{
	opacity: .8;
}
/* =OUR TEAM
-------------------------------------------------------------- */
.profile {
	text-align:center;
	margin-top: 10px;
	position:relative;
}
.profile h4 {
	height: 20px;
	font-size: 18px;
	margin-top: 20px !important;
	margin-bottom: 0px;
	position: relative;
	top: 0;
	transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-webkit-transition:all .3s ease-in;
}
.profile h4~p{
	margin-bottom: 5px;
	line-height: 1.8em;
	color: #A4A4A4;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}
.profile img {
	display: block;
	position: relative;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	cursor:pointer;
}
.profile-photo {
	display:block;
	background:#000;
}
.profile:hover img {
	/* opacity:0.3; */
}
.profile:hover h4 {
	/* color:#fff; */
}
.profile-info {
	font-weight: 500;
	color: #938D93;
	padding:0 20px 10px;
}
.profile:hover .social-icons a{
	opacity: 1;
}
.profile.capital{
	margin-top:25px;
}
/* =SOCIAL ICONS
-------------------------------------------------------------- */
.social-icons {
	display:inline-block;
	vertical-align:middle;
	padding-bottom:10px;
}
.social-icons a .fa{
	font-size: 16px;
	width: 29px;
	line-height: 22px;
	display: inline-block;
	border: 2px inset rgba(218, 218, 218, 0.47);
	color: #fff;
	padding-top: 2px;
	border-bottom: 4px solid rgba(83, 83, 83, 0.18);
	-webkit-border-radius: 5px;
	margin: 0px;
	text-align: center;
	opacity:1;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;	
	box-shadow: inset 1px 5px 1px rgba(255, 255, 255, 0.12);
}
.profile .social-icons {	
	position: absolute;
	top: -25px;
	right: 5px;
}
.social-icons a:hover .fa{
	box-shadow: inset 1px 5px 1px rgba(255, 255, 255, 0.12);
	opacity:.8;
}
#footer .social-icons a .fa{
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0px;
	line-height: 35px;
	width: 40px;
	font-size: 20px;
	margin: 0 3px;
	box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.19);
}
#footer .social-icons a:hover .fa{	
	box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.19);
	background:#4E5056;
	opacity:1;
}
.social-icons a .fa-facebook{
	background: #4D6EA9;
}
.social-icons a .fa-instagram{
	background: #fb3958;
}
.social-icons a .fa-twitter{
	background: #5C87B9;
}
.social-icons a .fa-dribbble {
	background: #E65088;
}
#cboxClose{
	background:none;
	font-size: 0;
}
#cboxClose:before{
	content: "\f00d";
	color: #fff;
	z-index: 11111;
	font-family: 'FontAwesome';
	font-size: 13px;
}
#cboxCurrent,#cboxPrevious,#cboxNext {
	display: none !important;
}
#cboxLoadedContent {
	border-width: 0;
}

/* =CONTACT
-------------------------------------------------------------- */
#contact {
	padding-top: 50px;
}
.text-field {
	width: 100%;
	display: inline-block;
}
.text-field +li+li{
	margin-right: 0;
}
.text-field, .textarea-field {
	margin-bottom: 9px;
	position: relative;
}
.contact-form-wrap {
	padding-bottom: 50px;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],select,textarea,
textarea.form-control{
	width: 100%;
	padding: 6px 12px;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	background: #F3F3F3;
	border: 1px solid #E5E5E5;
	height: 51px;
	border-radius: 3px;
	box-shadow: none;
	font-weight: 400;
	font-size: 13px;
	color: #000;
	outline: 0;
}
textarea.form-control {
	background: #F3F3F3;
	box-shadow: none;
	height: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
select{
	color:#979797;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus,
textarea:focus,
.form-control:focus{
	background: #EEEEEE;
	border-color:#D9D9D9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
select:focus{
	background: #EEEEEE;
	border-color:#D9D9D9;	
}
.contact-info .fa {
	color: #F12D34;
	position:absolute;
	left:0;
	margin-top: 5px;
}
#contact + .row h5{
	margin-top:0;
}
.contact-info br{
	display:block !important;
}
.contact-info {
	position:relative;
	padding-top: 10px;
}
.contact-info .icon-place{
	font-size: 80px;
	position: absolute;
	left: -67px;
	top: -99px;
	border-bottom: 3px solid #F25079;
	color: #F25079;
}
.contact-info p {
	color: #808080;
	border-bottom: 1px solid #E2E2E2;
	font-size: 13px;
	padding-bottom: 11px;
	line-height: 1.5;
}
.contact-info p:last-child{
	border:none;
}
.contact-info h5 {
padding-bottom:10px;
}
.contact-info p a{
	font-weight:700;
}
.text-field .fa, .textarea-field .fa {
	position: absolute;
	color: #6C6C70;
	right: 13px;
	top: 15px;
	z-index: 1;
}
.text-field .fa +br, .textarea-field .fa+br{
	display:none;
}
.quiz-field{
	float: left;
	width: 75%;
	margin-right: 2.5%;
	position: relative;
}
span.wpcf7-quiz-label {
	position: absolute;
	top: 8px;
	left: 12px;
	font-size: 14px;
	color: #78777C;
	display:none;
}
.wpcf7-quiz{
	margin-top: -22px;
	display: block;
}
.submit-field {
	width: 22.5%;
	float: left;
	margin-left: 2.5%;
}
.submit-field input{
	width: 100%;
}
.submit-button {
	text-align:right;
}
input[type="submit"] {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	padding: 10px 24px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background: #3B3B3B;
	width:100%;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	
}
input[type="submit"]:hover {
	background:#CF1D4B;
	border-color: #CF1D4B;
	color:#fff;
}
input[type="submit"]:focus {
	outline: none;
	color: #fff;
	background: #CF1D4B;
	border-color: #CF1D4B;
}
#contact-form input[type="submit"]{
	margin-top: 7px;
}
.form-control.wpcf7-not-valid {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(255, 115, 115, 1);
}
div.wpcf7-validation-errors {
	border: none !important;
	color: #F12D34;
	position: relative;
	padding-left: 0 !important;
}
.wpcf7-validation-errors:before {
	font-family: FontAwesome;
	content: "\f071";
	padding-right: 8px;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7-mail-sent-ok {
	border: none !important;
	position: relative;
	padding-left: 0 !important;
	margin-left: 0;
	color: #000;
	font-size: 14px;
}
div.wpcf7-mail-sent-ok:before{
	font-family: FontAwesome;
	content: "\f00c";
	padding-right: 8px;
}
.wpcf7-form-control-wrap textarea{
	height: 190px;
}
div.wpcf7 img.ajax-loader {
	display:none;
}
span.wpcf7-not-valid-tip,div.wpcf7-validation-errors {
	font-size: 14px !important;
	margin: 2em 0 0 !important;
	line-height: 2.8;
}
.wpcf7 input[type="text"]{
	max-width:100%;
}
.contact-form-wrap fieldset{
	overflow:hidden;
}
.group-1 {
	width: 40%;
	float: left;
	margin-right: 2.5%;
}
.group-2 {
	width: 57.5%;
	float: left;
}
*::-webkit-input-placeholder {
   color: #78777C;
   font-size: 14px;
   position:relative;
}
*:-moz-placeholder {
   color: #6E6E6E;
}
*::-moz-placeholder {
   color: #6E6E6E;
}
*:-ms-input-placeholder {
  color: #6E6E6E;
}
/* =GOOGLE MAP
-------------------------------------------------------------- */
.map-container iframe {
	width: 100%;
	height: 520px;
	display: block;
	border: none;
}
.map-container{
	position:relative;
}
.map-container:before ,.map-container:after{
	height: 200px;
	width: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.map-container:after{
	top: auto;
	bottom:0;
}
/* =FOOTER
-------------------------------------------------------------- */
#footer {	
	background: #25282F;
	font-size: 16px;
	color: #938D93;
	position: relative;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 45px;
}
#footer .container{
	padding-top: 36px;
	min-height: 106px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
#footer h3 {
	font-size:18px;
	padding-bottom:7px;
	margin-top: -13px;
}
#footer p {
	color: #5F5F5F;
	font-size: 14px;
	padding-top: 9px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
#footer p .fa{
	color:#F12D34;
}
#footer p a{

}
#footer h3 +p{
	padding-top: 0px;
	font-size: 13px;
}
#footer .social-icons {
	padding-bottom: 0px;
}
.top-arrow{
	position: absolute;
	background: #F12D34;
	width: 41px;
	text-align: center;
	line-height: 37px;
	top: -40px;
	left: 50%;
	font-size: 13px;
	padding-bottom: 1px;
	margin-left: -20px;
	z-index: 1;
}
/* =SLIDER
-------------------------------------------------------------- */
.slide,.slide-widget {
	position: relative;
}
.carousel-indicators {
	bottom: 10px;
	margin-bottom: 0;
}
.slider-wrap {
	margin:auto;
}
.slider-wrap br {
	display: none;
}
.background .flexslider {
	padding: 33px 150px 25px;
	margin-bottom: 14px;
}
.background .flex-direction-nav a {
	top: 46%;
}
.background .flexslider:hover .flex-direction-nav a{
	opacity:1;
}
.background .flexslider .slides > li {
	text-transform: uppercase;
}
.flexslider p{
	font-size: 15px;
}
.flexslider .slides img{
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.flexslider .slides img:hover{
	opacity:.8;
}
.flexslider .slides{
max-width:none;
}
.flex-control-nav{
	display:none;
}
.flex-direction-nav a{
text-decoration:none !important;
}
.slides br{
	display:none;
}
/* =GALLERY
-------------------------------------------------------------- */
.portfolio {
	overflow:hidden;
	padding-bottom: 20px;
	margin:auto;
}
.post-body .portfolio {
	padding-bottom:0;
}
.single-portfolio .centered>.post-thumbnail {
	margin-top: 0; 
	margin-bottom: 40px;
}
.clients .col-md-2 {
	width:20%;
}
#clients{
	padding-bottom: 30px;
}
.slide-simple{
	margin-bottom: 20px;
}
.slide-simple .carousel-control span{
	position: absolute;
	top: 46%;
	left: 0px;
	font-size: 18px;
	text-align: center;
	width: 41px;
	line-height: 37px;
	border: 2px solid #F12D34;
	background: #fff;
	color: #F12D34;
	border-radius: 0;
	text-shadow: none;
	font-weight: bold;
}
.slide-simple .carousel-control span.fa-angle-right{
	left: auto;
	right:0;
}
.slide-simple .carousel-control:hover span{
	background:#F12D34;
	color:#fff;
}
.carousel-inner > .item > a > img,.carousel-inner > .item  img {
	width: 100%;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
.twitter-timestamp {
	color: #C9C9C9;
	font-size: 12px;
	line-height: 1.8;
	display: block;
	padding-bottom: 8px;
}
.twitter-link{
	line-height: 1.4;
}
.twitter-timestamp .fa{
	color: #979797;
}
li.twitter-item {
	margin-bottom: 10px;
}
li.twitter-item:last-child{
	margin-bottom: 0;
}
/* =LOADING
-------------------------------------------------------------- */
div#qLpercentage {
font-family: 'Roboto', sans-serif;
font-size: 28px !important;
font-weight: 300;
}
div#loading_wrap {
background-color: #DD6F70 !important;
}
.layout-green div#loading_wrap {
background-color: #01FF60 !important;
}
/* =RESPONSIVE DESIGN QUERIES
-------------------------------------------------------------- */
@media (min-width:1500px) {
	.section {
		background-size:100%;
	}
}
@media (min-width:1180px) {
	.background .container, #header .container {
	max-width: 1120px;
	}
}
@media (min-width:1120px) {
	.container {
	max-width: 1080px;
	}
}
@media (max-width:1260px) {
	.background,.brands-section,.twitter-section ,.label-section {
		background-size:1234px;
	}
}
@media (max-width:1230px) {
	.row.steps {
		margin-right:0;
	}
	.contact-info .icon-place {
	font-size: 62px;
	left: -43px;
	top: -82px;
	}
}
@media (max-width:1160px) {
	.slider-wrap {
		width:100%;
	}
	.pricing-tables .carousel-wrapper {
		margin-left:0;
		margin-right:0;
	}
	.contact-info .icon-place {
	left: 0px;
	top: 100%;
	} 
	
}
@media (max-width:1042px) {
	.animate,.circle {
		opacity:1;
	}
	html {
		overflow:static !important;
	}
	.inner-background {
	min-height: 660px; 
	}

}
@media (max-width:1000px) {
	.about-image-wrapper {
		text-align:center;
		width:420px;
		float:none;
		margin:auto;
	}
	.about-image-wrapper+div {
		width:420px;
		padding-left:15px;
		float:none;
		margin:auto;
		margin-top:40px;
	}
	.centered-mobile {
		margin:auto;
		display:block;
		padding-bottom:20px;
	}
	.option-text {
		padding-bottom:24px;
	}
	.fact-box {
		padding-bottom:20px;
		width:33%;
		float:left;
	}
	.profile {
		width:250px;
		margin:auto;
		position:relative;
	}
	.clients .col-md-2 {
		width:20%;
		float:left;
	}
	#contact-form {
		margin-top:27px;
	}
	#header .container {
		max-width:96%;
	}
	.inner-background {
		padding-top:152px;
	}
	.section-background {
		background-attachment:scroll;
	}
	.row.services>div {
		margin-bottom:0px;
	}
	.about-main-img{
	padding-top: 55px;
	}
	.floating-label {
	left: 30px;
	right:auto;
	}
	.about-thumb {
	width: 33.3%;
	}
	.about-thumb:first-child+div+div+div{
	margin-left: 16%;
	}
}
@media (max-width:992px) {
	#sidebar,.footer-witgets .container {
		width:400px;
		margin:auto;
		max-width:100%;
		padding-top:30px;
	}
	.footer-witgets .container {
		padding-bottom:30px;
	}
	.post-loop.col-md-8,.post-loop.col-md-8,.post-content.col-md-8,.post-content {
		width:670px;
		margin:auto;
		float:none;
		max-width:100%;
		padding-right:15px;
	}
	.col-md-3.feature {
		width:50%;
		float:left;
		margin-bottom:20px;
	}
	.col-md-4.feature {
		width:50%;
		float:left;
	}
	.steps .col-md-2 {
		width:33%;
		float:left;
		text-align:center;
		margin-bottom:20px;
	}
	.profiles .col-md-3 {
		width:50%;
		float:left;
	}
	.background {
		min-height:0;
		min-height: 667px;
	}
	.background .features {
		padding-top:57px;
	}
	.caroucel-post-wrapper .flex-direction-nav {
		position:static;
		padding-top:10px;
	}
	.caroucel-post-wrapper {
		padding-left:15px;
	}
	#commentform .col-md-4 {
		padding-left:15px;
	}
	.about-boxes .col-md-6:first-child{
		border:none;
	}
	.spaced-section {
	padding: 90px;
	}
	.service {
	margin-top: 35px;
	min-height: 47px;
	}
	.service .fa {
	font-size: 33px;
	top: 12px;
	}
	.services-right .service .fa {
	top: 2px;
	}
	.profile {
	margin-bottom: 30px;
	}
	.back-thumbnail {
	width: 33.3% !important;
	}
	.contact-info .icon-place {
	top: -72px;
	}
	#contact + .row h5 {
	margin-left: 55px;
	}
	.fact-text .fa {
	top: 39px;
	font-size: 36px;
	}
	.about-main-img{
	background-position: 0 104%;
	}
	.twitter-section {
	padding: 196px 0 154px;
	}
}
@media (max-width:930px) {
	.inner-background {
		padding-top:120px;
	}
	h1,.inner-background h1 {
		font-size:55px;
	}
	.background h3 {
		font-size:20px;
	}
	nav li a {
		font-weight: 400;
		font-size: 14px;
	}
	.contact-area .title-section h2:before,.contact-area .title-section h2:after {
		width:161px;
	}
	.carousel-control .fa {
		/* margin-top:148px;
		*/
	}
	#blockquote {
		font-size:24px;
	}
	h2 {
		font-size:26px;
	}
	#testimonial-slider .carousel-inner {
		width:90%;
	}
	.inner-background .lead {
		width:100%;
	}
	.carousel-control {
		width:auto;
	}
	.portfolio-popup-body {
		width:100%;
		float:none;
		padding-bottom:20px;
		min-height:0;
	}
	.portfolio-image {
		width:100%;
		float:none;
		padding-bottom:20px;
	}
	.portfolio-image img {
		position:static;
		display:block;
		margin:auto;
		width:270px;
		height:auto;
	}
	.portfolio-close {
		right:20px;
	}
	.portfolio-left,.portfolio-right {
		position:absolute;
		bottom:auto;
		left:auto;
		top:10px;
		right:49px;
	}
	.portfolio-right {
		left:auto;
		right:10px;
	}
	.portfolio-popup-body h4 {
		padding-right:79px;
	}
	.col-md-3{
	 padding-top:20px;
	 padding-bottom:20px;
	}
	.fact-text {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
}
@media (max-width:850px) {
	.btn.menu-mobile {
		display:inline-block;
		font-size:33px;
		position:absolute;
		top:-60px;
		right:0;
		padding:0;
		border: none;
		background:none;
	}
	.btn.menu-mobile:hover{
		background:none;
	}
	#header{
		position:static;
	}
	#header+div {
		padding-top: 0;
	}
	.inner-background{
		margin-left: 0;
		min-height: 0;
	}
	.background {
		min-height: 551px;
	}
	.btn.menu-mobile .fa {
		color:#F12D34;
	}
	.nav_wrapper ul {
		display:none;
	}
	.nav_wrapper {
		float:none;
		height:auto;
		padding-top:15px;
		text-align:right;
	}
	nav {
		clear:both;
		position:relative;
	}
	nav>ul>li {
		border-top:none!important;
		display:block;
		padding-bottom:0;
		padding-left:0;
		text-align:left;
	}
	nav>ul>li>a {
		padding: 0px 16px 9px 14px;
		font-size:14px;
		border:none;
	}
	nav>ul>li:hover>a {
		border-bottom-color:transparent;
	}
	nav>ul>li:last-of-type {
		padding-bottom:15px;
	}
	h1,.sub-header h1,.inner-background h1 {
		font-size:32px;
	}
	.recent-post {
		width:100%;
	}
	.comments-widget,.date-widget {
		display:inline-block;
	}
	.brand {
		width:32%;
	}
	.text-field,.quiz-field,.submit-field {
		width:100%;

	}
	.spaced-section {
	padding: 35px 0;
	}
	.twitter-section {
	padding: 130px 0 74px;
	}
	.twitter-section:before {
	top: 76px;
	}
	.twitter-text {
	font-size: 21px;
	}
}
@media (max-width:782px) {
	html #wpadminbar {
		position:absolute;
		margin-top:-46PX;
	}
	.inner-background {
		padding-top:120px;
	}
	.col-md-4.feature {
		width:100%;
	}
	.portfolio-filter a {
		margin-bottom:6px;
		display:block;
	}
	.pricing-tables .flexslider-caroucel {
		margin-right:0;
	}
	.testimonials .flexslider {
		margin:34px 30px 8px;
	}
	.testimonials .flex-direction-nav a {
		left:-36px;
	}
	.testimonials .flex-direction-nav .flex-next {
		right:-36px;
	}
	.background .flexslider {
		padding:33px 45px 25px;
	}
	.post-meta {
		display:block;
		padding-bottom:20px;
	}
	.blog .more-link {
		position:static;
	}	
	.about-thumb {
	width: 50%;
	}
	.about-thumb:first-child+div+div+div{
		margin-left: 0;
	}
	.about-thumb:first-child+div+div+div+div{
		margin-left: 25%;
	}
	.brand {
	width: 50%;
	}
	.back-thumbnail {
	width: 50% !important;
	}
}
@media (max-width:605px) {
	.inner-background {
		padding-top:50px;
		width:90%;
		margin:auto;
	}
	h1,.inner-background h1 {
		font-size:36px;
	}
	.lead {
		font-size:17px;
	}
	.fact-item {
		font-size:16px;
	}
	.testimonial {
		font-size:16px;
	}
	.contact-area .title-section h2:before,.contact-area .title-section h2:after {
		display:none;
	}
	.col-md-4.feature {
		width:100%;
		float:left;
	}
	.steps .col-md-2 {
		width:50%;
		float:left;
		text-align:center;
		margin-bottom:20px;
	}
	.profiles .col-md-3 {
		width:100%;
		float:left;
	}
	.col-md-3.feature {
		width:100%;
	}
	#commentform {
		width:100%;
	}
	.brand {
		width:50%;
	}
	.post-preview-content {
		min-height:0;
	}
	.caroucel-post-wrapper .blog-preview {
		margin-bottom:20px;
	}
	.price-table {
		margin-top:96px;
	}
	.pricing-tables .carousel-wrapper {
		padding-top:0;
	}
	.pricing-tables {
		margin-top:20px;
	}
	.error404 h5.bigger {
		font-size:80px;
	}
	.error404 h1 {
		font-size:31px;
	}
	.error404 h5.bigger .fa {
		font-size:68px;
		padding:0 12px;
	}
	.watermr {
		font-size:56px;
	}
	.message-box {
		padding:27px 23px;
	}
	.message-box p {
		font-size:17px;
	}
	.message-box .btn {
		font-size:12px;
	}
	.fact-number {
		display:block;
		font-size:39px;
	}
	span.number-skill {
		font-size:50px;
	}
	.skill-about {
		padding-left:75px;
	}
	.post-meta small>span,.post-meta small>span:first-child {
		padding-right:12px;
		width:100%;
	}
	.blog .more-link {
		padding-left:12px;
	}
	div#naviloop {
		text-align:center;
	}
	.background {
	min-height: 486px;
	}
	.group-1 {
	width: 100%;
	}
	.group-2 {
	width: 100%;
	position: relative;
	top: -60px;
	}
	textarea#message-form {
	height: 150px;
	}
	.submit-button {
	position: relative;
	top: 150px;
	}
	.about-main-img {
	padding-top: 71px;
	}
	.contact-form-wrap {
	padding-bottom: 20px;
	}
}
@media (max-width:450px) {
	.steps .col-md-2 {
		width:100%;
	}
	.brand {
		width:100%;
		line-height: 109px;
	}
	.about-thumb {
	width: 100%;
	margin-left: 0 !important;
	}
	.back-thumbnail {
	width: 100% !important;
	}
	.title-section{
	padding-top: 30px;
	}
}
.nicescroll-rails {
	background: #F1F1F1;
	width: 14px !important;
}
.nicescroll-rails>div {
	left: -2px;
}


.special h3{font-size:1.6em}
.special h2{font-size:2em}
