/*
Theme Name: ThemeAlley7.0
Theme URI: http://www.themealley.com/
Description: Wordpress theme with featured posts, social icons, twitter updates, threaded comments and widget support.
Version: 7.2
Author: ThemeAlley.com
Author URI: http://www.themealley.com/
Tags: black, silver, white, two-columns, right-sidebar, fixed-width, sticky-post, theme-options, threaded-comments,featured-images, translation-ready
License: 
License URI: 
*/

/* Fonts */

@font-face {
    font-family: 'ArmataRegular';
    src: url('fonts/Armata-Regular-webfont.eot');
    src: url('fonts/Armata-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Armata-Regular-webfont.woff') format('woff'),
         url('fonts/Armata-Regular-webfont.ttf') format('truetype'),
         url('fonts/Armata-Regular-webfont.svg#ArmataRegular') format('svg');
    font-weight: normal;
    font-style: normal;

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

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

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

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

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

}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
  	   url('fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
	   url('fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
	   url('fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
	   url('fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*-------------------------------------------------------------------------------------------*/
/* RESET */
/*-------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */

body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	word-wrap:break-word;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

/*-------------------------------------------------------------------------------------------*/
/* GENERAL STYLES */
/*-------------------------------------------------------------------------------------------*/

/* Floating & Alignment */
.fl{float: left;}
.fr{float: right;}
.ac{text-align: center;}
.ar{text-align: right;}

/* Clear Floats */
.col-full:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}

.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden;}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}/* http://sonspring.com/journal/clearing-floats */

body { 
	background:url(images/page_bg.png) repeat 0 0; 
	color:#fff; 
	line-height:16px; 
	font:14px/16px 'ArmataRegular', Georgia, Verdana, Geneva, sans-serif; 
	word-wrap:break-word;
}

a,
a:visited,
a:focus { 
	color:#fff; text-decoration:none; 
}
a:hover { 
	text-decoration:underline; 
}

/* Defaults */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
	font-family:'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif; 
	font-weight:normal; 
}
h1 {
	font-size:30px;line-height:30px;
} 
h2 {
	font-size:24px;
	line-height:24px;
} 
h3 {
	font-size:20px;
	line-height:20px;
} 
h4 {
	font-size:18px;
	line-height:18px;
} 
h5 {
	font-size:14px;
	line-height:14px;
} 
h6{
	font-size:12px;
	line-height:12px;
}

input, 
select, 
textarea {
	font-size:12px; 
	color:#7a7a7a;
}
input[type=text], 
input[type=password], 
select, 
textarea {
	padding:5px; 
	border:3px solid #c5c5c5;
}
textarea {
	overflow:auto;
}

/* Hyperlinks */

h1 a:link, 
h1 a:visited, 
h2 a:link, 
h2 a:visited, 
h3 a:link, 
h3 a:visited,
h4 a:link, 
h4 a:visited, 
h5 a:link, 
h5 a:visited, 
h6 a:link, 
h6 a:visited { 
	text-decoration:none; 
}
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	text-decoration:underline;
}

.sticky{}
.gallery-caption{}
.bypostauthor{}

/* General settings */

.wrapper_one {
	width:100%;
	background:url(images/wrapper_one_bg.png) repeat-x 0 0;
	
}


/* Logo CSS starts here */
.logo_section {
	width:100%;
	background:url(images/logo_section.png) repeat;
	overflow:auto;
}
.logo {
	width:100%;
	margin:4% auto;
	text-align:center;
}
.logo img{
	max-width:90%;
	margin:0 auto;

}
.menu_section {
	width:100%;	
	background:url(images/menu_section.png) no-repeat center top;
	overflow:auto;
	text-align:center;
	padding:20px 0;

}
.menu_item_selected{
	background:rgba(0,0,0,1);
	padding:5px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#18d1d3;	
}
.menu_section a{
}
#footer_nav .current-menu-item, .current_page_item {
	Background:none !important;	
}
.current-menu-item, .current_page_item {
	Background:#000 !important;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#Main_nav li {
	display:inline-block;	
	padding:10px 20px;		
}

#Main_nav li.hover,
#Main_nav li:hover,
#Main_nav li.on {
	background-color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		 
	}
#Main_nav li a.hover,
#Main_nav li a:hover,
#Main_nav li a.on {
	text-decoration:none;		 
	}	
.menu_section select {
	width:80%;
	margin:10px auto;
	background:none;
	border:1px solid #000;
}
/* Logo CSS ends here */

/* Content section CSS starts here */
.content_section {
	width:100%;
}
.welcome_section {
	width:100%;
	overflow:auto;
}
.welcome_heading {
	width:100%;
	overflow:auto;
	margin:30px auto 0 auto;
}
.welcome_heading_b {
	font:36px 'MuseoSlab500Italic';	
	float:left;
	text-align:center;
	width:100%;
}
.welcome_heading_f {
	font:36px 'MuseoSlab500Italic';	
	float:left;
	text-align:center;
	width:100%;
}
.welcome_heading_img {
	background:url(images/welcome.png) no-repeat center center;
	width:100%;
	height:61px;
	float:left;
}
.welcome_heading_big{
	width:100%;
	text-align:center;
}
.welcome_heading_magazine{
	width:100%;
	text-align:center;
	padding:20px 0;
}
.welcome_heading_big h1{
	font:40px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
}
.welcome_heading_magazine h1{
	font:48px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
}
.welcome_heading_small{
	text-align:center;
	margin:-5px auto 0 auto;
	overflow:auto;
	max-width:80%;
}
.welcome_heading_small h4{
	font:14px 'ArmataRegular', Georgia, Verdana, Geneva, sans-serif;
	background:rgba(0,0,0,0.25);
	padding:7px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:auto;
	margin:0 auto;
	
}
.homepage_box_container {
	width:100%;
	margin:5% 0;
	overflow:auto;
}
.homepage_box_container_tinyblue{
	padding:5px 10px;
	background:#44adc9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font:18px 'TitilliumText22LBold', Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.homepage_box_container_title{
	font:36px/30px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:20px 0 5px 0;
	color:#52A9BF;	
}
.homepage_box_container_title_two{
	font:48px/40px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:5px 0 5px 0;	
	color:#52A9BF;	
}
.homepage_box_container_list{
	width:100%;
	list-style:none;
	margin:10% 0;
}
.homepage_box_container_list li{
	width:60%;
	margin:0 20% 15px 20%;
	font:18px 'TitilliumText22LRegular';
}
.homepage_box_container_list li:before{
	content:"\f0a9";
	font-family:'FontAwesome';
	display:inline-block;
	margin-right:10px;
	font-size:18px;
}
.homepage_box_container_bigbutton{
	padding:10px 20px;
	background:#fc5c5c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font:24px 'TitilliumText22LBold', Georgia, "Times New Roman", Times, serif;
	color:#fff;
	border-bottom:5px solid #e43b3b;
}
.homepage_box_container_bigbutton a{
	text-decoration:none;
}
.homepage_box_container_bigbutton:after{
	content:"\f0a9";
	font-family:'FontAwesome';
	display:inline-block;
	margin-left:10px;
	font-size:24px;
	color:#fff;	
}
.homepage_magazine_box{
	float:left;
	width:46%;
	padding:5% 0;
	background:#232625;
	margin:0 2%;
}
.homepage_magazine_innerbox{
	width:80%;
	margin:0 10%;
}
.homepage_magazine_thumb, .homepage_business_thumb{
	width:80%;
	margin:0 10% 4% 10%;
}
.homepage_magazine_thumb img, .homepage_business_thumb img{
	max-width:100%;
	height:auto;
}
.homepage_magazine_innerbox_center{
	text-align:center;
}
.homepage_business_box{
	float:left;
	width:46%;
	padding:5% 0;
	background:#232625;
	margin:0 2%;
}
.homepage_business_innerbox{
	width:80%;
	margin:0 10%;
}
.homepage_business_innerbox_center{
	text-align:center;
}
.theme_cats {
	width:100%;
	margin:5% 0 5% 0;
	overflow:auto;
}
.mag_theme {
	width:80%;
	margin:2% 10%;
	background:rgba(0,0,0,0.2);
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:auto;
}
.mag_theme_inner {
	width:79%;
	margin:7%;
	background:url(images/mag_theme.png);
	padding:7% 0 50px 7%;
}

.mag_theme_inner span{
	margin:5% 0 0 0;
	background:url(images/rounded_mag_theme.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:7px 10px;
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;

}
.mag_theme_inner h4{
	font:30px/26px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:20px 0 5px 0;
}
.mag_theme_inner h4 a{
	text-decoration:none;
}
.mag_theme_inner p{
	font:22px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
}
.corp_theme {
	width:80%;
	margin:2% 10%;
	background:rgba(0,0,0,0.2);
	float:left;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;		
}
.corp_theme_inner {
	width:79%;
	margin:7%;
	background:url(images/corp_theme.png);
	padding:7% 0 50px 7%;
}
.corp_theme_inner span{
	margin:5% 0 0 0;
	background:url(images/rounded_mag_theme.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:7px 10px;
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;

}
.corp_theme_inner h4{
	font:30px/26px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:20px 0 5px 0;
}
.corp_theme_inner h4 a{
	text-decoration:none;
}
.corp_theme_inner p{
	font:22px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
}
.photo_theme {
	width:80%;
	margin:2% 10%;
	background:rgba(0,0,0,0.2);
	float:left;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;		
}
.photo_theme_inner {
	width:79%;
	margin:7%;
	background:url(images/mag_theme.png);
	padding:7% 0 50px 7%;
}

.photo_theme_inner span{
	margin:5% 0 0 0;
	background:url(images/rounded_mag_theme.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:7px 10px;
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;

}
.photo_theme_inner h4{
	font:30px/26px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:20px 0 5px 0;
}
.photo_theme_inner p{
	font:22px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
}
.theme_testimonials {
	width:100%;
	background:rgba(0,0,0,1);
	float:left;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:none;
	overflow:auto;
}
.client_testi_bubbles {
	width:100%;
	background:url(images/client_testi_bubbles.png) no-repeat left center;
	margin:10px 0;
	overflow:auto;
	min-height:90px;
}
.client_testi_bubbles_text {
	overflow:auto;
	padding:10px 0 15px 0;
}
.client_testi_bubbles_text p{
	margin:0 50px 10px 130px;
	color:#3aa0b3;
	font:16px 'MuseoSlab500Regular';	

}
.client_testi_bubbles_text span{
	margin:0 0 0 130px;
	font:14px 'ArmataRegular', Georgia, Verdana, Geneva, sans-serif;
	background:#161616;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding:5px 10px;
}

.video_theme {
	width:80%;
	margin:2% 10%;
	background:rgba(0,0,0,0.2);
	float:left;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;	
}
.video_theme_inner {
	width:79%;
	margin:7%;
	background:url(images/mag_theme.png);
	padding:7% 0 50px 7%;
}

.video_theme_inner span{
	margin:5% 0 0 0;
	background:url(images/rounded_mag_theme.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:7px 10px;
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;

}
.video_theme_inner h4{
	font:30px/26px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:20px 0 5px 0;
}
.video_theme_inner p{
	font:22px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
}
.ecom_theme {
	width:80%;
	margin:2% 10%;
	background:rgba(0,0,0,0.2);
	float:left;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;		
}
.ecom_theme_inner {
	width:79%;
	margin:7%;
	background:url(images/corp_theme.png);
	padding:7% 0 50px 7%;
}
.ecom_theme_inner span{
	margin:5% 0 0 0;
	background:url(images/rounded_mag_theme.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:7px 10px;
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;

}
.ecom_theme_inner h4{
	font:30px/26px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:20px 0 5px 0;
}
.ecom_theme_inner p{
	font:22px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
}
.review_theme {
	width:80%;
	margin:2% 10%;
	background:rgba(0,0,0,0.2);
	float:left;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;		
}
.review_theme_inner {
	width:79%;
	margin:7%;
	background:url(images/mag_theme.png);
	padding:7% 0 50px 7%;
}

.review_theme_inner span{
	margin:5% 0 0 0;
	background:url(images/rounded_mag_theme.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:7px 10px;
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;

}
.review_theme_inner h4{
	font:30px/26px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:20px 0 5px 0;
}
.review_theme_inner p{
	font:22px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
}


.theme_property_detail_odd {
	width:80%;
	background:url(images/property_detail_odd.png) no-repeat left top, url(images/noiseten.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 10% 4% 10%;
	overflow:auto;	
}
.theme_property_detail_even {
	width:80%;
	background:url(images/property_detail_even.png) no-repeat right top, url(images/noiseten.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 10% 4% 10%;
	overflow:auto;
}
.single_entry_cont {
	width:80%;
	background:url(images/property_detail_odd.png) no-repeat left top, url(images/noiseten.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:4% 10%;
	overflow:auto;	
}
.theme_buy {
	width:100%;
	background:url(images/noiseten.png) repeat;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	margin:0 10% 4% 10%;
	text-align:center;
	padding:15px 0;
	overflow:auto;
}
.theme_buy h4{
	width:100%;
	font:36px 'MuseoSlab500Regular', Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding:10px 0;		
}
.theme_buy h4 a{
	text-decoration:none;	
}

.theme_buy p {
    background: none repeat scroll 0 0 #1E1F1F;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    overflow: auto;
    padding: 10px 25px;	
	margin:0 7px 7px 7px;
	display:inline-block;
}

.theme_buy span{
    background: none repeat scroll 0 0 #52A9BF;
    border-radius: 50%;
    color: #fff;
    overflow: auto;
    padding: 5px 7px;	
	margin:0 7px 14px 7px;
	display:inline-block;
	overflow:auto;
}

.mag_theme_inner_details {
	width:86%;
	margin:7%;
	background:url(images/mag_theme.png);
	padding:10% 0 10% 0;
	text-align:center;
}
.mag_theme_inner_details img{
	margin:20px 0 0 0;	
}
.mag_theme_inner_details h4{
	font:30px/26px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:20px 0 5px 0;	
}
.mag_theme_inner_details h4 a:hover{
	text-decoration:none;
}
.corp_theme_inner_details {
	width:86%;
	margin:7%;
	background:url(images/corp_theme.png);
	padding:10% 0 10% 0;
	text-align:center;
}
.corp_theme_inner_details img{
	margin:20px 0 0 0;	
}
.corp_theme_inner_details h6{
	font:20px/20px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:20px 0 0 0;	
}
.corp_theme_inner_details h6 a:hover{
	text-decoration:none;
}
.corp_theme_inner_details h4{
	font:40px/40px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:-5px 0 5px 0;	
}
.corp_theme_inner_details h4 a:hover{
	text-decoration:none;
}
.photo_theme_inner_details {
	width:86%;
	margin:7%;
	background:url(images/mag_theme.png);
	padding:10% 0 10% 0;
	text-align:center;
}
.photo_theme_inner_details img{
	margin:20px 0 0 0;	
}
.photo_theme_inner_details h4{
	font:30px/26px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:20px 0 5px 0;	
}
.photo_theme_inner_details h4 a:hover{
	text-decoration:none;
}
.property_detail_half {
	width:90%;
	margin:5%;
	float:left;
}
.property_detail_halftwo {
	width:90%;
	margin:5%;
	float:left;
}
.property_detail_halftwo img{
	max-width:100%;
	margin:4% 0;
}
.property_detail_full {
	width:90%;
	margin:5% 5% 2% 5%;
	float:left;
}
.property_detail_fully {
	width:100%;
	margin:0 0 2% 0;
	float:left;
}
.property_detail_fullyy {
	width:100%;
	margin:0 0 4% 0;
	float:left;
}
.property_detail_full_skin {
	width:90%;
	margin:5%;
	float:left;
}
.blue_headline {
	width:100%;
	color:#52a9bf;
	font:48px 'TitilliumText22LBold', Georgia, "Times New Roman", Times, serif;
	margin:0 0 15px 0;
}
.blue_p {
	width:100%;
	font:14px/28px 'ArmataRegular', Georgia, Verdana, Geneva, sans-serif;
	margin:0 0 15px 0;
}
.blue_p_info{
	width:100%;
	font:12px/16px 'ArmataRegular', Georgia, Verdana, Geneva, sans-serif;
	margin:0 0 15px 0;	
}
.blue_a {
	padding:10px 15px;
	background:#202020;
	color:#52a9bf !important;
	float:left;
	margin:7px 10px 0 0;
	overflow:auto;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none !important;	
		
}
.property_skin {
	width:100%;
	margin:5% 0 5% 0;
	float:left;
	text-align:center;
}
.property_skin p{
	width:100%;
	overflow:auto;
	margin:0 0 25px 0;	
}
.property_skin p img{
	max-width:100%;
	
}
.property_skin span{
	overflow:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#1e1f1f;
	padding:10px 25px;
	color:#52A9BF;
}
.property_skin span a{
	color:#52A9BF;
	text-decoration:none;
}
.property_skin_three {
	width:100%;
	margin:5% 0 0 0;
	float:left;
	text-align:center;
}
.property_skin_three p{
	width:100%;
	overflow:auto;
	margin:0 0 25px 0;	
}
.property_skin_three p img{
	max-width:100%;
}
.property_skin_three span{
	overflow:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#1e1f1f;
	padding:10px 25px;
	color:#52A9BF;	
}
.property_skin_three span a{
	color:#52A9BF;	
	text-decoration:none;	
}
.more_feature {
	width:169px;
	margin:0 auto 30px auto;
}
.more_feature_four {
	width:169px;
	margin:0 auto 70px auto;
}
.page_templates {
	width:100%;
	background:url(images/pagetemplates.png) no-repeat top center;
	min-height:150px;
	overflow:auto;
	padding:10px;
}
.page_templates h4{
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#3aa0b3;
	width:100%;
	text-align:center;
	margin:63px 0 0 0;
}
.page_templates p{
	width:90%;
	margin:20px 5% 0 5%;
	line-height:18px;
}

.monitize {
	width:100%;
	background:url(images/monitize.png) no-repeat top center;
	min-height:150px;
	overflow:auto;
	padding:10px;
}
.monitize h4{
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#3aa0b3;
	width:100%;
	text-align:center;
	margin:63px 0 0 0;
}
.monitize p{
	width:90%;
	margin:20px 5% 0 5%;
	line-height:18px;
}

.contact_form {
	width:100%;
	background:url(images/contact_form.png) no-repeat top center;
	min-height:150px;
	overflow:auto;
	padding:10px;
}
.contact_form h4{
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#3aa0b3;
	width:100%;
	text-align:center;
	margin:63px 0 0 0;
}
.contact_form p{
	width:90%;
	margin:20px 5% 0 5%;
	line-height:18px;
}

.logo_upload {
	width:100%;
	background:url(images/logo_upload.png) no-repeat top center;
	min-height:150px;
	overflow:auto;
	padding:10px;
}
.logo_upload h4{
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#3aa0b3;
	width:100%;
	text-align:center;
	margin:63px 0 0 0;
}
.logo_upload p{
	width:90%;
	margin:20px 5% 0 5%;
	line-height:18px;
}

.related_posts {
	width:100%;
	background:url(images/related_posts.png) no-repeat top center;
	min-height:150px;
	overflow:auto;
	padding:10px;
}
.related_posts h4{
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#3aa0b3;
	width:100%;
	text-align:center;
	margin:63px 0 0 0;
}
.related_posts p{
	width:90%;
	margin:20px 5% 0 5%;
	line-height:18px;
}

.social_share {
	width:100%;
	background:url(images/social_share.png) no-repeat top center;
	min-height:150px;
	overflow:auto;
	padding:10px;
}
.social_share h4{
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#3aa0b3;
	width:100%;
	text-align:center;
	margin:63px 0 0 0;
}
.social_share p{
	width:90%;
	margin:20px 5% 0 5%;
	line-height:18px;
}

.custom_menus {
	width:100%;
	background:url(images/custom_menus.png) no-repeat top center;
	min-height:150px;
	overflow:auto;
	padding:10px;
}
.custom_menus h4{
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#3aa0b3;
	width:100%;
	text-align:center;
	margin:63px 0 0 0;
}
.custom_menus p{
	width:90%;
	margin:20px 5% 0 5%;
	line-height:18px;
}
/* Content section CSS ends here */


/* Properties section CSS starts here */
.properties_section {
	width:100%;
	background:url(images/properties_section.png) repeat;
	display:none;
	overflow:auto;
	
}
.properties_section_cont {

}
.properties_responsive {
	width:250px;
	overflow:auto;
	margin:0 60px 0 0;
	background:url(images/property_responsive.png) no-repeat top center;
	float:left;
}
.properties_responsive h4{
	font:30px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#3aa0b3;
	width:100%;
	text-align:center;
	margin:90px 0 0 0;
}
.properties_responsive p{
	width:90%;
	margin:20px auto;
	line-height:18px;
}
.properties_easy {
	width:250px;
	overflow:auto;
	margin:0 60px 0 0;
	background:url(images/easytouse.png) no-repeat top center;
	float:left;
}
.properties_easy h4{
	font:30px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#3aa0b3;
	width:100%;
	text-align:center;
	margin:90px 0 0 0;
}
.properties_easy p{
	width:90%;
	margin:20px auto;
	line-height:18px;
}
.properties_support {
	width:250px;
	overflow:auto;
	background:url(images/property_support.png) no-repeat top center;
	float:left;
}
.properties_support h4{
	font:30px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#3aa0b3;
	width:100%;
	text-align:center;
	margin:90px 0 0 0;
}
.properties_support p{
	width:90%;
	margin:20px auto;
	line-height:18px;
}
/* Properties section CSS ends here */


/* Twitter updates section CSS starts here */
.twitter_updates {
	width:100%;
	background:url(images/twitter_updates.png) repeat;
	overflow:auto;
	
}
.twitter_update {
	width:80%;
	background:url(images/twitter_bird.png) no-repeat left top;
	overflow:auto;
	margin:20px auto 0 auto;
	min-height:60px;
}
.twitter_update p{
	margin:0 0 10px 100px;
}
/* Twitter updates section CSS ends here */

/* Footer widgets section CSS starts here */
.footer_widgets_section {
	width:100%;
	background:url(images/footer_widgets_section.png) repeat;
	overflow:auto;
	
}
.blog_entries {
	width:80%;
	float:left;
	margin:5% 10%;
	overflow:auto;
	padding:2% 0;
}
.blog_entry {
	width:80%;
	margin:0 10% 7% 10%;
	border-bottom:1px solid #1a1a19;
}
.blog_entry span{
	padding:7px 20px;
	background:#1c1c1c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;

}
.blog_entry p{
	margin:5px 0 15px 0;
}
.blog_entry_title{
	font:20px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	margin:15px 0 0 0 !important;
}
.blog_entry_title a{
	color:#52A9BF !important;
}
.footer_menu {
	width:80%;
	float:left;	
	margin:5% 10%;
}
.get_notified {
	width:80%;
	float:left;	
	margin:5% 10%;	
}
.get_notified h4{
	width:80%;
	margin:0 10%;
	font:30px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;		
}
.get_notified p{
	width:80%;
	margin:0 10% 10px 10%;
	font-size:12px;
}
.get_notified p label{
	display:none;
}
#s2email {
	border:0px;
	background:#1C1C1C;
	padding:10px 20px;
	margin:-15px 0 0 0;
}
#s2emailsubmit{
	background:#000;
	color:#fff;
	border:0;
	padding:7px 10px;
}
/* Footer widgets section CSS ends here */

/* Footer section CSS starts here */
.footer_section {
	width:100%;
	background:url(images/footer_section.png) repeat;
	overflow:auto;
	padding:0 0 30px 0;
	
}
.footer_section_logo {
	width:100%;
	margin:30px auto 0 auto;
	text-align:center;
}
.footer_section_logo img{
	max-width:90%;
	margin:0 auto;

}
.footer_section_logo p{
	width:100%;
	text-align:center;
	font-size:12px;
}
/* Footer section CSS ends here */

/* Single entry here */
.single_entry {
	width:80%;
	margin:5% 10%;
}

/* Single theme entry here */
.single_theme_entry {
	width:100%;
	overflow:auto;
}



.single_theme_entry_links {
	float:left;
	width:100%;
	background:url(images/noiseten.png), url(images/noiseten.png);
	min-height:300px;
	margin:0 0 10% 0;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:5% 0;
}
.single_theme_entry_links h2 a{
	color:#52A9BF;
	text-decoration:none;	
}
.single_theme_entry_links .home_themedesc{
	width:80%;
	margin:5% 10%;
	overflow:auto;
	padding:10px 0;
}

.single_theme_entry_links .home_ratings{
	width:80%;
	margin:5% 10%;
	overflow:auto;
}
.single_theme_entry_links .catdemo{
	color:#fff;
	text-decoration:none;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	background:#52A9BF;
	padding:10px 0;	
	width:70%;
	margin:10px auto;
}
.single_theme_entry_links .catdemo a{
	color:#fff;
	font:18px/18px 'TitilliumText22LRegular';
	text-decoration:none;
}
.single_theme_entry_links .catdown{
	color:#fff;
	text-decoration:none;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	background:#e95558;
	padding:10px 0;	
	width:70%;
	margin:10px auto;
}
.single_theme_entry_links .catdown a{
	color:#fff;
	font:18px/18px 'TitilliumText22LRegular';
	text-decoration:none;
}
.single_theme_entry_links .alexandria_demo{
	color:#fff;
	text-decoration:none;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	background:#e95558;
	padding:10px 0;	
	width:70%;
	margin:10px auto;
}
.single_theme_entry_links .alexandria_demo a{
	color:#fff;
	font:18px/18px 'TitilliumText22LRegular';
	text-decoration:none;
}
.single_theme_entry_links .buyprotheme{
	color:#fff;
	text-decoration:none;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	background:#e95558;
	padding:10px 0;	
	width:70%;
	margin:20px auto;
}
.single_theme_entry_links .buyprotheme a{
	color:#fff;
	font:18px/18px 'TitilliumText22LRegular';
	text-decoration:none;
}
.heading_cat_fwt {
	width:100%;
	margin:4% 0;
	text-align:center;
}
.heading_cat_fwt h1{
	font:40px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#52A9BF;
}
.single_theme_entry_links h4{
	width:80%;
	margin:5% 10%;
	font:24px/24px 'TitilliumText22LRegular';
	color:#52A9BF;
}

.single_theme_entry_links h2{
	width:80%;
	margin:5% 10%;
	font:36px/36px 'TitilliumText22LBold';
	color:#52A9BF;
}

.single_theme_entry_links p{
	width:80%;
	margin:5% 10%;
}
.checkproversion a{
	color:#f30000;
}
.single_theme_entry_links .buy a{
	color:#FF0000;
}

.home_thumbnail_bigimage {
	width:100%;
	padding:0 0 5% 0;	
}
.home_thumbnail_bigimage img{
	max-width:100%;
}
.home_thumbnail_skins {
	width:100%;
	padding:5% 0;	
}
.home_thumbnail_skins h3{
	font:24px/24px 'TitilliumText22LRegular';
	color:#52A9BF;
}
.home_thumbnail_skins_thumbs {
	width:100%;
	padding:5% 0;	
}
.home_thumbnail_skins_thumbs img{
	max-width:48%;
	float:left;
	margin:1%;	
}

/* entry */
.entry{
	width:100%;
	clear: both;
}
.entry a{
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry p{
	margin:0 0 22px 0;
}
.entry h1{}  .entry h2{}  .entry h3{}  .entry h4{}  .entry h5{}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{line-height:1.5em; margin: 0 0 15px 0; }

.entry ul{ margin: 0 0 20px 0; padding: 0 0 0 6%; }
.entry ul ul{ margin: 0; }
.entry ul li{	list-style-type: disc;  line-height: 1.5em;}
.entry ul ul li{ list-style-type: circle; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 6%; }
.entry ol ol{ margin: 0; }
.entry  ol li{ list-style-type: decimal;  line-height: 1.5em;}
.entry  ol li ol li{ list-style-type: lower-alpha; }

.entry .list_bookmarks{
	padding: 0;
}
.entry .list_bookmarks li.linkcat{
	list-style: none;
}
.entry .list_bookmarks li.linkcat li{
	list-style:disc;
}

.entry .more-link{
	height:25px;
	float:left;
	padding:0 12px 0 0;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
.entry .more-link span{
	color:#F26522;
	text-decoration: none;
	border-bottom: 1px solid #F26522;
	padding-bottom: 2px; 
}

img.wp-smiley{ padding: 0; border: none; }

.entry .wp-caption{ padding: 5px; text-align:center; max-width: 96%; background:#323232;}
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; max-width: 96%; }
.entry .wp-caption-text{ margin:0; padding:0; font-size:11px; text-align:center; }

.entry table{
	width: 100%;
	border: 1px solid #323232;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.entry table td, .entry table th{
	border: 1px solid #323232;
	padding: 5px;
}
.entry table th{
	background: #323232;
}

/* Begin Images */
p img{
	padding: 0;
	max-width: 100%;
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright, img.alignright, a img.alignright {
	float:right;
	margin:10px 0px 10px 16px;
}
.alignleft, img.alignleft, a img.alignleft {
	float:left;
	margin:10px 16px 10px 0;
}
.aligncenter, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
	cursor: help;
}
.entry acronym, .entry abbr{
	border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
	margin: 15px 0 28px 1%;
	padding:0 0 0 7px;
	border-left:13px solid #323232;
}
.entry blockquote blockquote{
	margin: 10px 0 18px 1%;
	padding:0 0 0 7px;
	border-left:13px solid #6dcff6;
}
.entry blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.nopost, .nocomments{
	text-align:center;
	padding: 20px 0 20px 0;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #323232;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #323232;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.last{
	margin-right:0 !important;
	clear:right;
}
.clear{
	clear: both;
	line-height: 0;
}
/* Respond */
#respond{
	padding:25px 0 50px 0;
	overflow:hidden;
	width:100%;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond h3{
	font-size:30px;
	width:100%;
	padding:0 0 20px;
	line-height:normal;
}
#reply-title small{
	display: block;
	padding: 5px 0 0 0;
	font-size: 14px;
	font-weight: normal;
}
#commentform p{
	width:100%;
	overflow:hidden;
	padding: 0 0 10px;
	margin: 0;
}
#commentform p a, #commentform p a{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
	margin:0 -20px 0 0;
}
#commentform .comment-form-comment label{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	display: none;
}
#commentform input[type=text]{
	width: 45%;
	margin: 5px 5px 1px 0;
}
#commentform{
	margin: 5px 0 0 0;
}
#commentform textarea{
	width: 96%;
	height:100px;
	overflow:auto;
	margin:5px 0 0 0;
}
#commentform #submit{
	background:#000;
	height:26px;
	border:0;
	font:13px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	padding:1px 15px 5px 15px;
	cursor:pointer;
}
/* Comments*/
#comments{
	font-size:25px;
	width:100%;
	font-style:italic;
	line-height:normal;
	margin:15px 0;
}
.commentlist{
	width:100%;
	margin:10% 0 10% 0;
}
.commentlist li.comment{
	margin: 10% 0 3%;
	padding: 3% 3% 3% 5%;
	list-style: none;
	background:url(images/comments_bg.png) repeat;
	clear: both;
}
.commentlist li.trackback{
	margin: 3% 0 3%;
	padding: 3% 3% 3% 5%;
	list-style: none;
	background:url(images/comments_bg.png) repeat;
	clear: both;
}
.commentlist li.pingback{
	margin: 10% 0 3%;
	padding: 3% 3% 3% 5%;
	list-style: none;
	background:url(images/comments_bg.png) repeat;
	clear: both;
}
.commentlist li li{

}
.commentlist li li li{

}
.commentlist li li li li{

}
.commentlist .alt{
	margin: 10px 0 0 0;
}
.commentlist li ul{
	margin:0 -5px 0 5%;
}
.commentlist p{
	margin: -1% 1% 2% 0;
	font-size:12px;
	line-height:18px;
}
.commentlist .children{ padding: 0; }

.commentlist li.comment .entry{
	width: auto;
	clear: none;
	overflow: visible;
	padding: 1% 0 0 0;
}

.commentlist li.comment .entry li{
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
}
.commentlist li.comment .entry ul{
	padding: 0;
	margin: 0 0 3% 6%;
	background: none;
	border: 0;
}
.commentlist li.comment .entry ul ul{
	margin: 0 0 1% 6%;
}
.commentlist li.comment .entry ol ul{
	margin: 0 0 1% 6%;
}
.commentlist li.comment .entry ol{
	padding: 0;
	margin: 0 0 3% 7%;
	background: none;
	border: 0;
}
.commentlist li.comment .entry ol ol{
	margin: 0 0 3% 7%;
}
.commentlist li.comment .entry ul ol{
	margin: 0 0 1% 7%;
}

.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata{
	margin: 0 0 3% 0;
	display: block;
}
.commentmetadata a{
	font-weight:bold;
}
.commentlist .reply{
	overflow:hidden;
	margin:2% -1% 0;
}
.commentlist .reply a{
	background:#000;
	padding:1% 5%;
	color:#fff;
	float:right;
}
.commentlist .reply a:hover{
	text-decoration:none;
	background:#333;
}
.comment-author{
	padding: 0 0 0.4% 0;
}
.comment-author img{
	border:3px solid #868686;
	float:left;
	margin:0 2% 2% 0;
}
.commentlist .fn{
	font:20px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#BDBEBD;
	margin:0;
	text-transform:capitalize;
}
.commentlist .fn a{
	color:#ffffff;

}
.commentlist .comment-author-admin .fn, .commentlist .comment-author-admin .fn a{
	color:#D3262A;
}
.commentlist .trackback .fn, .commentlist .pingback .fn{
	margin:0;
}
.commentlist .says{
	position:relative;
	font:13px Georgia, "Times New Roman", Times, serif;
}
.commentlist .avatar{
	position: relative;
	top: -15%;
	left: -2%;
}
.pagination2{
	margin: 0 0 10% 0;
	padding:15px;
	background:rgba(0,0,0,0.1);
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}
.pagination2 span {
	color:#fff;
	font-weight:bold;
	margin:0 10px;
}
.pagination2 a {
	color:#ED1C24;
	font-weight:bold;
	margin:0 10px;		
}
/* pagination */
.pagination{
	float:left;
	overflow:hidden;
	background:none;
	margin:30px 0 20px 2.7027027027027027027%;
	width:90%;
	padding:10px 5% 10px 0;
	text-align:right;
	border:1px solid #323232;
}
.pagination span, .pagination a{
	border:0px !important;
	display:inline-block;
	height:27px;
	margin:0 1px 0 0;
	line-height:27px;
	padding:0 2px;
}
.pagination .pages{
	padding:0 8px;
	margin:0 5px 0 0;
	color:#fff;
	background:#363636;
}
.pagination a:hover, .pagination .current{
	text-decoration:none;
	color:#fff;
	background:#9E0B0E;
}
.pagination .al{
	float: left;
	padding: 0 0 0 10px;
}
.pagination .ar{
	float: right;
	padding: 0 3px 0 0;
}
.pagination .al a, .pagination .ar a{
	padding:0 5px;
}

/* twitter updates */

#twitter_update_list_1985 {
	margin:0 0 10px 100px;
}
#twitter_update_list_1985 p{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:5px 0 0 0;
	font:16px/18px;
	line-height:15px;
}
#twitter_update_list_1985 p.twittime{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:7px 0 0 0;		
}
#twitter_update_list_1985 p a{
	font:16px/18px;
	color:#fff;
}
#twitter_update_list_1985 p a.twittertime {
	float:left;
	color:#d3262a;
	text-decoration:none;
}
#twitter_update_list_1985 p a.twittertime span{
	color:#6DCFF6;
	text-decoration:none;	
}
.actual_post_ratings {
	padding:10px 15px;
	background:#202020;
	color:#de0000 !important;
	float:left;
	margin:-10px 10px 20px 0;
	overflow:auto;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none !important;	
		
}
.actual_post_ratings_theme {
	padding:10px 15px;
	background:url( images/noiseten.png );
	float:left;
	overflow:auto;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		
}
.actual_post_credit {
	padding:11px 15px 12px 15px;
	background:#202020;
	color:#fff !important;
	float:left;
	margin:-10px 10px 20px 0;
	overflow:auto;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none !important;	
		
}
.actual_post_credit span{
	color:#de0000 !important;
}
.post-ratings img{
	margin:2px !important;
}
.footer_menu h3{
	width:90%;
	margin:0 auto 20px auto;	
	font:26px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;	
}
#footer_nav {
		
}
.footer_nav {
	width:85%;
	margin:0 5% 0 10%;	
}
.footer_nav li{
	margin:15px auto;	
}
.get_notified_social {
	width:90%;
	overflow:auto;
	margin:5%;
}
.get_notified_social a{
	float:left;
	overflow:auto;
	margin:0 10px 10px 0;
}
.get_notified_social a img{
	width:48px;
	height:48px;
}

.wpcf7-text {
	border: 5px solid #0c0c0c !important;
	background:#141414;
	margin-top:5px;	
}
.wpcf7-email {
	border: 5px solid #0c0c0c !important;
	background:#141414;
	margin-top:5px;
	padding:5px;	
}
.wpcf7-quiz {
	border: 5px solid #0c0c0c !important;
	background:#141414;
	margin-top:5px;
}
.wpcf7-textarea {
	border: 5px solid #0c0c0c !important;
	background:#141414;
	margin-top:5px;
}
.wpcf7-file{
	border: 5px solid #0c0c0c !important;
	background:#141414;
	margin-top:5px;
}
.wpcf7-submit {
	background:#000;
	border:0;
	color:#fff;
	padding:10px 35px;
}
.del-text{
	color:#585858;
}

/* Business theme page */
.welcome_section_business_container{
	width:100%;
	background:#151714;
}
.welcome_section_business {
	width:90%;
	overflow:auto;
	padding:5%;
}
.welcome_section_business_heading{
	width:90%;
	margin:0 0 5% 0;
}
.welcome_section_business_heading h1{
	font:24px "TitilliumText22LBold",Georgia,"Times New Roman",Times,serif;
}
.welcome_section_business_property{
	width:90%;
	margin:0 0 2% 4%;
	font-size:20px;	
}
.welcome_section_business_property span{
	width:40px;
	height:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:#004e72;
	vertical-align:middle;
	display:inline-block;
	text-align:center;
	padding:11px 0 9px 0;
	margin:0 7px 0 0;
	font-weight:bold;
}
.welcome_section_business_property_color span{
	font-family: 'FontAwesome';
	width:40px;
	height:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:#004e72;
	vertical-align:middle;
	display:inline-block;
	text-align:center;
	padding:11px 0 9px 0;
	margin:0 7px 0 0;
}
.welcome_section_business_property_font span{
	font-family: 'FontAwesome';
	width:40px;
	height:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:#004e72;
	vertical-align:middle;
	display:inline-block;
	text-align:center;
	padding:11px 0 9px 0;
	margin:0 7px 0 0;
}
.welcome_section_business_property_box span{
	font-family: 'FontAwesome';
	width:40px;
	height:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:#004e72;
	vertical-align:middle;
	display:inline-block;
	text-align:center;
	padding:11px 0 9px 0;
	margin:0 7px 0 0;	
}
.welcome_heading_big_business{
	width:100%;
	text-align:center;
	padding:0 0 10px 0;
}
.welcome_heading_big_business h1{
	font:36px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
}
.welcome_heading_small_business{
	text-align:center;
	margin:0 auto;
	overflow:auto;
	display:inline-block;
	text-align:center;
}
.welcome_heading_small_business h4{
	font:14px 'ArmataRegular', Georgia, Verdana, Geneva, sans-serif;
	background:rgba(0,0,0,0.95);
	padding:7px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:auto;
	margin:0 auto;
}
.welcome_business_images{
	width:100%;
}
.welcome_business_images img{
	max-width:100%;
	height:auto;
}
.welcome_section_business_buy_container{
	width:100%;
	background:url(images/footer_widgets_section.png);
}
.business_top_buy_button_container{
	width:100%;
	text-align:center;
	padding:3% 0 4% 0;
	overflow:auto;
}
.business_top_buy_button_container p{
	width:70%;
	text-align:center;
	padding:15px 15%;
	overflow:auto;
	font-size:16px;
	line-height:1.5;
}
.business_top_buy_button_border{
	overflow:auto;
	padding:25px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	background:url(images/noiseten.png);
	display:inline-block;	
}
.business_top_buy_button{
	padding:15px 55px 20px 55px;
	font:32px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	background:#000;
	display:inline-block;
	text-decoration:none;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	line-height:1.2;
	color:#fff;	
}
.business_top_buy_button:hover{
	text-decoration:none;
	color:#fff;
}
.business_top_buy_button:visited{
	color:#52A9BF;
}
.business_properties_container{
	width:86%;
	padding:5% 7%;
}
.business_properties_shadetabs{
	width:100%;
}
.business_properties_shadetabs li{
	display:inline-block;
}
.business_properties_shadetabs li a{
	padding:20px 30px 15px 30px;
	display:inline-block;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;	
	background:#555555;
}
.business_properties_shadetabs li a.selected{	
	background:#000;
	padding:30px 30px 15px 30px;	
}
.business_properties_container_content{
	width:90%;
	padding:7% 5%;
	background:#000;
}
.business_property_detail_left {
	width:90%;
	background:url(images/property_detail_odd.png) no-repeat left top, url(images/noiseten.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:4% 5% 4% 5%;
	overflow:auto;
	padding:3% 0;
}
.business_property_detail_right {
	width:90%;
	background:url(images/property_detail_even.png) no-repeat right top, url(images/noiseten.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:4% 5% 4% 5%;
	overflow:auto;
	padding:3% 0;
}
.business_property_detail_title_desc{
	width:86%;
	margin:0 7%;
}
.business_property_detail_title{
    color: #52A9BF;
    font: 30px 'TitilliumText22LBold',Georgia,"Times New Roman",Times,serif;
    margin: 0 0 15px;
    width: 100%;	
}
.business_property_detail_desc {
    font: 14px/28px 'ArmataRegular',Georgia,Verdana,Geneva,sans-serif;
    margin: 0 0 15px;
    width: 100%;
}
.business_property_detail_content{
	width:86%;
	margin:0 7%;
	padding:4% 0;
	overflow:auto;
}
.business_property_detail_skin_right{
	float:left;
	width:90%;
	margin:0 5%;
	padding:0 0 2% 0;
}
.business_property_detail_skin_left{
	float:left;
	width:90%;
	margin:0 5%;
	padding:0 0 2% 0;	
}
.business_property_detail_content_img{
	width:100%;
	margin:0 0 2% 0;
	float:left;
}
.business_property_detail_content_img img{
	max-width:100%;
	height:auto;
}
.business_property_detail_content_half_content{
	width:90%;
	margin:0 5%;
	float:left;
}
.business_property_detail_content_half_img{
	width:90%;
	margin:0 5%;
	float:right;
}
.business_property_detail_content_half_img_left{
	width:90%;
	margin:0 5%;
	float:right;
}
.business_property_detail_content_half_img_left img{
	max-width:100%;
	height:auto;
}
.business_property_detail_content_half_img img{
	max-width:100%;
	height:auto;
}
.business_property_detail_content_half_content_right{
	width:90%;
	margin:0 0 0 5%;
	float:right;
}
.business_property_detail_content_half_content_left{
	width:90%;
	margin:0 5% 0 0;
	float:right;
}
.business_property_detail_content_half_title{
	width:100%;
	margin:0 0 30px 0;
	text-align:left;
    color: #52A9BF;
    font: 30px 'TitilliumText22LRegular',Georgia,"Times New Roman",Times,serif;	
}
.business_property_detail_content_half_title_alt{
	width:100%;
	margin:0 0 30px 0;
	text-align:left;
    color: #52A9BF;
    font: 30px 'TitilliumText22LBold',Georgia,"Times New Roman",Times,serif;	
}
.business_property_detail_content_half_desc{
	width:100%;
	margin:30px 0;
	text-align:left;
	line-height:1.9;
}
.business_property_detail_content_half_link{
	width:100%;
	margin:0 0 30px 0;
	text-align:left;
}
.business_property_detail_content_half_link a{
	padding:10px 25px 15px 25px;
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	background:#000;
	display:inline-block;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:1.2;
	color:#52A9BF;
}
.business_property_detail_content_half_desc_skins{
	width:100%;
	margin:30px 0;
	text-align:center;
	line-height:1.9;
}
.business_property_detail_content_half_link_skins{
	width:100%;
	margin:0 0 30px 0;
	text-align:center;
}
.business_property_detail_content_half_link_skins a{
	padding:10px 25px 15px 25px;
	font:18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	background:#000;
	display:inline-block;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:1.2;
	color:#52A9BF;
}
.business_property_detail_content_half_title_alt_skins{
	width:100%;
	margin:0 0 30px 0;
	text-align:center;
    color: #52A9BF;
    font: 30px 'TitilliumText22LBold',Georgia,"Times New Roman",Times,serif;	
}

.business_property_buy{
	width:90%;
	margin:4% 5% 4% 5%;	
}
.business_property_buy .theme_buy{
	margin:0;	
}
.business_property_buy_plus_container{
	width:90%;
	margin:30px 5% 30px 5%;
	background:#1E1F1F;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.business_property_buy_pro_container{
	width:90%;
	margin:30px 5% 30px 5%;
	background:#1E1F1F;	
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.business_property_detail_content_half_title_alt_buy{
	width:100%;
	margin:0 0 0 0;
	text-align:center;
    color: #52A9BF;
    font: 30px 'TitilliumText22LBold',Georgia,"Times New Roman",Times,serif;	
}
.business_property_buy_title{
	width:100%;
	background:url(images/noiseten.png);
	padding:15px 0;
	text-align:center;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;	
}
.business_property_buy_title h3{
	font:28px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.business_property_buy_content{
	width:100%;
	padding:5% 0;
}
.business_property_buy_content ul{
	width:60%;
	padding:5% 0;
	margin:0 20%;
	list-style:none;
}
.business_property_buy_content ul li{
	width:100%;
	border-bottom:1px solid #141414;
	padding:12px 0 15px 0;
	text-align:left;
}
.business_property_buy_content ul li:before{
	content:"\f058";
	font-family:'FontAwesome';
	display:inline-block;	
	font-size:14px;
	margin-right:10px;
}
.notavail{
	color:#000;
}
.business_property_buy_button{
	width:100%;
	background:url(images/noiseten.png);
	padding:45px 0;
	text-align:center;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;	
}
.business_property_buy_now_button{
	padding:5px 10px;
	background:#fc5c5c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font:16px 'TitilliumText22LBold', Georgia, "Times New Roman", Times, serif;
	color:#fff;
	border-bottom:3px solid #e43b3b;
	display:inline-block;
}

.business_property_buy_now_button:after{
	content:"\f0a9";
	font-family:'FontAwesome';
	display:inline-block;
	margin-left:10px;
	font-size:16px;
	color:#fff;	
}
.business_property_add_to_cart{
	width:100%;
	padding:0;
	text-align:center;
	margin:15px 0 0 0;
}
.business_property_add_to_cart a{
	font-size:10px;
	color:#fff;
}
/* Business theme page */




