/*
	Theme Name: Velvet
	Theme URI: http://nanafly.com/
	Description: Premium Wordpress Theme
	Tags: white
	Author: nana_theme
	Author URI: http://nanafly.com/
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
*/

/* ---------------------------------------- */
/* G E N E R A L      E L E M E N T S
/* ---------------------------------------- */
ul{
	list-style:none;
}
p a:hover{
	text-decoration:underline;
}
a.underline-hover:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}
.wrapper{
	background:#fff;
}
.white-color{
	color:#fff !important;
}
.wrapper iframe{
	max-width:100%;
}
.underline{
	text-decoration:underline;
}
.center{
	text-align:center;
}
.justify{
	text-align:justify;
}
.font-100{
	font-weight:100;
}
.font-300{
	font-weight:300;
}
.font-400{
	font-weight:400;
}
.font-600{
	font-weight:600;
}
.font-700{
	font-weight:700;
}
.font-900{
	font-weight:900;
}
.velvet-padding{
	padding-top:50px;
}
.top-bg{
	position:absolute;
	top:230px;
	width:100%;
	height:250px;
	background:#fbfbfb;
	box-shadow:0px 0px 2px rgba(0,0,0,.3);
}
#page-content{
	position:relative;
	background:#fff;
	z-index:99;
	overflow:hidden;
}
.section-fullwidh{ 
	position:relative;
}
.nicescroll-rails{
	z-index:9999 !important;
}
.nicescroll-rails > div{
	border:none !important;
}
.aq-block-aq_background_block{
	top:0;
	height: 100%;
	position: absolute !important;
	z-index: -1 !important;
}
.column-section-color *{            
	color: #fff;
}
.column-section-color p, .column-section-color p a{                 
	color: #fff;
}
.column-section-color a{
	font-weight:400;
}
.column-section-color a:hover{
	text-decoration:none;
}
.column-section-color .divider-1, .column-section-color .divider-1 .line-1{
	border-color:#fff;
}
.column-section-color .progress-bar ul li span.percent, .column-section-color .heading-bottom-line{
	background-color: #fff !important;
}
.column-section-color .flex-direction-nav li a{
	text-decoration:none;
}

.column-bg{
	position:absolute; 
	display:inherit !important;
	-webkit-box-shadow:inset 0px 1px rgba(255,255,255,0.15);
	-moz-box-shadow:inset 0px 1px rgba(255,255,255,0.15);
	box-shadow:inset 0px 1px rgba(255,255,255,0.15);
}
.text-white{
	color: #fff;
}
.line-style{
	height:1px;
	background:#dadada;
	width:100%;
}

/* ---------------------------------------- */
/*  S O C I A L  I C O N
/* ---------------------------------------- */
.top-bar{
	background-color:#f0f0f0;
	border-bottom:1px solid #e7e7e7;
}
.top-bar-info{
	margin-top:5px;
	display: inline-block;
	float: left;
}
.top-bar-info span i, .top-bar-info span{
	padding-right:10px;
}
.top-bar-info span.hot_line{
	border-right: 1px solid #e2e2e2;
}
.top-bar-info span.top_info{
	padding-left:10px;
}
.top-bar ul.social-top-bar{
	margin:0;
	padding:0;
	overflow: hidden;
	float: right;
}
.top-bar ul.social-top-bar li{
	float:left;
	overflow: hidden;
	line-height: 20px;
	width: 30px;
	height: 30px;
	margin: 0;
	text-align: center;
	padding: 5px;
	border-left: 1px solid #e2e2e2;
}
ul.social{
	text-align:right;
	margin:25px 0 20px;
}
ul.social li {
	display: inline-block;
	overflow: hidden;
	line-height: 30px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #bdbdbd;
	margin-left: 10px;
}
ul.social *, .top-bar ul.social-top-bar *{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul.social li a{
	width: 30px;
	height: 30px;
	display: block; 
}
ul.social li a i{
	color:#bdbdbd;
	width:100%;
	font-size:18px;
	display: block;
	margin-top: 6px;
}
ul.social li:hover a i, .top-bar ul.social-top-bar li:hover a i{
	color:#fff;
}
ul.social li.social-twitter:hover, ul.social-top-bar li.social-twitter:hover{
	background-color:#44ccf6;
	border-color:#44ccf6;
}
ul.social li.social-facebook:hover, ul.social-top-bar li.social-facebook:hover{
	background-color:#3b5998;
	border-color:#3b5998;
}
ul.social li.social-google:hover, ul.social-top-bar li.social-google:hover{
	background-color:#d13f2d;
	border-color:#d13f2d;
}
ul.social li.social-dribbble:hover, ul.social-top-bar li.social-dribbble:hover{
	background-color:#ea4c89;
	border-color:#ea4c89;
}
ul.social li.social-flickr:hover, ul.social-top-bar li.social-flickr:hover{
	background-color:#72858c;
	border-color:#72858c;
}
ul.social li.social-linkedin:hover, ul.social-top-bar li.social-linkedin:hover{
	background-color:#0275b6;
	border-color:#0275b6;
}
ul.social li.social-skype:hover, ul.social-top-bar li.social-skype:hover{
	background-color:#03aceb;
	border-color:#03aceb;
}
ul.social li.social-pinterest:hover, ul.social-top-bar li.social-pinterest:hover{
	background-color:#cb2027;
	border-color:#cb2027;
}
.column-section-color ul.social li{
	border-color:#fff;
}
.column-section-color ul.social li i{
	color:#fff;
}
.image-wrapper, .aq-block.aq-block-aq_image_block{
	position:relative;
	z-index: 0;
}
.image-animation{
	position:absolute;
}
ul.list_wrap{
	margin:0;
	padding:0;
}
ul.list_wrap li{
	list-style:none;
	margin:3px 0;
	clear: both;
	margin-bottom: 10px;
	display:block;
}
ul.list_wrap li i{
	margin-right:8px;
	float:left;
	font-size:20px;
}

/* ---------------------------------------- */
/*  D I V I D E R
/* ---------------------------------------- */
.divider-1{
	border-bottom:1px solid #bdbdbd; 
}
.divider-1 .line-1{
	border-top:1px solid #bdbdbd; ; 
	height:2px;
	margin:0 auto;
	text-align: center;
}
.divider-1 .line-1 ul{
	list-style:none; 
	margin:0; 
	padding:0; 
	margin-top:-8px;
}
.divider-1 .line-1 ul li{
	display:inline-block; 
	margin-right:-4px;
}
.divider-1 .line-1 ul li i{ 
	background:#ffffff; 
	color:#bdbdbd; 
	font-size:20px;
}
.divider-1 .line-1 ul li i{
	padding:0 10px;
}
.divider-2{
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #555, #ccc); 
	background-image:    -moz-linear-gradient(left, #ccc, #555, #ccc); 
	background-image:     -ms-linear-gradient(left, #ccc, #555, #ccc); 
	background-image:      -o-linear-gradient(left, #ccc, #555, #ccc); 
}
.divider-3{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.65), rgba(0,0,0,0)); 
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.65), rgba(0,0,0,0)); 
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.65), rgba(0,0,0,0)); 
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.65), rgba(0,0,0,0)); 
}
.divider-4{
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.wrapper-devider {
	padding: 0 0 10px;
	text-align: center;
}
.divider-5 {
	position:relative;
	overflow:hidden; 
	border-top:1px solid #fff; 
}
.divider-5:before {
	content: ""; 
	position:absolute; 
	z-index: 1; 
	width:100%;  
	top: -10px; 
	height: 10px; 
	left: 0; 
	-webkit-border-radius: 100px / 5px;
	-moz-border-radius: 100px / 5px;
	border-radius: 100px / 5px; 
	box-shadow:0 0 10px rgba(0,0,0,0.6); 
}
.divider-6 {
	position:relative;
	overflow:hidden; 
	border-top:1px solid #fff; 
}
.divider-6:before {
	content: ""; 
	position:absolute; 
	z-index: 1; 
	width:100%;  
	bottom: -10px; 
	height: 10px; 
	left: 0; 
	-webkit-border-radius: 100px / 5px;
	-moz-border-radius: 100px / 5px;
	border-radius: 100px / 5px; 
	box-shadow:0 0 10px rgba(0,0,0,0.6); 
}

/* ---------------------------------------- */
/*  B U T T O N  S T Y L E
/* ---------------------------------------- */
.column-section-color .btn{
	border-color:#fff;
	color:#fff;
}
.column-section-color .btn-1a:hover , 
.column-section-color .btn-1b:after, 
.column-section-color .btn-1c:after, 
.column-section-color .btn-1d:after, 
.column-section-color .btn-1e:after, 
.column-section-color .btn-1f:after{
	background-color:#fff;
}
.btn i{
	font-size: 18px;
	margin-left: 10px;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 1a */
.btn-1a:hover,
.btn-1a:active ,.btn:hover i,.column-section-color .btn i{
	color:#fff;
}

/* Button 1b */
.btn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
}

.btn-1b:hover,
.btn-1b:active {
	color:#fff;
}

.btn-1b:hover:after,
.btn-1b:active:after {
	height: 102%;
}

/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
}

.btn-1c:hover,
.btn-1c:active {
	color:#fff;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1d {
	overflow: hidden;
}

.btn-1d:after {
	width: 0;
	height: 110%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1d:hover,
.btn-1d:active {
	color:#fff;
}

.btn-1d:hover:after ,
.btn-1d:active:after {
	width: 101%;
	opacity: 1;
}
/* Button 1e */
.btn-1e {
	overflow: hidden;
}

.btn-1e:after {
	width: 103%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover,
.btn-1e:active {
	color:#fff;
}

.btn-1e:hover:after,
.btn-1e:active:after {
	height: 450%;
	opacity: 1;
}

/* Button 1f */
.btn-1f {
	overflow: hidden;
}

.btn-1f:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1f:hover,
.btn-1f:active {
	color:#fff;
}

.btn-1f:hover:after,
.btn-1f:active:after {
	height: 130%;
	opacity: 1;
}

/* ---------------------------------------- */
/*  H E A D E R  S T Y L E
/* ---------------------------------------- */
#header-wrapper{
	position:relative;
	width:100%;
	z-index:300;
	height:auto;
	background: #fff;
}
#header-wrapper.ontop-bg .navbar{
	margin:15px 0px 5px;
}
#nav-bar{
	position:relative;
	height:54px;
	z-index:200;
}
#logo{
	height:100%;
	position:relative;
	top:20px;
}
.logo-wrapper {
	width: 200px;
	height: 100%;
	overflow: visible !important;
	position: absolute;
	top: -5px;
}
.top-info-wrapper{
	position:relative;
}
.top-info-wrapper h5{
	font-size:14px;
	text-align:right;
	margin:34px 0px;
}
.top-info-wrapper h5 a.btn{
	padding:2px 12px;
	font-size:12px;
	letter-spacing:0;
	margin-top:-1px;
}
.btn-collapse{
	position:absolute;
	width:50px;
	height:40px;
	left:10px;
	top:10px;
	text-align:center;
	cursor:pointer;
	display:none;
}
.btn-collapse i{
	display:block;
	font-size:30px;
	text-shadow:0px 1px 0px rgba(0,0,0,.15);
	float:left;
}
#header-wrapper.sticky{ 
	background: rgba(255,255,255,0.97) !important;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;   
	padding: 0;
	width: 100%;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);      
}
#header-wrapper.sticky .sf-menu > li > a{
	padding:25px !important;
}
#header-wrapper.sticky #logo {
	top: 10px !important;
}

/* ------------------------------------------------ */
/* N A V I G A T I O N  A N D  S E A R C H  F O R M 
/* ------------------------------------------------ */
.nav-wrapper{
}
.navbar {
	position:relative;
	font-size: 18px; 
}
.navbar a{
	font-size:14px;
	letter-spacing:1px;
}
.navbar .sf-menu > li li a{
	border-bottom: 1px solid #dadada;
}
.navbar-inverse .sf-menu > .active > a, .navbar-inverse .sf-menu > .active > a:hover, .navbar-inverse .sf-menu > .active > a:focus{
	background-color: transparent;
}

#searchbar{
	margin:auto;
}
#searchbar .search-form{
	position:relative;
	margin: 15px 0 0;
	overflow:hidden;
	background-color: #f1f1f1;
}
#searchbar .search-form #search{
	width:80%;  
	font-style:italic;
	float:left;
	margin:0;
	background-color: transparent;
	color:#ccc;
}
#searchbar .search-form i{
	position: absolute;
	right: 15px;
	top: 25%;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	color:#ddd;
}

.breadcrumb li a:hover{
	color:#fff;
	text-decoration: underline;
}
.breadcrumb li, .breadcrumb li a, .breadcrumb li i{
	color:#fff; 
	font-weight:400;
	font-style:italic;
}

/* ------------------------------------------------ */
/* S L I D E R 
/* ------------------------------------------------ */
#slider-section{
	margin-top:30px;
}
.slider-description h3{
	margin-top:60px;
	text-align:left;
}
.slider-description h3 span{
	margin:15px auto;
	display:block;
}
.slider-description h3 a{
	display:inline-block;
	margin-top:10px;
}

.slider-testimonial{
	position:relative;
	width:80%;
	float:right;
	margin-top:70px;
	text-align:right;
}
#page-info-section .slider-testimonial{
	text-align:left;
	margin-top:0;
	margin-bottom:40px;
}
#page-info-section .slider-testimonial h2{
	left:auto;
	right:-50px;
}
.slider-testimonial h4{
	font-weight:normal;
}
.slider-testimonial p.testimonial-client{
	font-style:italic;
	font-weight:bold;
}

#page-info-section{
	z-index: 1;
	position: relative;
	border:none;
	padding:20px 0;
}
#page-info-section .span12{
	overflow:hidden;
}
h2.page-title{
	line-height:70px;
	margin:0;
	font-size: 50px;
	color: #fff;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align: center;
}
h2.page-title i{
	color:#fff;
	margin-right:10px;
	font-size:18px;
}
h2.page-title small{
	font-size:13px;
	font-weight:normal;
}
p.page-description{
	margin-bottom:90px;
	font-size:14px;
}

/* ------------------------------------------------ */
/* H E A D I N G  T I T L E  
/* ------------------------------------------------ */
.heading-wrapper{
	display: block;
}
.heading-bottom-line{
	width: 120px;
	height: 5px;
	background: #777;
	display:block;
}
.heading-title-1{
	display: block;
}
.heading-title-1 i{
	font-size: 40px;
}
.heading-title-1 h2, .heading-title-1 span{
	font-size:30px;
	font-weight:300;
	text-transform:capitalize;
	margin: 20px 0;
}
.heading-title-1 span{
	font-weight:700;
}
.heading-title-1 p{
	margin-top:20px;
	line-height: 1.8;
}
.column-section-color .heading-title-1 i{
	color:#fff !important;
}

/* ------------------------------------------------ */
/* S E R V I C E   S T Y L E   
/* ------------------------------------------------ */

/*****  Service 1  *****/
.service-wrapper{
	display:block;
}
.service-1{
	position:relative;
}
.service-1 .service-1-content{
	padding:15px;
}
.service-1 .service-1-content h2{
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	margin: 15px 0 5px;
}
.service-1 .service-link a{
	font-style:italic;
	text-decoration:none;
}
.service-1 .service-link a:hover{
	text-decoration:underline;
}

/*****  Service 2  *****/
.service-2 {
	position:relative;
}
.service-2-main{
	padding:20px 5px;
	text-align:center;
	overflow: hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.service-2-content{
	display:block;
}
.service-2-icon{
	display:block !important;
	font-size: 80px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.service-2-title{
	font-size:16px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:700;
	overflow:hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.service-2-sub{
	margin-top:15px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.service-2-bottom-line{
	width: 150px;
	height:2px;
	display:block;
	margin:0 auto;
}
.service-2 .service-link a{
	font-style:italic;
}
.service-2 .service-link a, .service-2 .service-link i{
	display:inline-block;
}
.service-2:hover .service-link a, .service-2:hover .service-link i, .service-2-main:hover .service-2-icon, .service-2-main:hover .service-2-title, .service-2-main:hover .service-2-sub, .column-section-color .service-2-icon, .column-section-color .service-2 .service-link a, .column-section-color .service-2 .service-link i{
	color:#fff;
}
.service-2-main:hover .service-2-bottom-line,.column-section-color .service-2-bottom-line{
	background: #fff;
}
.service-2-main:hover.service-2-effect-1 .service-link, .service-2-main:hover.service-2-effect-2 .service-link, .service-2-main:hover.service-2-effect-3 .service-link, .service-2-main:hover.service-2-effect-4 .service-link, .service-2-main:hover.service-2-effect-5 .service-link{
   -webkit-animation: smallToBig_4 800ms ease;
	-moz-animation: smallToBig_4 800ms ease;
	-ms-animation: smallToBig_4 800ms ease;
}

/*****  Service 3  *****/
.service-3{
	margin-bottom:30px; 
}
.service-3 .service-3-icon{ 
	float:left;
	overflow:hidden;
	margin-right: 15px;
}
.service-3-icon.style_type{
	float:none;
	margin-right:0 !important;
	margin-bottom:10px;
}
.service-3-icon.style_type .service-3-img{
	width:100% !important;
}
.service-3 .service-3-icon .service-3-img{
	width:60px;
	overflow:hidden;
}
.service-3 .service-3-icon .service-3-iconfont{
	width:50px;
	height: 50px;
	text-align: center; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%; 
	overflow:hidden;
}
.service-3 .service-3-icon .service-3-iconfont i{
	font-size:25px;
	display:block;
	color:#fff;
	padding-top: 12px;
}
.service-3 .service-3-main{
	overflow:hidden;
}
.service-3 .service-3-main .service-3-content .service-3-title{
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	margin-bottom: 10px;
}
.service-3 .service-link a{
	font-style:italic;
}
.column-section-color .service-3 .service-3-icon .service-3-iconfont{
	background-color:#fff;
}
.column-section-color .service-link a:hover{
	text-decoration:underline;
}

/* ------------------------------------------------ */
/* T E A M   S T Y L E   
/* ------------------------------------------------ */
.team-wrapper-content{
	margin-bottom:20px;
	padding-bottom:30px;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	background-color: #f1f1f1;
}
.team-wrapper-content .team-content p{
	padding: 5px 25px 10px;
	text-align:center;
}
.team-wrapper-content .team-content ul{
	margin:0;
	padding:0;
	text-align:center !important;
}
.team-wrapper-content .team-content ul li{
	background: #dfdfdf;
	opacity:.7;
	margin: 0 5px;
	border: 2px solid #fff;
}
.team-wrapper-content .team-content ul li:hover{
	opacity:1;
}
.team-wrapper-content .team-content ul li a i{
	color:#fff;
}
.team-wrapper-content .team-content ul.social li.social-twitter{
	background-color:#44ccf6;
}
.team-wrapper-content .team-content ul.social li.social-facebook{
	background-color:#3b5998;
}
.team-wrapper-content .team-content ul.social li.social-google{
	background-color:#d13f2d;
}
.team-wrapper-content .team-content ul.social li.social-dribbble{
	background-color:#ea4c89;
}
.team-wrapper-content .team-info{
	text-align:center; 
	padding:20px 0 0;
}
.team-wrapper-content .team-info .team-name{
	margin:5px 0 10px; 
	font-size:18px;
	text-shadow:none;
	font-weight:700;
}
.team-wrapper-content .team-info .team-position{
	margin:0;
	margin-top:-15px;
	margin-bottom:3px;
	font-size:15px;
	line-height:25px;
	font-weight: 400 !important;
}
.team-wrapper-content .team-info .team-img-wrapper{ 
	width:120px;
	margin:0 auto;
	margin-top: -75px;
}
.team-wrapper-content .team-info .team-img-wrapper .team-img{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border:5px solid;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	border-color: #fff;
}
.team-wrapper-content .team-info .team-img-wrapper .team-img img{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.team-info span{
	display: block;
}
.team-mail{
	font-style:italic;
	margin-bottom:10px;
	display:inline-block;
}

/* ------------------------------------------------ */
/* C L I E N T S   S T Y L E   
/* ------------------------------------------------ */
.client-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}
.client-logo{
	margin-bottom:20px;
	text-align:center;
}
/* ------------------------------------------------ */
/* T I M E L I N E   S T Y L E   
/* ------------------------------------------------ */
.timeline-wrapper{
	position:relative;
	overflow:hidden;
}
.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 
.cbp_tmtimeline li{
	position:relative;
	margin-bottom:40px;
}
/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	left: 18%;
	margin-left: -10px;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 10%;
	padding-right: 100px;
	position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span.day{
	font-size: 0.9em;
}
.cbp_tmtimeline > li .cbp_tmtime span.time {
	font-size: 2.9em;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	padding: 2em;
	font-weight: 300;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cbp_tmtimeline > li .cbp_tmlabel h2, .cbp_tmtimeline > li .cbp_tmlabel p{
	color: #fff;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
}
.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid;
	border-bottom-color:#fff;
	border-bottom-color: rgba(255,255,255,0.4);
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 10px;
	top: 10px;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 60px;
	height: 60px;
	speak: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #eee;
	text-align: center;
	left: 17%;
	top: 0;
	margin: 0 0 0 -25px;
}
.cbp_tmtimeline > li .cbp_tmicon i{
	color:#fff;
	font-size:26px;
	margin-top: 15px;
}
/* Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}
	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}
	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}
	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}
	.cbp_tmtimeline > li .cbp_tmlabel:after {
		border:none;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -65px 10px 0 0px;
		width: 40px;
		height: 40px;
	}   
	.cbp_tmtimeline > li .cbp_tmicon i{
		margin-top: 10px;
		font-size:20px;
	}
}

/* ------------------------------------------------ */
/* T E S T I M O N I A L   S T Y L E   
/* ------------------------------------------------ */
#testimonial{
	position:relative;
}
.testimonial-style-1{
	text-align:center;
}
.testimonial-style-1 .testimonial-img-wrapper{
	width:100px;
	height:100px;
	border: 5px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
	overflow:hidden;
	margin: 0 auto;
}
.testimonial-style-1 .testimonial-img-wrapper img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
}
.testimonial-style-1 .testimonial-content-wrapper{
	margin-top:20px;
}
.testimonial-style-1 .testimonial-content-wrapper .testimonial-name{
	font-weight:700;
}
.testimonial-style-1 .testimonial-content-wrapper .testimonial-position{
	font-style:italic;
}
.column-section-color .testimonial-style-1 .testimonial-img-wrapper{
	border:5px solid #fff;
}

#testimonial_2{
	position:relative;
}
.testimonial-style-2{
	text-align:left;
}
.testimonial-style-2 .testimonial-img-wrapper{
	width:80px;
	height:80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
	overflow:hidden;
	margin-top: 20px;
	border: 5px solid #f1f1f1;
}
.testimonial-style-2 .testimonial-img-wrapper img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
}
.testimonial-style-2 .testimonial-content-wrapper{
	background-color:#f1f1f1;
	padding:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.testimonial-style-2 .testimonial-content-wrapper .testimonial-name{
	font-weight:700;
}
.testimonial-style-2 .testimonial-content-wrapper .testimonial-position{
	font-style:italic;
}
.triangle{
	position: absolute;
	left: 80px;
	width: 0;
	height: 0;
	border-top: 22px solid #f1f1f1;
	border-right: 23px solid transparent;
}

/* ------------------------------------------------ */
/* I N T R O   S T Y L E   
/* ------------------------------------------------ */
.intro-wrapper{
	position:relative;
}
.intro-wrapper .intro-title{
	text-transform:uppercase;
	letter-spacing:1px;
}
.intro-wrapper .intro-content{
	margin-bottom:25px;
}

.intro-2 .intro-detail{
	width:70%;
	float:left;
}
.intro-2 .intro-button{
	text-align: right;
	padding-top: 35px;
}

/* ------------------------------------------------ */
/* B L O G   C L A S S I C  S T Y L E   
/* ------------------------------------------------ */
#classsic-post{
	position:relative;
	margin-top:45px;
	margin-bottom:45px;
}
#image-top{
	margin:40px 0 15px;
	overflow:hidden;
	width:100%;
}
#image-top .post-image img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#image-top .post-image img:hover{
	opacity:.7;
}
.meta-date{
	position: absolute;
	border-right:1px solid #e3e3e3;
	width: 40px;
	height: 60px;
	padding: 5px;
	text-align: center;
	left: -5px;
	top: 5px;
	z-index: 9;
}
.meta-date h4, .meta-date h5{
	display:block;
	margin:0;
}
.meta-date h4{
	font-weight: 400;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 5px;
}
.meta-date h5{
	margin-top: 1px;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
}
.meta{
	background:#f1f1f1;
	padding:5px 10px;
	margin:10px 0 20px;
}
.meta hr{
	margin:0;
}
.meta span{
	display:inline-block;
	font-size:13px;
	padding:7px 1px;
}
.meta span a{
	font-weight:400;
}
.meta span.meta-time{
	padding-left: 0px;
}
.meta span.meta-author{
	padding-right:0px;
}
h2.classic-post-title{
	margin-bottom:10px;
	text-transform:uppercase;
}
h2.classic-post-title a{
	font-size:20px;
	font-weight:700;
}
.post-headline{
	width:85%;
	font-size:16px;
	line-height:26px;
	font-weight:300;
	margin:8px auto 20px;
	text-align:center;
	font-style:italic;
}
h6.post-more{
	display:block;
	font-size:13px;
	margin-top:20px;
	font-style: italic;
}
h6.post-more a.btn{
	padding:5px 14px;
	font-size:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
h6.post-more a.btn-primary{
	
}

/* ------------------------------------------------ */
/* B L O G   M E D I U M   S T Y L E   
/* ------------------------------------------------ */
#medium-posts{
	margin-top:70px;
}
#medium-post{
	position:relative;
	margin:0px 0;
}
.medium-post-content{
	padding:0;
	overflow:hidden;
}
#medium-post #image-top{
	width:350px;
	height:200px;
	float:left;
	margin:0;
	margin-right:20px;
	overflow:hidden;
}
#medium-post .meta{
	background:none;
	margin:0;
	padding:0;
}
#medium-post .meta span a, #medium-post .meta span{
	font-style:italic;
}
#medium-post .meta span a{
	font-weight:400;
}
.medium-post-title{
	margin:0;
	margin-top:0px;
	margin-bottom:5px;
	line-height:1;
}
.medium-post-title a{
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}
#medium-post .post-excerpt{
	padding:5px 10px;
}
#medium-post h6.post-more{
	margin-top:13px;
	margin-bottom:8px;
	text-align:left;
}
#medium-post h6.post-more a{
	font-style:italic; 
	font-size:13px;
}

/* ------------------------------------------------ */
/* B L O G   S I N G L E   S T Y L E   
/* ------------------------------------------------ */
#single-post{
	position:relative;
}
.single-post-container-wrapper #image-top{
	margin-top:40px !important;
}
.single-post-container-wrapper .line{
	margin-left:0 !important;
	margin-right:0 !important;
}
#single-post h2.classic-post-title{
	margin:0;
	font-size: 22px;
	font-weight:700;
}
ul.post-nav-link, ul#sub-menu-page{
	position:absolute;
	right:0;
}
ul.post-nav-link{
	margin-right:-60px;
}
ul.post-nav-link li{
	display:inline-block;
}
ul.post-nav-link li a, ul#sub-menu-page li a, ul.post-nav-link li a{
	display:inline-block;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:17px 20px 18px;
	font-weight:500 !important;
	color: rgba(255, 255, 255, 0.75);
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
}
ul#sub-menu-page li.current-link a, ul.post-nav-link li a:hover{
	color:#fff;
}
ul#sub-menu-page li.current-link a{
	background: rgba(0,0,0,.01);
}
.about-author{
	margin-top:30px;
}
.about-author img{
	float:left;
	padding: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: solid 3px #bdbdbd;
}
.author-content{
	padding-left:100px;
}
.author-content p.author-link{
	margin-bottom:5px;
}
.author-content p.author-link i{
	margin-right:10px;
}
.author-content p.author-link a{
	font-weight:400;
}
.line{
	height:1px;
	background-color: #eee;
}
.author-content .line{
	margin:20px;
}
.aq_block_accordion .line, .aq_block_toggle .line{
	height:6px;
	margin:0;
}
.about-author h3, .about-author h3 a{
	font-size:16px;
	line-height:1;
	margin:10px 0 5px;
	font-weight: 700;
}

h3.related-post{
	margin-top:50px;
	line-height:1;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
.related-post-wrapper{
	padding: 8px 8px 15px;
	text-align:left;
	border: 1px solid #e3e3e3;
	overflow:hidden;
	margin-top:20px;
}
.related-stick{
	position:absolute;
	width:60px;
	height:9px;
	top:-5px;
	left:50%;
	margin-left:-30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
	filter: alpha(opacity=5);
	opacity:.05;
}
.related-post-title{
	overflow:hidden;
	background:#fff;
	padding:10px 5px 0;
}
.related-post-title h4{
	margin:0;
	font-size:15px;
}
.related-post-title h4 a{
	font-size:15px;
	font-weight:300;
}
.related-post-title p{
	margin-bottom:5px;
	float: left;
}
.related-post-title .sidebar-item-category a{
	font-size:13px;
	margin-bottom:8px;
	margin-top:-2px;
	text-decoration:none;
	font-style:italic;
}
.related-post-title .sidebar-item-cmt{
	float:right;
}
.related-post-title .sidebar-item-cmt a, .related-post-title .sidebar-item-cmt i{
	font-size:13px;
}
.related-post-wrapper .portfolio-preview-time{
	padding: 10px 10px 0px !important;
}
.related-post-wrapper .portfolio-preview-content {
	padding: 0 10px !important;
	font-size:14px;
}
.small-post{
	overflow:hidden;
}
.small-post .raised-3{
	margin-right:13px;
}
h4.related-post{
	margin-bottom:25px;
}
.small-post h4.small-post-title{
	margin:5px 0 3px;
	font-size:16px;
}
.small-post h4.small-post-title a{
	font-size:14px;
	font-weight:400;
}
.sidebar-item-date{
	font-style:italic;
}
.tag-wrapper .h4-tags{
	font-size:13px;
	font-weight:400;
	display:inline-block;
	margin:20px 10px 20px 0;
}

#comment-wrapper{
	margin-top:40px;
}
#comment-wrapper h3{
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
#comment-wrapper h3 a.leave-cmt{
	float:right;
	text-transform:uppercase;
	font-size:16px;
	font-weight:700 !important;
	margin-top:5px;
}
.comment-content{
	position:relative;
	background:#fff;
	margin-bottom:15px;
	border:1px solid #eee;
	-webkit-box-shadow: 1px 1px 1px #rgba(0,0,0,.2);
}
.comment-reply-link{
	position:absolute !important;
	line-height:1;
	bottom:10px;
	right:10px;
	padding: 4px 10px !important;
	text-transform:uppercase !important;
}
.comment-content > img{
	float:left;
	padding:4px;
	margin-left:-35px;
	margin-right:20px;
	margin-top:10px;
	background:#fff;
	border:1px solid #ddd;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
}
.comment-meta h4{
	display:block;
	background:#f1f1f1;
	margin:0;
	padding:7px 0;
	font-size:16px;
	font-weight:400;
	font-style:italic;
}
.comment-meta h4 a.url{
	font-weight:400;
	font-style:italic;
}
.comment-meta h4 span{
	float:right;
	font-style:normal;
	margin-right:15px;
	font-weight:400;
	font-size:12px !important;
}
.comment-text{
	margin:15px 20px 15px 50px;
}
.form-allowed-tags{
	margin:10px 0 25px;
}
.form-allowed-tags code{
	white-space:normal;
	display:block;
	margin-top:5px;
}
.comment-notes{
	margin:15px 0;
}
#respond{
	margin-top:0;
}
#respond .form-submit input[type="submit"]{
	color:#fff;
	color:rgba(255,255,255,.8);
	padding: 7px 15px;
	font-weight: 700;
}
#respond .form-submit input[type="submit"]:hover{
	color:#fff;
}

/* ------------------------------------------------ */
/* P O R T F O L I O   S T Y L E   
/* ------------------------------------------------ */
#portfolio-wrapper{
	margin-top:0;
}
.column-section-color .filter-option .filterable.current a{
	border-color:#fff;
	color:#fff;
}
#filter-wrapper{
	margin: 0 0 20px;
}
.filter-option{
	margin:0; 
	padding:0;
	text-align: center;
}
.filter-option li{
	display:inline-block;
	margin-right:30px;
	margin-bottom:20px
}
.filter-option .filterable a{
	border-color: #bebebe;
	color:#ccc;
	z-index:1;
}
.filter-option .filterable a:hover{
	color:#fff !important;
}
ul.carousel-portfolio{
	margin:0;
	padding:0;
}
.portfolio-item {
	list-style:none;
	position: relative;
	background:#f1f1f1;
	border-bottom: 3px solid #DDD;
	margin-bottom:30px;
	overflow: hidden;
	z-index:1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.portfolio-item.isotope-hidden{
	z-index:-1;
}
.portfolio-item-title {
	position:relative;
	padding:5px 15px;
}
.portfolio-item-title .arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;  /* left arrow slant */
	border-right: 10px solid transparent; /* right arrow slant */
	border-bottom: 10px solid #f1f1f1; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
	position:absolute;
	top:-10px;
	left:15px;
}
.portfolio-item-title h4{
	margin:5px 0;
}
.portfolio-item-title h4 a{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.portfolio-item-title .tag{
	width:100%;
	float:left;
	font-style:italic;
}
.portfolio-item-title .tag a{
	font-style:normal;
	color: #ccc;
}
.portfolio-item-title .share{
	width:30%;
	float:right;
	text-align:right;
	font-style:normal;
}
.portfolio-item-title .share a{
	text-decoration:none;
	margin-left: 10px;
}
.portfolio-item-title .share a i, .portfolio-item-title .tag a i{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.view {
	overflow: hidden;
	position: relative;
	cursor: default;
}
.view .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	text-align: center;
	top: 0;
	left: 0;
	padding-top:25%;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	background-color: rgba(0,0,0,0.5);
}
.portfolio-item:hover .view .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view img{
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
}
.portfolio-item:hover .view img {
	opacity: .8;
	-webkit-transform: scale(1.1) rotate(-3deg);
	-moz-transform: scale(1.1) rotate(-3deg);
	-o-transform: scale(1.1) rotate(-3deg);
	-ms-transform: scale(1.1) rotate(-3deg);
	transform: scale(1.1) rotate(-3deg);
}
.view a.info, .view a.detail{
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	border:2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin:0 5px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.view a.info i, .view a.detail i{
	color:#fff;
	font-size: 22px;
	margin:3px 0 0 !important;
	padding:0 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.view a.info {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.view a.detail {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.portfolio-item:hover .view a.info, .portfolio-item:hover .view a.detail{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* ------------------------------------------------ */
/* P O R T F O L I O   S I N G L E   S T Y L E   
/* ------------------------------------------------ */
.single-portfolio-post{
	margin-top:40px;
}
.sidebar-info{
	margin-top:35px;
	padding: 0 10px;
}
.single-portfolio-sidebar-title{
	font-size:22px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
}
.single-portfolio-content p{
	line-height: 1.9;
	margin-bottom:20px;
}
.single-portfolio-cat, .single-portfolio-client, .single-portfolio-social{
	margin: 20px 0;
	overflow:hidden;
}
.single-portfolio-social span{
	float:left;
	margin-right: 20px;
	padding-top: 5px;
	margin-bottom:10px;
}
.single-portfolio-social ul.social{
	float:left;
	margin:0;
	padding:0;
}
.single-portfolio-post .flexslider{
	margin-bottom:0;
}

/* ------------------------------------------------ */
/* F O O T E R   S T Y L E   
/* ------------------------------------------------ */
#footer-wrapper{
	position:relative;
	z-index:0;
	border-top: 5px solid #DBDBDB;
}
#footer-wrapper .row{
	padding:20px 0;
}
#footer_button{
	cursor:pointer;
	text-align: center;
}
#footer_button i{
	font-size:30px;
	color:#fff;
}
#footer-wrapper a{
	position:relative;
}
#footer-wrapper .button, #footer-wrapper button, #footer-wrapper input[type="submit"], #footer-wrapper input[type="reset"], #footer-wrapper input[type="button"]{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	opacity:0.95;
}
.footer-box .sidebar-item-box{
	background:none;
}
h4.footer-heading{
	font-size:16px;
	line-height:1.3;
	text-transform:uppercase;
	text-align:left;
	padding:15px 0px;
	font-weight:700;
}
.footer-box ul.flickr li a img{
	padding:4px;
	width:53px;
	height:53px;
	margin:2px;
	background:none;
	border: 1px solid #DFDFDF;
}
.tagcloud a, #footer-wrapper .footer-box .tagcloud a{
	color:#fff !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
}
.tagcloud a{
	text-transform: none;
}
.tagcloud a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.footer-bottom{
	position:relative;
	overflow:hidden;
	box-shadow:inset 0px -3px rgba(0,0,0,.2);
	z-index:999;
}
ul.footer-nav{
	margin:0;
}
.footer-nav li{
	position:relative;
	display:inline-block;
	margin-right:10px;
}
.footer-nav li a{
	display:inline-block;
	font-size:12px !important;
	line-height:1 !important;
	padding:30px 0 25px;
	font-weight:700 !important;
	text-transform:uppercase;
	color:#fff !important;
}
.footer-nav li a:hover{
	text-decoration:underline !important;
}
.copyright-text{
	display: block;
	font-size:12px;
	line-height:1.5;
	text-align: right;
	margin:0;
	padding:25px 0;
	font-weight:700;
	text-transform:uppercase;
	color:#fff !important;
}
.footer-logo{
	text-align: center;
}

/* ------------------------------------------------ */
/* S I D E B A R  S T Y L E   
/* ------------------------------------------------ */
#sidebar-wrapper{
	position:relative;
}
.sidebar-content{
	position:relative;
	margin:20px 0 0 !important;
}
.sidebar-circle{
	position:absolute;
	width:8px;
	height:8px;
	top:-30px;
	left:-49px;
	border:5px solid #f1f3f6;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.sidebar-box-content{
	position:relative;
	margin:0px 0px 20px;
}

.sidebar-box{
	margin-bottom:20px;
	margin-left:20px;
}
.sidebar-box ul > li > a{
	display:inline-block;
	padding:3px 0px;
}
.sidebar-box ul > li.contact-info-email > a{
	padding:0;
}
.sidebar-box .screen-reader-text, .sidebar-box #searchsubmit{
	display:none;
}
.sidebar-box #s, .sidebar-box #searchform{
	margin:0;
}
.sidebar-box.info hr, .post-content hr{
	margin:0;
}
.sidebar-box h4.blog-sidebar-title{
	font-size:16px;
	line-height:20px;
	font-weight:700;
	text-align:left;
	padding:14px 0;
	margin:0;
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.sidebar-box.info{
	margin-bottom:0px;
	-webkit-box-shadow:inset 1px 1px #e7e6e6, inset -1px -1px #e7e6e6;
	-moz-box-shadow:inset 1px 1px #e7e6e6, inset -1px -1px #e7e6e6;
	-ms-box-shadow:inset 1px 1px #e7e6e6, inset -1px -1px #e7e6e6;
	box-shadow:inset 1px 1px #e7e6e6, inset -1px -1px #e7e6e6;
}
.sidebar-box.info h4.blog-sidebar-title{
	text-align:center;
	padding:0;
	margin:0;
	margin-top:15px;
}
.sidebar-box.info h4.blog-sidebar-title span{
	font-size:22px;
	font-weight:normal;
}
.sidebar-box.info.info-post hr{
	background: #ccc;
	border-bottom: 1px solid #ebebeb;
}

.sidebar-item-box, .sidebar-item-box *{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.sidebar-item-box{
	overflow:hidden;
	font-size:14px;
	margin-bottom:20px;
}
.sidebar-item-box.recent-post-item{
	margin:0;
	padding:6px 8px;    
}

.footer-box .sidebar-item-box.recent-post-item{
	border-bottom:1px solid #282828;
	border-top:1px solid #3a3a3a;
}
.sidebar-item-box.recent-post-item:first-child{
	padding-top:0;
	border-top:none;
}
.sidebar-item-box.recent-post-item:last-child{
	padding-bottom:0;
	border-bottom:none;
}
.post-image {
	float:left;
}
.post-image img{
	width:100%;
}
.sidebar-item-box img{
	margin-right:12px;
	float:left;
}
.sidebar-item-box h5{
	font-size:12.5px;
	line-height:20px;
	margin-top:0px;
	margin-bottom:0;
}
.sidebar-item-box h5 a{
	position:relative;
	font-size:13px;
}
#footer-wrapper .sidebar-item-box h5 a:hover{
	text-decoration:underline !important;
}
.sidebar-item-box br{
	display:none;
}
.sidebar-item-box .sidebar-item-date{
	margin-top:3px;
	margin-bottom:2px;
	font-size: 13px;
}
a.project-url{
	font-size:14px;
	line-height:22px;
}
.sidebar-box ul {
	text-decoration: none;
	list-style: none;
	margin-left: 0px;
}
.sidebar-box ul li{
	padding:5px 0;
	    font-size: 15px;
}
.sidebar-box ul li:hover a, .sidebar-box ul li:hover a i{
}
.sidebar-box ul li {
	-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;
}
.sidebar-box ul li.cat-item a, .sidebar-box ul li.page_item a{
	position:relative;
	display:inline-block;
	padding:3px 0px;
	margin-bottom:0;
}
.sidebar-box ul li.cat-item a i, .sidebar-box ul li.page_item a i {
	margin-right:10px;
}
.sidebar-box ul .portfolio-item{
	padding:0;
	margin:0;
}
.sidebar-box ul li.recent-portfolio-item, .footer-box ul li.recent-portfolio-item{
	float:left;
	margin:0 6px;
	padding:6px 0;
}
ul.flickr{
	margin:0;
	margin-top:5px;
}
ul.flickr li{
	background:none;
	padding:0;
}
ul.flickr li:hover{
	background:none !important;
}
.flickr_badge_image{
	float:left;
	line-height:0;
}
ul.flickr li a img{
	width:67px;
	height:67px;
	margin: 4px 4px 0px 0px;
	padding: 4px 4px 0px 0px;
}
.sidebar-box ul li.recent-portfolio-item a, .footer-box ul li.recent-portfolio-item a, ul.flickr li a{
	background:none;
	padding:0;
}
.sidebar-box ul ul {
	margin-top: 5px;
	margin-left:12px;
	margin-bottom:0;
}
.wpcf7-form textarea {
	height: 100px !important;
}
#slider-shortcode{
	margin-bottom:0;
}
.contact-title-form{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-align: left;
	padding: 14px 0;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 45px;
}
.contact-info{
	margin:0;
	padding:0;
}
.contact-info li{
	overflow: hidden;
	margin-bottom: 5px;
}
.contact-info li span{
	display: inline;
	padding-top: 8px;
	line-height: 1.7;
}
.contact-info li span.icon-info {
    border: 2px solid #bdbdbd;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}
.contact-info i{
	font-size:20px;
	color:#bdbdbd;
}
#twitter_update_list{
	margin-left:0;
}
#twitter_update_list li{
	position:relative;
	margin-bottom:10px;
}
#twitter_update_list li > i{
	position:absolute;
	top:5px;
	left:0;
	font-size:26px;
}
#twitter_update_list li > span{
	display:block;
	padding-left:45px;
}
#twitter_update_list li > a{
	display:inline-block;
	margin-left:45px;
	font-weight:400 !important;
	font-style:italic;
}
#twitter_update_list li a{
	font-weight:400;
}

span.highlight{
	padding:0 8px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	display: inline-block;
}
span.dropcaps{
	display:block;
	float:left;
	font-size:40px;
	line-height:1;
	margin:0px 15px 0px 0px;
	font-weight: 700;
	padding: 5px 15px;
}
span.dropcaps-2{
	display:block;
	float:left;
	font-size:40px;
	line-height:1;
	margin:0px 15px 0px 0px;
	font-weight: 700;
	padding: 5px 15px;
	color:#fff;
}
span.dropcaps-3{
	display:block;
	float:left;
	font-size:40px;
	line-height:1;
	margin:0px 15px 0px 0px;
	font-weight:700;
	padding: 5px 15px;
}

.latest-tweets > ul{
	margin-left:0;
}
.tweet-details a{
	font-size:14px;
	font-style:italic;
}
.footer-box .latest-tweets a:hover, .footer-box .latest-tweets a *:hover{
	text-decoration:none;
}
.tweet-text, .tweet-details{
	padding-left:30px;
	position:relative;
}
.tweet-text i{
	position:absolute;
	font-size:20px;
	top:4px;
	margin-left:-30px;
}

/* ------------------------------------------------------------  */
/* R E C E N T   P O S T S   S H O R T C O D E   S T Y L E   
/* ------------------------------------------------------------  */
.recent-post-wrapper.recent-shortcode{
	background:#f1f1f1;
	padding-bottom: 20px;
}
.recent-post-wrapper{
	position:relative;
	margin-bottom:30px;
}
.recent-post-date{
	position:absolute;
	z-index: 99;
	text-transform:uppercase;
}
.recent-post-date span, .recent-post-date i{
	color:#fff;
}
.recent-post-date span{
	display:inline-block;
	border-right:1px solid;
	border-color:#fff;
	border-color:rgba(255, 255, 255, .3);
	padding:8px 15px;
	margin-right:10px;
}
.recent-post-date i{
	padding: 0 15px 0 5px;
}
.recent-image a img{
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.recent-image:hover a img{
	opacity:.7;
}
.recent-post-wrapper.recent-shortcode .recent-detail{
	padding:10px 15px 0;
}
.recent-post-wrapper.recent-shortcode .recent-detail h4{
	margin:0;
}
.recent-detail .recent-title{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.recent-detail .recent-content a, .recent-detail .recent-content i{
	font-style:italic;
	text-decoration:none;
}
.recent-detail .recent-post-meta .meta-author, .recent-detail .recent-post-meta .meta-cmt{
	display:inline-block;
	margin-right:5px;
}
.recent-detail.empty{
	padding-top: 50px !important;
}
.recent-post-wrapper.recent-style-2 .recent-image, .recent-post-wrapper.recent-style-2 .flexslider{
	width:40%;
	float:left;
}
.recent-post-wrapper.recent-style-2 .recent-detail{
	width:53%;
	float:left;
}
.recent-post-wrapper.recent-style-2 .recent-detail h4{
	margin-top:0;
}
.recent-post-wrapper.recent-style-2 .recent-detail p{
	margin-bottom:5px;
}
.recent-post-wrapper.recent-style-2 .recent-detail .read-more, .recent-post-wrapper.recent-style-2 .recent-detail .read-more i{
	margin-bottom:5px;
	display:inline-block;
	font-style:italic
}
.recent-post-wrapper.recent-style-2{
	padding-bottom: 0px !important;
	overflow: hidden;
	background:none !important;
}
.column-section-color  .recent-post-date{
	background:#555;
}
.column-section-color .recent-post-wrapper.recent-style-2 .recent-detail .recent-content, 
.column-section-color .recent-post-wrapper.recent-style-2 .recent-detail h4 a,
.column-section-color .recent-post-wrapper.recent-style-2 .recent-detail .recent-post-meta .meta-author i, 
.column-section-color .recent-post-wrapper.recent-style-2 .recent-detail .recent-post-meta .meta-cmt,
.column-section-color .recent-post-wrapper.recent-style-2 .recent-detail .recent-post-meta .meta-cmt a,
.column-section-color .recent-post-wrapper.recent-style-2 .recent-detail .recent-post-meta .meta-author, 
.column-section-color .recent-post-wrapper.recent-style-2 .recent-detail .recent-post-meta .meta-cmt i,
.column-section-color .recent-post-wrapper.recent-style-2 .recent-detail .read-more, 
.column-section-color .recent-post-wrapper.recent-style-2 .recent-detail .read-more i, .column-section-color .recent-post-wrapper.recent-style-2 .recent-detail .read-more:hover i{
	color:#fff;
}
.recent-post-wrapper .flexslider {
	margin-bottom:0 !important; 
}

/* ------------------------------------------------ */
/* P R I C I N G   T A B L E   S T Y L E   
/* ------------------------------------------------ */
.pricing-warpper{
	position:relative;
}
.pricing-column{
	margin:10px 0;
	overflow:hidden;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	border: 1px solid #f1f1f1;
	margin-bottom:20px;
	background-color:#fff;
}
.pricing-column ul{
	margin:0;
}
.pricing-column ul li{
	margin: 0;
	padding: 12px 0px;
	text-align: center;
}
.pricing-column ul li:nth-child(2n+1){
	background:#f1f1f1;
}
.pricing-column ul li.pricing-title{
	padding:20px 0;
	border-bottom:none;
}
.pricing-column ul li.pricing-title h3{
	color:#fff !important;
	font-size:22px;
	margin:0;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
}
.pricing-column ul li.pricing-pricing h5{
	font-size:18px;
	line-height:18px;
	font-weight: 700;
}
.pricing-column ul li.pricing-button{
	padding:20px 0;
}
.pricing-column ul li.pricing-button a{
	white-space:nowrap;
	display:inline-table;
}
.pricing-column .pricing-normal i{
	margin-right: 5px;
}

/* ------------------------------------------------ */
/* P R O G R E S S   B A R   S T Y L E   
/* ------------------------------------------------ */
.progress-bar ul{
	margin:0;
}
.progress-bar ul li{
	position:relative;
	margin-bottom:15px;
	background-color:#e9e9e9;
}
.progress-bar ul li span.title{
	position:relative;
	display:inline-block;
	color:#fff;
	padding:10px 25px;
	z-index:2;
	text-transform:uppercase;
}
.progress-bar ul li span.percent{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	z-index:1;
}

/* ------------------------------------------------ */
/* P I E C H A R T   S T Y L E   
/* ------------------------------------------------ */
.chart {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-bottom: 5px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent-chart {
  display: inline-block;
  line-height: 150px;
  z-index: 2;
  font-size: 25px;
  font-weight:500;
}
.percent-chart:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 25px;
  font-weight:500;
}
.pie-column{
	text-align:center;
	margin-bottom: 25px;
}
.pie-content h2{
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom: 0;
}

/* ------------------------------------------------ */
/* C O U N T E R S   S T Y L E   
/* ------------------------------------------------ */
.counter-wrapper{
	overflow:hidden;
	display:block;
}
.counter{
	text-align:center;
	margin-bottom: 30px;
}
.counter i{
	font-size:50px;
}
.counter .counter-title{
	font-size:22px;
	margin:0;
	font-weight: 300;
	text-transform: capitalize;
}
.counter .timer{
	font-size:40px;
	margin-left:20px;
	font-weight: 300;
}
.column-section-color .counter i{
	color:#fff !important;
}
/* ------------------------------------------------ */
/* M I S C E L L A N E O U S   
/* ------------------------------------------------ */
.slider-wrapper{
	position:relative;
	margin:0 auto;
}
.tp-leftarrow.default{
	width:60px !important;
	height:60px !important;
	background-image:url("images/rev_arrow.png")/*tpa=http://velvet.nanafly.com/wp-content/themes/Velvet/images/rev_arrow.png*/ !important;
	background-repeat:no-repeat !important;
	background-position:top left !important;
	left:20px !important;
}
.tp-rightarrow.default{
	width:60px !important;
	height:60px !important;
	background-image:url("images/rev_arrow.png")/*tpa=http://velvet.nanafly.com/wp-content/themes/Velvet/images/rev_arrow.png*/ !important;
	background-repeat:no-repeat !important;
	background-position:top right !important;
	right:20px !important;
}
.rev_slider_wrapper{
	padding:0 !important;
}
.rev_slider{
	background-size:cover;
}
.map-wrapper{
	position:relative;
	z-index:0;
}
.map-wrapper-bg{
	position:absolute;
	top:0;
	height:70%;
	width:100%;
}
.map{
	position:relative;
}
.map span, .map a{
	font-size:10px !important;
	text-transform:uppercase;
}
.map .popover {
	display: block;
	width: 260px;
	left:53%;
	top:20%;
	margin: 20px;
}
.map .popover h3.popover-title .btn-close{
	position:absolute;
	top:10px;
	right:10px;
	width:16px;
	height:16px;
	background:url("images/btn/close_16.png")/*tpa=http://velvet.nanafly.com/wp-content/themes/Velvet/images/btn/close_16.png*/ no-repeat;
	cursor:pointer;
	-webkit-box-shadow:0px 0px 1px rgba(0,0,0,.4);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,.4);
	box-shadow:0px 0px 1px rgba(0,0,0,.4);
}
.wpcf7-form > p{
	margin-bottom:5px;
}
.wpcf7-form > p span{
	display:block;
	margin-top:0;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"]{
	padding:15px;
}
.wpcf7-form textarea{
	padding:15px;
	height:104px;
}
.wpcf7-form input[type="submit"]{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	width:120px;
	height:45px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 15px;
}
div.wpcf7-mail-sent-ok{
	background-color: #51ef81 !important;
	border: 1px solid #5bda82 !important;
	color: #fafafa !important;
	padding: 10px 25px !important;
	font-size: 15px;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, span.wpcf7-not-valid-tip{
	background-color: #f28c89 !important;
	border: none !important;
	color: #fafafa !important;
	padding: 10px 25px !important;
	font-size: 15px !important;
	line-height:5px;
}
div.wpcf7-response-output{
	margin:0 !important;
}
input[type="submit"]{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
input[type="submit"]{
	border:none;
	
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fbfbfb;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size:11.5px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
/* calendar widget */
.widget_calendar {
	float: left;
}
#wp-calendar {
	width: 100%; 
}
#wp-calendar caption { text-align: center; font-size: 15px; margin-top: 0px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; font-weight:400; }
#wp-calendar tbody {  }
#wp-calendar tbody td { background: #fff; border: 1px solid #ebebeb; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px;  text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px;  padding-top: 10px; }

.scrollup{
	width:40px;
	height:40px;
	position:fixed;
	bottom:40px;
	right:40px;
	border: 2px solid #777;
	display:none;
	z-index:999;
	cursor:pointer;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align:center;
}
.scrollup i{
	font-size:20px;
	display:block;
	padding-top:8px;
	color:#777;
}
p.text{
	margin:2px 10px 10px 10px;
}
.tagcloud a{
	line-height:2.8;
	padding:5px 9px!important;
	font-size:11px !important;
	letter-spacing:1px;
	margin:2px;
}
.tag-wrapper a{
	display:inline-block;
	line-height:1;
	color:#fff;
	text-transform:none;
}
body.page-template-template-sitemap-php #page-content a, body.error404 #page-content a{
	display:inline-block;
	margin-top:5px;
	margin-bottom:5px;
}
body.page-template-template-sitemap-php .page_item a i, body.error404 .page_item a i{
	margin-right:8px;
}
body.page-template-template-sitemap-php #page-content h3 i, body.error404 #page-content h3 i{
	margin-right:10px;
	font-size:24px;
}
body.page-template-template-sitemap-php #page-content .span4 > ul, body.error404 #page-content .span4 > ul{
	margin-left:0;
}

.aq-block-aq_text_block{
	margin-top:-10px;
	margin-bottom:-10px;
}
.aq-block{
	position:relative;
	z-index:1;
}
.aq-block-aq_section_block, .aq-block-aq_section_colored_block{
	position:relative;
}
.block-bg, .block-bg-colored, .block-bg-img{
	position:absolute;
	width:100%;
	height:100%;
	z-index:-1;
}
.bottom-line{
	position:absolute;
	width:100%;
	height:5px;
	bottom:5px;
	background:url("images/noise.png")/*tpa=http://velvet.nanafly.com/wp-content/themes/Velvet/images/noise.png*/;
}
.aq-block.aq-block-aq_title_block_2{
	z-index:99;
}
.section_wrapper{
	padding:0 15px;
}
.social-icons{
	text-align:center;
	padding:3px 0;
}
.social-icons a{
	overflow:hidden;
	margin:0 3px;
	width:32px;
	display:inline-block;
}
.social-icons a img{
	background:#fff;
	opacity:0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
.social-icons a img:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}
.sidebar-box ul li.recentcomments i{
	margin-right: 10px;
}
/** V I D E O   R E S P O N S I V E **/
.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/** 4 0 4   P A G E **/
.page-404{
	margin-bottom:30px;
}
.page-404 p{
	font-size: 170px;
	font-weight: 700;
	line-height:1;
	text-align:center;
}
.page-404 i{
	font-size: 170px;
}

/** F I X  F O R  G O O G L E  M A P **/
/* Bootstrap Css Map Fix*/
#map_div img { 
  max-width: none;
}
/* Bootstrap Css Map Fix*/
#map_div label { 
  width: auto; display:inline; 
} 
.gallery-caption{}
.bypostauthor {}
/**  R E S P O N S I V E **/

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}
@media (max-width: 1199px){
	
}
@media (min-width: 979px) and (max-width: 1199px) {
	
}
@media (max-width: 1060px){
	.boxed-wrapper{
		width:auto;
		margin-bottom:0;
	}
	#logo{
		margin-left:10px;
	}
	.nav-wrapper{
		margin-right:10px;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
#logo .logo-wrapper {
    width: 160px !important;
    right: 0;
}
}
@media (min-width: 768px){}
@media (min-width: 990px) and (max-width: 1180px) {
body .sf-menu > li > a {
    padding: 25px 10px!important;
    font-size: 12px!important;
}
}
@media (max-width: 979px){
	#header-wrapper{
		position:relative;
		height:55px;
	}
	#logo{
		position:absolute;
		top:5px;
		right:0px;
	}
	.btn-collapse{
		display:inherit;
	}
	.intro-2{
		text-align:center;
	}
	.intro-2 .intro-detail{
		width:100%;
		float:none;
	}
	.intro-2 .intro-button{
		text-align:center;
		padding-top:5px;
	}
	.recent-post-wrapper.recent-style-2 .recent-image, .recent-post-wrapper.recent-style-2 .flexslider,.recent-post-wrapper.recent-style-2 .recent-detail{
		width:100%;
		float:none;
	}
	.recent-post-wrapper.recent-style-2.recent-shortcode .recent-detail{
		padding:0 !important;
		margin-top:10px;
	}
	.counter i {
		font-size: 30px;
	}
	.counter .timer {
		font-size: 25px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.wrapper{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	.intro-wrapper{
		text-align:center !important;
	}
	.aq-block-aq_button_block p{
		text-align:center !important;
	}
	.client-logo{
		width:48% !important;
		float:left !important;
	}
	.owl-item .client-logo{
		width:100% !important;
		float:none !important;
	}
	.tabs-left > .nav-tabs {
		float:none !important;
		margin-right:0 !important;
	}
	.heading-title-1{
		text-align:center !important;
	}
	.heading-bottom-line{
		margin:0 auto !important;
	}
	.sidebar-box{
		margin-left:0;
	}
	ul.footer-nav, .copyright-text{
		text-align:center !important; 
	}
	.footer-nav li a {
		padding: 25px 0 0 !important;
	}
	#page-info-section{
		padding: 10px 0 20px;
	}
	h2.page-title{
		font-size:30px;
	}
	.breadcrumb{
		width:100%;
		text-align:center;
		padding:0 !important;
	}
	.page-404{
		margin-top:30px;
		margin-bottom:0 !important;
	}
	.page-404 p, .page-404 i{
		font-size: 70px !important;
	}
	.column-bg{
		height:100% !important;
	}
	.top-bar{
		display:none;
	}
	.cbp-social.top-bar{
		display:block !important;
	}
	.team-wrapper-content {
		margin-bottom: 80px;
	}
	.team-wrapper-content:last-child{
		margin-bottom: 0 !important;
	} 
	.counter {
		width: 50% !important;
		float: left!important;
	}
}   

.xs-visible {
	display: none;
}
@media (max-width: 767px) {
#logo .logo-wrapper {
	width: 110px !important;
	position: static;
	display: inline-block;
	margin-top: 5px;
	margin-right: -10px;
}
ul.social-top-bar>li {
	float: left;
}
ul.social-top-bar {
	width: 100px;
	margin-left: 60px;
	margin-top: 12px;
	display: inline-block;
}
.xs-visible {
	display: block;
}
#header-wrapper {
	height: 50px;
}
#logo {
	right: 5px;
}
}
a.phoneMobile, a.phoneMobile i {
	font-size: 25px;
	color: #0049a0;
	vertical-align: top;
	padding-right: 14px;
	margin-top: 12px;
}
/* Landscape phones and down */
@media (max-width: 480px) {
	.wrapper{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.clear{
		height:0 !important;
	}
	.counter {
		width: 100% !important;
		float: none !important;
	}
}
@media (max-width: 320px) {
	
}
/* ------------------------------------------------ */
/* M O B I L E   N A V   S T Y L E   
/* ------------------------------------------------ */
ul.mobile-nav{
	margin:0;
}
ul.mobile-nav ul{
	margin-left:20px;
}

/* General styles for all menus */
.cbp-spmenu {
	background: #3d4852;
	position: fixed;
	overflow: scroll;
	-webkit-box-shadow:inset -1px 0px 5px rgba(0,0,0,.3);
	-moz-box-shadow:inset -1px 0px 5px rgba(0,0,0,.3);
	box-shadow:inset -1px 0px 5px rgba(0,0,0,.3);
}

.cbp-spmenu h3 {
	color: #fff;
	font-size: 25px;
	padding: 20px 0;
	margin: 20px 0 0;
	font-weight: 700;
	text-transform:uppercase;
	text-align: center;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}
.cbp-spmenu a:hover {
}

.cbp-spmenu a:active {
}
/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	-webkit-box-shadow: 0px -1px #363f46;
	-moz-box-shadow: 0px -1px #363f46;
	box-shadow: 0px -1px #363f46;
	border-top: 1px solid #444e58;
	padding: 10px 20px;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cbp-social.top-bar{
	border-bottom:none;
	background-color:none;
}
.cbp-social.top-bar .social-top-bar li{
	border:none !important;
}
.cbp-spmenu-vertical .cbp-social.top-bar a{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-top: none !important;
	padding: 0 !important;
}
/* Example media queries */

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}
.cteststy1le {
font-family: 'Bad Script', cursive !important;
font-size:20px;
font-weight:bold;
text-shadow: #000 2px 0px 2px, #000 0px 2px 2px, #000 0px -2px 2px, #000 -2px 0px 2px;
}
div#filter-wrapper .btn {
	padding: 5px 25px;
}
body .sf-menu > li > a {
    padding: 25px 15px;
    font-size: 13px;
}
p.share {
	display: none;
}
.footer-bottom .row {
	margin-left: -30px;
	margin-right: -30px;
}
.row.client-list  [class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 30px;
}
.row.client-list {
	margin-left: -30px;
}
#clientsHomeWrap .row, #benefitsHomeWrap .row, #gallHomeWrap .row, #licenseHome .row, .footer-bottom .row, div#licenseHomeWrap .row {
	margin-left: -15px;
	margin-right: -15px;
}


div#benefitsHomeWrap {
	background-color: #f0f0f0;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-bottom: 30px;
}
.benefit {
	text-align: center;
	width: 15.6%;
	display: inline-block;
	vertical-align: top;
}
.benefit img {
	display: inline-block;
}
.benefit p {
	color: #0049a0;
	margin-top: 15px;
}
@media (max-width: 767px) {
.benefit {
	width: 32.6%;
}
.benefit img {
    width: 80%;
}
.container {
	padding: 0;
}
.heading-title-1 h2, .heading-title-1 span {
	font-size: 20px;
}
div#mailHomeWrap {
	padding: 10px 10px;
}
#mailCarusel {
	padding-left: 0;
	padding-right: 0;
}
div#mailHomeWrap .container {
	padding: 0;
}
div#mailHomeWrap {
	overflow: hidden;
}
div#portfolio-wrapper {
	padding: 0!important;
}
div#page-content {
	padding: 0!important;
}
#filter-wrapper {
	margin: 20px 0 20px;
}
.filter-option li {
	margin-bottom: 20px;
	margin-left: 10px;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.benefit {
	width: 32.6%;
}
}

#gallHomeWrap {
	margin-bottom: 30px;
}
#gallHomeWrap h5 {
    color: #0049A0;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0;
}
#gallHomeWrap .media {
	margin-top: 20px;
}
#mapJpg {
	margin-bottom: 30px;
}
div#gallHomeWrap p {
	font-size: 15px;
}
#gallHomeLeft {
    padding-top: 50px;
    padding-bottom: 30px;
}
.benefit>img {
    transition: all .5s;
    max-width: 110px;
}
.benefit:hover>img {
	transform: scale(1.1);
}
/*
.animated {
    -webkit-animation-duration: 900ms;
    -moz-animation-duration: 900ms;
    -o-animation-duration: 900ms;
    animation-duration: 900ms;
    animation-delay: 0ms;
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
}
*/

.bx-context-toolbar-empty-area {
    min-width: 12px;
}
.top-bar-slogan {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    min-width: 300px;
    float: right;
    text-align: center;
    position: absolute!important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.top-bar {
    position: relative;
}
.social-top-bar, .top-bar-info {
    z-index: 20;
    position: relative;
}
div#mailHome {
    margin: 0 5%;
    width: 90%!important;
}
div#licenseHome {
    margin: 0 10%;
    width: 80%!important;
}
div#textHome {
    line-height: normal;
}
div#textHome p {
	font-size: 16px;
    margin-bottom: 3px;
}
div#textHome p b, div#textHome p span {
    font-size: inherit;
}
div#licenseRight h2 {
    margin-top: 0;
}
div#licenseRight {
    padding-bottom: 30px;
}
#textHome {
	padding-top: 50px;
}

div#textHome .textMore {
    display: none;
}

#gallHomeLeft {
	float: right;
}
@media (max-width: 767px) {
.hidden-xs {
	display: none!important;
}
div#benefitsHomeWrap {
    padding-right: 15px;
    padding-left: 15px;
}
div#mailCarusel .item {
    padding: 25px;
}
div#gallHomeLeft {
    padding-top: 0;
}
#gallHomeLeft {
	float: none;
}
.contactsBlock {
    padding-top: 0!important;
}

div#textHome .textMore {
    display: block;
}
div#textHome:not(.full) {
    max-height: 205px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 0px;
}
div#textHome:not(.full):before {
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    height: 50px;
    width: 100%;
}
div#textHome:not(.full) .textMore {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
}
div#textHome:not(.full) .textMore>span {
    font-size: 11px;
    text-transform: none;
    padding: 3px 10px;
    border: 0;
    background-color: #0049a0;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}
div#gallHomeLeft .row>div, div#gallHomeLeft h5 {
    text-align: center;
}
div#gallHomeLeft .media-left {
    display: block;
    text-align: center;
}
div#gallHomeLeft .media-left img {
   display: inline-block;
}
}
input.wpcf7-form-control {
    background-color: #f1f1f1;
    border: none;
    padding: 12px 15px;
    margin-bottom: 10px;
    color: #7f8588;
}
.modal-header {
    background-color: #0049a0;
    color: #fff;
}
.modal-header h4 {
    color: #fff;
}
.form-control.has-error {
    background-color: rgba(255, 0, 0, 0.2)!important;
}
form .btn:hover i {
    color: inherit;
}
.ajaxForm .input-group-addon i {
    width: 16px;
    text-align: center;
}
.ajaxForm .input-group-addon {
    background-color: transparent;
    color: #0049a0;
}
h2 {
	text-transform: uppercase;
}
.modal.fade {
    display: none;
}
.contactsBlock i {
    color: #0049a0;
    font-size: 19px;
    vertical-align: middle;
}
.contactsBlock {
    padding-top: 65px;

}
.mb-15 {
    margin-bottom: 15px!important;
}
.footerFormWrap h5 {
	color: #0049a0;
}

.footerFormCenter {
	border-right: 1px #eee solid;
	border-left: 1px #eee solid;
}
.panel .row {
	margin-left: -15px;
}
.footerFormRight h5 {
	
}
.footerFormWrap h5 a {
    color: #0049a0;
    text-decoration: underline;
}
.footerFormRight h5 i {
	
}
.file-input-wrapper.btn-file {
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-weight: normal!important;
    z-index: 100;
    width: 100%;
    padding: 6px 15px;
}
.btn-file-wrap {
    border-radius: 0 4px 4px 0!important;
    position: relative!important;
}
span.file-input-name {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 90%;
    height: 100%;
    z-index: 101;
    padding: 5px;
}
.btn-file-wrap {
    padding: 0!important;
}
.required.has-error span.file-input-name {
    background-color: #ffcccc;
}
form label {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 10px!important;
}
form label>input {
    margin-right: 5px!important;
    margin-top: -2px!important;
}
input[type="checkbox"].required.has-error {
    border: 2px red solid!important;
    box-shadow: 0px 0px 0px 2px red!important;
}
form .input-group textarea.form-control {
    height: auto!important;
}
.contactsWrap {
	margin-left: -15px!important;
}
.contactsWrap form {
	margin-top: 30px;
}
.contactsWrap form>p {
	font-size: 16px;
}
.contact-info li i {
	color: #0049a0;
	font-size: 19px;
    vertical-align: middle;
}

.blockTheme {
    background-color: #0049A0;
    position: relative;
    z-index: 50;
    color: #fff;
    padding: 15px 0;
    font-size: 20px;
    line-height: normal;
}
.blockTheme p {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
form .input-group .form-control, .btn-file-wrap {
    font-size: 13px!important;
}
.portfolio-item-title .tag {
    font-style: normal!important;
}
