/* Clearfix */
	
	.clear	{
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0
	}
	
	.clearfix:after	{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0
	}
	
/*========================== General CSS Rules ==========================*/
	body {margin:0; padding:0;}
	img {max-width: 100%; height: auto; display:block; border:none; }	
	h1,h2,h3,h4,h5,h6 {margin: 0; padding: 0;}
	a {text-decoration: none;}
	ul {margin:0; padding: 0; list-style: none;}
	iframe {max-width:100%;}
	input, textarea {outline: none; max-width: 90%;}
	p {margin: 0; border: 0; padding: 0;}
	
	.normalweight {
	font-weight: normal;	
	}
	
/*========================== Theme General CSS Rules ============================*/
	.admin-bar .main {
	position: relative;
	top: -32px;
	}

	.main-wrapper {width:100%; margin: 0 auto;}
	
	
	.divider {
    margin: 0 auto;
    border-top: 1px solid rgba(0,0,0,0.6);
    border-bottom: 2px solid rgba(255, 255, 255,0.1);
	}

	input[type="submit"] {
    border: none;
    padding: 1em;
    color: white;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	cursor:pointer;
	}
	
	.img-loader, .imgLoader {
    background-image: url(../images/loading.gif);
    z-index: 1;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
	}
	
	.main img {opacity:0}
	
	.sidebar-wrapper input, .footer-wrapper input {
    padding: 1em;
    border: 1px solid rgba(0,0,0,0.05);
    background-color: rgba(0,0,0,0.03);
	}
	
	
	.main #s{
    border: 1px solid #EAEAEA;
    padding: 1em;
    width: 100%;
	color: #999999;
	font-style: italic;
	}
	
	#footer #s {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0.7em 1em;
    width: 100%;
	color: #999999;
	font-style: italic;
	}
	
	
	blockquote {
    border-left: 4px solid #eaeaea;
    padding: 10px 20px;
    font-size: 120%;
    font-style: italic;
    line-height: 1.8em;
    float: left;
	}
/*========================== Top Bar ==================================*/
	
	.top-bar-wrapper {
	overflow: hidden;
	position: relative;
	text-align: right;
	z-index: 1;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 0 14%;
	z-index: 999999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	.top-bar-wrapper .social-icons li a span, .top-bar-wrapper .social-icons li:last-child a span {
    border: none;
	}
	
	.top-icons li {
    display: inline-block;
    margin-left: 25px;
	}
	
	.top-icons {
    display: inline-block;
    float: right;
    font-size: 16px;
	line-height: 2em;
	}

	
	.top-icons li {
    font-size: 80%;
	}
	
	.top-icons li i {
    margin-right: 0.5em;
	}
	
	.top-bar-rightside {
    display: inline-block;
    float: right;
	}
	
	.top-bar-rightside .social-icons span {
    font-size: 16px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-box-transition: 0.6s;
	}

	
/*================================== Header Styles =============================*/

	.header-container {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	}
	
	.header-container, .header-wrapper, .header-left, .header-right, .header-search {
	min-height: 55px;	
	max-height: 100%;
	}

	.header-wrapper {
	border-top: 1px solid rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 14% 8px;
    position: relative;
    z-index: 999;
	border-bottom: 8px solid;
	}

	.header-left {
	display: table;
	float: left;
	height: inherit;
	text-align:center;
	}
	
	.header-tagline {
	text-align: right;
	font-weight: 600;
	font-size: 12px;
	}
	
	.header-right {
	display: table;
	float: right;
	height: inherit;
	}
	
	.header-logo {
    display: table-cell;
    text-align: center;
	vertical-align: middle;
	}
	
	.social-icons li {
    display: inline-block;
	font-size: 16px;
	margin-left: 5px;
	}
	
	.social-icons li a span {
	padding:0 8px;	
	}
	
	.social-icons li:last-child a span {
	padding-right: 0;
	}


	.top-menu, .top-bar-contact, .top-bar-contact li {
    display: inline-block;
	}
	
	.top-bar-contact img {
    height:16px;
    margin: 0 0.3em 0 1.5em;
    display: block;
	}
	
	.top-bar-contact {float:right; margin-right:1.5%}
	
	.top-bar-contact img {
    float: left;
	}
	
	.top-bar-contact {
    font-size: 13px;
	}
	
	/*============ Social Icons ===========*/
	.social-icons {
	float: right;
	display: inline-block;
	margin-left: 10px;
	margin: 6px 0;
	padding: 5px 0px;
	}
	
	.social-icons span {
    border: none;
    height: 20px;
    width: 20px;
    font-size: 17px;
    margin-left: 5px;
	}
	
	.social-icons span:first-child {
	margin-left: 0px;	
	}
	
	
	/*============ SEARCH ====================*/
	
	.header-search {
	float: right;
	height: inherit;
	display: table;
	font-size: 130%;
	padding: 0 0px 0 20px;
	text-align: center;
	cursor: pointer;
	}
	
	.header-search-icon {
	display: table-cell !important;
	vertical-align: middle;	
	}
	
	
    .header-search-attachment {
     height: 0px;
     position:relative;
     clear:both;
     width:100%;
     }
                
     .header-search-attachment .header-search-field {
     position: absolute;
     right: 14%;
     top: 0;
     height: 80px;
     width: 400px;
	 z-index:9999;
	 background: #ffffff;
	 display: none;
	 text-align: center;
	 opacity: 0;
     }
     
	.header-search-attachment .header-bottom-bar-search {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
	}
	
	.header-search-attachment .header-bottom-bar-search input {
	padding: 20px 10px;
	font-size: 17px;
	border: none;
	color: rgba(0,0,0,0.6);	
	text-align: center;
	width: 100%;
	font-style: italic;
	}
	
/*==================================== Menu Styles ===================================*/
	.main-menu-wrapper {
    display: table-cell;
	vertical-align: middle;
	}
	
	.menu-main-container {
	margin-left: -0.9em;
	}
	
	.tinynav {
	display:none;
    width: 80%;
    margin: 0 11.4%;
    padding: 12px;
    color: #888;
    font-size: 14px;
    border: 1px solid #e6e6e6;
	}
		
	.sf-menu {
	text-transform:capitalize;
    font-size: 185%;
    padding: 0;
	position:relative;
	z-index:9998;
	letter-spacing: 1px;
	}
	
	
	.main-menu .sf-menu .current-menu-item ul li a {font-weight: 900;}
	.main-menu .sf-menu ul li.current-menu-item a, .main-menu .sf-menu ul li.current-menu-item {border-bottom:none; font-weight:900;}
	
	
	.sf-menu li a {
    display: table-cell;
    height: 1.8em;
    line-height: 1.8em;
    opacity: 1;
	padding: 0.9em;
    vertical-align: top;
	}
	
	.sf-menu li {
    display: inline-block;
    float: left;
    list-style: none outside none;
    position: relative;
	}
	
	.sf-menu li li {
    margin: 0;
	border-right: none;
	}

	
	.sf-menu li li a {
	height:2em;
	padding-left: 0.7em;
	}
	
	.sf-sub-indicator {
    display: none;
	}

	.sf-menu ul ul {
    margin-left: 7.5em;
    top:0px;
	}
	
	.sf-menu li, .sf-menu li a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-box-transition: all 0.3s;
	text-transform: capitalize;
	}

	.sf-menu ul {
	display: block;
	left: 0;
	padding: 0;
	position: fixed;
	top: 2.81em;
	width: 7.5em;
	z-index: 1;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
	}

	
	.sf-menu ul li:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	.sf-menu ul li {
    clear: both;
    display: table;
    float: left;
    text-align: left;
    width: 100%;
	margin-bottom: -1px;
	}

	
	.sf-menu ul li a {
    display: block;
    margin: 0 0 1px;
	}
	
	.sf-menu ul li a {
	font-weight: 600 !important;
	padding: 8px 12px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	.sf-menu ul li:last-child a {
	border-bottom: none;	
	}

	
	.sf-menu ul {display:none;}
	
	
	/*Top Menu*/
	
	.top-menu li {
	display:inline-block; 
	margin-right:0.8em;
	text-transform: capitalize;
	}
	
	
	/*bottom Menu*/
	
	.tertiary-menu li {
    display: inline-block;
    margin-right:0.6em;
    text-transform: capitalize;
	}
	
	.tertiary-menu ul ul {
    display: none;
	}
	
	.bottom-right {
    display: inline-block;
    float: right;
	}
	



/*================================== Content Styles ===================================*/
	.main {
	float: left;
	clear:both;
	width: 100%;
	}
	
	.main-inner {padding: 4% 14%;}
	
	.main p {
    margin: 0.75em 0;
	}

	.content {
    width: 100%;
    float: left;
	}
	
		
	.sidebar-one.single-sidebar {
	width: 23.5%;
	float: right;
	}
	
	.content.sidebar_one, .content.sidebar_two {
	width: 69.3%;
	margin-right: 6%;
	}
	
	.content.sidebar_none {
    width: 100%;
	}
	
	.content.sidebar_one.portfolio-content, .content.sidebar_two.portfolio-content, .content.sidebar_one.members-content, .content.sidebar_two.members-content {
    margin-right: 0 !important;
    width: 72%;
	}

	.content.sidebar_both.portfolio-content, .content.sidebar_both.members-content{
    margin-right: 0 !important;
    width: 60%;
	}


	
	.content.portfolio-content.sidebar_none, .content.members-content.sidebar_none {
	width:103%;
	}
	
	.custom-prev, .custom-next {
	display: inline-block;
	}



/*================================== Main title And Subtitle ===================================*/
	
	.main-title-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    padding: 0 14%;
	height: 50px;
    position: relative;
    text-align: left;
    z-index: 2;
	}
	
	.main-title {
    margin-bottom: 20px 10px;
	}
	
    .main-title h1 {
	display: inline-block;
	line-height: 1em;
	font-weight: 500;
	text-transform: capitalize;
	}
	
	.the-breadcrumb {
    float: right;
    font-size: 90%;
    opacity: 0.9;
	line-height: 50px;
	}
	
	.main-subtitle {
    clear: both;
    float: left;
    margin-top: 8px;
	}
	
	.main-title, .main-subtitle {
    display: inline-block;
    float: left;
	line-height: 50px;
	}
	
	.main-title-wrapper .main-title, .main-title-wrapper .main-subtitle {
    font-weight: 100;
	}



	/*========================================SINGLE POST STYLES======================================*/
	
	.featured-box img {
	width: 100%;
	}
	
	.post-title h2 {
	line-height: 2em;
	margin: 0.2em 0 0;
	font-size: 180%;
	text-transform: uppercase;
	}
	
	.post-date {
	clear: left;
	display: block;
	margin-bottom: 1em;
	}
	
	.post-meta-info span {
	margin-right: 1em;
	}
	
	.post-meta-info span:last-child {
	display: block;
	width: 100%;
	}
	
	.post-categories li {
	display: inline-block;
	margin-right: 0.5em;
	}
	
	.post-meta-info-inner {
	padding: 4% 5%;
	background-color: #fafafa;
	border-bottom: 4px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	color: #444444;
	font-weight: 600;
	font-size: 110%;
	text-transform: capitalize;
	}

	.post-entry-content {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 0 5% 5%;
	margin-top: 2%;
	margin-bottom: 5%;
	}
	
	
	/*=========== Comment Form ==================*/
	
	#respond {
    margin-top: 6em;
	}

	#comment-form-title {
    margin-bottom: 2em;
	}

	#commentform .form-fields {
    width: 30%;
    display: inline-block;
	}

	#commentform .form-fields label {
    clear: both;
    display: block;
    margin-bottom: 0.5em;
	}

	#commentform .form-fields input {
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    padding: 1em;
    width: 80%;
    font-style: italic;
    color: #666;
	}

    #commentform textarea {
    background: #fafafa;
    border: 1px solid #eaeaea;
    padding: 1em;
    width: 100%;
    margin: 1em 0;
    color: #666;
    font-style: italic;
	}
	
	.children .comment-body {
    margin-top: -2.3em;
	}

	
	.mig-more-link {
    display: block;
    margin: 15px 0;
	}
	
	.more-plus:hover {
    background-color: rgba(0,0,0,0.15);
	}
	
	.more-plus {
    background: rgba(0,0,0,0.05);
    padding: 4px 8px;
    clear: both;
    display: inline-block;
    color: #777;
    font-size: 12px;
    transition: all 0.5s;
    -moz-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    -o-box-transition:  all 0.5s;
	}
	/*==================== Comment Response ============================*/
	#post-comments {
	margin-top: 8%;
	float: left;
	background-color: #fff;
	}

	#post-comments ol {
    list-style: none;
    padding: 0;
    margin: 2em 0;
	}
	
	
	#post-comments .comment-body {
    position: relative;
	}
	
	#post-comments h3#comments {
    margin-bottom: 4em;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2em;
	}
	
	#post-comments .reply {
    background-color: rgba(0, 0, 0, 0.02);
    display: inline-block;
    font-size: 80%;
    padding: 0.3em 1em;
    position: absolute;
    right: 1em;
    top: 1em;
	}
	
	#post-comments .comment-author img {
    float: left;
    margin-right: 1em;
	}
	
	#post-comments .comment-author a, #post-comments .comment-meta a {
    color: grey;
	}
	
	
	cite.fn {
    text-transform: capitalize;
    margin-right: 0.3em;
	}
	
	span.says {
    display: none;
	}
	
	#post-comments .commentlist p {
    background-color: #fafafa;
    padding: 1em;
    border: 1px solid #eaeaea;
	}
	
	#post-comments .comment-meta {
    font-size: 80%;
    margin-top: 0.3em;
	}
	
	#comment-form-title a {
    text-transform: capitalize;
	}

	#post-comments ul.children {
    padding: 0 0 0 2em;
	}

	#post-comments .comment-body {
    margin-bottom: 2.5em;
	}


	#post-comments .comment-body {
    margin-bottom: 2.5em;
    background-color: rgba(0,0,0,0.01);
    padding: 1em;
	}

	#post-comments .children .comment-body {
    background-color: rgba(0,0,0,0.02);
    padding: 1em;
	}

	.comment-awaiting-moderation {
    font-size: 80%;
	}
/*================================= Sidebar Styles ======================================*/

	.sidebar-widget a {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-box-transition: all 0.5s;	
	}
	
	
	.mwtitle {
	margin-bottom: 1.4em;
	
	}
	
	.main .mwtitle h4 {
    margin-bottom: 0;
	}
	
	.mwtitle h4 {
	font-size: 120%;
	font-weight: 600;
	text-transform: uppercase;
	}
	
	.sidebar-widget {
    margin-bottom: 70px;
	}

/*================================= Footer Styles =======================================*/
	.footer-wrapper {
	float: left;
	width: 100%;
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.1);	
	}
	
	.footer-background {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
	}
	
	#footer {
	padding: 0 14%;	
	}
	
	
	
	#footer p {
	margin-bottom:1.7em;	
	}
	
	.footerbox {
    width: 31.3%;
    float: left;
	margin-right: 3%;
	padding: 4% 0 0;
	}
	
	.footerbox-last {
    width: 31.3%;
    float: left;
	padding: 3% 0 0;
	}
	
	.footerbox ul, .footerbox-last ul {
    list-style: none;
    padding: 0;
	}
	
	.fwtitle {
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 1.4em;
    text-transform: uppercase;
	}
	
	.fwtitle span{ padding-right: 5px; } {
	}
	
	.bottom-bar {padding: 2% 14%; opacity: 0.9}
	
	.bottom-bar .social-icons {
    display:inline-block;            
	}
	
	.bottom-bar-right {
    float: right;
    display: inline-block;
	}
	
	.footer-widget, .last-footer-widget {
    margin-bottom: 2.5em;
	}
	.bottom-menu ul {
    display: none;
	}

	.bottom-menu li {
    display: inline-block;
    margin-left: 1em;
	}

	.bottom-menu li a:hover {
    text-decoration: underline;
	}	

/*================================= Contact Form ======================================*/
	.wpcf7 .wpcf7-submit {
	border: none;
	padding: 15px 50px;
	color: white;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
	border-bottom: 4px solid rgba(0,0,0,0.3);
	}

	.wpcf7 input, .wpcf7-form textarea {
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    padding: 8px;
    margin-top: 0.5em;
    color: #777;
	}
	
	.wpcf7 .wpcf7-not-valid-tip, .wpcf7 .wpcf7-validation-errors {
    background-color: #ccc;
    border: none;
    color: #555;
    padding: 5px 10px;
    font-style: italic;
	}

	.wpcf7 textarea {
    width: 90%;
	}
	
	.wpcf7 .wpcf7-mail-sent-ok {
    border: none;
    color: white;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	}


/*================================== Widgets Styles ======================================*/
	.footer-wrapper .mig_last_tweet_inside ul {
    background-color: rgba(0,0,0,0.2);
    background-image: none;
    border: none;
    border-radius: 0px;
	}

	.footer-wrapper .mig_last_tweet_inside ul:after {
    border-top: 12px solid rgba(0,0,0,0.2);
	}

	.footer-wrapper .mig_last_tweet_follow_us {
    margin-top: 7px;
	}

	.footer-wrapper .tagcloud a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    display: inline-block;
    margin-bottom: 0.5em;
    margin-right: 0.4em;
    padding: 0.6em 0.8em;
	}
	
	.footer-wrapper .tagcloud a:hover {
	color:#ffffff;
	transition: all 0.8s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-box-transition: all 0.5s;	
	}
	
	.sidebar-widget .tagcloud a {
    padding: 0.8em;
    background-color: rgba(0,0,0,0.05);
    margin-bottom: 0.5em;
    margin-right: 0.4em;
	display:inline-block;
	}
	
	.sidebar-widget .tagcloud a:hover {
	color:#ffffff;
	transition: all 0.8s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-box-transition: all 0.5s;	
	}
	
	.sidebar-widget .zframe-flickr-wrap-ltr img {
    border: 2px solid rgba(0,0,0,0.2);
	}
	
	.zframe-flickr-wrap-ltr img {	
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-box-transition: all 0.8s;
    width: 100%;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	}
	
	.flickr_badge_image {
    margin-right: 3% !important;
    margin-bottom: 3% !important;
    border-radius: 4px !important;
	width: 22.75% !important;
	float:left !important;
	}
	
	.flickr_badge_image:nth-child(4n+5) {
	margin-right: 0 !important;	
	}

	
	/*recent posts footer*/
	
	#footer .image-recent {
    background-color: rgba(255, 255, 255, 0.3);
    float: left;
    max-width: 27%;
    padding: 1.5%;
	}
	
	#footer .main-recent-content {
    width: 65%;
    float: left;
    margin-left: 5%;
    margin-top: -0.4em;
	}
	
	#footer .main-recent-date {
    font-size: 90%;
    opacity: 0.7;
    font-style: italic;
	}
	
	.single-sidebar .main-recent-title {
    font-size: 115%;
	}
	
	#footer .recent-post-item {
    margin-bottom: 1.6em;
	}
	
	/*recent posts sidebar*/
	.single-sidebar .image-recent, .both-sidebar .image-recent{
    background-color: rgba(0, 0, 0, 0.05);
    float: left;
    max-width: 27%;
    padding: 1.5%;
	}
	
	.single-sidebar .main-recent-content, .both-sidebar .main-recent-content {
    width: 65%;
    float: left;
    margin-left: 5%;
    margin-top: -0.4em;
	}
	
	.single-sidebar .recent-post-item, .both-sidebar .recent-post-item {
    margin-bottom: 1.6em;
	}
	
	.single-sidebar .main-recent-date, .both-sidebar .main-recent-date {
    font-size: 90%;
    opacity: 0.7;
    font-style: italic;
	}
	
	.single-sidebar .main-recent-title, .both-sidebar .main-recent-title {
    font-size: 115%;
	}
	
	.cat-item {
    border-bottom: 1px solid #f0f0f0;
    line-height: 3em;
	}
	
	
	
	/*blogroll*/
	.blogroll li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    max-width: 90%;
    padding: 5px 0 10px;
	}
	
	.blogroll li:first-child {
	padding-top:0;	
	}
	
	#footer .recent-post-item .image-recent, #footer  .recent-post-item .main-recent-content {
	display: inline-block;
	clear:none;
	}
	
	/*========================single portfolio & member====================*/
	
	.single-portfolio-main-media {
    width: 59%;
    float: left;
    margin-right: 3%;
	}
	
	
	.single-portfolio-info {
	width: 32%;
	float: left;
	padding: 3%;
	background-color: #fff;
	}
	
	.single-portfolio-full-info {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 1em 0;
	}
	
	 .single-portfolio-additional-images li {
    display: inline-block;
    float: left;
    margin-right: 3.33%;
    margin-top: 1em;
    max-width: 13.6%;
    width: 100px;
	}

	.single-portfolio-additional-images li img {
    padding: 6%;
    max-width: 88%;
	}

	
	.single-portfolio-meta-field {
	font-size: 105%;
    line-height: 1.6em;
    margin-bottom: 0.7em;
	}
	
	.single-portfolio-meta-title, .single-member-meta-title {
    line-height: 1.6em;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-size: 160%;
    opacity: 0.8;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 0.3em;
	}

	
	.single-portfolio-info .custom-post-nav {
	margin-top: -14%;
	text-align: right;
	}

	.single-portfolio-full-info {
    margin: 3em 0;
	}
	
	.single-members-info {
	float: left;
	width: 39%;
	margin-left: 5%;
	padding: 3%;
	background-color: #fff;
	}
	
	.single-members-main-image {
	width: 27%;
	float: left;
	background-color: #fff;
	}
	
	.single-members-main-image img {
	padding: 2%;
	width: 96%;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	}
	
	.single-members-meta-field {
    margin-bottom: 0.7em;
    font-style: italic;
	}

	.single-members-full-info {
    margin-top: 3em;
	}

	
	.single-members-meta-field strong {
    font-size: 110%;
    font-style: normal;
    margin-right: 1px;
	}

	.single-members-full-info {
    margin-top: 3em;
	}
	
	.single-members-social-icons {
	margin: 5% 0 0;
	text-align: center;
	border-bottom: 2px solid rgba(0,0,0,0.2);
	padding: 3% 0;
	background-color: rgba(0,0,0,0.05);
	}
	
	.single-members-social-icons li a span {
    color: rgba(0,0,0,0.4);
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 36px;
    width: 40px;
	text-align:center;
	}
	
	.single-members-social-icons li {
	display: inline-block;
	margin-left: 0;
	}
	

	.single-portfolio-main-media img {
	padding: 2%;
	width: 96%;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	}
	
	.single-portfolio-main-media iframe {
    border: 1px solid #e0e0e0;
    padding: 1%;
    width: 98%;
	}
	
	.single-portfolio-additional-images {
	margin: 5em 0;
	}

/*=================================== Slideshow ===========================================*/
	.main-slideshow {
    width: 100%;
    display: block;
    clear: both;
	max-height: 480px !important;
	}
	
	.rev_slider_wrapper.fullscreen-container {
	max-height: 480px !important;	
	}


/*====================== 404 ===========================*/
	#post-not-found {
	border: 10px solid #fff;
	padding: 3%;
	padding-bottom: 5%;
	font-size: 120%;
	line-height: 2em;
	font-weight: 100;
	width: 74%;
	margin-left: -5px;
	left: 10% !important;
	position: relative;
	text-align: center;
	display: block;
	}
	
	#post-not-found h2 {
	color: #444;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	font-weight: 500;
	}
	
/*======================= SEARCH PAGE ==========================*/
	.search-page {
	padding: 2% 0% 2% 14%;
	width: 54%;
	float: left;
	}
	
	.search-page .post-wrapper {
	width: 48%;
	margin-right: 2%;	
	float:left;
	}
	
	.search-page.sidebar-one-wrapper {
	float: right;
	margin-top: 0.6%;
	width: 22%;
	margin-right: 14%;
	}
	
	.search-page .page-numbers {
	padding: 0 12px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	background-color: #f4f4f4;
	}
	
	.search-page .page-numbers:hover, .search-page span.page-numbers.current {
	color: #ffffff;	
	}

/*=================================== Others ===========================================*/

	.backtotop {
	z-index: 500;
	display:none;
	text-align: center;
	border-radius: 3px;
	position: fixed; 
	right:20px; 
	bottom: 10px;
	background-color: rgba(0,0,0,0.5);
    color: #fff;
    width: 40px;
    height: 40px;
	cursor:pointer;
	transition: background 0.5s;
	-moz-transition:background 0.5s;
	-webkit-transition: background 0.5s;
	-o-boz-transition: background 0.5s;		
	}
	
	.backtotop i {
	font-size: 24px;
	line-height: 40px;
	}
	
	.backtotop:hover i{
    background-position: center -19px;
	}
	
	#main-mig-slideshow .flex-direction-nav {
    display: none;
	}




/*=============================== Responsive rules =======================================*/

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

	.main-menu {float:none; text-align:center;}
	
	.bottom-bar {text-align:center;}
	.bottom-right, .bottom-left {float:none;}
	.footer-wrapper .social-icons {text-align:center;}
	
	.header-right {
	max-width: 50%;	
	}
	
	.sf-menu a {
	font-size: 11px !important;
	}

}


@media screen and (max-width: 790px)  {
	
	.topicon_box_wrapper {
	margin-top:50px;	
	}
	
	.header-logo img {
	display: inline-block;
	}
	
	.header-right {
	float: none;	
	}
	
	.header-search-attachment .header-search-field {
	position: absolute;
	margin-right: 50%;
	right: -140px;
	top: 4px;
	height: 80px;
	width: 280px;
	z-index: 9999;
	background: #ffffff;
	display: none;
	text-align: center;
	opacity: 0;
	}

	
	.bottom-info {
    width: 100%;
    float: left;
    text-align: center;
    display: block;
	margin-top: 1em;
	}
	

	
	.bottom-bar-right {
    display: block;
    float: right;
    width: 100%;
	}
	
	.top-icons {
    display: block;
    text-align: center;
	font-size: 14px;
	margin-top: 10px;
	width: 100%;
	}
	
	.header-right .social-icons {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 1em;
	}
	.header-right .social-icons {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 1em;
	}
	
	.header-logo {float:none;}
	.header-left {
	padding-right: 0;
	width: 100%;
	border-right: 0px;
	}
	
	.header-search {
	float: right;
	display: none;
	margin-right: 50%;
	right: -21px;
	position: relative;
	font-size: 15px;
	padding: 0 10px;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
	height: 40px;
	}
	
	.top-bar-wrapper {
	text-align:center;	
	}
	
	.social-icons{
	float: none;	
	}
	
	.header-tagline {text-align: center;}

	
	.footer-related-item {
	width: 50%;	
	}
	
	.footer-related-item-image i {
	display: none;	
	}
		
	.content.sidebar_both {
    width: 100%;
	margin-right:0;
	float:left;
	clear:both;
	}
	
	.menu-main-container {
    display: inline-block;
	float:none;
	}
	
	.header-right {
	padding: 0;
	width: 140%;
	background: #fff;
	left: -20%;
	position: relative;
	max-width: 200%;
	}
	
	.menu-main-container {
    display: block;
    float: none;
	}
	
	.content.sidebar_both.portfolio-content, .content.sidebar_both.members-content {
	width:103%;	
	}

	.both-sidebar {
    float: left;
    width: 100%;
    clear:both;
	}
	
	.post-title h2 {margin-bottom:0.3em;}
	.post-title h2 a:hover {
	background: transparent !important;
	}
	
	.post-date {float:left; margin-bottom: 1em;}
	
	.post-content {width: 100%;}
	
	.content, .sidebar-wrapper {width:100%}
	
	.content.sidebar_one.portfolio-content, .content.sidebar_two, .content.sidebar_one.members-content, .content.sidebar_two.members-content {
	width:100%;
	margin-right: 0;
	margin-left: 0;
	}
	
	.content.sidebar_one, .content.sidebar_two, .content.sidebar_both, .content.both_sidebar {
	width: 100%;
	margin-right: 0;
	}

	
	.sf-menu {display:none;}	
	.tinynav {display:block;}
	.header-bottom-bar {padding:0; text-align:center; width:100%;}
	.header-bottom-bar-content {
    display: inline-block;
    margin: 10px 0 0 0;
    float: none; 
	}
	
	.header-bottom-bar-colorfix {
    display: none;
	}

	.footerbox, .footerbox-last {
	width:48.5%;
	}
	
	.footerbox:nth-child(2n+2) {margin-right:0 !important;}
	
	.members_mig_one_half, .members_mig_one_third, .members_mig_one_fourth {
	width: 46.9%;
	}
	.members_mig_one_half:nth-child(2n+3), .members_mig_one_third:nth-child(3n+4), .members_mig_one_fourth:nth-child(4n+5) {
	clear: none;
	}
	
	.portfolio_mig_one_half, .portfolio_mig_one_third, .portfolio_mig_one_fourth {
	width: 50%;
	}
	
	.footer-social-title {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 1em 0;
	float: none;
	}
	
	.footer-social-icons {
	display: inline-block;
	float: none;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
	}
	
	.single-portfolio-main-media, .single-portfolio-info, .single-members-info, .single-members-main-image {
	width:100%;
	margin-right:0;
	margin-left: 0;	
	float:left;
	}
	
	.single-members-social-icons {
	float: left;
	width: 100%;
	margin-left: 0;
	}
	
	.single-portfolio-info, .single-members-info {
	margin-top:40px;	
	}
	
	.the-breadcrumb {
	float: left;
	font-size: 90%;
	opacity: 0.9;
	clear: both;
	}
	
	
}

@media screen and (max-width: 500px) {
	.bottom-image, .bottom-info {float:none; line-height:20px;}
	.bottom-image img {display:inline-block;}

	.mig-slideshow-prev, .mig-slideshow-next {
	width:30px;
	height:30px;	
	}
	
	.footer-related-item {
	width: 100%;	
	}
	
	.content.sidebar_one.portfolio-content, .content.sidebar_two.portfolio-content, .content.sidebar_one.members-content, .content.sidebar_two.members-content {
	width:100%;
	}

	.footerbox, .footerbox-last {
	width:100%;
	margin-right:0;
	}
		
	.flexslider-caption-wrapper {
    display:none;
	}
	
	..members_mig_one_half, .members_mig_one_third, .members_mig_one_fourth {
	width: 97%; margin-left:3%;
	}
	
	.portfolio_mig_one_half, .portfolio_mig_one_third, .portfolio_mig_one_fourth {
	width: 100%;;
	}
	
	
	.mig-slideshow-next {
    float: right;
	}
	
	.sidebar-widget {
    width: 100%;
    float: none;
    margin-right:0;
	}
	
	
	.content-contact {
    float: none;
    width: 100%;
	}

	.contact-info {
    float: none;
    width: 100%;
	}

}


/*Preventive*/
	.save-options {
    background-color: #fafafa;
    height: 10%;
    display: inline-block;
    position: fixed;
    text-align: center;
    width: 25%;
    left: 33.5%;
    top: 41%;
    font-size: 17px;
    padding: 4%;
    line-height: 20px;
    font-family: arial;
    border-radius: 4px;
    color: #999;
    border: 2px solid #eaeaea;
    z-index: 99999;
    font-weight: 100;
    opacity: 0.7;
	}
	

/*=============================== Rev Slider ===========================================*/

	.main-slideshow {
    width: 100%;
    display: block;
    clear: both;
	
	}
/*======================= Isotope =================================*/

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

	.isotope-item {
  	z-index: 2;
	}

	.isotope-hidden {
	display: none;
	}

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

/**** 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;
	}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
	.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
	}


/*============================== Special Pages =================================*/

	.error-search {
    display: inline-block;
    min-width: 220px;
	}