/*
-----------------------------------------------------------------------------------
        Theme Name: wp-constructive
        Theme URI: http://themeforest.net/user/codeliono
        Description: Liono framework by codeliono
        Author: Shoaib khalid By codeliono
        Author URI: http://themeforest.net/user/codeliono
        Version: 1.0
        License:
        License URI:
        Tags:one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, fixed-layout, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready
*/
/* Theme Styling Start */

/* ------------ BASE ------------- */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

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

.wp-caption {
    padding: 5px 3px 10px;
    max-width: 96%; /* Image does not overflow the content area */
    border: 1px solid #f0f0f0;
    background: #fff;
    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 {
    margin: 0;
    padding: 0;
    max-width: 98.5%;
    width: auto;
    height: auto;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px;
}

/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.gallery .gallery-row {
    display:block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    border: 1px solid #efefef;
    margin: 0 10px 10px 0;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    max-width: 90%;
    height: auto;
    margin: 5% auto;
}
.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
}
.sf-menu > li {
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    z-index: 9999;
    display: block;
}

.sf-menu a {
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}

/* constructive Menu Styling*/

.sf-menu [class^="icon-"],.sf-menu [class*=" icon-"]{
    font-size: 14px;
}
ul.sf-menu > [class^="icon-"] a,.sf-menu > [class*=" icon-"] a{
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.sf-menu > [class^="icon-"]:before, .sf-menu > [class*=" icon-"]:before{
    position: relative;
    bottom: -40px;
    display: block;
    color: #000;
    text-align: center;
}
.sf-menu ul{
    left: 0px;
	box-shadow:0px 1px 0px 1px #eeeeee;
}
ul.sf-menu > li > a{
    margin-top: 19px;
	margin-bottom:2px;
    padding: 5px 10px;
   
    text-transform: capitalize;
}
ul.sf-menu > li.current_page_item a{
	 border-bottom: 4px solid transparent;
	}
ul.sf-menu > li a{    
    display: block;
    color: #888888;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Lato',Arial,sans-serif;
}
ul.sf-menu li ul li a{
    padding: 10px 20px;
    width: 160px;
    color: #888888;
    letter-spacing: normal;
    font-weight: normal;
}
ul.sf-menu li ul li a:hover{
    color: #55a8e2;
}
ul.sf-menu li ul li{
    background-color:#fff;
    text-align: left;
}
ul.sf-menu > li:hover > a{
    border-bottom: 4px solid #55a8e2;
    color: #55a8e2;
}
.sf-menu > li.current_page_item  > a
{
    color: #55a8e2;
}
.sf-menu > li .current-menu-item > a,#sidebar ul.menu li.current_page_item a{
    color: #55a8e2;
}
ul.sf-menu li ul li.current_page_ancestor a{
    color: #fff;
}


/* ------------ mobile menu --------------- */
.show-mobile-menu {
    position: relative;
    margin-top: -1px;
    width: 100%;
    height: 50px;
    background: #888888;
    cursor: pointer;
}
.show-mobile-menu .mobile-menu-icon{
    float: right;
    margin-right: 20px;
    width: 40px;
}
.show-mobile-menu .mobile-menu-text{display: none;
                                    float: left;
                                    margin-left: 20px;
                                    color: #FFF;
                                    font-size: 18px;
                                    line-height: 50px;
}
.mobile-menu-icon span {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    height: 4px;
    background: #fff;
}

#mobile-menu {position:relative;display: none;padding:0px 20px;background:#888888;}
#mobile-menu ul{margin: 0;padding:10px 0;width:100%;list-style: none;}
#mobile-menu ul.sub-menu{display: none;margin-top: 15px;margin-bottom: -15px;padding: 0;}
#mobile-menu ul li{position: relative;display: block;padding:10px 0;border-top:1px solid rgba(255,255,255,.1);}
#mobile-menu ul li:first-child{border-top:none;}
#mobile-menu ul li a{display:block;display: inline-block !Important;padding-left: 10px !important;color:#999;font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;}
#mobile-menu ul li a:hover{color:#FFF;}
#mobile-menu ul li.has-children>.action-expand{float: right;width: 30px;text-align: center;height: 30px;font-size: 22px;line-height: 30px;
cursor: pointer;}
#mobile-menu ul li.has-children>a{width: 85%;}
#mobile-menu ul li.has-children>.action-expand>.opened,#mobile-menu ul li.has-children.menu-open>.action-expand>.closed{display: none;}
#mobile-menu ul li.has-children>.action-expand>.closed,#mobile-menu ul li.has-children.menu-open>.action-expand>.opened{display: block;}
#mobile-menu ul ul li a:before{margin-right:5px;content:'-';}
#mobile-menu ul ul ul li a:before{margin-right:5px;content:'- -';}
#mobile-menu ul ul ul ul li a:before{margin-right:5px;content:'- - -';}
#mobile-menu ul ul li:first-child{border-top:1px solid rgba(255,255,255,.1);}



/* Our Team */

.imo-our-team{
    margin: 0 -30px;
}

.team-member .member-title{
    padding: 20px;
    text-align: center;

}
.team-member h3,.team-member h3 a{
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 1;
	color:#555555;
	font-weight:normal;
	font-family:'Lato';
	margin-bottom:10px;
}
.team-member .member-social{
    text-align: center;
    height: 48px;
}
.team-content{
   text-align:center;
}

/* Breadcrump added cause little css :P */
.imo-breadcrumb{
    padding: 0 6px;
}
.imo-breadcrumb i{
	padding:3px;
	padding-left:7px;
	color:#fff;
	background:#c8c8c8;
	text-align:center;
	}
#page-title h3,.imo-breadcrumb{
    clear: left;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 13px;
    font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 30px;
}
#page-title span {
    margin: 0 7px;
    color: #fff;
}
h1.page-title span {
    margin:0 !important;
}
.imo-breadcrumb span a, .imo-breadcrumb span.statictext{
    color: #999999 !important;
}

/* Featured image on Page */
#featured-image {
    text-align: center;
}
section#featured-image {
   overflow:hidden;
   position:relative;
}
section#featured-image img {
   position:relative;
  height:auto;
  width:auto;
  min-height:100%;
  min-width:100%;
  top:0px;
}
.paralaxe-text{    
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 56px;
    font-weight: 900;
    left: 0;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 32%;
    width: 56%;
}
	.videotext{
	 width:97%;
	 text-align:center;
	 top: 46%;
	}
 .paralaxe-text div{
	border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
	}
 .paralaxe-text div span{
	font-family: 'Roboto' !important;
      font-size: 42px !important;
	 display:inline-block !important;
	 font-weight: 900;	 
	}
 .paralaxe-text span{
	 font-family: 'Lato';
	 display:inline-block;
	  font-size: 18px;
    font-weight: normal;
	text-transform: none;
	}
 .paralaxe-text span.rotate,.videotext span.videorotate, section#featured-image .paralaxe-text span.rotate span{
	  font-family: 'Roboto' !important;
      font-size: 56px !important;
	 display:inline-block !important;
	 font-weight: 900;	 
	}
	





/* Widgets Style */
aside > ul{
    padding: 0px 0px;
	
}
aside h2.widget-title{
	font-size:18px;
	margin:0px;
	}
 #sidebar li a{
	 padding-right:20px;
	 }
/*aside > ul li a{
    color: #888888;*/
/*font-weight: bold;*/
aside > ul li a:hover{
    color: #55a8e2;
}
.widget_archive select, .widget_categories select, .widget_text select{
	width:100%;
	height:30px;
	
}
.widget img {
	max-width:100%
}
#sidebar aside.widget,#footer aside.widget{
    margin-bottom: 30px;
}
#sidebar aside.widget ul li {
    margin-right: 15px;
    padding: 14px 0 14px;
    border-bottom: 1px solid #e1e1e1;
}


#sidebar aside.widget ul li:first-child{
    padding-top: 4px;
}
#sidebar aside.widget ul li:last-child{
    padding-bottom: 4px;
    border-bottom: 0;
}
#sidebar aside.widget [class^="icon-"] a,#sidebar aside.widget [class*=" icon-"] a{
    padding-left: 10px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
form#searchform{
    position: relative;
}
form#searchform .icon-search{
    position: absolute;
    top: 11px;
    left: 15px;
    color: #D6D6D6;
    font-size: 18px;
}
form#searchform input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 8px 8px 40px;
    height: 40px;
    width: 100%;    
    margin: 0 !important;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #888;
}
h3.widget-title{
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 18px;
}
#footer h3.widget-title{
    font-size: 20px;
    color: #fff;
    font-family: 'Raleway-Bold';
    margin: 0px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 40px;
	text-transform: uppercase;
}
h3.widget-title span {
    color: #fff;
    font-weight: bold;
}
#footer .green-bottom{
    color: #55a8e2;
    font-size: 26px;
}


/* Contact info widget */
.contact-info-widget{
    min-height: 157px;
    background: url(assets/img/contact-background.png) no-repeat;
}
.contact-info-widget ul i{
    float: left;
    margin-top: 5px;
    width: 15px;
    height: 13px;
    color: #aaa;
    text-align: center;
    font-size: 14px;
}
#footer .contact-info-widget a{
    color: #aaa;
}
.contact-info-widget ul div{
    padding-left: 30px;
}
.contact-info-widget ul li{
    margin-bottom: 10px;
}
.cinfo{
	background:#f9f9f9;
	line-height:48px;
	margin-bottom:10px;
	}
.cinfo i{
	padding:18px;
	background:#f8f8f8;
	font-size:16px;
	margin-right:20px;
	}
.contact-addr i{
	padding:15px 20px;
	}
.contact-web i{
	padding:15px 18px;
	}
.contact-email i{
	padding:15px 17px;
	}
.contact-call i{
	padding:15px 18px;
	}
/* Flickr Widget Style */
.flickr-channel a img:hover,.dribbble-widget a img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray; /* IE 6-9 */
    -webkit-transition: 0.30s ease-in;
    -moz-transition: 0.30s ease-in;
    -o-transition: 0.30s ease-in;
    transition: 0.30s ease-in;
}
.flickr-channel a img,.dribbble-widget a img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.flickr-channel a,.dribbble-widget a {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    height: auto;
}
.flickr-widget .flickr-channel{
    display: inline-block;
    *display: inline;
}

/* Recent Posts Widget */

.imo-recent-posts-widget ul{
    margin: 0;
    list-style: none;
}
.imo-recent-posts-widget ul li{
    display: inline-block;    
    padding: 10px 0;
    width: 100%;    
}
#sidebar aside.widget .imo-recent-posts-widget ul li{
    padding: 12px 0 0;
    border-bottom: 0;
}
#sidebar aside.widget .imo-recent-posts-widget ul li:first-child{
    padding-top: 4px;
}
#sidebar .widget .imo-recent-posts-widget ul li:before{
    display: none;
}
#sidebar .imo-recent-posts-widget h4{
    font-weight: normal;
}
.imo-recent-posts-widget ul li:first-child{
    padding-top: 0;
}
.imo-recent-posts-widget h4{
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 20px;
}
.imo-recent-posts-widget .meta,footer#footer .imo-recent-posts-widget .meta a{
    color: #aaa;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
}
.imo-recent-posts-widget .recent-thumb img{
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.2);
    -moz-box-shadow: inset 0 1px rgba(255,255,255,.2);
    box-shadow: inset 0 1px rgba(255,255,255,.2);
}
.imo-recent-posts-widget .recent-thumb {
    float: left;
    margin: 4px 22px 4px 0;    
}

/* Tag Widget */
#footer .tagcloud a{
    background: #121212 !important;
    color: #8d8d8d !important;
}
.widget_tag_cloud h2{
	margin-bottom:20px !important
	}
.tagcloud a{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 6px 15px;
    text-transform: capitalize;
    font-size: 14px !important;
    line-height: 20px;
	border:1px solid #e1e1e1;
}
.tagcloud a:hover,#footer .tagcloud a:hover{
    border:1px solid #55a8e2;
    color: #55a8e2 !important;
}
/* Removing Child Pages from Widgets */
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu{
    display: none;
}
#footer .imo-title-border{
    background: #fff;
}
#footer .imo-recent-posts-widget h4 a{
    color: #fff;
}
#footer .imo-recent-posts-widget h4 a:hover{
    color: #55a8e2;
}

/* Page Builder Item TItles and Widget Title*/

.imo-title-container, .imo-widget-title-container{
    position: relative;
}
.imo-title-border{
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background: #55a8e2;
}


/* ------------ BLOG LOOP --------------- */


h2.loop-title, h1.single-title {
    font-weight: bold;
    font-size: 24px;
}
h1.single-post-title{
	margin-top:20px;
	font-size:18px;
	font-weight:normal;
	}
h2.loop-title{
  margin-top:0px;
	font-size:18px;
	font-weight:normal;
} 
.loop-block ul{
	margin-bottom:5px;
	}
h2.loop-title a:hover{
    color: #55a8e2;
}
.loop-media {
    margin-top: 50px;
	position:relative;
}
article.type-post:first-child .loop-media {
    margin-top: 0px;
}
.loop-media iframe {
    width: 100%;
}
.meta-container {
    position: relative;
    font-weight: bold;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.meta-container.tag {	
	background:#f8f8f8;

	padding:12px;
	}
.loop-meta {
    padding: 10px 0;
}
.single .loop-meta{
	margin:0px;
	padding:0px;
	border:none;
	}
.single .loop-media{
	margin-bottom:15px;
	}
.loop-meta a{
    color: #888888;
}
.loop-meta a:hover{
    color: #55a8e2;
}
.loop-meta.tag {
    float:right;
    min-height: 20px;
}
.loop-meta.tag a{
	text-transform:capitalize;
	font-size:14px;
	font-weight:normal;
	}
.type-post .loop-block{
	padding-top:5px;
	padding-bottom:50px;
	position:relative;
	border-bottom:1px solid #e1e1e1;
	}
body.page .isotope-item .loop-block{
	border:1px solid #e1e1e1;
	padding:20px;
	padding-top:2px;
	padding-bottom:0px;
	}
.type-post .loop-block .carousel-meta{
	 margin-left: 75px;
	}
article.span3 .loop-block .carousel-meta{
	margin-left: 75px;
	}
.loop-block .date, .loop-meta span.date{
	position:absolute;
	color:#fff;
	padding:12px 8px;
	padding-top:7px;
	border:2px solid #fff;
	font-size:16px;
	top:-35px;
	left:20px;
	}
.loop-block li.date{
	padding:0px;
	}
.loop-meta .loop-file span.date{
	position:absolute;
	color:#fff;
	padding:12px 8px;
	padding-top:7px;
	border:2px solid #fff;
	font-size:16px;
	top:6px;
	left:0px;
	}
.loop-meta .loop-file span.date span, .single .loop-meta span.date span{
	margin-top:0px;
	}
body.date article, body.search-results article, body.tag article{
	margin-bottom:20px;
		}
body.date .loop-block, body.search-results .loop-block, body.tag .loop-block{
	padding-top:10px;
	padding-bottom:10px;
	}
body.date .loop-meta .loop-file span.date, body.search-results .loop-meta .loop-file span.date, body.tag .loop-meta .loop-file span.date {
	top:29px;
	left:-20px;
	}
.loop-meta span.date{
	color:#fff !important;
	}
.loop-meta li.author, body.date .loop-meta li.author, body.search-results .loop-meta li.author, body.tag .loop-meta li.author{
	margin-left:70px;
	font-weight:normal;
	
	}
body.date ul.loop-meta, body.search-results  ul.loop-meta, body.tag  ul.loop-meta{
	margin-bottom:20px;
	}
.loop-file-meta li.author{
	margin-left:85px;
	}
.loop-block .date span, .loop-meta span.date span{
	display:block;
	font-size:24px;
	line-height:1;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:-5px;
	}
.one-auther, .one-auther{
	border-right:1px solid #e1e1e1;
	padding-right:10px;
	line-height: 0px;
	}
.comment-count a{
	color:#888888;
	}
a.comment-count{
	color:#c8c8c8;
	}
.loop-block .loop-meta {
    margin-right: 170px;
}
ul.loop-meta li {
    padding: 0 10px 0 12px;
    color: #c8c8c8;
    line-height: 1;
}
ul.loop-meta li i, i.cm {
	padding-right:8px;
	font-size:16px;
	}

ul.loop-meta li:first-child{
    padding-left: 0;
    border:none;
}
ul.loop-meta li span.date,ul.loop-meta li a{
    color: #888888;
}
ul.loop-meta li:last-child {
    padding-right: 0;
}
.loop-meta li i {
    margin-right: 5px;
    color: #8d8d8d;
    font-size: 14px;
}
.loop-block a.more-link{
   
    display: block;
    width: 170px;
    height: 42px;
    background-color:transparent;
    color: #c8c8c8;
    text-align: center;
    line-height: 42px;
	border:1px solid #e1e1e1;
}
body.page .isotope-item .loop-block a.more-link{
	border:none;
	}
.loop-block a.more-link:hover{
    color: #FFF;
}
.read-more-container{
	width: 112.7%;
    margin-left: -21px;
	border-top:1px solid #e1e1e1;
	text-align:center;	
	margin-top:20px;		
	}
.read-more-container a{
	text-align:center !important;	
	padding-left:1px;
	}
	
/* ------------ Masonry BLOG --------------- */

#main .imo-blog .isotope-container article.loop {
    margin-top: 0;
    padding-bottom: 20px;
	
}
.isotope-container .loop-media, .isotope-container .loop-block .loop-meta {
    margin: 0;
}
.isotope-container .loop-block a.more-link {
    position: static;
    background: none;
    color: #c8c8c8;
    text-align: left;
    line-height: 42px;
    width: auto;
    height: auto;
}
.isotope-container h3.loop-title {
    font-size: 16px;
    padding-top: 10px;
	
}
.imo-blog .span3 .read-more-container{
	width: 118%;
	}
.imo-blog .span6 .read-more-container{
	width: 108%;
	}
.isotope-container h3.loop-title a{
	color:#555555;
	font-weight:normal;
	}
.isotope-container .loop-media blockquote, .isotope-container .loop-media .link-content {
    padding: 40px 20px 20px;
    margin: 0;
    position: static;
}
.isotope-container .loop-media blockquote:before {
    display: none;
}
.isotope-container .loop-media blockquote p, .isotope-container .loop-media .link-text {
    font-size: 16px;
    line-height: 1.6;
}
.isotope-container span.post-format:before {
    font-size: 20px;
}
.isotope-container article .loop-format {
    width: 100%;
    top: 20px;
}


/* Post Social Sharebox */
.imo_post_sharebox{
    float:left
}
.imo_post_sharebox > div{
    float: left;
    height: 20px;
    margin-right: 10px;
}
.imo_post_sharebox > div:last-child{
    margin-right: 0;
}
.imo_post_sharebox .facebook_share iframe{
    border:none;
    overflow:hidden;
    width:75px;
    height:21px;
}
.imo_post_sharebox .googleplus_share > div {
    width: 65px !important;
}
.twitter_share > iframe {
    width: 85px !important;
}
article.imo_portfolio .imo_post_sharebox{
    position: static;
    margin-top: 10px;
}


/* Post Author Information */
.about-author h2{
	margin-top:60px;
	font-size:18px;
	font-weight:900;
	}
.imo-author{
    margin:0;
    padding: 30px;
    background-color: #f8f8f8;
}
.imo-author .author-image{
    float: left;
    margin-right: 30px;
}
.imo-author h3,.imo-author a{
    font-size: 14px;
}
.imo-author p {
    margin: 0;
}

/* ------------ LOOP META DATE   --------------- */

article .loop-format {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 70px;
    background: #55a8e2;
    text-align: center;
}
span.post-format:before{
    display: block;
    color: #fff;    
    font-size: 32px;
    font-family: FontAwesome;
}
.post-format.link:before{
    content: "\f0c1";
}
.post-format.quote:before{
    content: "\f10d";
}


/* ------------ POST FORMAT --------------- */

.format-quote .loop-media,.format-link .loop-media{
    position: relative;
    display: block;
    background: #55a8e2;
}

/* aside */

article.format-aside .loop-block,.sticky .loop-block{
    padding: 15px 20px;
    border: 1px solid #dddddd;
    background: #fff;
}
.sticky .loop-block{
    background: #f9f9f9;
}

/* Blockquote */
blockquote{
    background: #F6F6F6;
    position: relative;
    padding: 20px 30px;
    border: none;
    margin: 0 auto;
    margin-bottom: 15px;
}
.loop-media blockquote:before{
    content: "";
}
blockquote:before{
    font-family: FontAwesome;
    content: "\f10e";
    position: absolute;
    left: -32px;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #55a8e2;
}
blockquote p{
    padding: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 20px;
}

.loop-media blockquote {
    width: auto;
    margin-left: 70px;
    padding: 40px 50px;
    background: #f8f8f8;
}
.loop-media blockquote p:before {
    display: none;
}
.loop-media blockquote p {
    padding: 0 0 5px;
    color: #888888;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.3;
}
.loop-media blockquote span {
    color: #aaa;
    font-weight: bold;
}

/* Divider */

.imo-divider {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #FFF;
}
.imo-element.imo-divider-space-container{
    margin-top:    0 !important;
    margin-bottom: 0 !important;
    min-height:    0 !important;
}
/* link */

.loop-media .link-content {
    margin-left: 70px; 
    padding: 40px 50px;
    background: #f8f8f8;
}
.loop-media .link-text {    
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}
.loop-media .link-text a {
    color: #888888;
}
/* image gallery */
.image-links a.btn-border{
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
}
.gallery-container .slide-item {
    position: absolute;
}
.gallery-container .slide-item:first-child {
    position: static;
}
.loop-image {
    position: relative;
}
.imo-blog .isotope-item .loop-image {
	overflow:hidden;
}
.imo-blog .isotope-item .loop-image img{
	-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	}
.imo-blog .isotope-item .loop-image img:hover{
	
    -webkit-transform: scale(1.09,1.10);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.09,1.10);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	}
.imo-blog .isotope-item .loop-image img {
  max-width:370px !important;
}
.loop-image a, .gallery-container {
    position: relative;
}
.imo-blog .image-overlay {
    background-color: transparent;
    opacity:1;
    filter: alpha(opacity=1);
}

.gallery-slide .slide-item img{
    width: 100%;
}
.gallery-container .carousel-arrow a.carousel-prev,.gallery-container .carousel-arrow a.carousel-next{
    border: none;
    background-color: rgba(255, 255, 255, .2);
    color: #FFF;
}
.image-overlay {
    position: absolute;
    z-index: 5;
    top: 0;
    overflow: hidden;
    width: 98%;
    height: 98%;
    background-color: rgba(254, 71, 67, .6);
    text-align: center;
    opacity:0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.loop-image:hover .image-overlay, .slide-item:hover .image-overlay{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.image-overlay.hover-link{
    background-image: url(assets/img/hover-link.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.image-overlay .image-links{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
}
.gallery-container .carousel-arrow{
    bottom: 48%;
    width:100%;
	right:0px;
}
.gallery-container .carousel-arrow a.carousel-prev{
    margin-left: 15px;
}
.gallery-container .carousel-arrow a.carousel-next{
    margin-right: 15px;
	float:right;	
}
.carousel-arrow {
    position: absolute;
    z-index: 10;
    right: 10px;
    bottom: 10px;
}
.carousel-arrow a.carousel-prev, .carousel-arrow a.carousel-next {
    display: inline-block !important;    
    width: 48px;
    height: 48px;
    border: 1px solid #e1e1e1;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 48px; 
}
.carousel-arrow a.carousel-prev{
    margin-right:4px;
}
.carousel-text .carousel-arrow{
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 10px;
}


/* video format */
.video-height {
    display: table-cell;
    background: #ddd;
    vertical-align: middle;
}
.videoslider video{position:fixed;right:0;bottom:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background:url('/assets/images/polina.jpg') no-repeat;background-size:cover;}
.videoslider .pattren{
	left: 0;
	position: absolute;
	right: 0;
	background:url('assets/img/pattern.png') repeat;
	top: 0;
	width:100%;
	height:100%;
	
	}
/* jp player */

div.jp-jplayer.jp-jplayer-video { 
    background-color: #292a2b;
}

.jp-jplayer-video video {
    margin-bottom: -6px;
}

div.jp-audio,
div.jp-video {
    margin-bottom: 40px;
    color: #fff;
    font-size: 1em;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
}
.isotope-item div.jp-audio,
.isotope-item div.jp-video {
    margin-bottom: 0px;
}

div.jp-audio,
div.jp-video { width: 100%; }

div.jp-interface {
    position: relative;
    z-index: 100;
    width: 100%;
    background: url(assets/img/jplayer_bg.png) repeat-x;
}
.isotope-item div.jp-interface {
	position:absolute;
	top:35%;
	background:none;
	box-shadow:none;
	}
.isotope-item.span3 div.jp-interface {
	top:30%;
	}
.isotope-item.span6 div.jp-interface {
	top:42%;
	}
div.jp-type-single div.jp-interface { height: 30px; }
.isotope-item div.jp-type-single div.jp-interface { height: 50px; }

div.jp-interface ul.jp-controls {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.jp-interface ul.jp-controls li { display: inline; }

div.jp-interface ul.jp-controls a {
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
    z-index: 1;
    width: 33px;
    height: 30px;
    outline: none;
}

div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
    top: 0;
    left: 0;
}
.isotope-item div.jp-type-single a.jp-play,
.isotope-item div.jp-type-single a.jp-pause {
    top: 0;
    left: 46%;
	background-color:rgba(255, 255, 255, 0.4);
	padding:10px;
}
.isotope-item.span3 div.jp-type-single a.jp-play,
.isotope-item.span3 div.jp-type-single a.jp-pause {
	left: 40%;
	}
.isotope-item div.jp-type-single a.jp-play:hover,
.isotope-item div.jp-type-single a.jp-pause:hover {
	background-color:rgba(255, 255, 255, 0.6);
}

a.jp-play { background: url("assets/img/jplayer-black-and-yellow.png") 0px 0px no-repeat; }

a.jp-play:hover { background: url("assets/img/jplayer-black-and-yellow.png") -33px 0px no-repeat; }

.isotope-item a.jp-play { background: url("assets/img/jplayer-black-and-yellow.png") 10px 10px no-repeat; }

.isotope-item a.jp-play:hover { background: url("assets/img/jplayer-black-and-yellow.png") -23px 10px no-repeat; }

a.jp-pause {
    display: none;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -30px no-repeat;
}

a.jp-pause:hover { background: url("assets/img/jplayer-black-and-yellow.png") -33px -30px no-repeat; }

.isotope-item a.jp-pause {
    display: none;
    background: url("assets/img/jplayer-black-and-yellow.png") 10px -20px no-repeat;
}

.isotope-item a.jp-pause:hover { background: url("assets/img/jplayer-black-and-yellow.png") -23px -20px no-repeat; }

div.jp-progress-container {
    position: absolute;
    top: 0;
    width: 99%;
    height: 6px;
}

div.jp-progress {
    position: absolute;
    overflow:hidden;
}

div.jp-type-single div.jp-progress {
    padding: 1px;
    height: 7px;
	width:100%;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -192px repeat-x ;
}

.single div.jp-type-single div.jp-progress, body.archive div.jp-type-single div.jp-progress,body.category div.jp-type-single div.jp-progress{ width: 868px; }

div.jp-seek-bar {
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -163px repeat-x;
    cursor: pointer;
}

div.jp-play-bar {
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -133px repeat-x ;
}

/*The seeking class is added/removed inside jPlayer
div.jp-seeking-bg {
        background: url("pbar-ani.gif");*/

div.jp-volume-bar-container {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 12px 10px;
    width: 40px;
    height: 6px;
}

div.jp-volume-bar {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 9px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -192px repeat-x;
    cursor: pointer;
}

div.jp-type-single div.jp-volume-bar {
    top: 0;
    left: 18px;
}

div.jp-volume-bar-value {
    margin: 1px;
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -133px repeat-x;
}

a.jp-mute,
a.jp-unmute {
    top: 290px;
    right: 20px;
    z-index: 1;
    width: 17px;
    height: 13px;
    outline: none;
}

.seperator-first,
.seperator-second {
    position: absolute;
    left: 32px;
    width: 2px;
    height: 30px;
    background:url(assets/img/seperator.png) no-repeat left;
}

.seperator-second {
    right:90px; 
    left:auto;
}

a.jp-mute { background: url("assets/img/jplayer-black-and-yellow.png") -10px -68px no-repeat; }

a.jp-mute:hover { background: url("assets/img/jplayer-black-and-yellow.png") -43px -68px no-repeat; }

a.jp-unmute {
    display: none;
    background: url("assets/img/jplayer-black-and-yellow.png") -10px -98px no-repeat;
}

a.jp-unmute:hover { background: url("assets/img/jplayer-black-and-yellow.png") -43px -98px no-repeat; }

div.jp-jplayer { background-color: #292a2b; }




/* Pagination */
.imo-portfolio .pagination{
    text-align: left;
}
.pagination{
    margin: 0;
}
.pagination ul{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	list-style:none;
}
.pagination ul li {
	float:left;
	display:inline;
}
.imo-pagination.pagination ul>li>a, .imo-pagination.pagination ul>li>span{
   border: 2px solid #d6d6d6;
    border-radius: 0;
    box-shadow: none;
    color: #d6d6d6;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    padding: 10px 15px;
    text-align: center;
    width: 28px;
}
.pagination ul>li>a.current, .pagination ul>li>span.current, .pagination ul>li>a:hover{
    border-color: #55a8e2;
    background: #fff;
    color: #55a8e2;
}
.pagination-container{
	height:56px;
	border:1px solid #e1e1e1;
	line-height:56px;
	margin-top:100px;
	}
body.single-imo_portfolio .pagination-container{
	margin-bottom:100px;
	}
.pagination-container li a{
	padding:19px 25px !important;
	border:none !important;
	border-radius:0px !important;
	background:#f8f8f8 !important;
	padding-bottom:20px !important;
}
.pagination-container .alignleft li a{
	border-right:1px solid #e1e1e1 !important;
	}
	
.pagination-container .alignright li a{
	border-left:1px solid #e1e1e1 !important;
	}
.pagination-container .alignright .npost{
	line-height:56px !important;
	float:left;
	padding-right:20px;
	margin:0px
	}
.pagination-container .alignleft .npost{
	line-height:56px !important;
	float:right;
	padding-left:20px;
	margin:0px
	}
/* Comment Form Styling */
#comments {
    margin-top: 50px;
}

.comment-form-comment{
    width: 100%;
}
p.form-submit,.comment-form-author{
    width: 100%;
}
p.form-submit input{
    width: 100%;
    text-transform: uppercase;
	height:48px
}
 .comment-form-author p input, .comment-form-author p.comment-form-email input{
	 width: 100%;
	 height:48px
	}
#commentform input[type="text"], .comment-form-comment textarea{    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin-bottom: 0;
    padding: 17px;  
}
#commentform{
    width: 100%;
    display: inline-block;
}
.comment-form-comment textarea{
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px 20px;
    width:100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#reply-title,.comment-title{
    margin-bottom: 20px;
    font-size: 16px;
}
.comment-title{
    margin-bottom: 25px;
}
.comment-author img {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
    width: 70px;
    height: 70px;
}
.comment-meta{
    position: relative;
    top: -3px;
    color: #222222;
    font-weight: bold;
}
.comment-meta span.comment-replay-link{
   bottom: -82px;
    left: -2px;
    position: absolute;
	line-height:24px;
	padding: 0px 20px
}
.comment-meta span a{
    font-weight: bold;
}
.comment-body {
    position: relative;    
    margin-bottom: 25px;
    margin-left: 100px;
}
.comment-list
.comment-block .comment-block {
    margin-left: 29px;
    padding-left: 50px;
    border-left: 1px solid #E5E5E5;
}
.comment-author{
    margin-bottom: 5px;
}
.comment-block .comment{
    position: relative;
    float: left;
    margin-bottom: 30px;
    width: 100%;

    border: 1px dotted #e1e1e1;
	background:#f9f9f9;
	padding:20px;
}

.commentlist .bypostauthor { }
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}


/* ------------ PAGE BUILDER ELEMENTS --------------- */


/* 07. Callout */
.span9 .imo-callout.with-button .callout-text{
    padding-right: 200px;
}
.imo-callout.with-button .callout-text{
    position: relative;
    padding-right: 250px;
}
.imo-callout h1{
    color: #222222;
    font-weight: bold;
    font-size: 24px;
}
.imo-callout a{
    color: #55a8e2;
}
.imo-callout p{
    font-size: 13px;
}
.callout-text>a.btn{
    position: absolute;
    top: 50%;
    right: 0;
    margin: -24px 0 0;
    text-transform: uppercase;
}

/* 06. Service Box */
.imo-service-box{
    padding-bottom: 30px;
}
.left-service{
    display: inline-block;
}
.imo-service-box:last-child{
    padding-bottom: 0;
}
.imo-service-box .imo-service-icon{
    display: block;
    margin-bottom: 16px;
    text-align: center;
	
}
.imo-features{

	}
.span2 .imo-features .span2{
	width:170px !important;
	}
.imo-features .imo-service-box .imo-service-icon {
    display: block;
    margin-bottom: 11px;
    text-align: center;
}
.imo-features .imo-service-box{
	padding:20px 0px;
	border:1px solid rgba(255,255,255,.0);
	}
.imo-features .imo-service-box:hover{
	background:rgba(255,255,255,.2);
	border:1px solid #ffffff;
	}
.imo-service-box.left-service .imo-service-icon{
    float: left;
}
.imo-service-box .imo-service-icon.pull-left,.imo-service-box .imo-service-icon.pull-right{
    margin-bottom: 10px;
}
.imo-service-box .imo-service-content.desc_unstyle{
    text-align:inherit;
}
.imo-service-box .imo-service-content{
    text-align: center;
}
.imo-service-box .imo-service-content p a:hover{
    color: #222;
}
.imo-service-box h3{
    margin-bottom: 14px;
    font-weight: normal;
    line-height: 1;
}
.imo-service-content p a{
    display: inline-block;
    padding: 9px 20px;
    border: 2px solid #d6d6d6;
    text-transform: uppercase;
    color: #aaa;
    font-weight: bold;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.imo-service-content h3 a{
    color: #aaa;
}
.imo-service-content h3 a:hover{
    color: #888888;
}
.imo-service-content p:last-child{
    margin-bottom: 0;
}
.imo-font-awesome{
    display: inline-block;
}
.imo-font-awesome.circle{
    -moz-border-radius: 1500px;
    border-radius: 1500px;
    -wenkit-border-radius: 1500px;
}

/* 11. Accordion Bootstrap Modify constructive */

.accordion-heading .accordion-toggle{
    position: relative;
    background-color: #55a8e2;
    color: #888888;
    text-transform: capitalize;
    font-size: 14px;
}
.accordion-heading .accordion-toggle span.imo-check{
    float: right;
    margin-top: -8px;
    padding: 8px 0 8px 15px;
}
.accordion-heading .accordion-toggle {
    padding: 13px 15px !important;
}
.accordion-heading .accordion-toggle span.imo-check .icon-plus,.accordion-heading .accordion-toggle.active span.imo-check .icon-minus{
    display: inline-block;
    color: #fff;
    font-size: 10px;
}
.accordion-heading .accordion-toggle span.imo-check .icon-plus{
	color: #aaaaaa !important;
	}
.accordion-heading .accordion-toggle span.imo-check .icon-minus,.accordion-heading .accordion-toggle.active span.imo-check .icon-plus{
    display: none;
}
.accordion-heading .accordion-toggle.active span.imo-check{
    color: #fff;
}
.accordion-group{
    margin-bottom: 5px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;;
}
.accordion-group:last-child{
    margin-bottom: 0;
}
.accordion-inner{
    padding: 20px 0px;
    border-top: none;
}
.accordion-inner p:last-child{
    margin-bottom: 0;
}








/* ------------ Pricing table --------------- */

.imo-pricing-col {
    float: left;
}
.imo-pricing-four {
    width: 25%;
}

/* Table */
table{
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    background-color:transparent;
}
table th,table td{
    padding:8px;
    border-top:1px solid #f0f0f0;
    vertical-align:top;
    text-align:left;
    line-height:20px;
}
table th{
    font-weight:bold;
}
table thead th{
    vertical-align:bottom;
}
table caption + thead tr:first-child th,table caption + thead tr:first-child td,table colgroup + thead tr:first-child th,table colgroup + thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td{border-top:0;}
table tbody + tbody{
    border-top:2px solid #dddddd;
}

/* ------------ Twitter --------------- */
#sidebar aside.widget ul.jtwt { position: relative; list-style: none;}
#footer aside.widget ul.jtwt li,ul.jtwt li, .twitter-follow { margin-bottom: 0px; margin-left: 36px; line-height: 20px;}
#sidebar aside.widget ul.jtwt li{margin-left:15px;}
#sidebar aside.widget ul.jtwt li:before,#footer aside.widget ul.jtwt li:before,ul.jtwt li:before{
    position: absolute;
    left: 0;
    display: inline-block;
    margin-top: 2px;
    color: #8d8d8d;
    content: "\f099";
    text-decoration: inherit;
    font-size: 16px;
    font-family: FontAwesome;
    speak: none;
}
aside.widget ul.jtwt li:last-child { margin-bottom: 0px; }
.jtwt_loader { font-weight: bold; }
.jtwt_picture { float: left; margin-right: 10px; }
a.jtwt_date { display: none; font-size: 12px;}


/* 08. Carousel Elements with Portfolio and Partnerss */

.caroufredsel_wrapper{
    margin: 0 !important;
}
.list_carousel {
    position: relative;
    margin: 0 -15px !important;
}
.list_carousel li {
    position: relative;
    display: block;
    float: left;
    margin: 0 15px;
    padding: 0;
    width: 270px;
    height: auto;
}
.list_carousel li:hover .carousel-meta{
    background: #888888;
}
.list_carousel li .carousel-content h3:hover a{
    color: #55a8e2;
}
.list_carousel > .carousel-arrow {
    position: absolute;
    top: -65px;
    right: 15px;
    height: 32px;
}
ul.imo-carousel {
    margin-left: 0;
}
.imo-carousel-portfolio li img,.imo-portfolio .loop-image img{
    width: 100%;
}
/* Carousel Portfolio span margin remove */
.carousel-container [class*="span"]{
    margin-top: 0px;
    margin-bottom: 0px;
}
/* constructive Carousel */
.carousel-meta {
    padding: 8px 5px;
 
}
.carousel-meta>div,.carousel-meta>div a {
    display: inline-block;
    color: #;    

}
.carousel-meta>div i{
    margin-right: 5px;
}
.carousel-meta>div {
    margin-right: 10px;
}
.carousel-content {
    position: relative;
}
.carousel-content .carousel-arrow {
    position: static;
}
.carousel-video{
    overflow: hidden;
}
.carousel-video iframe{
    height: auto;
}

/* Partners Carousel */

.imo-carousel-partner.list_carousel{
    margin: 0 !important;
}
.imo-carousel-partner.list_carousel li{
    margin: 0;
    padding: 20px;
    width: 130px;
    text-align: center;
}
.imo-carousel-partner .carousel-arrow{
    right: 0;
}
.imo-carousel-partner .caroufredsel_wrapper{
   
}

/* Post Carousel */

.imo-carousel-post .carousel-content h3{
    margin: 10px 0;
    font-size: 16px;
}
.imo-carousel-post .carousel-content h3 a{
    color: #888888;
}
.imo-carousel-post.list_carousel li{
    width: 370px;
}

/* Twitter Carousel */
.imo-carousel-twitter{
    padding: 0 30px !important;
}
.imo-carousel-twitter ul.jtwt li:before{
    display: none;
}
.imo-carousel-twitter ul.jtwt li, .imo-carousel-twitter .twitter-follow{
    margin-top: 5px;
    margin-left: 15px;
    text-align: center;
    z-index: 2;
}
.imo-carousel-twitter .twitter-follow,.imo-carousel-twitter ul.jtwt li span a{
    font-weight: bold;
}
.imo-carousel-twitter .twitter-follow span{
    font-weight: normal;
}
.imo-carousel-twitter .twitter-follow a{

}
.imo-carousel-twitter ul.jtwt li span{
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
}
.imo-carousel-twitter.list_carousel li{
    width: 100%;
}
.imo-carousel-twitter .carousel-arrow{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    margin-top: -10px;
    width: 100%;
}
.imo-carousel-twitter .carousel-arrow .carousel-prev{
    position: absolute;
    left:0;
}
.imo-carousel-twitter .carousel-arrow .carousel-next{
    position: absolute;
    right:0;
}
.imo-carousel-twitter .icon-twitter{
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 42px;
}

/* 17. Alert */

.alert{
    position: relative;
    margin-bottom: 4px;
    padding: 11px 40px 11px 40px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fdf4bd;
    color: #b2ab7e;
    text-shadow: none;
}
.alert:last-child{
    margin-bottom: 0;
}
.alert .close{
    top: 1px;
    text-shadow: none;
}
.alert-danger, .alert-error{
    background-color: #fce2e3;
	color:#ed7177;
}
.alert-success{
    background-color: #e5eec0;
	color:#a3b06d;
}
.alert-info{
    background-color: #d4ebf6;
	color:#65a0bc;

}
.alert i{
    position: absolute;
    top: 13px;
    left: 15px;
    width: 16px;
    height: 16px;
    font-size: 16px;
}

/* 18. Progress Bar */


/* ------------ Button --------------- */

a.btn,#footer a.btn{
    color: #fff;
}
.btn{
    display:inline-block;
    margin: 0 10px 10px 0;    
    padding: 14px 20px;  
    background: #55a8e2;
    font-weight: bold;
    font-size: 13px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1;
    *display:inline;
    *zoom:1;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn span {
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn.rounded, .btn.rounded span{
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;  
}
.btn:hover{
    color: #fff;

}
.btn-flat:hover {
    background: transparent !important;
}
/* Button 6a */
.btn-flat {
    border: 2px solid;
}
.btn-flat.btn-hover2 {
    border: 2px dashed;
}
.btn-flat.btn-hover3 {
    border: 2px dotted;
}
.btn-flat.btn-hover4 {
    border: 4px double;
}
.btn-flat.btn-hover5 {
    border: 2px groove;
}
.btn-flat.btn-hover6 {
    border: 2px ridge;
}

a.btn-border{
    border: 2px solid #aaa;
    color: #aaa;
    z-index: 2;
}
.btn-border:hover {
    color: #fff !important;
}
/* Button 1a */
.btn-border span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.btn-border:hover span {
    opacity: 1;
}

/* Button 1b */
.btn-border.btn-hover2 span {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
}
.btn-border.btn-hover2:hover span {
    height: 100%;
}

/* Button 1c */
.btn-border.btn-hover3 span {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
}
.btn-border.btn-hover3:hover span {
    width: 100%;
}

/* Button 1d */
.btn-border.btn-hover4 {
    overflow: hidden;
}
.btn-border.btn-hover4 span {
    width: 0;
    height: 103%;
    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-border.btn-hover4:hover span {
    width: 90%;
    opacity: 1;
}

/* Button 1e */
.btn-border.btn-hover5 {
    overflow: hidden;
}
.btn-border.btn-hover5 span {
    width: 100%;
    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-border.btn-hover5:hover span {
    height: 200%;
    opacity: 1;
}

/* Button 1f */
.btn-border.btn-hover6 {
    overflow: hidden;
}
.btn-border.btn-hover6 span {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    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-border.btn-hover6:hover span {
    height: 70%;
    opacity: 1;
}
.btn-small{
    padding:12px;
    font-size: 11px;
}
.btn-large{
    padding: 18px 20px;
    font-size: 16px;
}

/* Label */
.label {
    padding: 1px 4px;
    background-color: #00bef2;
    text-shadow: none;
    line-height: 1.6;
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}


/* Dropcaps */
.imo-dropcap {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    padding: 17px 20px;
    background-color: #55a8e2;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}
.imo-dropcap.cap_circle{
    -moz-border-radius: 50%;
    border-radius: 50%;
    -wenkit-border-radius: 50%;
}
.imo-dropcap.cap_border{
    border: 2px solid #55a8e2;
    background-color: transparent;
}


/* Price Block */
.imo-pricing {
    width: 100%; 
	margin-bottom:40px;   
}
.imo-pricing-two {
    width: 50%;
}
.imo-pricing-three {
    width: 31.333%;
}
.imo-pricing-four {
    width: 23%;
}
.imo-pricing-five {
    width: 17%;
}
.imo-pricing-col {
    float: left;
	margin-top:20px;
	margin-right:30px;
}
.imo-pricing-col:last-child{
	margin-right:0px;
	}
.imo-pricing p,.imo-pricing .tt-button,.imo-pricing ul {
    margin-bottom: 0px;
}
.imo-pricing-box {
    text-align: center;
	  background: none repeat scroll 0 0 #FFFFFF;
}
.imo-pricing-bottom{
    padding: 20px 0px;
}
.imo-pricing-bottom ul li {
    padding: 10px 15px;
	color:#888888;
	font-size:16px;
}
.imo-pricing-top{
    padding: 32px 0;
    border: 5px solid #fff;
	margin:0 auto;
	margin-top:-52px;
	width:110px;
	color:#fff;
}
.imo-pricing-header{
    padding: 15px;
    padding-top: 30px;	
    padding-bottom: 110px;	
    background: #333333;    
}
.imo-pricing-footer{
    padding: 20px 40px 37px;
}
.imo-pricing-footer a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 19px 20px;
    min-width: 60%;
    color: #fff;
    text-align: center;
	background:#333333;
}
.imo-pricing-header h1 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 32px;
    line-height: 1;
	text-transform:uppercase;
}
.imo-pricing-top>span:first-child {
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    line-height: 1;
}
.imo-pricing-top>span:last-child {
    position: relative;
    margin-left: 4px;
}
.imo-pricing-top span span {
    position: absolute;
    top: -20px;
    color: #888888;
    font-weight: bold;
    font-size: 18px;
}
.imo-pricing-bottom ul {
    margin: 0 20px;
    list-style: none;
	position:relative;
}
.imo-pricing-bottom ul > li > i {
   	position:absolute;
	right:25px;
}
.imo-pricing-bottom p {
    padding: 10px 20px;
	display:none
}
.imo-pricing-recommended, .imo-pricing-recommended-bottom{
	width:100%;
	height:42px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:42px;
	background:#fff;
	}
.imo-pricing-erecommended, .imo-pricing-recommended-ebottom{
	width:100%;
	height:42px;
	background-color:transparent;
	}
/* Testimonials */
.imo-testimonials{
    position: relative;
	padding-bottom:20px;
}
.imo-testimonials .carousel-arrow{
    position: static;
}
.imo-testimonials .carousel-arrow a.carousel-prev, .imo-testimonials .carousel-arrow a.carousel-next{
    position: absolute;
    right: 0;
    margin: 0;
    width: 32px;
    height: 49.9%;
    border: 0;
    background: #aaaaaa;
}
.imo-testimonials .carousel-arrow a.carousel-prev:hover, .imo-testimonials .carousel-arrow a.carousel-next:hover{
    background-color: #55a8e2;
}
.imo-testimonials .carousel-arrow a.carousel-prev i, .imo-testimonials .carousel-arrow a.carousel-next i{
    position: absolute;
    top: 50%;
    color: #fff;
    margin-top: -4px;
    margin-left: -4px;
}
.imo-testimonials .carousel-arrow a.carousel-prev{
    top: 0;
}
.imo-testimonials .carousel-arrow a.carousel-next{
    bottom: 0;
}
.imo-testimonials ul{
    margin: 0;
    list-style: none;
}
.imo-testimonials .testimonial-author{
    float: left;    
    width: 70px;
    height: 70px;
	display:none
}
.testimonial-item {
    padding: 30px;
	padding-top:0px;
    text-align:center;
	width:837px;
	margin:0 auto;
	font-size:18px;
	font-style:italic;
}

.bg-parallax .container_title h1{
	color:#fff;
	margin-top:100px;
	}
.bg-parallax .element-title{
	color:#fff !important;
	font-size:18px;
	text-rendering: optimizeSpeed;
	}

.testimonial-content {
    margin-top: -7px;
    color: #aaaaaa;
}
.testimonial-content p {
	font-size:18px;
	font-style:italic;
	}

.testimonial-content .bottomdivider {
    border-bottom: 1px solid #fff;
    height: 1px;
    margin: 0 auto;
    width: 30%;
	margin-top:30px;
	margin-bottom:20px;
}
.testimonial-content .auther-name{
	margin-bottom:40px;
	
	}	
.testimonial-content p, .testimonial-content p a{
    margin: 0;
    color: #FFF;
    font-weight: normal;
}
.imo-testimonials>.caroufredsel_wrapper>ul>li{
    display: inline-block;    
}


/* Portfolio Styling */
.imo-portfolio  .imo-filter{
	margin-bottom:40px;
	}
.imo-portfolio .imo-filter ul{
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 1;
	text-align:center;
	font-size:16px;
}
body.single-imo_portfolio h2.imo-title{
	font-weight:900px;
	font-size:18px;
	}
.imo-filter ul li{
    padding: 0;
    line-height: 1;
}
.imo-filter ul li:after{
    padding: 0 1px;
    content: '';
}
.imo-filter ul li:last-child:after{
    display: none;
}
.imo-filter ul li a{
   color:#555555;
   font-size:16px;
   padding:6px 10px;
}
.imo-filter ul li a:hover, .imo-filter ul li a.selected{
    color: #fff;
    font-weight: normal;
}
#main .imo-portfolio .imo-pagination{
    margin-bottom: 40px;
}
#main .related_portfolios {
    margin-top: 0;
}
#main .related_portfolios .imo-portfolio article.imo_portfolio {
    margin-bottom: 0px;
    margin-top: 0px;
	position:relative;
}
.imo-portfolio article.imo_portfolio p, .imo-portfolio article.imo_portfolio div.jp-audio, .imo-portfolio article.imo_portfolio div.jp-video {
    margin-bottom: 0;
}
.imo-portfolio{
	margin-top:30px;
	}
.imo-portfolio .isotope-container{
	width:100%;
	margin:0 auto;
	margin-left: 30px;
	}
.imo-portfolio .span3{
	width:290px !important;
	margin-top:0px !important;
	margin-bottom:2px !important;
	}
.imo-portfolio .span4{
	width:384px !important;
	margin-top:0px !important;
	margin-bottom:2px !important;
	}
.imo-portfolio .span6{
	margin-top:0px !important;
	margin-bottom:2px !important;
	}
.imo-portfolio .span4 .portfolio-content {
	width:90%
	}
.imo-portfolio .span6 .portfolio-content {
	 width: 93%;
	}
.imo-portfolio article.imo_portfolio{
	 margin-left: 2px;
	 overflow:hidden;
}
.imo-portfolio article.imo_portfolio iframe {    
    height: auto;
}
.imo-portfolio article.imo_portfolio .video-height iframe {    
    height: 100%;
}
.imo-portfolio article.imo_portfolio p iframe{
    margin-bottom: -5px;
}
.portfolio-content{
    position: absolute;
    padding:15px 20px;
    background: #fff;
	bottom: -80px;
	text-align:center;
	transition: all 0.4s ease-out 0.1s;
	width: 87%;
}
.portfolio-plus-a .portfolio-plus{
	font-size:24px;
	font-weight:normal;
	background:url(assets/img/socielbg.png) repeat;
	width:48px;
	left:10px;
	position:absolute;
	top:20px;
	text-align:center;
	padding:5px 0px;
	display:none;
	}
article.imo_portfolio .loop-image-up{
	transition: all 0.4s ease-out 0.1s;
	
	}
article.imo_portfolio .loop-image img{
	-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	}
article.imo_portfolio .loop-image-up img{
	
    -webkit-transform: scale(1.09,1.10);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.09,1.10);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	}
article.imo_portfolio .portcat-up{
	transition: all 0.4s ease-out 0.1s;
	bottom: 0px;
	}
h2.portfolio-title{
    width: 85%;
    display: inline-block;
    margin: 0;    
    font-size: 13px;
}
h3.portfolio-title a{
    font-size:18px;
	color:#555555;
	font-weight:normal;
	 font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	 line-height:0.9     
}
h3.portfolio-title a:hover{
    color: #55a8e2;        
}
.portfolio-content .portfolio-cat, .portfolio-content .portfolio-title{
	font-size:14px;
	color:#888888;
	font-weight:normal;
	 font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	  line-height:0.6
	}
article.single-portfolio iframe{
    width: 100%;
}
article.single-portfolio .meta-cat i{
    padding-right: 10px;
	color:#cccccc;
	font-size:16px;
}
article.single-portfolio .meta-cat a, article.single-portfolio .meta-fav span{
    color: #888888;
    font-weight: bold;
}
article.single-portfolio .meta-cat{
    background: none repeat scroll 0 0 #F8F8F8;
    line-height: 42px;
    margin-bottom: 10px;
    padding-left: 15px;
}
article.single-portfolio .likeit{
    position: static;
    display: inline-block;
    margin-bottom: 20px;
    float: none;
}

.imo-pagination.pagination ul>li>a.selected{
    background: #55a8e2;
    color: #fff;
}
.likeit {
    top: 15px;
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.likeit i {
    padding-right: 5px;
}
.likeit:hover, .likeit.liked {
    color: #fe4743; /* Not included theme_css*/
}
a.live-preview{
    border: 1px solid #e1e1e1;
    color: #c8c8c8;
	padding:14px 35px;
	line-height:60px;

}
a.live-preview:first-child{
	margin-right:30px
}
article.single-portfolio .awien{
	margin-top:50px !important;
}
article.single-portfolio .imo-title-container{
	margin-top:30px !important;
}
/* Isotope CSS3 transitions */

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

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

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

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

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* Theme Boxed Layout Style*/
.theme-boxed{
    margin: 0px auto;
    width: 1200px;
    background: #FFF;
}
.ie8 .theme-boxed{
    width: 1000px;
}
/* Scroll Up Style */
#scrollUp {
    position: absolute;
    right: 50%;
    bottom: 0px;
    display: none;
    width:40px;
    height: 40px;
    color: #fff;
    text-align: center;
    background-color: #282828;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}
#scrollUp:hover{
    background-color: rgba(0,0,0,0.4);
}
i.icon-slideup{
	background:url(assets/img/slideup.png) no-repeat center center;
	padding:20px;
}
.hidden{
    display: none;
}


/* Infinite Scroll */

.imo-infinite-scroll>.loading,
.imo-infinite-scroll[data-has-next="false"]>.next,
.imo-infinite-scroll[data-has-next="true"]>.no-more{
    display: none;
}
.imo-infinite-scroll>a.next>i{
    margin-right: 10px;
}


/* List */

ul.imo-list{
    list-style: none;
}
ul.imo-list>li>i{
    margin-right: 5px;
    margin-left: -15px;
}

/* Contact Form 7 */
.imo-element .wpcf7{
	margin-top:53px;
	}
.wpcf7-form p{
	display:inline;
	}
.wpcf7-form-control-wrap input{
    display: inline-block;
}
.wpcf7-form-control-wrap textarea{
    width: 95%;
	padding-right:6px !important;
}

/* Google map */

#google-map{
    margin-bottom: -5px;
}
.map-header{
	height:80px;
	line-height:80px;
	background:#282828;
    font-size:32px;
	font-weight:900;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#fff;
	text-align:center;
	cursor:pointer;
	}
/* Circle Chart on Page Builder */
.imo-circle-chart {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.imo-circle-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
/* MileStone */
.imo-milestones{
	margin:0 auto;
	width:100%;
	text-align:center;
	}
.imo-milestones-box:hover{
	
	background:rgba(255,255,255,.2);
	border:1px solid #ffffff;
	width:168px;
	padding:0px 0px;
	}
.imo-milestones-box{
	padding:1px 0px;
	}
.imo-milestones-count>.imo-milestones-show{
    position: relative;
    float: left;
    overflow: hidden;
    width: 20px;
    height: 40px;
    text-align: right;
}
.imo-milestones-count>.imo-milestones-show>ul{
    position: absolute;
    margin: 0px;
    list-style: none;
	line-height: 1.20;
}
.imo-milestones-count>.imo-milestones-show>ul>li{
	line-height: 1.20;
}
.bg-parallax .imo-milestones-count{
    color:#fff;
    font-weight: 900;
    font-size: 32px;
	margin:0 auto;
	width:60px;
}
.imo-milestones-count{
    color:#555555;
    font-weight: 900;
    font-size: 32px;
	margin:0 auto;
	width:60px;
}

.imo-milestones-box{
	float:left;
	margin-right:25px;
	width: 170px;
	margin-top:20px;
	}
	
.imo-milestones-box:last-child{
	margin-right:0px;
	}

.bg-parallax .imo-milestones-content p{
    color: #fff;
	font-size:18px;
}
.imo-milestones-content p{
    color: #555555;
	font-size:18px;
}

/* Coming Soon */
.imo-cs-container{
    text-align: center;
    margin: 0;
}
.page-template-template-coming_soon-php #main{
    padding: 200px 0;
}
.page-template-template-coming_soon-php h1,
.imo-coming-soon h1{
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}
.imo-coming-soon .days,
.imo-coming-soon .hours,
.imo-coming-soon .minutes,
.imo-coming-soon .seconds {
    color: #fff;
    font-weight: bold;
    background: #55a8e2;
    width: 94px;
    height: 60px;
    padding: 25px 0;
}
.imo-coming-soon .count {
    font-size: 38px;
    line-height: 1;
}
.imo-coming-soon, .subscribe-container input {
    display: inline-block;
}
.subscribe-container input{
    background: transparent;
    border-color: #fff;
    margin: 0;
    margin-right: 10px;
}
.imo-coming-soon>div{
    float:left;
}
.imo-coming-soon>.sep{
    font-size: 48px;
    padding: 10px 17px;
}
.imo-coming-soon-content {
    width: 700px;
    margin: 20px auto;
}




/* Error 404 */

#error404-container{
    position: relative;    
    margin: 80px 0;
}
h3.error404{
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 48px;
	margin-bottom:0px;
}
h4.errorh2{
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
	margin-bottom:40px;
}
h3.error404 span{
    color: #55a8e2;
}
.imo-404-error{
    margin: 0 auto;
   
}
.imo-404-error ul{
	list-style:none;
}
.imo-404-search-container{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 150px;
    width: 470px;
    background: #55a8e2;
    text-align: center;
}
.imo-404-search-container:before{
    position: absolute;
    top: -85px;
    left: -23px;
    color:rgba(255, 255, 255, 0.1);
    content: "\f002";
    font-size: 180px;
    font-family: FontAwesome;
}
.imo-404-search-container form{
    display: inline-block;
    margin: 0;
}
.imo-404-search-container form#searchform input:-moz-placeholder{
    color: #fff;
}
.imo-404-search-container form#searchform input::-moz-placeholder{
    color: #fff;
}
.imo-404-search-container form#searchform input:-ms-input-placeholder{
    color: #fff;
}
.imo-404-search-container form#searchform input::-webkit-input-placeholder{
    color: #fff;
}
.imo-404-search-container form#searchform input{
    margin: 0;
    width: 100%;
    border: 2px solid #fff;
    background: transparent;
}
.imo-404-search-container form#searchform i{
    top: 11px;
    color: #fff;
}
.error4button{
    position: relative;
    margin-left: 20px;
	width:270px;
	margin:0 auto
}
.error4button a{
	width:270px;
	text-align:center;
	border:none;
	fo
	}
.error404 #main{
    background: url(assets/img/404-coming-soon-bg.jpg) no-repeat;
    background-size: cover;
}    



/* Light color Scheme */

/* Dark color Scheme */

.dark h3,
.dark a,
.dark p,
.dark .imo-service-content a,
.dark .imo-service-box .imo-service-content p a:hover,
.dark .icon-twitter,
.dark .imo-carousel-twitter ul.jtwt li,
.dark .imo-carousel-twitter ul.jtwt li a,
.dark .twitter-follow,
.dark h2.loop-title a,
.dark ul.loop-meta li span.date,
.dark ul.loop-meta li a,
.dark .imo-service-content a,
.dark .imo-callout h1,
.dark ul.imo-list,
.dark .imo-milestones-count>.imo-milestones-show>ul,
.dark .imo-filter ul li a:hover,
.dark .imo-filter ul li a.selected,
.dark .imo-carousel-post .carousel-content h3 a,
.dark ul.jtwt li span,
.dark #sidebar aside.widget ul.jtwt li:before,
.dark #footer aside.widget ul.jtwt li:before,
.dark ul.jtwt li:before,
.dark h1.imo-coming-soon-title{
    color: #fff;
}
.dark ul.jtwt li span a,.dark .tab-content .tab-pane p,.dark .imo-social-icon a{
    color: #aaa;
}
.dark .testimonial-content p,.dark  .testimonial-content p a{
    color: #888888;
}
.dark h2.loop-title:hover a{
    color: #55a8e2;
}
.dark .imo-title-border{
    background: #fff;
}
.dark .pagination ul>li>a.current,
.dark .pagination ul>li>span.current,
.dark .pagination ul>li>a:hover,
.dark .imo-pagination.pagination ul>li>a,
.dark .imo-pagination.pagination ul>li>span{
    background: transparent;
}
.dark .imo-carousel-partner.list_carousel li,
.dark .imo-carousel-partner .caroufredsel_wrapper,
.dark aside > ul,
.dark #sidebar aside.widget ul li{
    border-color: transparent;
}
.dark .imo-carousel-twitter .carousel-arrow a.carousel-prev,
.dark .imo-carousel-twitter .carousel-arrow a.carousel-next{
    border: 2px solid #fff;
    color: #fff;
}
/* Site Loader */
body section#loading{
    display: none;
}
body.loading section#main{
    opacity: 0;
    height: 0px;
    overflow: hidden;
}
body.loading .paralaxe-text{
	display:none;
	}
body.loading section#loading{
    display: block;
    width: 100%;
    min-height: 300px;
    background-image:    url("assets/img/prettyPhoto/loader.gif");
    background-color: #FFF;
    background-position: center;
    background-repeat:   no-repeat;
}
/* Before After */
.twentytwenty-container img{
    width: 100%;
    height: auto;
}
/* Nice Scrolling Fix */

#ascrail2000{
    z-index: 10000 !important;
    background-color: transparent;
    width: 15px!important;
}

