/*
* Theme Name: Default TMTN
Theme URI: http://potentialtop.com/themes/defaulttmtn
Author: the potentialtop team
Author URI: http://potentialtop.com/
Description: The 2013 theme for potentialtop takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, ltr-language-support, sticky-post, translation-ready
Text Domain: defaulttmtn
This theme, like potentialtop, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/entypo.eot');
  src: url('fonts/entypo.eot?#iefix') format('eot'), 
  url('fonts/entypo.woff') format('woff'), 
  url('fonts/entypo.ttf') format('truetype'), 
  url('fonts/entypo.svg#entypo') format('svg');
}
@font-face {
font-family: 'designmodo';
src: url('fonts/designmodo.eot');
src: local( designmodo ),url(fonts/designmodo.eot) format('embedded-opentype'), url(fonts/designmodo.woff) format('woff'), url(fonts/designmodo.ttf) format('ttf');
}
/* Font Face Settings */
@font-face {
    font-family: 'open-sans-bold';
	src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Bold.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'open-sans-bold';
    src: url(fonts/ge_ss_two.otf);
}
@font-face {
    font-family: 'getv';
    src: url(fonts/ge_ss_tv.otf);
}
@font-face {
    font-family: 'helvatica';
    src: url(fonts/helvetica_neue.ttf);
}
@font-face {
    font-family: 'tradbdo';
    src: url(fonts/tradbdo.ttf);
}
@font-face {
  font-family: 'open-sans-bold';
  src: url(fonts/ge_ss_two.otf);
  src: url(fonts/ge_ss_two.eot);/* IE9 Compat Modes */
  src: url(fonts/ge_ss_two.eot?#iefix) format(embedded-opentype),/* IE6-IE8 */
       url(fonts/ge_ss_two.woff) format(woff),/* Modern Browsers */
       url(fonts/ge_ss_two.ttf) format('truetype'),/* Safari, Android, iOS */
       url(fonts/ge_ss_two.svg#abril_fatfaceregular) format(svg);/* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
font-family:'getvb';
			src: url(fonts/ge_ss_tv_Bold.eot);/* IE9 Compat Modes */
			src: url(fonts/ge_ss_tv_Bold.eot?#iefix) format(embedded-opentype),/* IE6-IE8 */
				url(fonts/ge_ss_tv_Bold.svg#abril_fatfaceregular) format(svg);/* Legacy iOS */
font-weight:normal;font-style:normal;
}
@font-face {
	font-family: 'sarem';
	src: url('fonts/sarembo.otf');
	src: url('fonts/sarembo.eot?') format('eot'), 
	     url('fonts/sarembo.woff') format('woff'), 
	     url('fonts/sarembo.ttf')  format('truetype'),
	     url('fonts/sarembo.svg#sarem') format('svg');
}
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.1-1 - Site Header logo
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *	 5.3.1 - leftpages
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 *   6.2 - intro home
 * 7.0 - Footer
 * 7.1 - banners
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
	
}
article {
background: #FFF;
margin: 2px 0px 0px 0px;
border: 0px #E0E0E0 solid;
}
.recaptchatable {
line-height: 0!important;
}
#fm-form-1 {
max-width: 440px;
margin: 0px auto;
}
audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'helvatica', Arial, Helvetica, sans-serif;
    direction: ltr;
}

body {
	color: #00333e;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	width: 100%;
	margin: 0px auto;
}

a {
	color: #6b8213;
	text-decoration: none;
}

a:visited {
	color: #6b8213;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #CA3C08;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'helvatica', Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

h1 {
  font-size: 20px;
  margin: 0;
}

h2 {
  font-size: 1.25em;
  margin: 0;
}

h3 {
  font-size: 1.15em;
  margin: 0;
}

h4 {
  font-size: 1.05em;
  margin: 0;
}

h5 {
	font-size: 18px;
  margin: 0;
}

h6 {
	font-size: 16px;
  margin: 0;
}

address {
	font-style: normal;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: normal;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 5px;
}
.entry-content p {
margin: 0px 12px !important;
    float: right;
    width: 94%;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
    font-family: 'helvatica', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	overflow: auto;
	padding: 0px;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 5px 0px;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 100%;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}
.ipt_uif_common.ipt-uif-custom-pepper-grinder .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100% !important;
}
/**
 * How to make a modal window in HTML5 and CSS3 popup automatically (SO)
 * http://stackoverflow.com/q/14413982/1397351
 */
	.modalDialog {
		position: fixed;
		font-family: 'helvatica', Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);
	}

	.closed {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.closed:hover { background: #00d9ff; }
/**
 * 2.0 site-header-pages
 * ----------------------------------------------------------------------------
 */
 .site-header-pages {

 }
 header.smaller.site-header-pages {
    position: relative;
 }
 
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #011B25; /* Old browsers */
	background: -webkit-linear-gradient(top, #011B25 0%, #03516D 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #011B25 0%, #03516D 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #011D28; /* Old browsers */
	background: -webkit-linear-gradient(top, #011D28 0%, #03526F 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #011D28 0%, #03526F 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #03516D 0%, #011B25 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #03516D 0%, #011B25 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
    height: 100%;
}
/* Make sure images with potentialtop-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
	width: 100%;
	height: 100%;

}
.iframevideo > iframe {
	    min-height: 300px;
}
.entry-content > embed, .entry-content > iframe, .entry-content > object, .entry-content > video {
	height: 377px;

}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

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

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

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

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

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
color: #220E10;
font-size: 14px;
text-align: center;
font-style: normal;
line-height: 20px;
font-weight: 300;
background: #F3F3F3;
margin: 0px 0px 5px 10px !important;
padding: 0px 2px 5px 0;
font-family: tahoma;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

/**
 * 3.0 top_menu-topmaxtech
 * ----------------------------------------------------------------------------
 */
 .menu-top-menu-topmaxtech-container {
 
}
#cattwidget_nav_menu { 

}
#cattwidget_nav_menu > div.container { 

}
#cattwidget_nav_menu > div.container > div {
position: relative;
width: 100%;
display: block;
top: 0px;
margin: 0px auto;
}
#cattwidget_nav_menu > div.container > div > ul {
margin: 0px;
padding: 0px;
}
#cattwidget_nav_menu > div.container > div > ul > li {
list-style: none;
display: inline;
height: 22px;
margin: 0px;
padding: 0px;
}
#cattwidget_nav_menu > div.container > div > ul > li.menu-item-has-children:before {
font-family: FontAwesome;
content: "\f107";
left: 5px;
font-size: 16px;
line-height: 20px;
color: rgb(255, 255, 255);
position: absolute;
margin: 6px 0px;
}

#cattwidget_nav_menu > div.container > div > ul > {
margin: 6px;
padding: 0px;
list-style: none;
}
#cattwidget_nav_menu > div.container > div > ul > li {

}
#cattwidget_nav_menu > div.container > div > ul > li > ul#sub-menu {

}
#cattwidget_nav_menu > div.container > div > ul > li > ul#sub-menu > li {

}
#cattwidget_nav_menu > div.container > div > ul > li > ul {
	display: none;
	float: right;
	margin: 0px auto;
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 99999;
	padding: 0px;
	list-style: none;
}
#cattwidget_nav_menu > div.container > div > ul > ul > a {
	font-size: 13px;
	font-weight: 800;
	height: auto;
	line-height: 1.4em;
	padding: 3px 10px;
	width: 168px;
left: 100px;
position: relative;
top: 0px;
color: #FFF !IMPORTANT;
background: #C5236E !IMPORTANT;
}
#cattwidget_nav_menu > div.container > div > ul > ul > a:hover{
color: #FFF !IMPORTANT;
background: #005CFF !IMPORTANT;
}
#cattwidget_nav_menu > div.container > div > ul > li > ul#sub-menu > li > a {

}
#cattwidget_nav_menu > div.container > div > ul > li:hover > ul {
	display: block;
}
#cattwidget_nav_menu > div.container > div > ul > li a {
display: block;
line-height: 30px;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
padding: 0 10px;
text-decoration: none;
font-size: 13px;
color: #FFF;
background: #429FD8;
}
#cattwidget_nav_menu > div.container > div > ul > li > a:hover {
color: white;
background: #00096F;
}
#cattwidget_nav_menu > div.container > div > ul > li > a {
margin: 0px;
padding: 0px 10px;
}
#cattwidget_nav_menu > div.container > div > ul > li > a:hover {
margin: 0px;
padding: 0px 10px;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
}

.site-main {
	position: relative;
    max-width: 1000px;
    width: 100%;
	margin: 0px auto;
	clear: both;
	display: block;
    background: rgba(255, 255, 255, 0.51);
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1000px;
}

/**
* div#post-section
*/
div#post-section {
	float: right;
    width: 70%;
}
div#post-section, .entry-content-top, aside.sidebar_center_home_pages, div.oneboxall {
    float: right;
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.entry-content-top {
	
}
aside.sidebar_center_home_pages {
}
/**  start fore onsiu  */
div.onsiu {
}
div.onsiu > .container {
}
div.onsiu > .container > .litop-onsiu {
    width: 100%;
}
div.onsiu > .container > .cpost-onsiu {
    float: right;
}
/**  end fore onsiu  */
/**  start fore onrtl */
div.onrtl {
}
div.onrtl > .container {
}
div.onrtl > .container > .litop-onrtl {
    width: 49%;
    float: right;
}
div.onrtl > .container > .litop-onrtl > div > .thumb {
    width: 100%;

}
div.onrtl > .container > .litop-onrtl > div > .excerptandtime {
    width: 95%;
    padding: 0px 10px;
    margin: 0px;

}
div.onrtl > .container > .cpost-onrtl {
    width: 50% !important;
    float: right;
    border-right: 1px #ccc solid;
}
div.onrtl > .container > .cpost-onrtl > ul.more-stories > li {
    width: 100%;
    min-height: inherit !important;
    margin-bottom: 10px;
    border-bottom: 1px #dadada solid;
}
div.onrtl > .container > .cpost-onrtl > ul.more-stories > li > .thumb {
	width: 30%;
    margin-left: 10px;
    margin-bottom: 5px;
    height: 85px;
}
div.onrtl > .container > .cpost-onrtl > ul.more-stories > li > a {
	width: 65%;
    position: relative;
    display: block;
    float: right;
}
div.onrtl > .container > .cpost-onrtl > ul.more-stories > li > time {
    width: 65%;
    position: relative;
    display: block;
    float: right;
}
/**  end fore onrtl */
div.oneboxall {
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
}
div.oneboxall > h3 {
    width: 100%;
    float: right;
    padding: 2px 0px;
    margin: 0px;
    background: rgba(185, 193, 162, 0.53);
}
div.oneboxall > h3 > a {
	padding: 5px;
    margin: 0px;
    line-height: 35px;
    color: #212020;
}
div.oneboxall > h3 > a.minimize, div.oneboxall > h3 > a.close, div.oneboxall > h3 > a.minus {
	padding: 5px;
    margin: 0px;
    line-height: 20px;

}
div.oneboxall > .container {
    padding: 0px;
    background-color: #fff;
}
div.oneboxall > .container > .cpost {
    margin: 0px;
    padding: 0px;
    float: right;
}
div.oneboxall > .container > .cpost > .litop {
    width: 100%;
    height: 220px;
    float: right;
    margin: 0px;
    padding: 0px;
}
.titletopandsubtitle {
    width: 100%;
    margin: 5px 0px;
    padding: 2px 0px;
    float: right;
}
.titletopandsubtitle > h1 {
    margin: 0px;
    padding: 0px;
    text-align: right;
    float: right;
    width: 100%;
}
.titletopandsubtitle > h2 {
    margin: 0px;
    padding: 0px;
    text-align: right;
    float: right;
    width: 100%;
}
.titletopandsubtitle > h1 > a {
    color: #a33c41;
    padding: 0px 10px;
    font-weight: 800;
    font-size: 18px;
}
.titletopandsubtitle > h2 > a {
    color: #a2a2a2;
    padding: 0px 10px;
    font-weight: 400;
    font-size: 20px;
}
div.oneboxall > .container > .cpost > .litop > .thumb {
    width: 48%;
    float: none;
    padding: 0px;
    margin: 0px auto;
}
div.oneboxall > .container > .cpost > .litop > .thumb > img, div.oneboxall > .container > .cpost > .litop > .thumb > a > img {
    width: 100%;
}
.excerptandtime {
    width: 47%;
    float: right;
    padding: 0px 10px;
    margin: 0px;
    position: relative;
    display: block;
}
.excerptandtime > time {
    color: #a5a1a1;
    font-size: 12px;
}
.excerptandtime > p {
    text-align: justify;
    color: #4c4949;
    float: right;
    font-size: 14px;
    font-weight: 400;
}
div.oneboxall > .container > .sectiontwo {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.cpost-header {
    width: 100%;
    float: right;
    padding: 0px;
    margin: 0px;
    position: relative;
    background-color: #f9f9f9;
}
.cpost-header > span {
    float: right;
    margin: 5px;
}
.cpost-header > h4 {
    float: right;
    margin: 5px;
    padding: 0px;
}
.cpost-header > a.categorymore {
    float: right;
    margin: 5px;
    padding: 0px;
    color: #444;
}
.cpost-header > a {
    color: #444;
}
.plus:before {
	content: "\f067";
    font-family: 'FontAwesome';
    padding: 0px 5px 0px 10px;
}
.minimize:before {
	content: "\f078";
    font-family: 'FontAwesome';
    padding: 0px 5px 0px 10px;
    margin: -6px -6px 5px 5px;
    position: relative;
    float: right;
}
.minus:before {
    content: "\f068";
    font-family: 'FontAwesome';
    padding: 0px 5px 0px 10px;
}
div.oneboxall > .container > .sectiontwo > ul {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
div.oneboxall > .container > .sectiontwo > ul > li {
    float: right;
    width: 29%;
    padding: 0px 5px;
    margin: 0px 5px;
    overflow: hidden;
	position: relative;
}
div.oneboxall > .container > .sectiontwo > ul > li > a {
    width: 100%;
    font-size: 16px;
    float: right;
}
div.oneboxall > .container > .sectiontwo > ul > li > a > .smalltitle {
color: #255403;
}
#cattwidget_recent_entries > ul {
    margin: 0px;
    padding: 0px;
}
#cattwidget_recent_entries > ul > li {
    margin: 5px;
    padding: 0px 5px 0px 0px;
    border-bottom: 2px #ececec solid;
}
#cattwidget_recent_entries > ul > li > a {
    color: #193505;
    margin: 0px;
    padding: 0px;
}
div.oneboxall > .container > .sectiontwo > ul > li > time {
    font-size: 12px;
    width: 100%;
    float: right;
    color: #6d6d6d;
}
div.oneboxall > .container > .sectiontwo > ul > li > p {
    font-size: 14px;
    color: #161d15;
}
div.oneboxall > .container > .sectiontwo > ul > li > .thumb {
    float: right;
    width: 100%;
    height: 110px;
    overflow: hidden;
}
div.oneboxall > .container > .sectiontwo > ul > li > .thumb > img {
    width: 100%;
}
.share-top {
    float: left;
    height: 42px;
    top: 0px;
    left: 0px;
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
}
div.share-top > div.share-button > div.social  {
    float: right;
    height: 40px;
    position: relative;
    top: 10px;
    right: 0px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px;
}
div.share-top > div.share-button > div.social > ul {
    float: right;
    right: 5px !important;
    position: absolute !important;
    width: 60px !important;
    z-index: 999999999;
	overflow: hidden;
	height: initial !important;
    margin: 0px 0px 0px 0px !important;
    padding: 5px !important;
}
div.share-top > div.share-button > div.social > ul > li {
    font-size: 18px !important;
    width: 50px !important;
    margin: 5px 5px !important;
    padding: 14px 0 !important;
    height: 20px !important;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -o-border-radius: 100%;
    -khtml-border-radius: 100%;
}
.share-button { 
	margin: 6px;
    position: relative;
    top: 0px;
	left: 0px;
	bottom: 5px;
	z-index: 100;
 }
.share-button.sharer-2 .social.networks-5 ul {
    width: 360px;
}
button.sharer-2 .social.networks-5.center {
    margin-left: 5px;
}
.share-button.sharer-2 .social ul li {
    float: right;
    height: 30px;
    width: 40px;
    z-index: 999;
}
.share-button.sharer-3 .social.top {
    margin-top: 0px;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
 .all-images .service-top {

}
.all-images .service-top ul {

}
.all-images ul.service-top li {
list-style: none;
max-width: 350px;
min-width: 300px;
height: 34px;
float: right;
background: #E2D7CB;
margin: 4px;
padding: 5px;
color: #575050;
font-weight: 800;
font-size: 17px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;
}
/** intro home */
.container {
    width: 100%;
	margin: 0 auto;
    padding: 0px;
}
h1 {
	text-align:center;
	padding: 5px;
	color: #aaa;
}
h1 span { color: #666; }
h1 small{
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #666;
	text-align:center;
}
h2.trigger {
	padding: 0 5px 0 0;
	margin: 0 0 5px 0;
    background: #036184;
	height: 46px;
	    display: block;
	line-height: 46px;
	width: 100%;
	font-size: 2em;
	font-weight: normal;
	float: right;
	text-align:right;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h2.trigger a {
	color: #fff;
    font-family: 'helvatica', Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}
h2.trigger a:before{
    content: "\f055";
    font-family: "FontAwesome", Helvetica, sans-serif;
    float: right;
    margin: 0px 5px;
    padding: 0px 5px;
    font-size: 24px;
    color: #D4D4D4;
	}
h2.active a:before{
    content: "\f056";
    font-family: "FontAwesome", Helvetica, sans-serif;
    float: right;
    margin: 0px 5px;
    padding: 0px 5px;
    font-size: 24px;
    color: #004E6B;
	}
h2.trigger a:hover {
	color: #ccc;
}
#zl_wrapper4 > ul > li > div > div > div > h3 {
    margin: 0px;
    padding: 5px 10px;
    float: none;
    height: 16px;
    overflow: hidden;
    background: #F2F9F8;
}
.sectionpost {
	width: 49%;
    position: relative;
    height: 120px;
    overflow: hidden;
    display: block;
    margin: 5px 5px 5px 0px;
    padding: 5px;
    border: 2px rgba(16, 171, 162, 0.81) solid;
    float: right;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.toggle_container > sectionpost > .block {
    padding: 0px;
    margin: 0px;
    position: relative;
}

h2.active {
	background-position: 
	left bottom;
    background: #6D828A;
}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 100%;
	clear: both;
}
.toggle_container > .block {
    padding: 0px;
    margin: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container > h3 {
    font-size: 20px;
    font-family: 'helvatica', Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:right;
}
.toggletopcontainer img {
	float: right;
    margin: 5px;
    width: 80px;
    padding: 0px;
	background: #ddd;
	border: 1px solid #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;

}
.block p {
    text-align: justify;
    direction: ltr;
    font-family: 'helvatica', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 80px;
    overflow: hidden;
	color: #656F6E;
}
.top {
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#style1 {
	direction: ltr;
}
.style1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}
.style2 {
	text-align: center;
	font-size: medium;
}
div.triggertoplink {
    position: absolute;
    float: left !important;
    left: 20px;
    width: 30px !important;
    padding: 0px !important;
    margin: 0px !important;
    background: rgba(0, 0, 0, 0) !important;
}
div.triggertoplink > a {

}
div.triggertoplink > a > span:before {
	font-family: FontAwesome;
    content: "\f137";
    padding: 10px;
    position: relative;
    margin: 5px;
    top: 7px;
    color: #FFF;
    font-size: 30px;
}
div.triggertoplink > a > span {

}
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
div#headtopfixed {
	height: 333px;
	position: relative;
	width: 100%;
	display: block;
	float: right;
}
header > div.navbar > nav > div >.nav-menu > li {
  line-height: 30px;
  margin: 0px 5px;
  float: left;
  padding: 0px;
  position: relative;
}
header > div.navbar > nav > div >.nav-menu > li > a {
	color: #FEFEFE !important;
	font-size: 14px;
    float: right;
	text-transform: uppercase;
    text-shadow: 0 2px 5px rgb(32, 132, 156);
}
header > div.navbar {
    float: right;
    right: 0px;
    top: 0px;
    position: relative;
	width: 100%;
    z-index: 999999999 !important;
}
header > div.smaller {
    position: fixed;

}
header.smaller > div.navbar > nav > div >.nav-menu > li {
  line-height: 30px;
  margin: 0px 5px;
  padding: 4px 0px 0px 0px;
  position: relative;
}
header.smaller > div.navbar {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999999999999;
}
.site-header {
	width: 100%;
    float: right;
	position: relative;
	background: transparent;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

.site-header .home-link {
	color: #fff;
    display: block;
    float: right;
    padding: 0px;
    text-decoration: none;
    position: initial;
    text-align: center;
    width: 100%;
}
.site-title, .site-description {
    color: #ebff9d !important;
}
.site-header .site-title:hover {
	text-decoration: none;
}

.site-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 5px;
    font-family: 'helvatica', Arial, Helvetica, sans-serif;
}
.site-title > a {
	color: #651c19;
    font-family: 'open-sans-bold', 'helvatica', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}
.site-description {
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 5px;
    font-family: 'helvatica', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
	color: #4BBDB6;
}
.site-description {
	margin: 0;
}
header.smaller {
		position: fixed;
}
header.smaller > div#logo > h1 {
    line-height: 75px;
    font-size: 30px;
}
header.smaller > div#logo > h1 > a > img {
height: 100px;
  margin-top: 0px;
margin-right: 18px;
    font-size: 30px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
header.smaller .nav-menu li a {
line-height: 30px;
    padding: 5px 5px 5px 13px;
    white-space: nowrap;
}
header.smaller .nav-menu .sub-menu, header.smaller  .nav-menu .children {
    padding: 0px;
    margin: 0px;
}
.wpfilebase-attachment {
    border: 2px solid #11AAA1;
    color: #004A45;
    padding: 10px;
    margin: 10px;
    text-align: left;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: top right;
    vertical-align: middle;
    width: 90%;
    line-height: normal;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/**
 * 4.1-1 - Site Header logo
 * ----------------------------------------------------------------------------
 */
#logo {
    overflow: hidden;
    margin: 0px auto;
    padding: 0px 2px 10px 0px;
    text-align: left;
    position: relative;
    width: 205px;
    top: 12px;
    z-index: 99999 !important;
    float: none;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	z-index: 99999999999;
}
#masthead > div.widget_sidebar_logo > img {
position: absolute;
margin-top: 0px;
height: 90px;
}
#masthead > div.widget_sidebar_logo {
max-width: 1000px;
margin: 0px auto;
padding-left: 20px;
}
#masthead > div.widget_sidebar_icon {
max-width: 1000px;
margin: -13px auto;
padding-left: 45px;
}
#masthead > div.widget_sidebar_icon > img {
float: left;
height: 36px;
position: relative;
}
#colophon > div.site-info > h1 {
font-size: 15px;
border-bottom: 3px rgb(151, 146, 146) solid;
margin: 0px 20px;
color: #B3B3B3;
}
#colophon > div.site-info {
font-size: 12px;
margin-bottom: 0px;
color: rgb(60, 17, 17);
}
#copyright-message {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  padding: 5px 0px;
  position: relative;
  top: 0px;
  font-size: 12px;
  min-height: 45px;
  text-align: left;
  background: #F5F7F7;
  color: #444;
  font-weight: 400;
  font-family: 'helvatica', Arial, Helvetica, sans-serif;
}
#copyright-message > h1 {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  font-family: 'helvatica', Arial, Helvetica, sans-serif;
  color: rgb(66, 139, 202);
}
#copyright-message > h1 > a {
  color: rgb(66, 139, 202);
}
#copyright-message > h2 {
    font-size: 12px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    font-family: 'helvatica', Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,0.5);
    text-align: center;
}
header > #logo > h1 > a > img {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#logo > h1 {
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
	float: left;
font-family: "Oswald", sans-serif;
color: #FFF;
font-weight: 400;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
hgroup {
    margin: 0px auto;
    padding: 0px 0px;
    top: 0px;
    float: none;
    width: 100%;
    position: absolute;
    overflow: overlay;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
header.smaller > hgroup {
    top: 25px;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    -ms-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}

header > hgroup > h1.site-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 5px;
    font-family: 'helvatica', Arial, Helvetica, sans-serif;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;

}
header.smaller > hgroup > h1.site-title, header.smaller > hgroup > h2 {
	-webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    -ms-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
/**
 * 4.2.0 section customs page
 * ----------------------------------------------------------------------------
 */
 div#customs-shadow {
    position: absolute;
    bottom: 0px;
    float: right;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0px auto;
    display: block;
    z-index: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.55),rgba(0, 0, 0, 0) 53%),linear-gradient(to top,rgba(255, 255, 255, 0.42),rgba(0, 0, 0, 0) 53%);
}
header > div.navbar,#logo,hgroup,div.grid_4.social-links {
	    z-index: 10;
}
section#customs-page {
    position: relative;
    top: 3px;
    float: right;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0px auto;
    display: block;
    text-align: center;
}
#onebyoneslideshow {
	float: none;
    direction: ltr;
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px auto;
}
img.home-headerimage {
    max-width: 230px;
    width: 230px;
    margin: 0px auto;
    float: none;
    position: relative;
    right: initial;
    left: inherit;
    text-align: center;
}
section#customs-page > .chead {
    margin: 2px 5px;
    padding: 2px 20px;
    text-align: center;
    color: #a43d40;
    font-size: 16px;
    text-shadow: 0 2px 5px rgba(255, 255, 255, 0.85);
	}
section#customs-page > h1 {
    margin: 5px;
    padding: 10px 20px;
    position: relative;
    top: -4px;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 5px rgba(4, 0, 0, 0.85);
}
section#customs-page > h2 {
    margin: 5px;
    padding: 10px 20px;
    text-align: center;
    color: #65ac09 !important;
    text-shadow: 0 2px 5px rgba(4, 0, 0, 0.85);
}
section#customs-page > div {
    background-color: rgba(68, 68, 68, 0.66) !important;
    overflow: hidden;
}
section#customs-page > div > h3 {
    margin: 3px 10px;
    float: right;
    display: block;
    right: 0px;
    clear: none;
}
section#customs-page > div > h3 > a {
    color: #F5F5F5;
    font-family: 'helvatica', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    padding: 5px;
    float: right;
}
section#customs-page > div > h3 > a:hover {
    background-color: #D79402;
}
aside.grid-container.promo.fadeInDownWOW.animated {
	width: 100%;
    margin: 0px auto;
    padding: 0px;
    float: none;
    overflow: hidden;
}
.customspage-content {
    width: 100%;
    margin: 0px auto;
    background-color: #444;
    padding: 0px;
    overflow: hidden;
}
.customspage-content > p {
    margin: 5px;
    padding: 10px;
}

a.cd-top:before {
    content: "\f077";
    font-family: 'FontAwesome' !important;
    padding: 0px;
    color: #464646;
    position: relative;
    display: block;
    opacity: 1;
    margin: 0px;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  background: #aecc39 no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
     z-index: 999999;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
.noteonebox {
    margin: 5px;
    padding: 5px;
    float: right;
}
.noteonebox > ul {
    margin: 0px;
    padding: 0px;
    float: right;
    list-style-type: none;
    background-color: #fbfbfb;
    border: 1px #eadfdf solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.noteonebox > ul > li.text_note {
    float: right;
    width: 100%;
    margin: 5px;
    text-align: center;
}
.noteonebox > ul > li.text_note > p {
    margin: 5px;
    padding: 0px;
}
.noteonebox > ul > li.title_link_note {
    float: right;
    width: 100%;
    text-align: center;
    color: #fff;
}
.noteonebox > ul > li.title_link_note > a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 5px 0px;
    font-weight: 600;
    text-decoration: none;
    border: .1rem solid;
    border-radius: 1.67ex;
    color: red;
    text-align: center;
    transition: background-color .3s ease-out 0s;
    background-color: #004D8C;
    color: #fff;
}
.noteonebox > ul > li.title_link_note > a:hover {
    background-color: #fff;
    color: #2b9af3;
    text-shadow: none;
    box-shadow: 0 0 0 .067 rgba(0,0,0,.15);
    outline: 0;
}
aside.grid-container.promo.fade-in {
    position: relative;
    z-index: 99;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    overflow: hidden;
	}
.noteonebox > ul > li.icon_note {
width: 100%;
    float: right;
    text-align: center;
}
.noteonebox > ul > li.icon_note > img {
    width: 50%;
    float: none;
    position: relative;
    margin: 0px auto;
    padding: 0px;
}
.noteoneboxall {
    width: 100%;
    float: right;
}
aside.note_one {
    float: right;
    width: 33%;
    margin: 0px;
    padding: 0px;
}
/*   brands */
#brandsmobile {
    width: 100%;
    max-width: 1000px;
    float: none;
    margin: 0px auto;
    padding: 0px;
    z-index: 99;
}
div.brands > a > img {
	width: 147px;
    margin: 0px 0px 5px 0px;
}
div.brands > a {

}
div.brands {
    float: right;
    padding: 0px 5px;
    margin: 0px;
    position: relative;
    width: 100%;
}
div.brands img {
    width: 100% !important;
    max-width: 100% !important;
}
section.allrow {
    width: 100%;
    max-width: 1000px;
    margin: 10px auto 0px auto;
    padding: 0px;
}
aside.homeleft {
    float: right;
    width: 69%;
    margin: 0px 0px 0px 10px !important;
}
aside.homeright {
    width: 30%;
    float: right;
    padding: 0px;
    margin: 0px;
}
#olnidtop188 {
    margin: 0px auto;
    border: 0px #BBB solid;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    background: #FFF;
    transition: all 450ms cubic-bezier(.75,.75,.75,.75) 0s;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
#olnidtop188 > h3 {
    border-top: 0px solid #CCC;
    margin: 0px;
    position: relative;
    display: block;
    height: 40px;
    line-height: 28px;
    padding: 0px;
    text-align: center;
    font-weight: 400;
}
#olnidtop188 > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    width: 100%;
}
#olnidtop188 > ul > li {
    margin: 5px;
    width: 100%;
    float: right;
    padding: 0px 5px 0px 0px;
    border-bottom: 2px #ececec solid;
}
#olnidtop188 > ul > li > a {
    color: #193505;
    margin: 0px;
    padding: 0px;
}

/*   */
.zl_header{
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
.zl_acc{
	list-style-type: none;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
    right: 0px;
    position: relative;
    float: none;
    width: 100%;
    max-width: 1000px;
	overflow: hidden;
}
.zl_acc > li{
	margin: 0px;
    width: 100%;
	padding: 0;
    z-index: 99999;
	background-color: #EDF5F4 !important;
	color: #13A89E !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
}
.zl_acc > li > h1,
.zl_acc > li > h2,
.zl_acc > li > h3,
.zl_acc > li > h4,
.zl_acc > li > h5,
.zl_acc > li > h6{
	margin: 0;
	padding: 15px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	cursor: pointer;
}
.zl_acc > li > h3{
    padding: 10px 0px;
    float: right;
    width: 100%;
    color: #fff;
    margin: 5px 0 0px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
}
.zl_acc > li > div{
    width: 100%;
	display: none;
    float: right;
	padding: 15px;
	font-size: 13px;
    margin: 0px;
    padding: 0px;
    background: #FFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
}
.zl_acc > li > div > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.zl_acc > li > div > ul > li {

}
.zl_acc object,
.zl_acc embed,
.zl_acc iframe{
	width: 100%;
	height: 100%;
	min-height: 320px;
}
.container_p{ /* Container Styles Open */
	min-width: 280px;
	max-width: 510px;
	background: #2a2a2a;
	margin: 0 auto;
	padding: 25px;
	height: auto;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #1b1b1b;
	position: relative;
}

#zl_wrapper4 > ul > li > h3:before {
  content: "\f067"; 
    font-family: 'FontAwesome';
  padding: 0px 5px 0px 10px;

}
#zl_wrapper4 > ul > li > h3.zl_img_switch {
color: #FFF !important;
  background: #70CAC3 !important;
}
#zl_wrapper4 > ul > li > h3.zl_img_switch:before {
    content: "\f068";
  font-family: 'FontAwesome';
  padding: 0px 5px 0px 10px;

}

#zl_wrapper,#zl_wrapper2,#zl_wrapper3{
	
}
#zl_wrapper2{
	margin: 0 1%;
}
.fixed33 {
	position: absolute;
	top: 25px;
	left: -330px;
	border: 3px solid #fff;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
a.gplus .icon_16 {
	background-position: 0 0;
}
a.facebook .icon_16 {
	background-position: -31px 0;
}
a.twitter .icon_16 {
	background-position: -63px 0;
}
a.rss .icon_16 {
	background-position: -92px 0;
}
a.gplus .icon_24 {
	background-position: 0 0;
}
a.facebook .icon_24 {
	background-position: -31px 0;
}
a.twitter .icon_24 {
	background-position: -63px 0;
}
a.rss .icon_24 {
	background-position: -92px 0;
}
a.instagram .icon_16 {
	background-position: -208px 0;
}
a.telegram .icon_16 {
    background-position: -259px 0;
}
a.scroll_to_top .icon_24 {
	background-position: -116px 0;
}
/* hover states */
a.gplus:hover .icon_16 {
	background-position: 0 -23px;
}
a.facebook:hover .icon_16 {
	background-position: -32px -23px;
}
a.twitter:hover .icon_16 {
	background-position: -63px -23px;
}
a.rss:hover .icon_16 {
	background-position: -92px -23px;
}
a.instagram:hover .icon_16 {
	background-position: -210px -23px;
}
a.telegram:hover .icon_16 {
	background-position: -259px -23px;
}
a.rss:hover .icon_17 {
	background-position: 0px -24px;
}
a.gplus:hover .icon_24 {
	background-position: 0 -24px;
}
a.facebook:hover .icon_24 {
	background-position: -29px -24px;
}
a.twitter:hover .icon_24 {
	background-position: -58px -24px;
}
a.rss:hover .icon_24 {
	background-position: -87px -24px;
}
a.scroll_to_top:hover .icon_24 {
	background-position: -116px -24px;
}
/* social links in header */
#block_social {
    padding-top: 0px;
    float: none;
    clear: both;
    width: 125px;
    margin: 0px auto;
}
#block_social > ul {
	padding:0px;
	margin:0px;
}
#block_social li, #block_social_footer li {
	float:left;
	margin-left:5px;
	list-style: none;
}
/* block social in footer */
#footer #block_social_footer {
	padding-top:4px;
	float:right;
}
/* social links */
.social_icons_16 span.icon_16 {
	background-repeat:no-repeat;
	background-image:url(images/bg_social_icons_16.png);
	display:inline-block;
	zoom:1;
 *display:inline;
	width:25px;
	height:25px;
	vertical-align:middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
	}
.social_icons_17 span.icon_17 {
background-repeat: no-repeat;
background: url(images/options.png) top left 107px;
display: inline-block;
zoom: 1;
width: 21px;
height: 21px;
vertical-align: middle;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-o-border-radius: 50%;
-khtml-border-radius: 50%;
}
.social_icons_16 .icon_16, .social_icons_24 .icon_24, .social_icons_17 .icon_17 {
	-webkit-transition: background-position 0.3s ease-in-out;
	-moz-transition: background-position 0.3s ease-in-out;
	-o-transition: background-position 0.3s ease-in-out;
	-ms-transition: background-position 0.3s ease-in-out;
	transition: background-position 0.3s ease-in-out;
}
.social_icons_24 span.icon_24 {
	background-repeat:no-repeat;
	background-image:url(images/bg_social_icons_24.png);
	display:inline-block;
	zoom:1;
 *display:inline;
	width:24px;
	height:24px;
	vertical-align:middle;
}
.ads-topmaxtech-left {
float: left;
left: 5px;
padding: 0px 5px 0px 5px;
height: 20px;
width: 85px;
margin-top: -11px;
position: fixed;
top: 56px;
}

.main-navigation {
	clear: both;
	margin: 0px auto;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 12px 0 0 !important;
}
ul#menu-footermenu {
    display: block !important;
    font-family: 'open-sans-bold', Arial, Helvetica, sans-serif;
    font-size: 14px !important;
	width: 100%;
    background-color: #006595;
    float: right;
    margin: 0px;
    padding: 0px;
}
ul#menu-footermenu > li {
    display: block !important;
    padding: 10px 15px;
    float: right;
}
ul#menu-footermenu > li > a {
	color: #fff !important;
}
.nav-menu li {
    display: block;
    position: relative;
    margin: 0px;
    float: left;
    text-align: left;
    padding: 0px;
}
ul.sub-menu li {
width: 100%;
}
.btn-white {
font-weight: 300;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: rgb(68, 68, 68);
margin-bottom: 10px;
background: rgb(248, 249, 249);
font-size: 14px;
line-height: 19px;
text-transform: uppercase;
padding: 11px 31.799999999999997px 13px;
}
.nav-menu li a {
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 5px 10px 10px;
    white-space: nowrap;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-toggle {
	font-family: 'helvatica', Arial, Helvetica, sans-serif !important;

}
	.menu-toggle:after {
		content: "\e005" !important;
		font-size: 19px !important;
		padding-left: 8px;
		vertical-align: -4px;
		font-family: 'designmodo';
	}
.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: transparent;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: transparent;
	border: 0px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: 0px;
	    top: 35px;
	z-index: 99999;
    z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
}
header.smaller .nav-menu li ul li a {
    line-height: 24px;
    padding: 5px 15px;
    margin: 0px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	transform: translateX(0%);
	transition-delay: 0s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #F5F5F5;
	font-style: normal;
	background-color: transparent;
}

.menu-toggle {
	display: none;
}
aside > ul {
margin: 0px;
padding: 0px 10px;
list-style: none;
}
aside > ul > li {
border-bottom: 1px #D1D0D0 dashed;
margin: 4px 0px;
font-weight: 800;
}
/* Navbar */
.navbar {
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
	display: inline-block;
}
.smaller > .navbar {
	margin: 0px;

}
nav.navigation.post-navigation {
background: #F8F8F8 !important;
position: relative;
margin: 0px;
padding: 10px 0px;
}
details {
background: #AFAFAF;
color: #580000;
font-weight: 800;
float: right;
width: 100%;
}
details > div.tmtn-lockup-meta > ul > li {
list-style: none;
margin: 4px 0px;
padding: 2px 7px;
background: #DDD;
border-right: 2px #4E0000 solid;
}
details > div.tmtn-lockup-meta > ul {
list-style: none;
margin: 0px;
padding: 0px 4px;
}
div#author-avatar {
float: right;
margin: 0px 6px;
}
details {
    border-radius: 3px;
    background: #EEE;
}

details summary {
    font-size: 17px;
    vertical-align: top;
    background: #333;
    color: #FFF;
    border-radius: 3px;
    padding: 5px 10px;
    outline: none;
}
.nav-menu .current_page_item > h1 > a:before, .nav-menu .current_page_ancestor > h1 > a:before, .nav-menu .current-menu-item > h1 > a:before, .nav-menu .current-menu-ancestor > h1 > a:before, .nav-menu li:hover:before > h1 > a:before, .nav-menu > li > h1 > a:hover:before {
background-color: rgba(0,0,0,0.1);
box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
content: "";
position: absolute;
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
details[open] summary {
background: #49B5F1;
color: #FFF;
}

/* Hide the default marker. */    
details summary::-webkit-details-marker {
    display: none;
}

/* Add the custom marker in the default state. */    
details summary:before {
display: inline-block;
width: 20px;
height: 20px;
margin-right: 3px;
content: "";
background-image: url(images/min.png);
background-repeat: no-repeat;
background-position: 2px 3px;
background-size: 94%;
}

/* Move the sprite image when the details box is open. */
details[open] summary:before {
background-position: 3px 0px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
#postarticleall > article > div > div.entry-thumbnail {
width: 40%;
float: right;
height: 160px;
position: relative;
overflow: hidden;
margin: 5px;
padding: 5px;
display: inline-block;
}
#postarticleall > article > div > p {
margin: 3px !important;
    padding: 4px;
    width: 47%;
    float: right;
}
#postarticleall > article > footer {
width: 100%;
}
.media > article {
  width: 24% !important;
  padding: 0px !important;
  margin: 5px !important;
  overflow: hidden;
  min-height: 315px !important;
  height: 315px !important;
}
.media > article > div > div.entry-thumbnail {
width: 100%!important;
  height: 285px !important;
  margin: 0px!important;
  padding: 0px!important;
}
.fullmedia {
width: 100%!important;
max-width: 100% !important;

}
.media > article > div > div.entry-thumbnail > a > img {
width: 100%!important;
  margin: 0px!important;
  padding: 0px!important;
}
#postarticleall > article {
margin: 3px;
float: left;
width: 48%;
padding: 3px;
height: 235px;
overflow: hidden;
border: 1px #C7C7C7 solid;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;
}
div#author-info {
background: #E7E7E7;
color: #B15500;
}
.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 0px;
	background: rgba(233, 233, 233, 0.6);
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 30px;
	margin: 5px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}
#cattwidget_text > div > ul,#cattwidget_execphp > div > ul, .textwidget > ol {
    list-style: initial;
    text-align: left;
    list-style-type: square;
    direction: ltr !important;
    margin: 0px;
    padding: 0px;
}
#cattwidget_text > div > ul > li,#cattwidget_execphp > div > ul > li,  .textwidget > ol > li {
margin: 0px 5px 0px 20px;
padding: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: justify;
font-weight: 500;
}
#cattwidget_execphp > div > ul > li {
direction: rtl;
margin: 0px 20px 0px 5px;
}
.rtl {
direction: rtl !important;
text-align: right !important;
margin: 0px 10px;
padding: 0px 15px 0px 5px;
}
/* login form */
#loginform1 > p {
float: right;
position: relative;
margin: 0px;
padding: 0px;
direction: ltr;
width: 100%;
}
#loginform1 > p > label {
width: 32%;
float: left;
padding: 10px;
margin: 0px;
position: absolute;
line-height: 20px;
font-size: 14px;
}
#loginform1 > p > input#input {
width: 68%;
float: left;
}
p.forgetmenot {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
position: relative;
}
p.forgetmenot > #rememberme1 {
float: left;
margin: 10px;
padding: 5px;
}
#loginform1 > p.forgetmenot > label {
width: 75%;
}
#loginform1 > p.submit > input {
width: 64%;
margin: 0px auto;
padding: 7px;
display: block;
border-bottom: 3px solid #011E22;
font-size: 14px;
float: none;
}
.login > div {
float: left;
margin: 12px;
padding: 0px;
position: relative;
}
.login > ul.tml-user-links {
float: right;
width: 70% !important;
}
#cattwidget_theme_my_login > h3 > a {
font-size: 12px;
padding: 0px 5px;
}

/* categorys intro */ 
#categorys_intro {
width: 100%;
position: relative;
display: block;
float: right;
padding: 2px;
margin: 5px 0px;
border: 1px #ECECEC solid;
background: #FFF;
}
#categorys_intro > ul {
margin: 0px;
padding: 0px;
list-style: none;
position: relative;
float: right;
display: block;
}
#categorys_intro > ul > li {
margin: 5px 6px;
padding: 0px;
position: relative;
border: 1px #E2E2E2 solid;
background: #FAFAFA;
display: block;
float: right;
width: 31%;
}
#categorys_intro > ul > li > a {
width: 100%;
position: relative;
margin: 5px 0px;
padding: 0px;
display: block;
float: right;
}
#categorys_intro > ul > li > a > img {
width: 100%;
margin: 0px;
padding: 0px;
}
#categorys_intro > ul > li > span.cat-title {
position: relative;
margin: 3px;
padding: 0px;
float: left;
background: #FFF;
text-align: center;
}
#categorys_intro > ul > li > span.cat-title > a {
font-weight: 500;
color: rgb(70, 138, 187);
font-size: 12px;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
}
#categorys_intro > ul > li > span.cat-description {
float: right;
padding: 5px;
font-size: 12px;
font-weight: 800;
color: #002763;
text-align: center;
position: relative;
display: block;
}
/* Fixed Navbar */ 

.wp-toolbar.navbar-fixed .site-title, 
.wp-toolbar.navbar-fixed .navbar { 
 	    top: 28px; 
 	} 

.navbar-fixed .menu-toggle, 
.navbar-fixed .nav-menu { 
        display: none; 
}
/* This class is added on scroll */
.fixedes {
	position: fixed; 
	top: -5px;
	padding: 0px !important;
	z-index: 1;
	display: block;
	max-width: 1000px;
	margin: 0px auto;
}
/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */


.hentry {
	padding: 0px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0px auto;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1000px;
	padding: 0 376px 0 60px;
}

/**
 * 5.0.1 book widgets in home 
 * ----------------------------------------------------------------------------
 */
.list_cat1.container {
margin: 0px;
padding: 0px;
}
.catbook {
margin: 0px;
padding: 10px;
}
.catbook > div.gridbookimage {
margin: 0px;
padding: 0px;
    float: left;
}
.catbook > div.gridbookimage > div > .catimages {
    float: left;
    left: 0px;
    width: 30%;
    position: relative;
}
.catbook > div.gridbookimage > div > .catimages > a {
margin: 0px;
padding: 0px;
}
.catbook > div.gridbookimage > div > .catimages > a > img {
    width: 100%;
    margin: 3px;
    padding: 0px;
    border: 1px #E5E5E5 solid;
}
.catbook > div.gridbookimage > div > .content-en {
    float: left;
    left: 0px;
    width: 30.5%;
    margin: 0px 5px 0px 5px;
    padding: 0px 5px;
}
.catbook > div.gridbookimage > div > .content-en > h2 {
margin: 0px;
padding: 0px;
}
.catbook > div.gridbookimage > div > .content-en > div > p {
font-size: 14px;
font-weight: 400;
    direction: ltr;
float: none;
line-height: 16px;
margin: 0px;
padding: 3px;
background: #FDFDFD;
color: #211B33;
font-family: Arial, Helvetica, sans-serif;
}
.catbook > div.gridbookimage > div > .content-en > div > p > a {

}
.catbook > div.gridbookimage > div > .content-en > h2 > a {
width: 100%;
display: block;
height: 45px;
margin: 0px;
padding: 5px;
font-size: 14px;
color: #AB6F65;
background: #F4F4F4;
direction: ltr;
line-height: 18px;
overflow: hidden;
text-transform: uppercase;
text-align: center;
}
.catbook > div.gridbookimage > div > .purchase-book {
float: left;
left: 0px;
width: 27%;
margin: 5px 0px;
padding: 0px 5px;
background: #F9F9F9;
}
.catbook > div.gridbookimage > div > .purchase-book > p {
font-size: 12px;
font-weight: 400;
float: left;
direction: ltr;
text-align: left;
margin: 0px !important;
padding: 3px;
color: #211B33;
font-family: Arial, Helvetica, sans-serif;
}
.catbook > div.gridbookimage > div > .purchase-book > p > a {
margin: 0px;
padding: 0px;
color: #AB6F65;
direction: ltr;
text-align: left;
}
.catbook > div.gridbookimage > div > .interactive-course {
float: left;
left: 0px;
width: 27.5%;
margin: 5px;
padding: 0px 5px;
background: #F2F1F1;
}
.content-cat-linetwo {
width: 100%;
margin: 0px;
padding: 5px;
overflow: hidden;
background: #FCFCFC;
}
.content-cat-lineone {
width: 100%;
margin: 0px;
padding: 5px;
overflow: hidden;
background: #FCFCFC;
}
.catbook > div.gridbookimage > div > .interactive-course > p {
font-size: 12px;
font-weight: 400;
float: left;
direction: ltr;
text-align: left;
margin: 0px !important;
padding: 3px;
color: #211B33;
font-family: Arial, Helvetica, sans-serif;
}
.catbook > div.gridbookimage > div > .interactive-course > p > a {
margin: 0px;
padding: 5px;
color: #AB6F65;
direction: ltr;
text-align: center;
}
.catbook > div > div > div > p > a {
    display: inline-table !important;
    margin: 6px 0px !important;
    padding: 0px 5px !important;
}
.catbook > div.gridbookimage > div > .self-based-course {
    float: left;
    left: 0px;
    width: 40%;
    margin: 5px 0px;
    padding: 0px;
    background: #F4F4F4;
}
.catbook > div.gridbookimage > div > .self-based-course > p {
font-size: 12px;
font-weight: 400;
float: left;
direction: ltr;
text-align: left;
margin: 0px !important;
padding: 3px;
color: #211B33;
font-family: Arial, Helvetica, sans-serif;
}
.catbook > div.gridbookimage > div > .self-based-course > p > a {
margin: 0px;
padding: 5px;
color: #AB6F65;
direction: ltr;
text-align: center;
}

.catbook > div.gridbookimage > div > .content-ar {
float: left;
left: 0px;
width: 34%;
margin: 0px;
padding: 0px 5px;
}
.catbook > div.gridbookimage > div > .content-ar > h2 {
margin: 0px;
padding: 0px;
}
.catbook > div.gridbookimage > div > .content-ar > div  > p {
font-size: 16px;
font-weight: 400;
float: right;
direction: rtl;
text-align: right;
line-height: 16px;
margin: 0px;
padding: 3px;
background: #FDFDFD;
color: #211B33;
font-family: Arial, Helvetica, sans-serif;
}
.catbook > div.gridbookimage > div > .content-ar > div  > p > a {
width: 100%;
display: block;
height: 45px;
margin: 0px;
padding: 5px;
font-size: 14px;
color: #AB6F65;
background: #F4F4F4;
direction: ltr;
line-height: 18px;
overflow: hidden;
text-transform: uppercase;
text-align: center;
}
.entry-content > div > #list_catbook > div > div.content-cat-lineone > div {
width: 100%;
}
.title-content-short {
height: 123px;
overflow: hidden;
}
.catbook > div.gridbookimage > div > .content-ar > h2 > a {
width: 100%;
display: block;
height: 45px;
margin: 0px;
padding: 5px;
font-size: 14px;
color: #AB6F65;
background: #F4F4F4;
direction: ltr;
line-height: 18px;
overflow: hidden;
text-transform: uppercase;
text-align: center;
}
.catbook  > div > div > div.content-ar > a , .catbook  > div > div > div.content-en > a {
width: 100%;
display: block;
margin: 5px 0px;
padding: 5px;
font-size: 14px;
color: #AB6F65;
background: #F4F4F4;
line-height: 18px;
font-weight: 800;
overflow: hidden;
text-transform: uppercase;
text-align: center;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
margin-bottom: 2px;
padding: 2px 0px;
}

.entry-title {
font-weight: 800;
margin: 0 0 1px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #c0cccf;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
	padding: 0px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span, #content > div.entry-meta > div > ul > li {
	margin-left: auto;
	margin-bottom: 3px;
	margin-right: auto;
	display: block;
	padding: 2px 0px;
	width: 100%;
	list-style: none;
	background: #F8F8F8;
}
#content > div.entry-meta > div > div > div {
margin: 5px;
float: right;
padding: 0px;
}
#content > div.entry-meta > div > ul {
	padding: 0px;
	margin: 0px;
}
#content > div.entry-meta > div > ul > li {
padding: 0px 10px;
}
#postarticleall > article > footer > div > div {
margin: 0px;
padding: 0px;
float: right;
display: block;
}
.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
 h1.entry-title {
	text-decoration: none;
	color: #919191;
	margin-bottom: 2px;
	padding: 6px 10px;
	background: #F8F8F8;
	font-size: 18px;
	font-weight: 400;
    overflow: overlay;
}
#content > article > div.entry-content > h1 {
font-size: 20px;
margin: 6px;
padding: 3px 12px;
color: #81A8EF ;
    width: 85%;
    float: right;
    text-align: right;
}
#content > article > div.entry-content > h2 ,#post-0 > h2 {
font-size: 20px;
margin: 6px;
border-bottom: 2px #81A8EF solid;
padding: 3px 12px;
color: #81A8EF ;
display: -webkit-inline-box;
}
#content > article > div.entry-content > h3 {
    font-size: 16px;
    margin: 6px;
    border-bottom: 2px #ececec solid;
    padding: 3px 12px;
    color: #53bdd0;
}
#content > article > div.entry-content > h4 {
font-size: 14px;
margin: 6px;
border-bottom: 2px #03D50B solid;
padding: 3px 12px;
color: #00C017;
}
#content > article > div.entry-content {
margin: 2px;
padding: 3px 10px;
font-size: 100%;
    direction: ltr;
}

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 10px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 10px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}
#content > header > div.archive-meta > p {
display: none;
}
    .share-button { margin: 6px;
position: absolute;
top: 85px;
left: 0px;
bottom: 5px;
z-index: 100;
 }
aside#plusone {
background: #D8D8D8;
}
aside > .plusonein {
min-height: 400px !important;
overflow: visible;
}

#plusone > h1.entry-title {
background: #D11;
color: #FFF;
text-shadow: none;
margin: 0px;
padding-top: 4px;
}
#facebook-comm > h1 {
background: #3B579D;
color: #FFF;
text-shadow: none;
margin: 0px;
padding-top: 4px;
}
#facebook-like > h1.entry-title {
background: #365F94;
color: #FFF;
text-shadow: none;
margin: 0px;
padding-top: 2px;
font-size: 14px;
line-height: 29px;
}
aside#facebook-like {
background: #F5F8FC;
}
aside#facebook-comm {
background: #F7F8F8;
}
#related_posts > ul {
margin: 0px;
padding: 5px;
}
#related_posts > ul > li {
list-style: none;
margin: 3px 4px 10px 0px;
padding: 3px 4px 0px 0px;
border-bottom: 3px #B9B9B9 solid;
background: #FDFDFD;
}
#related_posts > ul > li > span > a , #related_posts > ul > li > span > a:hover {
text-decoration: none;
}
#related_posts > ul > li > span.smallimg {
display: block;
overflow: hidden;
margin: 0px 0px 10px 0px;
}
#related_posts > ul > li > span > a > img {
max-width: 97%;
margin: -90px 0px 0px 0px;
padding: 0px;
}
#related_posts > ul > li > span > a > img:hover {
background-size: 125%;
margin: 0px 0px 0px 0px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-khtml-transition: all 0.5s;
}
.wp-pagenavi {
background: #FFF;
width: 100%;
}
li.menu-item-has-children:before {
font-family: FontAwesome;
content: "\f107";
	left: -2px;
    line-height: 12px;
    font-size: 16px;
color: #fff;
position: absolute;
margin: 15px 0px;
}
#menu-topmenu > li > ul > li.menu-item-has-children:before,#menu-topmenu > li > ul > li > ul > li.menu-item-has-children:before {
line-height: 20px;
}

    .fork img { opacity: .6; -webkit-transition: all .5s ease; transition: all .5s ease; }
    .fork img:hover { opacity: 1; }

    pre span.class { color: #b58900; }
    pre span.string { color: #2aa198; }
    pre span.new { color: #859900; }
	
/* leftpages */
section#postarticleall {
display: block;
position: relative;
float: right;
margin-bottom: 45px;
top: 0px;
min-width: 100%;
}
form#order {
float: right;
position: relative;
height: 30px;
margin: 0px;
top: 43px;
}
.widget_sp_image-description > p {
    font-family: 'helvatica', Arial, Helvetica, sans-serif;
    text-align: center;
    color: #428BCA;
}
div#lefthomepages {
    max-width: 290px;
    width: 29%;
    float: right;
    right: 0px;
    margin: 0px 5px;
    position: relative;
    display: block;
    padding: 0px;
}
.content-areahome {
max-width: 100% !important;
margin-left: 0px;
margin-right: 0px;
width: 100%;
float: right;
right: 0px;
}
div#rihgthomepages {
    max-width: 250px;
    width: 100%;
    float: right;
	right: 0px;
	margin: 0px 4px 0px 4px;
	position: relative;
	display: block;
	padding: 1px;
}
div#primary {
    max-width: 700px;
    width: 70%;
    float: left;
    position: relative;
}
div.mypage {
    max-width: 1000px !important;
    width: 100% !important;
}
div.exams > #content > article > div.entry-content,
div.exams {
    direction: rtl !important;
}
.ipt_uif_common.ipt-fsqm-designer-themes .ipt_fsqm_designer_pb {
    direction: ltr !important;
}
.ipt_uif_front .ipt_uif_question {
    direction: rtl;
}
article#post404 {
display: block;
float: right;
margin: 0px;
padding: 0px;
width: 700px;
}
div#leftpages {
	max-width: 29%;
	width: 29%;
	float: right;
	right: 0px;
	margin: 2px 4px 0px 0px;
	padding: 0px;
	border: 0px #DFDFDF solid;
	background: #FFF;
}
aside > h1.entry-title {
padding-top: 6px;
}

/* contact-form */
.contact-form fieldset { margin:10px 0px; padding:10px 5px; -moz-border-radius:6px; -webkit-border-radius:6px; }

.contact-form fieldset:hover { 
border: 1px solid rgb(22, 145, 171);
}
.wp-table-reloaded th {
padding: 4px 25px !important;
}
.contact-form legend { padding:7px 15px; -moz-border-radius:6px; -webkit-border-radius:6px; 
background: rgb(5, 92, 114);
font-size:16px; font-weight:bold; }

.contact-form input, .formcontainer textarea { margin: 5px 2px;
    padding: 5px 0px; -moz-border-radius:6px; -webkit-border-radius:6px; }

.contact-form input:focus, .formcontainer textarea:focus {  }

.contact-form label { margin-bottom:5px; }

.contact-form submit { padding:6px; font-weight:bold; font-size:11px; -moz-border-radius:6px; -webkit-border-radius:6px; }

.contact-form .form-submit { display:block; padding-top:15px; margin-top:5px; }

.contact-form .error { padding:5px 10px; font-size:14px; font-weight:bold; -moz-border-radius:6px; -webkit-border-radius:6px; }

.contact-form .success { padding:5px 10px; font-size:14px; font-weight:bold; -moz-border-radius:6px; -webkit-border-radius:6px; }

div.form-textarea textarea {
width: 94%;
height: 400px;
}
form.contact-form {
    width: 95%;
    float: right;
}
td.Quote_topmaxtech {
	width:150px;
}
.Quote-table-top input {
margin: 0px 5px 0px 5px;
padding: 0px 5px 0px 5px;
}
.auto-style1 {
	text-align: left;
}
/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}
.content-day-all {
margin: 5px;
padding: 0px;
letter-spacing: normal;
text-align: justify;
min-width: 300px;
}
.content-day-all > span {
float: right;
padding: 0px 5px;
margin: 0px 4px;
border-bottom: 0px rgb(38, 166, 238) solid;
font-weight: 800;
color: #199EE9;
}
.airline-content {

}
.airline-content > span {
float: right;
padding: 0px 5px;
margin: 0px 4px;
border-bottom: 0px rgb(38, 166, 238) solid;
font-weight: 800;
color: #199EE9;
}
.airline-content > p {
padding: 0px;
font-weight: 800;
font-size: 15px;
line-height: 25px;
color: #3A2E19;
display: inherit;
}
.content-day-all > p {
padding: 0px 0px 0px 10px;
font-weight: 800;
font-size: 15px;
line-height: 25px;
color: #3A2E19;
display: flex;
}
.one-day {
background: #FFFFFF;
display: flex;
clear: both;
padding: 0px;
overflow: hidden;
margin: 3px 5px;
}
div.hotel-id p span a {
display: inline;
}
div.hotel-id p a {
display: inline;
}
.details-content img {
margin: 5px;
background: #F0EBEB;
border: 3px #fff solid;
float: right;
display: inline;
max-width: 16%;
min-width: 100px;
max-height: 300px;
}
.one-day img {
margin: 5px;
background: #F0EBEB;
border: 3px #fff solid;
float: right;
display: inline;
max-width: 10%;
min-width: 100px;
max-height: 80px;
}
/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}
.cat-widget > div > div > ul {
list-style: none;
margin: 0px;
padding: 0px 5px;
width: 100%;
}
div.writer-top_left {
    float: none;
    width: 97px;
    height: 97px;
    margin: 5px auto;
    border: 0px rgb(199, 193, 193) solid;
}
div.writer-top_right {
float: left;
width: 100%;
height: auto;
}
.writer-top-content > ul > li > h1 {
	margin: 0px;
    padding: 2px;
    float: right;
    text-align: right;
}
.writer-top-content > ul > li > h1 > a {
    font-size: 12px;
    color: #454541;
}
.writer-top-content > ul > li {
    height: inherit !important;
    line-height: 20px;
    float: right;
    margin: 2px 0px !important;
    width: 96%;
    padding: 2px 0px !important;
}
.writer-top-content > ul {
	
}
.cat-widget > div > div.writer-top-content > ul > li {
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
margin: 10px 0px;
height: 108px;
}
.cat-widget > div > div > ul > li > div > div.writer-top_right > h1 > a {
font-size: 16px;
margin: 5px 0px;
padding: 2px 0px;
color: rgb(0, 76, 158) !important;
}
.cat-widget > div > div > ul > li > div > div.writer-top_right > h1 {

}
.cat-widget > div > div > ul > li > div > div.writer-top_right > span {
width: 100%;
background: rgb(216, 216, 216);
height: 27px;
display: block;
}
.cat-widget > div > div > ul > li > div > div.writer-top_right > span > p {
float: right;
margin: 4px;
font-size: 16px;
}
.cat-widget > div > div > ul > li > div > div.writer-top_right > span > a {
float: right;
margin: 2px;
font-size: 15px;
font-weight: 800;
}
/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* breadcrumb */


.breadcrumb {
	/*centering*/
	position: relative;
	display: block;
	overflow: overlay;
	border-radius: 5px;
	/*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
	counter-reset: flag; 
	margin: 0px 0px 0px 5px;
	width: 100%;
	background: #FFFFFF;
	min-height: 36px;
	max-height: 36px;
}
.breadcrumb a:last-child {
background: #fff;
}
.breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	color: white;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 28px 0 55px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
	padding-right: 16px;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 40px;
}
#main > div.breadcrumb.flat > span > a:after {
content: '';
position: absolute;
top: 0;
left: -16px;
width: 36px;
height: 36px;
transform: scale(0.707) rotate(-135deg);
-webkit-transform: scale(0.707) rotate(-135deg);
z-index: 1;
box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
border-radius: 0 5px 0 50px;
}
/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	left: -16px; /*half of square's length*/
	/*same dimension as the line-height of .breadcrumb a */
	width: 36px; 
	height: 36px;
	/*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
	transform: scale(0.707) rotate(-135deg);
	-webkit-transform: scale(0.707) rotate(-135deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*background same as links but the gradient will be rotated to compensate with the transform applied*/
	background: #666;
	background: linear-gradient(135deg, #666, #333);
	/*stylish arrow design using box shadow*/
	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	/*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.breadcrumb a:before {
	content: counter(flag);
	counter-increment: flag;
	/*some styles now*/
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 12px;
	background: #444;
	background: linear-gradient(#444, #222);
	font-weight: bold;
}

.flat a, .flat a:after, .flat span a, .flat span a:after {
	background: white;
	color: #428BCA;
	transition: all 0.5s;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after,
.flat span a:hover, .flat span a.active, 
.flat span a:hover:after, .flat span a.active:after{
	background: #FFFFFF;
}
/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}
.format-image .categories-links,
.format-image .tags-links {
	display: none;
}
/* =Menu
-------------------------------------------------------------- */
#access {
    clear: both;
    display: block;
    position: relative;
    top: 0px;
    float: right;
    left: 0px;
    margin: 0px auto 5px auto;
    width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 4px;
	padding-left: 3px;
}
#access li {
    position: relative;
    width: 100%;
    float: right;
}
#access a {
display: block;
line-height: 28px;
padding: 0px 10px;
margin-top: 6px;
text-decoration: none;
font-size: 18px;
color: #FFF;
border-left: 3px #F6F6F6 solid;
}
#access ul ul {
	display: none;
    float: right;
    margin: 0;
    position: relative;
    top: 6px;
    right: 0px;
	z-index: 99999;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
    font-size: 13px;
    font-weight: 800;
    margin-top: 0px;
    height: auto;
    line-height: 1.4em;
    padding: 3px 10px;
    width: 100%;
    background: #b0cd3d;
    /* text-shadow: 1px 1px 0 #fff; */
    border-bottom: 1px dotted #ddd;
	color: #444;
filter: alpha(opacity=90);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
background-color: #006695;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
#access li:hover > a,
#access a:focus {
background-color: #006695;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	color: white;
background-color: #613919;
}

/* Search Form */
#branding #searchform {
	top: 95px;
	text-align: left;
}

#branding #searchform div {
	margin: 0;
}
#branding #s {
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	width: 196px;
		background-color: #f9f9f9;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto !important;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}
/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: normal;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}
/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}
/* Video */
.format-video {
	background-color: rgb(242, 253, 237);
	color: rgb(31, 107, 0);
	font-weight: 800;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-weight: 800;
	margin-top: 40px;
}

.format-video .entry-meta {
	color: #220e10;
}

#top .text_area{
width:600px;
}
.layout_options{
display: none;z-index: 99999;
top: 0px;
position: absolute;
padding: 200px 0px !important;
margin: 0px auto;
width: 100%;
background: rgba(68, 68, 68, 0.5);
z-index: 99999;
height: 100%;
text-align: center;
}
.layout_options > p {

}
#reset{line-height: 1.5em;
color: #FFF;
font-weight: bold;
font-size: 20px;
text-align: center;
width: 100%;
}
#reset:hover{background:#ca0000;color:#fff}
.cancel{float:left}
.cancel a{display:block;width:16px;height:16px;line-height:16px;padding:0;margin:0;border:0;background:url(images/close.png) no-repeat top;}

.column {float: right;
width: 700px;
margin: 0 10px 0 3px;
display: block;
padding-bottom: 10px;
}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #D8E5CF;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 0px;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: left;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

ul.sub-menu {
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
    float: left;
    width: 49%;
    text-align: left;
    font-weight: 800;
}
.navigation > .nav-links > .nav-previous > a {
overflow: hidden;
margin: 10px;
background: #FFFFFF;
font-weight: 800;
padding: 10px;
display: block;
}
.navigation > .nav-links > .nav-previous > a:hover {
color: #FFF !important;
font-weight: 800;
background: #24AD4D;
}
.navigation .nav-next {
    float: right;
    width: 49%;
    text-align: left;
    font-weight: 800;
}
.navigation > .nav-links > .nav-next > a {
overflow: hidden;
margin: 10px;
background: #FFFFFF;
font-weight: 800;
padding: 10px;
display: block;
}
.navigation > .nav-links > .nav-next > a:hover {
color: #FFF !important;
font-weight: 800;
background: #24AD4D;
}
.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
    margin: 0 auto;
    width: 100%;
    padding: 0px !important;
    background-color: #fff;
    float: right;
    overflow: hidden;
	font-size: 14px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: left;
}
.room_type {
max-width: 300px;
float: right;
border: 4px #EEE solid;
margin: 5px 16px;
padding: 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;
}
.all-images {
max-width: 1000px;
margin: 0px auto;
display: block;
clear: both;
}
.wentry-header {
max-width: 1000px;
height: 37px;
margin: 0px auto;
display: block;
clear: both;
}
.fm-form label {
text-align: right !important;
}
.fm-form input {
padding: 5px !important;
}
.wentry-header h1{
max-width: 1000px;
height: 33px;
margin: 0px auto;
display: block;
clear: both;
margin-bottom: 2px;
position: relative;
bottom: 10px;
top: 4px;
padding: 1px 10px;
background: #E0C7A0;
text-align: left;
}
.room_type:hover {
background: #F3F3F3;
-webkit-box-shadow: -4px 4px 8px -7px #000;
-moz-box-shadow: -4px 4px 8px -7px #000;
-o-box-shadow: -4px 4px 8px -7px #000;
-khtml-box-shadow: -4px 4px 8px -7px #000;
box-shadow: -4px 4px 8px -7px #000;
}
h1.entry-Ratings {
float: right;
margin: 0px;
}
.Ratings {
width: 100%;
margin-right: 53px;
}
.img_room_type img {
max-width: 280px;
min-width: 280px;
height: 190px;
float: right;
border: 3px #864000 solid;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;
position: relative;
}
a.hotel-title {
width: 100%;
height: 25px;
background: #81492A;
margin: 0px;
padding: 0px 10px;
color: #FFF;
font-weight: 800;
}
.count-days {
float: right;
margin: 0px 10px;
border-bottom: 5px rgb(38, 166, 238) solid;
}
.count-days-m{
float: left;
margin: 0px 10px;
border-bottom: 5px rgb(255, 231, 228) solid;
}
.count-days h2 {
float: right;
font-size: 16px;
color: rgb(0, 119, 185);
margin: 5px 0px;
padding: 0px 5px;
}
.hotel-id img {
max-width: 30%;
min-width: 30%;
max-height: 300px;
border: 5px #fff solid;
}
.hotel-id h2 {
font-size: 15px;
margin: 0px 0px;
padding: 3px 0px;
}
.hotel-id p {
margin: 0px 0 3px 10px;
text-align: justify;
font-weight: 800;
font-size: 15px;
line-height: 25px;
color: #3A2E19;
}
.hotel-id {
float: right;
margin: 3px 5px;
padding: 0px;
border: 2px #DEE6E3 solid;
background: #fff;
}
a.hotel-title-footer {
float: left;
margin: 0px;
padding: 0px 10px;
color: #F00;
text-align: left;
font-weight: 800;
font-size: 15px;
}
.count-days h3 {
float: right;
font-size: 16px;
color: #001F30;
margin: 1px 10px 0px 0px;
padding: 0px 5px;
position: relative;
clear: none;
}
#room_type_on {

}
.room_type h2 {
float: right;
margin: 0px;
font-size: 14px;
position: absolute;
display: block;
z-index: 999;
width: 200px;
line-height: 25px;
background: rgba(109, 68, 45, 0.5);
padding: 0px 10px;
color: #FFF;
text-align: center;
margin-top: 10px;
}
.nots-top {
width: 100%;
background: rgb(245, 230, 208);
margin: 0px;
padding: 10px;
font-size: 13px;
}
#room_type {
float: right;
width: 100%;
height: 27px;
}
.room_type h3 {
float: right;
font-size: 14px;
position: absolute;
display: block;
z-index: 999;
width: 104px;
height: 25px;
line-height: 25px;
background: rgba(109, 68, 45, 0.5);
padding: 0px 7px;
color: #FFEB00;
text-align: left;
margin: 1px 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;
}
.room_type h4 {
float: right;
right: 110px;
font-size: 14px;
position: relative;
display: block;
z-index: 999;
width: 170px;
height: 25px;
line-height: 25px;
background: rgba(109, 68, 45, 0.5);
padding: 0px 13px;
color: #FFF;
text-align: left;
margin: 1px 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;
}
#google_map {
width: 300px;
float: right;
margin: 0px 0px 0px 10px;
display: block;
position: relative;
top: 12px;
}
.details-content {
max-width: 1000px;
margin: 5px auto;
width: 99%;
display: block;
clear: both;
padding: 0px;
overflow: hidden;
background: #fff;
}
.details-content-map {
max-width: 1000px;
margin: 5px auto;
width: 99%;
display: block;
clear: both;
padding: 0px;
overflow: hidden;
background: #fff;
}
.youtube-content {
float: left;
margin-top: 12px;
}
.customs-fields-content {
max-width: 1000px;
margin: 0px auto;
display: block;
clear: both;
}
.rooms ,.service-day {
max-width: 1000px;
margin: 0px auto;
padding: 4px 0px;
overflow: hidden;
background: #EEE4CE;
clear: both;
}
/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

/** 
 *news bar 
 */
 #page > div.bar-aajel > div > div.title-bar-news-aajel > h3 {
margin: 0px;
padding: 5px 20px;
background: #B80000;
float: right;
font-size: 100%;
color: #FFF;
}
div.title-bar-news-aajel {
margin: 0px;
background: #FFF;
padding: 3px;
float: left;
width: 10%;
}
div.bar-aajel {
	background: rgb(255, 255, 255);
	margin: 0px auto;
	padding: 0px;
	max-width: 100%;
	width: 100%;
	position: fixed;
	bottom: -5px;
}
div.bar-news-tracker-aajel {
width: 90%;
float: right;
background: rgb(98, 186, 120);
height: 32px;
padding: 5px 0px;
z-index: 999999;
}
div.bar-aajel > div > div.title-bar-news-aajel > h3 {
margin: 1px;
padding: 3px 22px;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
font-size: 18px;
}
div.bar-aajel > div > div.bar-news-tracker-aajel > marquee > a {
font-size: 16px;
color: rgb(255, 255, 255);
margin: 5px;
padding: 4px;
font-weight: 800;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
}
#page > div.bar-aajel > div > div.bar-news-tracker-aajel > marquee {
margin: 6px;
}
#page > div.bar-aajel > div > div.bar-news-tracker-aajel > marquee > a {
color: #000;
font-size: 15px;
font-weight: 800;
margin: 0px 13px;
}
div#topnots {
position: initial;
float: left;
width: 73%;
margin: 10px 5px;
left: 20px;
top: 50px;
background: rgba(0, 0, 0, 0) !important;
}
#top-link{
	height:30px;
	width:30px;
	display:none; 
	position:fixed; 
	left: 40px;
	bottom: 75px;
    z-index: 99999;
	background-position:center;
	background-repeat:none;		
}
#top-link {
background: url(colors/images/top_button_teal.png);
background-color: rgb(67, 182, 160);
background-size: 100%;
}
#top-link {
filter:alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
#top-link:hover {
filter:alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}
/*-------------------------------------------------*/
/* =  Home Quote
/*-------------------------------------------------*/
.cat-widget .container .quote {
	font-size: 15px;
	margin: -10px 0;
	line-height: 24px;
	font-weight: 400;
	padding-right: 53px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 15px;
	background: rgba(10, 133, 10, 0.3);
	position: relative;
}
.cat-widget .container .quote a {
color: rgb(255, 122, 0);
}
.cat-widget .container .quote p {
	margin: 0;
	color: rgb(24, 74, 3);
	font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#topnots > h3 > a {
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
margin: 0px 0px;
}
#content > div.span3 {
float: right;
z-index: 9999;
color: #FFF;
display: inline-table;
position: relative;
font-size: 26px;
padding: 0px 20px;
}
.cat-widget .container  .quote:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 76px;
	height: 100%;
	*background: url(images/next-icon.png) no-repeat center center;
}
.cat-widget .container  .seperator {
  clear: both;
  width: 100%;
  height: 0;
  border-top: 1px solid #2f467a;
  margin: 15px 0px;
  position: relative;
}
.cat-widget .container  div.span3 {
position: absolute;
z-index: 99999;
font-size: 24px;
color: rgb(255, 255, 255);
margin: 40px 20px 0px 20px;
}
.cat-widget .container  .seperator:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 1px solid #4f69a3;
}
/*  Font Awesome 3.0

    */

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

[class^="fa-icon-"],[class*=" fa-icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none!important;background-position:0 0;background-repeat:repeat}[class^="fa-icon-"]:before,[class*=" fa-icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="fa-icon-"],a [class*=" fa-icon-"]{display:inline-block}.fa-icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="fa-icon-"],.nav [class^="fa-icon-"],.btn [class*=" fa-icon-"],.nav [class*=" fa-icon-"]{display:inline;line-height:.6em}.btn [class^="fa-icon-"].fa-icon-spin,.nav [class^="fa-icon-"].fa-icon-spin,.btn [class*=" fa-icon-"].fa-icon-spin,.nav [class*=" fa-icon-"].fa-icon-spin{display:inline-block}li [class^="fa-icon-"],li [class*=" fa-icon-"]{display:inline-block;width:1.25em;text-align:center}li [class^="fa-icon-"].fa-icon-large,li [class*=" fa-icon-"].fa-icon-large{width:1.5625em}ul.fa-icons{list-style-type:none;text-indent:-0.75em}ul.fa-icons li [class^="fa-icon-"],ul.fa-icons li [class*=" fa-icon-"]{width:.75em}.fa-icon-muted{color:#eee}.fa-icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fa-icon-2x{font-size:2em}.fa-icon-2x.fa-icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fa-icon-3x{font-size:3em}.fa-icon-3x.fa-icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.fa-icon-4x{font-size:4em}.fa-icon-4x.fa-icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class^="fa-icon-"].pull-left,[class*=" fa-icon-"].pull-left{margin-right:.35em}[class^="fa-icon-"].pull-right,[class*=" fa-icon-"].pull-right{margin-left:.35em}.btn [class^="fa-icon-"].pull-left.fa-icon-2x,.btn [class*=" fa-icon-"].pull-left.fa-icon-2x,.btn [class^="fa-icon-"].pull-right.fa-icon-2x,.btn [class*=" fa-icon-"].pull-right.fa-icon-2x{margin-top:.35em}.btn [class^="fa-icon-"].fa-icon-spin.fa-icon-large,.btn [class*=" fa-icon-"].fa-icon-spin.fa-icon-large{height:.75em}.btn.btn-small [class^="fa-icon-"].pull-left.fa-icon-2x,.btn.btn-small [class*=" fa-icon-"].pull-left.fa-icon-2x,.btn.btn-small [class^="fa-icon-"].pull-right.fa-icon-2x,.btn.btn-small [class*=" fa-icon-"].pull-right.fa-icon-2x{margin-top:.45em}.btn.btn-large [class^="fa-icon-"].pull-left.fa-icon-2x,.btn.btn-large [class*=" fa-icon-"].pull-left.fa-icon-2x,.btn.btn-large [class^="fa-icon-"].pull-right.fa-icon-2x,.btn.btn-large [class*=" fa-icon-"].pull-right.fa-icon-2x{margin-top:.2em}.fa-icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-icon-glass:before{content:"\f000"}.fa-icon-music:before{content:"\f001"}.fa-icon-search:before{content:"\f002"}.fa-icon-envelope:before{content:"\f003"}.fa-icon-heart:before{content:"\f004"}.fa-icon-star:before{content:"\f005"}.fa-icon-star-empty:before{content:"\f006"}.fa-icon-user:before{content:"\f007"}.fa-icon-film:before{content:"\f008"}.fa-icon-th-large:before{content:"\f009"}.fa-icon-th:before{content:"\f00a"}.fa-icon-th-list:before{content:"\f00b"}.fa-icon-ok:before{content:"\f00c"}.fa-icon-remove:before{content:"\f00d"}.fa-icon-zoom-in:before{content:"\f00e"}.fa-icon-zoom-out:before{content:"\f010"}.fa-icon-off:before{content:"\f011"}.fa-icon-signal:before{content:"\f012"}.fa-icon-cog:before{content:"\f013"}.fa-icon-trash:before{content:"\f014"}.fa-icon-home:before{content:"\f015"}.fa-icon-file:before{content:"\f016"}.fa-icon-time:before{content:"\f017"}.fa-icon-road:before{content:"\f018"}.fa-icon-download-alt:before{content:"\f019"}.fa-icon-download:before{content:"\f01a"}.fa-icon-upload:before{content:"\f01b"}.fa-icon-inbox:before{content:"\f01c"}.fa-icon-play-circle:before{content:"\f01d"}.fa-icon-repeat:before{content:"\f01e"}.fa-icon-refresh:before{content:"\f021"}.fa-icon-list-alt:before{content:"\f022"}.fa-icon-lock:before{content:"\f023"}.fa-icon-flag:before{content:"\f024"}.fa-icon-headphones:before{content:"\f025"}.fa-icon-volume-off:before{content:"\f026"}.fa-icon-volume-down:before{content:"\f027"}.fa-icon-volume-up:before{content:"\f028"}.fa-icon-qrcode:before{content:"\f029"}.fa-icon-barcode:before{content:"\f02a"}.fa-icon-tag:before{content:"\f02b"}.fa-icon-tags:before{content:"\f02c"}.fa-icon-book:before{content:"\f02d"}.fa-icon-bookmark:before{content:"\f02e"}.fa-icon-print:before{content:"\f02f"}.fa-icon-camera:before{content:"\f030"}.fa-icon-font:before{content:"\f031"}.fa-icon-bold:before{content:"\f032"}.fa-icon-italic:before{content:"\f033"}.fa-icon-text-height:before{content:"\f034"}.fa-icon-text-width:before{content:"\f035"}.fa-icon-align-left:before{content:"\f036"}.fa-icon-align-center:before{content:"\f037"}.fa-icon-align-right:before{content:"\f038"}.fa-icon-align-justify:before{content:"\f039"}.fa-icon-list:before{content:"\f03a"}.fa-icon-indent-left:before{content:"\f03b"}.fa-icon-indent-right:before{content:"\f03c"}.fa-icon-facetime-video:before{content:"\f03d"}.fa-icon-picture:before{content:"\f03e"}.fa-icon-pencil:before{content:"\f040"}.fa-icon-map-marker:before{content:"\f041"}.fa-icon-adjust:before{content:"\f042"}.fa-icon-tint:before{content:"\f043"}.fa-icon-edit:before{content:"\f044"}.fa-icon-share:before{content:"\f045"}.fa-icon-check:before{content:"\f046"}.fa-icon-move:before{content:"\f047"}.fa-icon-step-backward:before{content:"\f048"}.fa-icon-fast-backward:before{content:"\f049"}.fa-icon-backward:before{content:"\f04a"}.fa-icon-play:before{content:"\f04b"}.fa-icon-pause:before{content:"\f04c"}.fa-icon-stop:before{content:"\f04d"}.fa-icon-forward:before{content:"\f04e"}.fa-icon-fast-forward:before{content:"\f050"}.fa-icon-step-forward:before{content:"\f051"}.fa-icon-eject:before{content:"\f052"}.fa-icon-chevron-left:before{content:"\f053"}.fa-icon-chevron-right:before{content:"\f054"}.fa-icon-plus-sign:before{content:"\f055"}.fa-icon-minus-sign:before{content:"\f056"}.fa-icon-remove-sign:before{content:"\f057"}.fa-icon-ok-sign:before{content:"\f058"}.fa-icon-question-sign:before{content:"\f059"}.fa-icon-info-sign:before{content:"\f05a"}.fa-icon-screenshot:before{content:"\f05b"}.fa-icon-remove-circle:before{content:"\f05c"}.fa-icon-ok-circle:before{content:"\f05d"}.fa-icon-ban-circle:before{content:"\f05e"}.fa-icon-arrow-left:before{content:"\f060"}.fa-icon-arrow-right:before{content:"\f061"}.fa-icon-arrow-up:before{content:"\f062"}.fa-icon-arrow-down:before{content:"\f063"}.fa-icon-share-alt:before{content:"\f064"}.fa-icon-resize-full:before{content:"\f065"}.fa-icon-resize-small:before{content:"\f066"}.fa-icon-plus:before{content:"\f067"}.fa-icon-minus:before{content:"\f068"}.fa-icon-asterisk:before{content:"\f069"}.fa-icon-exclamation-sign:before{content:"\f06a"}.fa-icon-gift:before{content:"\f06b"}.fa-icon-leaf:before{content:"\f06c"}.fa-icon-fire:before{content:"\f06d"}.fa-icon-eye-open:before{content:"\f06e"}.fa-icon-eye-close:before{content:"\f070"}.fa-icon-warning-sign:before{content:"\f071"}.fa-icon-plane:before{content:"\f072"}.fa-icon-calendar:before{content:"\f073"}.fa-icon-random:before{content:"\f074"}.fa-icon-comment:before{content:"\f075"}.fa-icon-magnet:before{content:"\f076"}.fa-icon-chevron-up:before{content:"\f077"}.fa-icon-chevron-down:before{content:"\f078"}.fa-icon-retweet:before{content:"\f079"}.fa-icon-shopping-cart:before{content:"\f07a"}.fa-icon-folder-close:before{content:"\f07b"}.fa-icon-folder-open:before{content:"\f07c"}.fa-icon-resize-vertical:before{content:"\f07d"}.fa-icon-resize-horizontal:before{content:"\f07e"}.fa-icon-bar-chart:before{content:"\f080"}.fa-icon-twitter-sign:before{content:"\f081"}.fa-icon-facebook-sign:before{content:"\f082"}.fa-icon-camera-retro:before{content:"\f083"}.fa-icon-key:before{content:"\f084"}.fa-icon-cogs:before{content:"\f085"}.fa-icon-comments:before{content:"\f086"}.fa-icon-thumbs-up:before{content:"\f087"}.fa-icon-thumbs-down:before{content:"\f088"}.fa-icon-star-half:before{content:"\f089"}.fa-icon-heart-empty:before{content:"\f08a"}.fa-icon-signout:before{content:"\f08b"}.fa-icon-linkedin-sign:before{content:"\f08c"}.fa-icon-pushpin:before{content:"\f08d"}.fa-icon-external-link:before{content:"\f08e"}.fa-icon-signin:before{content:"\f090"}.fa-icon-trophy:before{content:"\f091"}.fa-icon-github-sign:before{content:"\f092"}.fa-icon-upload-alt:before{content:"\f093"}.fa-icon-lemon:before{content:"\f094"}.fa-icon-phone:before{content:"\f095"}.fa-icon-check-empty:before{content:"\f096"}.fa-icon-bookmark-empty:before{content:"\f097"}.fa-icon-phone-sign:before{content:"\f098"}.fa-icon-twitter:before{content:"\f099"}.fa-icon-facebook:before{content:"\f09a"}.fa-icon-github:before{content:"\f09b"}.fa-icon-unlock:before{content:"\f09c"}.fa-icon-credit-card:before{content:"\f09d"}.fa-icon-rss:before{content:"\f09e"}.fa-icon-hdd:before{content:"\f0a0"}.fa-icon-bullhorn:before{content:"\f0a1"}.fa-icon-bell:before{content:"\f0a2"}.fa-icon-certificate:before{content:"\f0a3"}.fa-icon-hand-right:before{content:"\f0a4"}.fa-icon-hand-left:before{content:"\f0a5"}.fa-icon-hand-up:before{content:"\f0a6"}.fa-icon-hand-down:before{content:"\f0a7"}.fa-icon-circle-arrow-left:before{content:"\f0a8"}.fa-icon-circle-arrow-right:before{content:"\f0a9"}.fa-icon-circle-arrow-up:before{content:"\f0aa"}.fa-icon-circle-arrow-down:before{content:"\f0ab"}.fa-icon-globe:before{content:"\f0ac"}.fa-icon-wrench:before{content:"\f0ad"}.fa-icon-tasks:before{content:"\f0ae"}.fa-icon-filter:before{content:"\f0b0"}.fa-icon-briefcase:before{content:"\f0b1"}.fa-icon-fullscreen:before{content:"\f0b2"}.fa-icon-group:before{content:"\f0c0"}.fa-icon-link:before{content:"\f0c1"}.fa-icon-cloud:before{content:"\f0c2"}.fa-icon-beaker:before{content:"\f0c3"}.fa-icon-cut:before{content:"\f0c4"}.fa-icon-copy:before{content:"\f0c5"}.fa-icon-paper-clip:before{content:"\f0c6"}.fa-icon-save:before{content:"\f0c7"}.fa-icon-sign-blank:before{content:"\f0c8"}.fa-icon-reorder:before{content:"\f0c9"}.fa-icon-list-ul:before{content:"\f0ca"}.fa-icon-list-ol:before{content:"\f0cb"}.fa-icon-strikethrough:before{content:"\f0cc"}.fa-icon-underline:before{content:"\f0cd"}.fa-icon-table:before{content:"\f0ce"}.fa-icon-magic:before{content:"\f0d0"}.fa-icon-truck:before{content:"\f0d1"}.fa-icon-pinterest:before{content:"\f0d2"}.fa-icon-pinterest-sign:before{content:"\f0d3"}.fa-icon-google-plus-sign:before{content:"\f0d4"}.fa-icon-google-plus:before{content:"\f0d5"}.fa-icon-money:before{content:"\f0d6"}.fa-icon-caret-down:before{content:"\f0d7"}.fa-icon-caret-up:before{content:"\f0d8"}.fa-icon-caret-left:before{content:"\f0d9"}.fa-icon-caret-right:before{content:"\f0da"}.fa-icon-columns:before{content:"\f0db"}.fa-icon-sort:before{content:"\f0dc"}.fa-icon-sort-down:before{content:"\f0dd"}.fa-icon-sort-up:before{content:"\f0de"}.fa-icon-envelope-alt:before{content:"\f0e0"}.fa-icon-linkedin:before{content:"\f0e1"}.fa-icon-undo:before{content:"\f0e2"}.fa-icon-legal:before{content:"\f0e3"}.fa-icon-dashboard:before{content:"\f0e4"}.fa-icon-comment-alt:before{content:"\f0e5"}.fa-icon-comments-alt:before{content:"\f0e6"}.fa-icon-bolt:before{content:"\f0e7"}.fa-icon-sitemap:before{content:"\f0e8"}.fa-icon-umbrella:before{content:"\f0e9"}.fa-icon-paste:before{content:"\f0ea"}.fa-icon-lightbulb:before{content:"\f0eb"}.fa-icon-exchange:before{content:"\f0ec"}.fa-icon-cloud-download:before{content:"\f0ed"}.fa-icon-cloud-upload:before{content:"\f0ee"}.fa-icon-user-md:before{content:"\f0f0"}.fa-icon-stethoscope:before{content:"\f0f1"}.fa-icon-suitcase:before{content:"\f0f2"}.fa-icon-bell-alt:before{content:"\f0f3"}.fa-icon-coffee:before{content:"\f0f4"}.fa-icon-food:before{content:"\f0f5"}.fa-icon-file-alt:before{content:"\f0f6"}.fa-icon-building:before{content:"\f0f7"}.fa-icon-hospital:before{content:"\f0f8"}.fa-icon-ambulance:before{content:"\f0f9"}.fa-icon-medkit:before{content:"\f0fa"}.fa-icon-fighter-jet:before{content:"\f0fb"}.fa-icon-beer:before{content:"\f0fc"}.fa-icon-h-sign:before{content:"\f0fd"}.fa-icon-plus-sign-alt:before{content:"\f0fe"}.fa-icon-double-angle-left:before{content:"\f100"}.fa-icon-double-angle-right:before{content:"\f101"}.fa-icon-double-angle-up:before{content:"\f102"}.fa-icon-double-angle-down:before{content:"\f103"}.fa-icon-angle-left:before{content:"\f104"}.fa-icon-angle-right:before{content:"\f105"}.fa-icon-angle-up:before{content:"\f106"}.fa-icon-angle-down:before{content:"\f107"}.fa-icon-desktop:before{content:"\f108"}.fa-icon-laptop:before{content:"\f109"}.fa-icon-tablet:before{content:"\f10a"}.fa-icon-mobile-phone:before{content:"\f10b"}.fa-icon-circle-blank:before{content:"\f10c"}.fa-icon-quote-left:before{content:"\f10d"}.fa-icon-quote-right:before{content:"\f10e"}.fa-icon-spinner:before{content:"\f110"}.fa-icon-circle:before{content:"\f111"}.fa-icon-reply:before{content:"\f112"}.fa-icon-github-alt:before{content:"\f113"}.fa-icon-folder-close-alt:before{content:"\f114"}.fa-icon-folder-open-alt:before{content:"\f115"}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	margin: 0 auto;
	max-width: 1000px;
	padding: 5px;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 30px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 64px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}
.menu-rightmenu-container {

}
#menu-rightmenu, #menu-rightmenu-1,#menu-sections {
margin: 0px;
padding: 5px;
list-style: none;
overflow: hidden;
}
#menu-rightmenu li, #menu-rightmenu-1 li ,#menu-sections li{
margin: 1px 0px;
display: block;
}
#menu-rightmenu li a, #menu-rightmenu-1 li a,#menu-sections li a {
font-size: 14px;
width: 100%;
float: right;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
padding: 7px 10px;
margin: 1px 0px;
background: rgb(201, 224, 189);
}
#menu-rightmenu li a:hover, #menu-rightmenu-1 li a:hover, #menu-sections li a:hover{
background: rgb(66, 139, 202);
color: rgb(201, 224, 189);
}
.video-topmaxtech {
float: right;
padding: 15px;
    width: 43%;
margin: 7px;
background: rgb(234, 234, 234);
}
div#postarticleall {
float: right;
position: relative;
top: 39px;
}
#postarticleall > div > div > div.video-topmaxtech-title > h2 > a {
width: 100%;
float: right;
position: relative;
background: rgb(213, 223, 207);
padding: 2px 5px;
font-size: 14px;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
}





/*
 * WordPress Ajax Load More
 * http://wordpress.org/plugins/ajax-load-more/
 
 * https://github.com/dcooney/wordpress-ajax-load-more
 *
 * Copyright 2014 Connekt Media - http://connekthq.com/
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Author: Darren Cooney
 * Twitter: @KaptonKaos
*/

button.alm-load-more-btn{	
   font-family: Helvetica, Arial, sans-serif;
   font-size:16px;
   font-weight: 600;
   width:auto;   
   height: 42px;
   line-height: 42px;
   background: #FF5A58;
   color:#fff;
   border: none;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   margin: 0 0 4px;
   padding:0 20px;
   display: inline-block;		
   position: relative;
   -webkit-transition: padding 0.25s ease-in-out;
   -moz-transition: padding 0.25s ease-in-out;
   transition: padding 0.25s ease-in-out;
   text-align: center;	
   text-decoration: none;
   -webkit-appearance: none; 
   -moz-appearance: none;   
   appearance: none;      
   /* Prevents text selection */
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
}
	button.alm-load-more-btn:hover{
		background-color: #ec4745;
		color: #fff;
		text-decoration: none;
	}
	button.alm-load-more-btn:active{
		-webkit-box-shadow: inset 0 4px 3px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: inset 0 4px 3px rgba(0, 0, 0, 0.15);
		box-shadow: inset 0 4px 3px rgba(0, 0, 0, 0.15);
		text-decoration: none;
	}
	
	
	/* Loading */
   button.alm-load-more-btn.loading{
    	padding-left: 42px;
   }
    
   /* Loaded / Done */
	button.alm-load-more-btn.done{
		cursor: default;
		opacity: 0.2;
		filter: alpha(opacity=20); 
		background-color: #FF5A58; 
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
   }  
      
   /* Loading Icon */
	button.alm-load-more-btn:before,
	button.alm-load-more-btn.done:before{                
		background: none;
		width: 0;
	}
	
	/* Loading :before */
	button.alm-load-more-btn.loading:before {
      background: #fff url(../../core/img/ajax-loader.gif) no-repeat center center;
      width: 30px;
      height: 30px;
      margin: 5px;		
      -webkit-border-radius:3px;
      -moz-border-radius:3px;
      border-radius:3px;
      display: inline-block;
      z-index: 0;
      content: '';
      position: absolute;
      left: 0;
      overflow: hidden;
      -webkit-transition: width 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
	}
	
.alm-btn-wrap{
	text-align:center;
	padding:10px 10px 30px;
	overflow: hidden;
	display: block;
}

/* Blue */
.ajax-load-more-wrap.blue button#load-more{
	background-color: #529ecf;
}
	.ajax-load-more-wrap.blue button#load-more:hover,
	.ajax-load-more-wrap.blue button#load-more.done{
		background-color: #468ebb;
	}
	
/* green */
.ajax-load-more-wrap.green button#load-more{
	background-color: #80bb46;
}
	.ajax-load-more-wrap.green button#load-more:hover,
	.ajax-load-more-wrap.green button#load-more.done{
		background-color: #6fa43c;
	}

	
/* red */
.ajax-load-more-wrap.red button#load-more{
	background-color: #ca4b4b;
}
	.ajax-load-more-wrap.red button#load-more:hover,
	.ajax-load-more-wrap.red button#load-more.done{
		background-color: #b13b3b;
	}


/* purple */
.ajax-load-more-wrap.purple button#load-more{
	background-color: #b14fae;
}
	.ajax-load-more-wrap.purple button#load-more:hover,
	.ajax-load-more-wrap.purple button#load-more.done{
		background-color: #9c4399;
	}
	

/* grey */
.ajax-load-more-wrap.grey button#load-more{
	background-color: #999;
}
	.ajax-load-more-wrap.grey button#load-more:hover,
	.ajax-load-more-wrap.grey button#load-more.done{
		background-color: #666;
	}



/*
*  Generic alm-listing Styles
*
*  @since 1.0.0
*/

.alm-listing{
	margin: 0 0 10px;
	padding: 0;
}
	.alm-listing li{
		background: none;
		margin: 0 0 10px;
		padding: 0 0 0 190px;
		overflow: hidden;
		position: relative;
		list-style: none;
	}						
	.alm-listing li a{
		color: #34383D;
	}
	.alm-listing li p{
		margin: 0;
	}
	.alm-listing li h3{
		margin: 0 0 10px;
	}
	.alm-listing li img{
		position: absolute;
		left: 0;
		top: 0;			
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	}		
/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #fff;
	padding: 30px 10px;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {

}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: right;
	padding: 5px 0;
	width: 120px;
}
p.comment-form-url, span.categories-links, span.tags-links, span.date {
    display: none;
}
.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
    display: none;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}

#map_canvas_shortcode {
width: 300px;
height: 300px;
}
/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.box-topmaxtech-down {
max-width: 99%;
width: 99%;
margin: 0px auto;
display: block;
}
li#maintabs-3 {
width: 100%;
margin: 0px;
padding: 0px;
}
.table-footer {
max-width: 1000px;
margin: 0px auto;
overflow: visible;
}
.footer-widget-area {
width: 25%;
float: right;
}
.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0px;
	padding: 5px;
	word-wrap: break-word;
}

.widget .widget-title {
font-size: 16px;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
margin: 0 10px 0 10px;
font-weight: 400;
color: #FFF;
border-bottom: 2px #D17D00 solid;
padding: 3px 5px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #F1CBB9;
font-weight: 800;
font-size: 16px;
}

.widget a:hover {
	color: #ea9629;
	text-decoration: blink;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
/* topnavmax */
.topnavmax {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  line-height: 35px;
}
/** intro home */
div.intro-home {
	width: 100%;
	max-width: 92%;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
div.intro-home > div.left {
float: left;
width: 50%;
padding: 5px 0px 0px 0px;
position: relative;
}
div.intro-home > div.left > div.top, div.intro-home > div.left > div.down {
width: 100%;
float: left;
margin: 0px 0px 5px 0px;
padding: 0px;
}
div.intro-home > div.left > div.top > div.lastpost {
width: 100%;
height: 400px;
position: relative;
}
div.lastpost > a {
width: 100%;
height: 400px;
margin: 0px;
padding: 0px;

}
div.lastpost > a > img{
width: 100%;
height: 400px;
padding: 0px;
margin: 0px;
}
div.lastpost > div.contectintro {
position: absolute;
width: 100%;
bottom: 0px;
padding: 5px 10px;
background: rgba(121, 201, 54, 0.76);
}
div.lastpost > div.contectintro > h1 {
margin: 0px;
padding: 0px;
}
div.lastpost > div.contectintro > h1 > a {
margin: 0px;
padding: 0px;
font-size: 14px;
font-weight: 800;
width: 100%;
overflow: hidden;
color: #FFF;
}
div.lastpost > div.contectintro > p {

}

div.intro-home > div.left > div.down > div.lastpostdown {
	float: left;
	width: 49.0%;
	height: 190px;
	position: relative;
	margin: 0px 2px 0px 0px;
	padding: 0px;
}
div.lastpostdown > a {
height: 190px;

}
div.lastpostdown > a > img {
height: 190px;
width: 100%;
}
div.lastpostdown > div.contectintro {
position: absolute;
width: 100%;
bottom: 0px;
padding: 5px 10px;
background: rgba(203, 189, 32, 0.76);
}
div.intro-home > div.left > div.down {
height: 200px;
float: left;
position: relative;
margin: 0px;
padding: 0px;
}
div.lastpostdown > div.contectintro > h1 {
margin: 0px;
padding: 0px;
line-height: 16px;
}
div.lastpostdown > div.contectintro > h1 > a {
font-size: 14px;
margin: 0px;
padding: 0px;
position: relative;
top: 0px;
font-weight: 800;
color: #E9FF00;
}
div.lastpostdown > div.contectintro > p {

}
div.intro-home > div.right {
float: right;
width: 50%;
padding: 5px 0px 0px 0px;
position: relative;
}
div.intro-home > div.right > div.one {
float: left;
width: 50%;
position: relative;
padding: 0px 5px;
}
div.intro-home > div.right > div.one > div.lastpostone {
margin: 0px 0px 5px 0px;
padding: 0px;
position: relative;
}
div.intro-home > div.right > div.one > div.lastpostone > a {
margin: 0px;
padding: 0px;
}
div.intro-home > div.right > div.one > div.lastpostone > a > img {
width: 100%;
height: 195px;
padding: 0px;
margin: 0px;
}
div.lastpostone > div.contectintro {
position: absolute;
width: 100%;
bottom: 0px;
padding: 5px 10px;
background: rgba(113, 231, 85, 0.7);
}
div.lastpostone > div.contectintro > h1 {
margin: 0px;
padding: 0px;
line-height: 16px;
}
div.lastpostone > div.contectintro > h1 > a {
font-size: 14px;
margin: 0px;
padding: 0px;
position: relative;
top: 0px;
font-weight: 800;
color: #E9FF00;
}
div.lastpostone > div.contectintro > p {

}
div.intro-home > div.right > div.two {
float: left;
width: 50%;
position: relative;
padding: 0px;
}
div.intro-home > div.right > div.two > div.lastposttwo {
margin: 0px;
padding: 0px;
position: relative;
}
div.intro-home > div.right > div.two > div.lastposttwo > a {
margin: 0px;
padding: 0px;
}
div.intro-home > div.right > div.two > div.lastposttwo > a > img {
width: 100%;
height: 195px;
padding: 0px;
margin: 0px;
}
div.lastposttwo > div.contectintro {
position: absolute;
width: 100%;
bottom: 0px;
padding: 5px 10px;
background: rgba(216, 189, 74, 0.73);
}
div.lastposttwo > div.contectintro > h1 {
margin: 0px;
padding: 0px;
line-height: 16px;
}
div.lastposttwo > div.contectintro > h1 > a {
font-size: 14px;
margin: 0px;
padding: 0px;
position: relative;
top: 0px;
font-weight: 800;
color: #E9FF00;
}
div.lastposttwo > div.contectintro > p {

}
div.intro-home > div.right > div.three {
float: left;
width: 50%;
position: relative;
padding: 5px 0px 0px 0px;
}
div.intro-home > div.right > div.three > div.lastpostthree {
margin: 0px;
padding: 0px;
position: relative;
}
div.intro-home > div.right > div.three > div.lastpostthree > a {
margin: 0px;
padding: 0px;
}
div.intro-home > div.right > div.three > div.lastpostthree > a > img {
width: 100%;
height: 395px;
padding: 0px;
margin: 0px;
}
div.lastpostthree > div.contectintro {
position: absolute;
width: 100%;
bottom: 0px;
padding: 5px 10px;
background: rgba(99, 245, 210, 0.74);
}
div.lastpostthree > div.contectintro > h1 {
margin: 0px;
padding: 0px;
line-height: 16px;
}
div.lastpostthree > div.contectintro > h1 > a {
font-size: 14px;
margin: 0px;
padding: 0px;
position: relative;
top: 0px;
font-weight: 800;
color: #E9FF00;
}
div.lastpostthree > div.contectintro > p {

}

/**
 * 6.0 customs-fields-alkohaly
 * ----------------------------------------------------------------------------
 */
 .BlockContentcourse-id {
position: absolute;
top: 0px;
width: 100%;
max-width: 200px;
}
div.BlockContentcourse-id > div.filedtitle {
width: 85px;
height: 40px;
float: right;
right: 52px;
line-height: 30px;
position: relative;
background: rgb(40, 205, 29);
color: rgb(255, 255, 255);
font-size: 18px;
font-weight: 800;
margin: 0px 5px 0px 5px;
padding: 4px 8px 0px;
text-align: left;
}
div.BlockContentcourse-id > span {
position: relative;
float: left;
top: 0px;
width: 65px;
text-align: center;
font-size: 18px;
font-weight: 800;
margin: 5px;
padding: 0px 5px;
z-index: 99999;
background: rgb(252, 252, 254);
border: 1px rgb(40, 205, 29) solid;
color: rgb(23, 215, 1);
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
-webkit-box-shadow: 0 6px 12px rgba(41, 189, 31, 0.5);
box-shadow: 0 6px 12px rgba(41, 189, 31, 0.5);
background-clip: padding-box;
}
.BlockContent {
width: 100%;
max-width: 200px;
height: 24px;
position: relative;
top: -50px;
font-size: 12px;
font-weight: 800;
}
.BlockContent > .filedtitle {
width: 55%;
text-align: left;
padding: 0px 5px;
background: rgba(76, 186, 41, 0.8);
color: rgb(255, 255, 255);
float: right;
font-size: 14px;
position: relative;
right: 3px;
text-shadow: 0px 0px 2px rgb(9, 108, 3), 0px 0px 1px rgb(17, 66, 12);
}
.BlockContent > span {
width: 45%;
text-align: left;
padding: 0px 5px;
margin: 0px 0px;
font-size: 14px;
background: rgba(232, 232, 232, 0.8);
color: rgb(21, 153, 28);
float: right;
position: relative;
right: 5px;
text-shadow: 0px 0px 2px rgb(255, 255, 255), 0px 0px 1px rgb(255, 255, 255);
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
 .contact-box {
	float: right;
    padding: 5px;
    position: relative;
    margin: 0px auto;
}
.site-logo-footer {
    width: 170px;
    margin: 0px auto;
    position: relative;
}
.site-logo-footer > h1 {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.site-logo-footer > h1 > a {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.site-logo-footer > h1 > a > img {
 margin: 0px;
  padding: 0px;
  position: relative;
    width: 100%;
}
.contact-info {
    float: right;
    right: 0px;
    padding-right: 20px;
    position: relative;
    top: 0px;
    text-align: right;
    width: 75%;
}
.contact-info > h1 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  position: relative;
  font-size: 20px;
  text-align: right;
  color: #50aec4;
  font-weight: 400;
  font-family: 'helvatica', Arial, Helvetica, sans-serif;
}
.contact-info > div > span {
  float: right;
  left: 0px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 2px 0px;
  padding: 0px 0px;
    font-family: 'open-sans-bold', Arial, Helvetica, sans-serif;
  color: #FFF;
}
.contact-info > div > span.location {

}
.contact-info > div > span.location:before {
  font-family: FontAwesome;
  right: 0px;
  margin: 0px 5px;
  line-height: 25px;
  padding: 0px;
  font-size: 20px;
  color: rgb(163, 61, 61);
  content: "\f124";
}
.contact-info > div > span.phone:before {
  font-family: FontAwesome;
  right: 0px;
  margin: 0px 5px;
  line-height: 25px;
  padding: 0px;
  font-size: 20px;
  color: rgb(163, 61, 61);
  content: "\f095";
}
.contact-info > div > span.phone {

}
.contact-info > div > span.email:before {
  font-family: FontAwesome;
  right: 0px;
  margin: 0px 5px;
  line-height: 25px;
  padding: 0px;
  font-size: 20px;
  color: rgb(163, 61, 61);
  content: "\f0e0";
}
.contact-info > div > p {
    float: right;
    margin: 0px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    font-family: 'open-sans-bold', Arial, Helvetica, sans-serif;
    color: #168a41;
}
.cat-widget > ul {
    margin: 5px;
    padding: 0px;
}
ul > li > em {
	font-size: 10px;
    color: #8c0101;
    float: left;
    clear: both;
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px #d4d4d4 solid;
}
.contactline {
  width: 100%;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.site-footer {
color: #CFCFCF;
font-size: 14px;
text-align: center;
font-weight: 800;
display: block;
width: 100%;
float: right;
top: 30px;
  margin-bottom: 0px;
}
#copyright-message > .grid_4.social-links {
  top: -15px !important;
  position: relative;
  padding: 0px;
    float: right;
}
#colophon > div.site-info > div > img {
  width: 37px;
  position: relative;
  margin: 0px auto;
  padding: 0px;
  top: -8px;
}
.image-footer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  margin: -5px 0px;
}
.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #000000 !important;
}

.site-footer .sidebar-container {
	padding: 0px;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}
.site-footer .widget li a {
margin: 0;
padding: 0;
text-shadow: 2px 1px rgba(247, 247, 247, 0.9), -2px -1px #D5D5D5;
}
.site-footer .widget a {
	color: #000;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 400;
margin: 0;
padding: 0;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #1A6700;
}

.site-info {
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
    float: right;
    position: relative;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}
#colophon > div > div > ul > li > a {
line-height: 25px;
margin: 0px;
padding: 0px 5px;
border-right: 3px rgb(215, 215, 215) solid;
font-family: Tahoma, 'helvatica', Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 14px;
color: rgb(244, 244, 244);
text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.9), -2px -1px 6px rgb(176, 176, 176);
}
#colophon > div > div > ul > li > a:hover {
background: rgb(153, 149, 149) !important;
color: rgb(0, 0, 0);
text-shadow: none;
}
#colophon > div > div > ul > li {
margin: 0px;
line-height: 25px;
padding: 0px;
float: left;
list-style: none;
}
#colophon > div > div > ul > li > small {
line-height: 25px;
margin: 0px;
padding: 0px 5px;
font-family: Tahoma, 'helvatica', Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 14px;
color: rgb(244, 244, 244);
text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.9), -2px -1px 6px rgb(176, 176, 176);
}
#colophon > div > div > ul{
padding: 0px !important;
margin: 5px auto;
overflow: hidden;
position: relative;
display: block;
width: 99%;
max-width: 1000px;
}
.footerlink {
width: 100%;
border-top: 3px rgb(103, 99, 99) solid;
margin: 11px 0px 0px 0px;
padding: 0px;
overflow: hidden;
}
li.phone-number {
background: rgb(68, 68, 68);
}
li.phone-number > a {
border-left: none !important;
}
li.phone-number > a:before:hover {
font-size: 28px;

}
li.phone-number a:before {
font-family: FontAwesome;
right: 0px;
margin: 0px 5px;
line-height: 25px;
padding: 0px;
font-size: 20px;
color: rgb(205, 205, 205);
content: "\f098";
}
/**
 * 7.0 slideshow
 * ----------------------------------------------------------------------------
 */
.slideshow{
float: right;
direction: ltr;
display: block;
position: relative;
width: 100%;
padding: 0px;
margin: 0px;
}
.slideshow h1{position:absolute;top:6px;right:15px;font-family:'Yanone Kaffeesatz';font-size:22px;font-weight:400;}
.slideshow .items{
position: relative;
float: none;
top: 0px;
width: 90%;
margin: 3px auto;
padding: 5px;
z-index: 99;
padding: 0 0 0 0;
border-right: 3px solid transparent;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 15px;
position: absolute;
right: 25px;
border-radius: 6px;
top: 140px;
}
.slideshow .items img {

}
.slideshow .items li{
float: left;
display: block;
margin-left: 4px;
margin-bottom: 210px;
margin-bottom: 5px;
}
.slideshow .items li a{
display:block;font-size:12px;font-weight:bold;
margin: 10px;
padding: 0px;
text-align: center;
vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.slideshow .items li img {
float: left;
width: 50px;
height: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
	-khtml-border-radius: 50%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.slideshow .items li img:hover {
overflow: hidden;
	opacity: 0.7;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.slideshow .items li span{
float: right;
width: 118px;
margin: 0 3px;
text-align: left;
font-weight: 400;
font-family: Tahoma;
line-height: 22px;
font-size: 12px;
}
.slideshow .items li a.current, .items li a.current:hover {
margin: 0px 0px;
padding: 10px;
width: 50px;
height: 50px;
}
.pane a img {
margin: 4PX;
}
.content-slide {
width: 100%;

}
.img-slide {
width: 100%;
height: 425px;
float: left;
}
.img-slide img{
width: 100%;
height: auto;
margin: 0px;
}
.features-ex {
width: 100%;
left: 10px;
font-weight: 400;
direction: ltr;
text-align: left;
float: left;
display: block;
position: relative;
margin: 5px;
padding: 10px;
moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-animation-name: fadeInLeftBig;
-moz-animation-name: fadeInLeftBig;
-o-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
animation-delay: 2s;
-webkit-animation-delay: 2s;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}

.features-ex p {
margin-top: -160px;
position: relative;
font-size: 12px;
line-height: 22px;
font-weight: 400;
direction: ltr;
font-family: tahoma !important;
float: left;
left: 10px;
width: 260px;
text-align: justify;
}

.pane{display:none;position:absolute;top:0px;right:0;width:100%;height:425px;;overflow:hidden;}
.pane span.overlay{
position: absolute;
right: 0;
width: 100%;
height: 30px;
}
.pane span.overlaytop{
position: absolute;
left: 0px;
top: 50px;
width: 280px;
float: left;
height: 101px;
}
.pane span.overlaytop :hover {
opacity: 0.7;
}
.subtitle {
width: 600px;
height: 30px;
line-height: 30px;
font-size: 18px;
direction: ltr;
text-align: center;
}
.subtitle a {
font-weight: 400;
font-family: tahoma !important;
font-size: 12px;
direction: ltr;
text-align: center;
width: 590px;
}
.slideshow span.overlay-jalal {
position: absolute;
bottom: 0px;
left: 0px;
width: 380px;
height: 30px;
z-index: 1;
}
.pane .title{
position: absolute;
right: 2px;
font-weight: bold;
font-family: Helvetica;
font-size: 14px;
direction: ltr;
text-align: center;
width: 100%;
}
.title-slide {
width: 100%;
top: 189px;
height: 30px;
line-height: 30px;
position: absolute;
}
.more-news {
bottom: 0px;
position: absolute;
width: 208px;
margin: 0px 8px;
padding: 6px;
}
.more-news a{

}
.pane .title:hover{}
.pane .info{position:absolute;right:15px;top:178px;font-size:11px;margin-left:20px;}
.pane .info:hover{

}
.pane .comment{position:absolute;top:156px;left:15px;width:32px;height:32px;
text-align:center;padding-top:6px;padding-right:1px;font-size:14px;font-weight:bold;}
.pane .comment:hover{}

.slideshow h1{
color:#444;}
.slideshow .items{
border-left: 3px solid transparent;
}
.slideshow .items img {
filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
.slideshow .items li{

}
.slideshow .items li a{
color:#fff;background: rgba(162, 205, 161, 0.9);
}

.slideshow .items li span{
}
.slideshow .items li a:hover{
background:rgba(162, 205, 161, 0.3);color: #1A1617;
margin: 0px;
padding: 10px;
width: 50px;
height: 50px;

}
.slideshow .items li a.current, .items li a.current:hover{
background: rgba(162, 205, 161, 0.3);
color: #FFF;
margin-right: 3px;
}

.features-ex p {
text-shadow: rgba(102, 120, 138, 0.45) 0px 1px 0px;
color: white;
}
.features-ex a {
display: block !important;
color: #fff;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: 400;
line-height: 30px;
text-decoration: none;
text-shadow: -2px 1px 2px rgb(2, 89, 0), 0px 0px 1px rgb(9, 31, 0);
}
.hold {
width: 100%;
overflow: hidden;
display: block;
position: relative;
float: left;
text-align: left;
margin: 0px;
left: 25px;
}
.hold p {
font-size: 100%;
line-height: 100%;
margin: 0;
font-family: 'helvatica', Arial, Helvetica, sans-serif;
padding: 0px 3px;
color: rgb(255, 255, 255);
text-shadow: 1px 1px 1px rgb(28, 31, 0), 0px -1px 0px rgb(0, 65, 40);
}
#onebyone_carousel > div > div > div.hold-text.pull-right {
	width: 96%;
	margin: 320px 30px 30px 30px;
	padding: 0px 5px 10px 5px;
	background: rgba(68, 68, 68, 0.2);
	position: absolute;
	left: 0px;
	float: left !important;
}
.features-ex em {
text-shadow: rgba(102, 120, 138, 0.45) 0px 1px 0px;
color: #FFFEE0;
font-size: 14px;
font-weight: 800;
text-align: center;
text-decoration: none;
font-style: normal;
width:320px;;
height: 20px;
line-height: 20px;
filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
.pane span.overlay{
background: #E9E9E9;
}
.pane span.overlaytop{
background: #000;
}
.pane span.overlaytop :hover {
opacity: 0.7;
}
.subtitle {
color: #2B1F1F;
}
.subtitle a {
text-shadow: 1px 1px 1px #D6C1C1;
}
.slideshow span.overlay-jalal {
background: #918A8A;
}
.pane .title{
color: #2B1F1F;
}
.more-news a{
color:#333;
text-shadow: 1px 0px 5px white;
}
.pane .title:hover{color:#00751C;border-bottom:1px dotted #bbb;}
.pane .info{color:#ddd;}
.pane .info:hover{
color: red;
border-bottom: 1px dotted #BBB;
}
.pane .comment{background:url(images/ltr/slideshow-comment.png) no-repeat;color:#000;
}
.pane .comment:hover{color:#000}
/* tabs */
#tabstop_wrapper {
    width: 422px;
}
#tabstop_container {
}
#tabstop {
    list-style: none;
    padding: 5px 0 4px 0;
    margin: 0 0 0 10px;
    font: 0.75em arial;
}
#tabstop li {
    display: inline;
}
#tabstop li a {
    padding: 4px 6px;
    text-decoration: none;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
#maintabs-2 {
width: 490px;
height: 370px;
float: left;
}
#tabstop li a:hover {
    padding: 4px 6px;
}
#tabstop li.activetop a {
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
#tabstop li.activetop a:hover {
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
 
#tabstop li a.icon_accept {
    padding-left: 24px;
}
#tabstop li a.icon_accept:hover {
    padding-left: 24px;
}
 
#tabstop_content_container {
    border-top: none;
    padding: 10px;
    width: 400px;
}
.tabtop_content {
    display: none;
}
.widget_maintabs ul {padding:0;margin:0}
.widget_maintabs div{margin:0;padding:0;}
.widget_maintabs ul li {padding:0;border-bottom:0;margin:0;}
.widget_maintabs ul.tabs{display:block;height:30px;}
.widget_maintabs ul.tabs li{float:left;display:inline;}
.widget_maintabs ul.tabs li a{
border-left: 1px dotted #DDD;
font-weight: bold;
color: #FFF;
font-size: 15px;
display: block;
padding: 0 18px 0 20px;
border-top: 0px solid #CCC;
position: relative;
height: 40px;
line-height: 40px;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
-o-border-radius: 8px 8px 0px 0px;
-khtml-border-radius: 8px 8px 0px 0px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
background-color: #418aae;
background-image: -moz-linear-gradient(top, #4d9cc3, #306f8e);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d9cc3), to(#306f8e));
background-image: -webkit-linear-gradient(top, #4d9cc3, #306f8e);
background-image: -o-linear-gradient(top, #4d9cc3, #306f8e);
background-image: linear-gradient(to bottom, #4d9cc3, #306f8e);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d9cc3', endColorstr='#ff306f8e', GradientType=0);
margin: 0px;
text-decoration: none;
}
.websitez-footer {
display: none;
}
.widget_maintabs ul {padding:0;margin:0}
.widget_maintabs div{margin:0}
.widget_maintabs ul li {padding:0;border-bottom:0;}
.widget_maintabs .tabcontent{display:none;margin:0 1px 0 1px;background: #F0F6FF;background: #f2f2f2;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-o-border-radius: 8px;
-khtml-border-radius: 8px;
border: 1px solid rgb(45, 163, 75);
border-top: 5px solid rgb(45, 163, 75);
}
.widget_maintabs .tabcontent li a span{font-size:0.9em;color:#999;}
.widget_maintabs .tabcontent li a{color:#297eb9;}
.widget_maintabs .tabcontent li a:hover{background:#297eb9;color:#fff;}
.widget_maintabs .tabcontent li a:hover span{color:#c4f7ff}
@media print{
	.widget_maintabs .tabcontent{
	display:block !important;
	}
}
.widget_categorytabs ul {padding:0;margin:0}
.widget_categorytabs div{margin:0;padding:0;}
.widget_categorytabs ul li {padding:0;border-bottom:0;margin:0;}
.widget_categorytabs ul.tabs{display:block;height:30px;}
.widget_categorytabs ul.tabs li{float:left;display:inline;height:30px;}
.widget_categorytabs ul.tabs li a{float:left;display:block;height:30px;line-height:22px;padding:0 10px 0 10px;
border-right:1px dotted #ddd;font-weight:bold;font-size:0.9em;}
.widget_categorytabs .tabs li a:hover{}
.widget_categorytabs .tabs li a.selected, .widget_categorytabs .tabs li a.selected:hover{}
.widget_categorytabs .tabcontent{display:none;}
.widget_categorytabs .tabcontent li a{display:block;height:1%;line-height:1.3em;
padding:4px 10px 4px 10px;}
.widget_categorytabs .tabcontent li a span{font-size:0.9em;}
.widget_categorytabs .tabcontent li a{}
.widget_categorytabs .tabcontent li a:hover{}
.widget_categorytabs .tabcontent li a:hover span{}
@media print{.widget_categorytabs .tabcontent{display:block !important;}
}
.widget_maintabs ul {padding:0;margin:0}
.widget_maintabs div{margin:0}
.widget_maintabs ul li {padding:0;border-bottom:0;}
.widget_maintabs ul.tabs{direction:ltr;display:block;height: 40px;
border-bottom: 0px solid rgb(45, 163, 75);
margin: 0 1px 0 1px;
}
.widget_maintabs .tabs li a.selected, .widget_maintabs .tabs li a.selected:hover {
color: #FFF;
border-bottom: 0px solid #DDD;
}
.widget_maintabs .tabs li a.selected, .widget_maintabs .tabs li a.selected:hover, .widget_maintabs .tabs li a:hover {
color: #fff !important;
background: #2DA34B !important;
border-right: 1px rgb(45, 163, 75) solid;
border-left: 1px rgb(45, 163, 75) solid;
border-top: 1px rgb(45, 163, 75) solid;
}
.widget_maintabs .tabs li a:hover{background:#eee;color:#333;}
.widget_maintabs .tabcontent li a{display: block;
height: 1%;
line-height: 1.3em;
border-bottom: 0px solid #EEE;
padding: 4px 10px 4px 10px;
font-size: 12px;
font-weight: 400;
font-family: tahoma;}
.widget_maintabs .tabcontent li a span{font-size:0.9em;color:#999;}
.widget_maintabs .tabcontent li a{color:#297eb9;}
.widget_maintabs .tabcontent li a:hover{background:#297eb9;color:#fff;}
.widget_maintabs .tabcontent li a:hover span{color:#c4f7ff}
@media print{.widget_maintabs .tabcontent{display:block !important;}
}

.widget_categorytabs ul {padding:0;margin:0}
.widget_categorytabs div{margin:0}
.widget_categorytabs ul li {padding:0;border-bottom:0;}
.widget_categorytabs ul.tabs{direction:ltr;display:block;height:22px;border-bottom:1px dotted #ddd;margin:0 1px 0 1px;}
.widget_categorytabs ul.tabs li{float:right;display:inline;}
.widget_categorytabs ul.tabs li a{border-left:1px dotted #ddd;font-weight:bold;background:#fff;color:#999;font-size:0.9em;	height:22px;line-height:22px;display:block;padding:0 10px 0 10px;}
.widget_categorytabs .tabs li a:hover{background:#eee;color:#333;}
.widget_categorytabs .tabs li a.selected, .widget_categorytabs .tabs li a.selected:hover{background:#fff;color:#ca0000;}
.widget_categorytabs .tabcontent{display:none;margin:0 1px 0 1px;}
.widget_categorytabs .tabcontent li a{display:block;height:1%;line-height:1.3em;border-bottom:1px solid #eee;padding:4px 10px 4px 10px;}
.widget_categorytabs .tabcontent li a span{font-size:0.9em;color:#999;}
.widget_categorytabs .tabcontent li a{color:#297eb9;}
.widget_categorytabs .tabcontent li a:hover{background:#297eb9;color:#fff;}
.widget_categorytabs .tabcontent li a:hover span{color:#c4f7ff}

/* CSS Document */
.webwidget_scroller_tab{font-size: 14px; font-family:Verdana, Geneva, sans-serif;width:500px}.tabContainer{width:100%;background:url('images/tab.gif') repeat-x bottom;overflow:hidden;}.tabContainer li{float: right;margin-left:2px;background:url('images/tabOff_right.gif') no-repeat right top;}.tabContainer li a{display:block!important;display:inline-block;padding:0 15px;height:27px;line-height:27px;background:url('images/tabOff_left.gif') no-repeat left top;}
.webwidget_scroller_tab .tabHead{
    list-style-type: none;
    margin:0px;
    padding:0px;
}
.webwidget_scroller_tab .tabBody{
    height: 190px;
    border-left:#dbdbdb solid 1px;
    border-right:#dbdbdb solid 1px;
    background-color: white;
    overflow: hidden;
    width:498px;
    position: relative;

}

.webwidget_scroller_tab .tabBody ul{
    width: 1500px;
    position: absolute;
}
.webwidget_scroller_tab .tabBody ul li{
    float: left;
}
.webwidget_scroller_tab .tabHead li a{
    font-weight: bold;
    text-decoration: none;
    color: #0099FF;
}
.webwidget_scroller_tab .tabCot{
    float: left;

}
.webwidget_scroller_tab .tabCot p{
    margin: 0px;
    padding:5px;
}
.webwidget_scroller_tab .tabContainer li.currentBtn{background:url('images/tabOn_right.gif') no-repeat right top;}
.webwidget_scroller_tab .tabContainer li.currentBtn a{height:28px;background:url('images/tabOn_left.gif') no-repeat left top;color:#434142;}
.webwidget_scroller_tab .modA{margin:10px;}
.webwidget_scroller_tab .modBody{border-left:#dbdbdb solid 1px;border-right:#dbdbdb solid 1px; background-color: white;}
.webwidget_scroller_tab .modTop h3{padding:0px;margin:0px;height:28px;background:url('images/modAT.gif') repeat-x left top;color:#2C6A78;font-size:12px;line-height:25px;}.modTop span.modATL,.modTop span.modATR{float:left;width:4px;height:28px;background:url('images/bg.gif') no-repeat left top;overflow:hidden;}.modTop span.modATR{float:right;background:url(images/bg.gif) no-repeat -4px top;}.modA #sideNav dd a:hover{background:url('images/bg.gif') no-repeat left -110px;color:#FFF;text-decoration:none;}
.webwidget_scroller_tab .modBottom{width:100%;height:4px;background:url('images/modAB.gif') repeat-x left top;overflow:hidden;}
.webwidget_scroller_tab .modBottom span.modABL,.modBottom span.modABR,.modTopB span.modATR,.modTopB span.modATL{float:left;width:4px;height:4px;background:url('images/bg.gif') no-repeat left -28px;overflow:hidden;}
.webwidget_scroller_tab .modBottom span.modABR{float:right;background:url('images/bg.gif') no-repeat -4px -28px;}
.webwidget_scroller_tab {
    float: left;

}
.topmaxtech_scroller{
    padding: 0px;
    margin: 2px;
}
.topmaxtech_scroller .topmaxtech_scroller_nav{
    position: absolute;
}
.topmaxtech_scroller .topmaxtech_scroller_nav li{
    cursor: pointer;
    position: absolute;
}
.topmaxtech_scroller .topmaxtech_scroller_mask{
    position: absolute;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
}
.topmaxtech_scroller ul{
    padding: 0px;
    margin: 0px;
    float: left;
}
.topmaxtech_scroller ul li{
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
    float: left;
    text-align: center;
    display:inline;
}
.topmaxtech_scroller ul li a{
    text-decoration: none;
}
.topmaxtech_scroller ul li a topmaxtech_scroller_title{
	overflow:hidden;
}
.topmaxtech_scroller ul li a:hover{
    text-decoration: none;
}
.topmaxtech_scroller ul li a img{
    border: none;
}
.section-topmaxtech {
    padding: 0px auto;
    margin: 0px auto;
    width: 1000px;
background: #eee;
}

/**************
 * Top button *
 **************/
#top_button{margin: 0 0 65px 0}
.button_block{
	display: block;
	width: 312px;
	height: 101px;
	padding: 0px 0px 0px 0px;
	color: #777;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
	text-decoration: none;
}
.button_block img{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
}
a:hover.button_block{
	border: 1px solid #ccc;
	text-decoration: none
}
.best_price{background: url(images/best_price.png) no-repeat 13px 50%}
.new_smells{background: url(images/new_smells.png) no-repeat 13px 50%}
.only_natural{background: url(images/only_natural.png) no-repeat 13px 50%}

/************
 * Carousel *
 ************/
.carousel{
margin: 3px 0px 10px 0px;
background: #fff;
border: 1px #FFC200 solid;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;
width: 650px;
float: right;
}
.carousel .c_header{
height: 41px;
margin: 0px 0 10px;
border-bottom: 1px solid #E0E0E0;
padding: 0px;
background: #ECECEC;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;
}

.carousel .c_header .grid_10{margin-left:0;}
.carousel .c_header .grid_2{margin-right:0; }
.carousel .c_header h2{
	margin: 9px 10px 0 10px;
	font-size: 20px;
	font-weight: 800;
}
.arows{
display: block;
float: right;
width: 30px;
height: 29px;
text-align: center;
text-decoration: none;
background: #fff;
margin: 0px 9px 0 -6px;
color: #444;
font: bold 15px/41px Arial, Verdana, serif;
opacity: 0.85;
border: 0px #FF9A3D solid;
text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
.cat-widget h3 a.cattitle:before,
.cat-widget h3 a.cattitle:after{
    border-top: 3px solid #2F9900;
    display: block;
    height: 1px;
    content: " ";
    width: 40%;
    position: absolute;
    left: 0;
    top: 1.2em;
}
a.cattitle {
  color: #000 !important;
}
.cat-widget h3 a.cattitle:after {
   right: 0;  
   left: auto; 
}
.grid_2 {
    width: 70px;
    right: 0px;
    top: 5px;
  position: absolute;
  z-index: 99;
}
a:hover.arows{
	background: #444;
	color: #fff;
	text-decoration: none
}
.arows span{
	display: block;
margin: 8px 16px 0 10px;
width: 10px;
height: 15px;
	text-indent: -9999px;
	background: url(images/bg_arows.png) no-repeat left top;
}
.arows.next span{background: url(images/bg_arows.png) no-repeat right top;}
.arows:hover span{background: url(images/bg_arows.png) no-repeat left bottom;}
.arows.next:hover span{background: url(images/bg_arows.png) no-repeat right bottom;}
.list_product{
	padding: 2px 0 0 0
}
.list_product li{
	position: relative;
	float: left;
	list-style: none;
}
.product:hover{
border: 1px solid #C27B59;
box-shadow: 0px 0px 4px #C27B59;
-moz-box-shadow: 0px 0px 4px #C27B59;
-webkit-box-shadow: 0px 0px 4px #C27B59;
}
.product{
	width: 163px!important;
	height: 135px;
	overflow: hidden;
	border: 0px solid #E4E4E4;
	behavior: url(PIE.htc);
	text-align: left;
	padding: 0px;
	-webkit-box-shadow: 9px 15px 26px -24px #8D3300;
	-moz-box-shadow: 9px 15px 26px -24px #8D3300;
	-o-box-shadow: 9px 15px 26px -24px #8D3300;
	-khtml-box-shadow: 9px 15px 26px -24px #8D3300;
	box-shadow: 9px 15px 26px -24px #8D3300;
}
.from-offers {
font-size: 14px;
line-height: 25px;
font-weight: 800;
color: #942900;
border-bottom: 2px #CECECE solid;
}
.from-offers span {
color: #f00;
}
.ad {
width: 184px!important;
height: 307px;
overflow: hidden;
}
img.sale{
position: absolute;
margin: -4px 0 0 -4px;
z-index: 999;
left: 13px;
}
.product .prev{
	height: 150px;
	margin: 0px;
	text-align: center;
	position: static;
}
.post-right.full {
margin: 0px;
padding: 0px;
}
.product .prev a{
	width: 184px;
	height: 90px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}
.product .prev img{
	max-width: 161px;
	max-height: 200px;
	width: 161px;
}
.product h3.title{
	padding: 3px 8px;
	margin: 0px;
	color:#777;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
display: inline-table;
width: 165px;
height: 40px;
top: -65px;
background: #EEE;
filter: alpha(opacity=70);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
text-decoration: none;
}
.product h3.title a {
text-decoration: none;
display: block;
margin-top: 2px;
font-size: 14px;
margin-right: 5px;
font-weight: 800;
text-align: justify;
}
.cart {
position: relative;
top: -55px;
}
.cart-details {
position: relative;
top: -49px;
font-size: 12px;
margin: 2px;
line-height: 21px;
padding: 5px;
}
.post-right .full .stats {
position: relative;
top: -54px;
height: 20px;
width: 165px;
background: #F0EEEE;
line-height: 20px;
padding: 0px 10px;
}
.product .cart .price{
float: left;
height: 40px;
width: 166px;
padding: 1px 8px 0;
margin: 0px;
font: normal 12px/20px Bitter, Myriad Pro, Verdana, serif;
color: #2E8F9A;
border: 1px solid #E0E0E0;
text-align: center;
font-weight: bold !important;
}
.product .cart .price .vert{
	height: 40px;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((20-parseInt(offsetHeight)/2)  <0 ? "0" : 20-(parseInt(offsetHeight)/2) +'px') ;
}
.product .cart .price .price_old{
	color:#777;
	font:normal 15px/18px Segoeui, Arial, Verdana, serif;
	text-decoration: line-through;
	margin: 0px 0 0 0;
}
.product .cart .obn,
.product .cart .like,
.product .cart .bay{
	width: 42px;
	display: block;
	float: left;
	height: 41px;
	margin: 0px;
	border-right: 1px solid #e0e0e0;
}
.product .cart .obn{background: url(images/bg_obn.png) no-repeat 50% 50%;}
.product .cart .like{background: url(images/bg_like.png) no-repeat 50% 50%;}
.product .cart .bay{
	background: url(images/bg_bay.png) no-repeat 50% 50% #f5f7f9;
	border: 0 none;
}
.product .cart a:hover.obn,
.product .cart a:hover.like,
.product .cart a:hover.bay{
	background-color: #eff7ff;
}
.caroufredsel_wrapper {
max-width: 100%;
width: 100% !important;
height: 150px !important;
background: #fff;
margin: 0px 0px 10px 0px !important;
}
aside#banners > div > h3 > a {
margin: 0px 0px 0px 17px;
font-size: 14px;
}
aside#banners > div > h3 > a.next {
position: absolute;
right: 0px;
margin: 0px;
padding: 0px;
width: 20px;
height: 40px;
}
aside#banners > div > h3 > a > span {
display: block;
margin: 13px 8px 0 5px;
width: 7px;
}
aside#banners > div > h3 > a.prev {
position: absolute;
left: 0px;
margin: 0px;
padding: 0px;
width: 20px;
height: 40px;
}
aside#banners > div > div > div > div.caroufredsel_wrapper {
max-width: 200px;
width: 200px !important;
height: 295px !important;
background: #fff;
margin: 0px !important;

}
aside#banners > div > div > div > div.caroufredsel_wrapper > ul {
margin: 0px;
padding: 0px;
}
aside#banners > div > div > div > div.caroufredsel_wrapper > ul > li.banner {
float: left;
width: 100%;
max-width: 200px;
}
aside#banners > div > div > div > div.caroufredsel_wrapper > ul > li.banner > div > h2{
margin: 0px 0px 0px 0px;
float: none;
height: 25px;
overflow: hidden;
position: absolute;
top: 120px;
background: rgba(200, 200, 200, 0.9);
z-index: 4;
}
aside#banners > div > div > div > div.caroufredsel_wrapper > ul > li.banner > div > h2 > a {
font-size: 10px;
text-align: center;
color: rgb(71, 71, 71);
margin: 0px;
padding: 1px 6px;
line-height: 22px;
float: right;
max-width: 200px;
width: 100%;
font-weight: 400;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
}
aside#banners > div > div > div > div.caroufredsel_wrapper > ul > li.banner > div > a > img,aside#banners > div > div > div > div.caroufredsel_wrapper > ul > li.banner > div > img {
width: 100%;
}
.title-on {
margin: -40px 0px 0px 0px;
float: none;
height: 25px;
overflow: hidden;
position: relative;
background: rgba(200, 200, 200, 0.9);
z-index: 4;
}
#list_product44 > li > div > a {
z-index: 1;
}
h2.title-on a {
font-size: 14px;
font-family: tahoma;
text-align: center;
color: #056963;
margin: 0px;
padding: 1px 6px;
line-height: 22px;
float: right;
width: 100%;
font-weight: 400;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
}
h2.title-on a:hover {
text-decoration: none;
}
.cat-widget h3 a{color: #A7A7A7;font-size: 16px;
line-height: 37px;
    text-transform: uppercase;
	font-family: 'helvatica', Arial, Helvetica, sans-serif;
}
.cat-widget h3 a:hover{color:#4E3434}
.cat-widget h4{
position: relative;
display: block;
height: 30px;
padding: 0 10px 0 0;
margin: 4px 0 0 0px;
line-height: 30px;
border-top: 0px solid rgb(255, 255, 255);
border-bottom: 0px solid rgb(215, 215, 215);
float: left;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
width: 99%;
background: rgb(166, 197, 43);
color: rgb(255, 255, 255);
}
.cpost-left a {
color: #C4E4D5;

}
.cpost-left a:hover {
color: #FFF500;

}
.cat-widget .container{
border: 0px #D6D6D6 solid;
}
.cat-widget .footer{display:block;width:324px;height:12px;background:url(images/widget_footer.png) no-repeat;overflow:hidden;}
.minimize, .close, .minus, .plus{position: absolute;
width: 20px;
height: 16px;
padding: 1px;
margin: 0px 5px;
background-size: 75% !important;}
.plus a:hover {
background-color: #7F008A;
}
.minimize{top: 11px;
left: 7px; 75%;background-color: rgba(0, 0, 0, 0);}
.close{top:7px;left:5px; 75%;background-color: rgba(0, 0, 0, 0);}
.minus{top:7px;left:4px; 75%;background-color: rgba(0, 0, 0, 0);}
.plus{top:7px;left:30px; 75%;background-color: rgba(0, 0, 0, 0);}
.cat-widget .cpost{display: block;
margin: 0px;
width: 100%;
padding: 0px;
border-bottom: 1px solid rgb(238, 238, 238);

}
.litop-cpost {
float: right;
margin: 0px;
padding: 0px;
background: rgb(223, 231, 222);
}
.in-cpost {
    margin: 2px 2px 2px 0px;
    padding: 0px;
    overflow: hidden;
}
.title {
    width: 100%;
    float: right;
}
div > div.cpost > div > div > div.title > h1 > a {
float: right;
width: 100%;
height: 27px;
overflow: hidden;
margin: 0px;
line-height: 21px;
padding: 3px 8px;
font-size: 12px;
font-weight: 400;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
color: rgb(255, 255, 255);
background: rgb(168, 197, 96);
}
div > div.cpost >div > div > div.title > h1 {
margin: 0px;
padding: 0px;
}
.cpost {
width:99%;
	float:right;
}
.li-cpost {
width: 150px;
float: right;
margin: 6px 7px 5px 5px;
padding: 3px;
height: 225px;
background: #FFF;
}
.li-cpost .info {
height: 200px;
margin: 4px;
}
.cpost-left {
float: right;
width: 100%;
}
.cat-widget p{
line-height: 1.4em;
margin: 5px 0 0 0;
font-size: 13px;
font-weight: 800;
}
.dark_perm{font-family:'helvatica', Arial, Helvetica, sans-serif;font-size:12px;font-weight:400;line-height:1.2em;}
.ex{display: block;
float: right;
right: 0px;
margin: 8px 0 0 0;
position: relative;
bottom: 1px;
padding: 0px;
top: -10px;
list-style: none;}
.ex li{
float: left;
font-size: 12px;
font-weight: bold;
color: rgb(255, 255, 255);
height: 14px;
line-height: 14px;
margin: 0 6px 0 0px;
padding: 0px 11px;
background: rgb(150, 150, 150);
}
.ex li a{color:rgb(255, 255, 255)}
.ex li a:hover{background:#ca0000;color:#fff;}
.cont{background:url(images/ico_more.png) no-repeat right center;padding:0 20px 0 0;}
.comm{background:url(images/ico_comment.png) no-repeat right center;padding:0 20px 0 0;}
.more_stories{background: #FFF;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #D7D7D7;
font-size: 14px;
font-family: 'open-sans-bold', 'getvb', 'helvatica', Arial, Helvetica, sans-serif;
font-weight: bold;
float: left;
list-style: none;
width: 100%;}
.more_stories li .thumbnail {
width: 25px;
float: right;
}
.more_stories li .thumbnail img {
width: 25px;
height: 25px;
}
.wp_widget_plugin_customs_fields_box h2 {
margin: 5px;
padding: 0px 5px;
float: right;
}
div.widget-alkohaly {

}
.BlockContent h2 {
float: right;
margin: 0px;
font-size: 15px;
line-height: 24px;
height: 24px;
border-left: 1px rgb(138, 129, 129) solid;
border-bottom: 1px rgb(243, 235, 235) solid;
padding-left: 10px;
width: 100px;
}
.all_images img {
max-width: 310px;
height: 220px;
float: right;
list-style: none;
position: relative;
margin: 10px;
}
.BlockContent em {
font-style: normal;
margin: 0px 5px;
padding: 2px 5px;
color: #0984E9;
text-shadow: 1px 1px 3px #FFF;
font-size: 14px;
font-weight: 800;
border-bottom: 1px rgb(233, 233, 233);
line-height: 24px;
height: 24px;
}
.current-time {
width: 97.30%;
display: none;
height: 5px;
float: right;
margin: 0px -3px 0px 1px;
padding: 5px;
background: #EEE;
font-size: 10px;
line-height: 5px;
color: #B90DB9;
position: relative;
}
.more_stories li, .more_stories li a{overflow:hidden;width:40%;}
.more_stories li{margin: 2px;
float: right;
width: 100%;
height: 26px;
line-height: 20px;}
.info {

}
.wpfilebase-file-default {
    width: 98% !important;
}
.more_stories li a{display: block;
float: right;
border-bottom: 1px solid #F1F1F1;
padding: 5px 10px 5px 5px;
position: relative;
color: rgb(99, 123, 0);
height: 26px;
width: 100%;
line-height: 15px;}
.more_stories li a:hover{color: rgb(255, 255, 255);
background: rgb(184, 206, 163);}
.smallimg img{float:right;display:block;overflow:hidden;margin-left:10px;margin-right:10px;}
.smalltitle{}
.Sclose, .Wclose{position:absolute;left:10px;top:6px;width:15px;height:14px;background:url(images/close.png) no-repeat top;background-size: 100%;}
.Sclose:hover, .Wclose:hover{background:url(images/close.png) no-repeat bottom;background-size: 100%;}
.Sminimize, .Wminimize{position:absolute;right:10px;top:6px;width:15px;height:14px;background:url(images/min.png) no-repeat;background-size: 100%;}
.Sminimize:hover, .Wminimize:hover{background:url(images/min.png) no-repeat;background-size: 100%;}
.box_a{margin:10px 0 0 0;overflow:hidden;}
.box_a h2{display:block;width:294px;height:24px;line-height:24px;background:url(images/box_h.png) no-repeat top;padding:0 30px 0 0;border-bottom:1px dotted #ddd;position:relative;}
.box_a div{padding:0 10px 0 10px;}
.box_a p{line-height:1.3em;color:#999;margin:10px 0 0 0;}
.box_a em{color:#999;}
span.foot{display:block;height:14px;background: #2DA34B;}
span.foot_s{display:block;height:14px;background:url(images/box_f_s.png) no-repeat bottom;}

.inarticle {
margin-top: 2px;
}
/* social-single */
.social-single {
    background-color: #fff;
    padding: 10px 0px;
    width: 100%;
    float: right;
}
.social-single > div {
	float: right;
    margin: 5px;
    padding: 5px;
    display: block;
    position: relative;
}
#twitterbutton {

}
#likebutton {

}
#stumblebutton {

}
#stumblebutton iframe {
    width: 80px !important;
    height: 20px !important;
    max-width: initial !important;
}
#linkedinshare {

}
#plusonebutton {

}
#___plusone_1 {

}
/*** banners ***/
.banners .arows{
width: 20px;
height: 24px;
margin: -25px 6px 1px 4px;
line-height: 24px;
position: relative;
top: 31px;
direction: ltr;
}
.banners a.prev {
float: left;
left: 3px;
}
.banners a.next {
float: left;
left: 30px;
}

.banners .arows span{margin: 5px 0 0 5px;}
.banners #list_banners{overflow: hidden;}
.banners .banner{
	float: left;
	width: 293px;
	list-style: none;
	height: 220px;
	margin: 0px 8px 0px 0px;
	text-align: center;
	border:1px solid #e0e0e0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
}
.content_right ul.ads a {
margin: 0px;
padding: 0px;
}
.banners .banner a{text-decoration: none;color: #808080;}
.banners .banner .prev{
	width: 300px;
	height: 95px;
	vertical-align: middle;
	display: table-cell;
	//display:block;
	//height:auto;
	//margin-top: expression((65-parseInt(offsetHeight)/2)  <0 ? "0" : 65-(parseInt(offsetHeight)/2) +'px') ;
}
div.list_carouse3.listallbanner.container {
height: 222px;
}
aside.sidebar_left_home_pages {
background: #FFF;
border: 1px #BBB4B4 solid;
margin: 0px;
}
.banners .banner h2{
font: normal 15px/15px Bitter, Arial, Verdana, serif;
margin: 0;
padding: 0;
color: #444;
line-height: 25px;
height: 25px;
}
.banners .banner p{
	font:normal 20px Segoeui, Arial, Verdana, serif;
	margin: 0;
	padding: 0;
	color: #777;
}
/*  4.3.2 Testimonials
----------------------------------------*/

.testimonials {
    position: relative;
    margin: 15px 0px;
    height: 140px;
    background-color: #f2f4f8;
    -moz-border-radius: 4px;
         border-radius: 4px;
    overflow: hidden;
}

.quotes_icon {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -15px;
    background: url("../images/quotes.png") no-repeat center 0px;
    width: 31px;
    height: 31px;
    z-index: 1;
}

ul.quotes {
    padding-top: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

ul.quotes li {
    padding: 30px 20px 20px 20px;
}

ul.quotes li div {
    margin: 0px;
    width: 100%;
    text-align: center;
}

cite {
    display: block;
    margin-top: 15px;
    color: #aeaeae;
}

ul.quotes_buttons {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    margin-bottom: 0px;
    bottom: 15px;
}

ul.quotes_buttons li {
    margin-right: 5px;
    float: left;
    overflow: hidden;
}

ul.quotes_buttons li a {
    display: block;
    width: 6px;
    height: 6px; 
    background-color: #b1b5b9;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.dowmadv {
	font-family: 'helvatica', Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 1000;
right: 0px;
	position: absolute;
bottom: 0px;
width: 160px;
height: 600px;
	background-repeat:repeat-x bottom;
	text-align:center;
}
#contentDivImg {
	display: block;
}
#contentDivImg > div.banner798 {
position: relative;
top: 230px;
}
.cat-widget{
    overflow: hidden;
    margin: 0px 0px 10px 0;
    border: 0px #BBB solid;
    background: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 7px -3px #888;
    -moz-box-shadow: 0px 1px 7px -3px #888;
    -o-box-shadow: 0px 1px 7px -3px #888;
    -khtml-box-shadow: 0px 1px 7px -3px #888;
    box-shadow: 0px 1px 7px -3px #888;
}
.fadeInDownWOW {
	    visibility: visible;
    animation-duration: 1000ms;
    animation-name: fadeInDownWOW;
    animation-delay: 300ms;
    -webkit-animation-name: fadeInDownWOW;
    -moz-animation-name: fadeInDownWOW;
    -o-animation-name: fadeInDownWOW;
    animation-name: fadeInDownWOW;
	
}
a.next {
  float: right;
}
a.prev  {
  float: left;
  left: -5px;
  position: relative;
}
.cat-widget h3 {
    border-top: 0px solid #CCC;
    margin: 0px;
    position: relative;
    display: block;
    height: 40px;
    line-height: 28px;
    padding: 0px;
    text-align: center;
    font-weight: 400;
}
.cpost-left a {
color: #C4E4D5;

}
.cpost-left a:hover {
color: #FFF500;

}
.cat-widget .container{
border: 0px #838383 solid;
}
.cat-widget .footer{display:block;width:324px;height:12px;background:url(images/widget_footer.png) no-repeat;overflow:hidden;}
.minimize, .close, .minus, .plus{position: absolute;
width: 20px;
height: 17px;
padding: 1px;
margin: 0px 5px;
background-size: 90% !important;}
.plus a:hover {
background-color: #7F008A;
}
.minimize{
margin: 0px;
padding: 0px;
display: block;
float: left;
top: 10px;
left: 10px;background-size: 75%;background-color: rgba(0, 0, 0, 0);}
.close{margin: 0px;
padding: 0px;
display: none;
float: left;
top:10px;left:2px; 75%;background-color: rgba(0, 0, 0, 0);}
.minus{top:7px;left:4px; 75%;background-color: rgba(0, 0, 0, 0);}
.plus{top:7px;left:30px; 75%;background-color: rgba(0, 0, 0, 0);}
.cpost {
width:99%;
	float:right;
}
.li-cpost {
width: 150px;
float: right;
margin: 6px 7px 5px 5px;
padding: 3px;
height: 225px;
background: #FFF;
}
.li-cpost .info {
height: 200px;
margin: 4px;
}
.cpost-left {
float: right;
width: 100%;
}
.cat-widget .thumb img{
float: right;
width: 100%;
display: inline;
overflow: hidden;
margin: 3px 0px;
padding: 0px;
background:#fff;
border: 0px solid rgb(215, 215, 215);
}
div > div.cpost > div > div.info > p {
float: right;
width: 100%;
margin: 0px 0px 8px 0px;
padding: 5px;
height: 63px;
overflow: hidden;
}
.cat-widget .container{
border: 0px #838383 solid;
}

.clasp {
text-align:center;
}
.lunchbox {
display:none;
}
.uniquename {
	display:none; 
      left:200px; 
      top:100px; 
      border-style: solid; 
      background-color: white; 
      padding: 5px;
      }
.clossing {
position: fixed;
float: right;
right: 175px;
top: 20px;
z-index: 1200;
}
#titleTextImg {
color: #33A000;
font-size: 8px;
}

ul.quotes_buttons li a:hover {background-color: #919599;}
ul.quotes_buttons li a.selected {background-color: #ff4100;}
aside.banners {
max-width: 298px;
overflow: hidden;
}
.banners .caroufredsel_wrapper {
max-width: 295px;
}
.banners > div > div > div > div.caroufredsel_wrapper > ul {
margin: 0px;
padding: 0px;
}
.banners > div > div > div.listallbanner > div.caroufredsel_wrapper > ul > li.banner > a > div.prev img  {
width: 293px;
height: 188px;
}
.banners > div > div > div.listallbanner > div.caroufredsel_wrapper > ul > li.banner > div.prev a > img  {
width: 293px;
height: 188px;
}
.banners  #list_banners {
height: 270px !important;
}

#list_product5 {
height: 223px !important;

}
/* WIDGETS - All of them! */
.widgetsl li, .widgetsr li{background:url(images/box_rp_s.png) repeat-y;margin:10px 0 0 0;overflow:hidden;}
.widgetsl li li, .widgetsr li li {background:none;margin:0;}
.widget h2{
color:#fff;display:block;height: 30px;
line-height: 30px;
background-color: #CC009B;
padding:0 30px 0 0;border-bottom:1px dotted #ddd;position:relative;}
.widgetsl .widget h2, .widgetsr .widget h2{display:block;height:24px;line-height:24px;background:url(images/box_h_s.png) no-repeat top;padding:0 11px 0 0;border-bottom:1px dotted #ddd;position:relative;}
.widget li{}
.widget li li{background:none;margin:0 0 0 0;}
.widget ul li{padding: 0px 4px;border-bottom:0px solid #eee;text-align: left;}
.widget ul{padding: 0 10px 0 5px;
}
.widget div{padding: 0px;
line-height: 1.4em;
margin: 0px 0 0 0;
}
.widget p{margin:0 0 7px 0}
.widget form{padding:0 10px 0 10px}
.widget form div{padding:0 0 0 0}
.widget label{line-height:1.5em}
.widget input{border:1px solid #ddd;padding:1px;vertical-align:middle;color:#555}
.widget li {zoom:1;}
.widgetsl{float:right;width:156px;}
.widgetsr{float:left;width:156px;}
.widgets h2 {cursor:move}


/* =Grid >> Global -------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}
div.grid_4.social-links {
    position: relative;
    z-index: 999999;
    top: 0px;
    float: right;
    width: 100%;
    padding: 2px 0px;
    margin: 5px 0 0 0;
}

.smaller > div.grid_4.social-links {
right: 0px;
}
.list_carousel .price-wrap {
float: left;
position: relative;
top: 16px;
left: 10px;
}
.list_carousel .price-wrap p.post-price {
background-color: #FFF;
float: left;
font: bold 17px Arial,Helvetica,sans-serif;
margin: 0;
padding: 3px 6px 2px;
text-shadow: 0 1px 0 #FFF;
-khtml-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
-moz-box-shadow: 1px 1px 5px #B7B7B7;
-khtml-box-shadow: 1px 1px 5px #B7B7B7;
-webkit-box-shadow: 1px 1px 5px #B7B7B7;
box-shadow: 1px 1px 5px #B7B7B7;
}
.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
	position: relative;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last) -----------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 12 Columns ---------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 144px;}
.container_12 .grid_3 {width: 228px;}
.container_12 .grid_4 {width: 312px;}
.container_12 .grid_5 {width: 396px;}
.container_12 .grid_6 {width: 480px;}
.container_12 .grid_7 {width: 564px;}
.container_12 .grid_8 {width: 648px;}
.container_12 .grid_9 {width: 732px;}
.container_12 .grid_10 {width: 816px;}
.container_12 .grid_11 {width: 900px;}
.container_12 .grid_12 {width: 984px; position: relative;}

/* =Prefix Extra Space >> 12 Columns -------------------------------------------*/
.container_12 .prefix_1 {padding-left: 84px;}
.container_12 .prefix_2 {padding-left: 168px;}
.container_12 .prefix_3 {padding-left: 252px;}
.container_12 .prefix_4 {padding-left: 336px;}
.container_12 .prefix_5 {padding-left: 420px;}
.container_12 .prefix_6 {padding-left: 504px;}
.container_12 .prefix_7 {padding-left: 588px;}
.container_12 .prefix_8 {padding-left: 672px;}
.container_12 .prefix_9 {padding-left: 756px;}
.container_12 .prefix_10 {padding-left: 840px;}
.container_12 .prefix_11 {padding-left: 924px;}

/* =Suffix Extra Space >> 12 Columns --------------------------------------------*/
.container_12 .suffix_1 {padding-right: 84px;}
.container_12 .suffix_2 {padding-right: 168px;}
.container_12 .suffix_3 {padding-right: 252px;}
.container_12 .suffix_4 {padding-right: 336px;}
.container_12 .suffix_5 {padding-right: 420px;}
.container_12 .suffix_6 {padding-right: 504px;}
.container_12 .suffix_7 {padding-right: 588px;}
.container_12 .suffix_8 {padding-right: 672px;}
.container_12 .suffix_9 {padding-right: 756px;}
.container_12 .suffix_10 {padding-right: 840px;}
.container_12 .suffix_11 {padding-right: 924px;}

/* `Push Space >> 12 Columns ---------------------------------------------------*/
.container_12 .push_1 {left: 84px;}
.container_12 .push_2 {left: 168px;}
.container_12 .push_3 {left: 252px;}
.container_12 .push_4 {left: 336px;}
.container_12 .push_5 {left: 420px;}
.container_12 .push_6 {left: 504px;}
.container_12 .push_7 {left: 588px;}
.container_12 .push_8 {left: 672px;}
.container_12 .push_9 {left: 756px;}
.container_12 .push_10 {left: 840px;}
.container_12 .push_11 {left: 924px;}

/* `Pull Space >> 12 Columns ----------------------------------------------------*/
.container_12 .pull_1 {left: -84px;}
.container_12 .pull_2 {left: -168px;}
.container_12 .pull_3 {left: -252px;}
.container_12 .pull_4 {left: -336px;}
.container_12 .pull_5 {left: -420px;}
.container_12 .pull_6 {left: -504px;}
.container_12 .pull_7 {left: -588px;}
.container_12 .pull_8 {left: -672px;}
.container_12 .pull_9 {left: -756px;}
.container_12 .pull_10 {left: -840px;}
.container_12 .pull_11 {left: -924px;}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a,
.flexslider a,
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flexslider .slides img:hover{ opacity:0.8; cursor:pointer;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative;zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative; margin-bottom:0;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; display:none; }
.flex-direction-nav a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav .flex-next {background-position: -52px 0; right: -21px;}
.flex-direction-nav .flex-prev {left: -20px;}
.flex-direction-nav .flex-disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center; display:none;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav a {width: 13px; height: 13px; display: block; background: url(theme/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav a:hover {background-position: 0 -13px;}
.flex-control-nav a.flex-active {background-position: 0 -26px; cursor: default;}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 30px;
	}

	.error404 .page-title:before {
		font-size: 54px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}

}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
.box-topmaxtech-down {

}
.table-footer {

}
.footer-widget-area {
width: 25%;
float: right;
}
}
@media (max-width: 850px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}
div#headtopfixed {
height: auto;
width: 100%;
}

header.smaller > div.navbar {width: 100%;margin: 0px;padding: 0px;}
header.smaller .nav-menu li a {line-height: 30px;padding: 0px 15px;white-space: nowrap;}
header.smaller .nav-menu li.menu-item-has-children:before {line-height: 2px;}
.nav-menu li a, header.smaller .nav-menu li a {
line-height: 30px;
padding: 0px;
}
div#primary, div.intro-home > div.left, aside.homeleft, aside.homeright, div.intro-home > div.right, #copyright-message > .grid_4.social-links, .menu-icons-home-container > ul#menu-icons-home > li , .navbar, .site-main, div#rihgthomepages, div#lefthomepages,.caroufredsel_wrapper, .cat-widget > div > div > ul,aside, .cat-widget ,div#content, aside.contentinsid,
.contant-right , .news-top-slid,div#leftpages, div.contentinsid-r-desc,#postarticleall > article, div.contentinsid-r-img, #contentinsid-r > div.contentinsid-r-img > a > img {
max-width: 100% !important;
width:100% !important;
float: right !important;
display: block;
}
#logo { right: inherit;
margin: 0px auto;
padding: 2px 2px;
text-align: center;
position: relative;
float: none;
}
#logo > h1 {
    float: none !important;
}

header.smaller {
position: relative;
}
div.bar-aajel, #top-link,div.title-top-bar-en, .clossing, .uniquename, .dowmadv {
display: none !important;
}
	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 7px 10px 7px 20px;
	}
	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}
	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
		width: 100%;
		padding: 10px 0px 0px 10px !important;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto !important;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: transparent;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
.box-topmaxtech-down {

}
.table-footer {

}
.footer-widget-area {
width: 25%;
float: right;
}


}
/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}
div#headtopfixed {
height: auto;
width: 100%;
}

header.smaller > div.navbar {width: 100%;margin: 0px;padding: 0px;}
header.smaller .nav-menu li a {line-height: 30px;padding: 0px 15px;white-space: nowrap;}
header.smaller .nav-menu li.menu-item-has-children:before {line-height: 2px;}
#block_social li, #block_social_footer li {
margin-bottom: 5px;
}
.nav-menu li a, header.smaller .nav-menu li a {
line-height: 30px;
padding: 0px;
}
div#primary, div.intro-home > div.left, aside.homeleft, aside.homeright, div.intro-home > div.right, #copyright-message > .grid_4.social-links, .menu-icons-home-container > ul#menu-icons-home > li , .navbar, .site-main, div#rihgthomepages, div#lefthomepages,.caroufredsel_wrapper, .cat-widget > div > div > ul,aside, .cat-widget ,div#content, aside.contentinsid,
.contant-right , .news-top-slid,div#leftpages, div.contentinsid-r-desc,#postarticleall > article, div.contentinsid-r-img, #contentinsid-r > div.contentinsid-r-img > a > img {
max-width: 100% !important;
width:100% !important;
float: right !important;
display: block;
}
#logo { right: inherit;
margin: 0px auto;
padding: 2px 2px;
text-align: center;
position: relative;
float: none;
}
#logo > h1 {
    float: none !important;
}

header.smaller {
position: relative;
}
div.bar-aajel, #top-link,div.title-top-bar-en, .clossing, .uniquename, .dowmadv {
display: none !important;
}
	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 7px 10px 7px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
		width: 100%;
		padding: 10px 0px 0px 10px !important;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto !important;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: transparent;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
.box-topmaxtech-down {

}
.table-footer {

}
.footer-widget-area {
width: 25%;
float: right;
}
}

@media (max-width: 643px) {

div#headtopfixed {
height: auto;
width: 100%;
}

header.smaller > div.navbar {width: 100%;margin: 0px;padding: 0px;}
header.smaller .nav-menu li a {line-height: 30px;padding: 0px 15px;white-space: nowrap;}
header.smaller .nav-menu li.menu-item-has-children:before {line-height: 2px;}
#block_social li, #block_social_footer li {
margin-bottom: 5px;
}
	.nav-menu li a, header.smaller .nav-menu li a {
line-height: 30px;
padding: 0px;
}
div#primary, aside.homeleft, aside.homeright, div.intro-home > div.left, div.intro-home > div.right, #copyright-message > .grid_4.social-links, .navbar, .menu-icons-home-container > ul#menu-icons-home > li , .site-main, div#rihgthomepages, div#lefthomepages,.caroufredsel_wrapper, .cat-widget > div > div > ul,aside, .cat-widget ,div#content, aside.contentinsid,
.contant-right , .sectionpost,div#leftpages, .news-top-slid,div.contentinsid-r-desc,#postarticleall > article, div.contentinsid-r-img, #contentinsid-r > div.contentinsid-r-img > a > img {
max-width: 100% !important;
width:100% !important;
float: right !important;
display: block;
}
#logo { right: inherit;
margin: 0px auto;
padding: 2px 2px;
text-align: center;
position: relative;
float: none;
}
#logo > h1 {
    float: none !important;
}

header.smaller {
position: relative;
}
div.bar-aajel, #top-link,div.title-top-bar-en, .clossing, .uniquename, .dowmadv {
display: none !important;
}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 7px 10px 7px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
		width: 100%;
		padding: 10px 0px 0px 10px !important;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto !important;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: transparent;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
.box-topmaxtech-down {

}
.table-footer {

}
.footer-widget-area {
width: 100%;
float: none;
}
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}
div#headtopfixed {
height: auto;
width: 100%;
}
div.oneboxall > .container > .sectiontwo > ul > li,bdiv.onrtl > .container > .litop-onrtl, div.onrtl > .container > .litop-onrtl > div > .excerptandtime, div.onrtl > .container > .litop-onrtl, div.onrtl > .container > .cpost-onrtl, div.oneboxall > .container > .cpost > .litop > .thumb, .excerptandtime {
    width: 95% !important;
}
div.oneboxall > .container > .cpost > .litop {
    height: initial !important;
}
header.smaller > div.navbar {width: 100%;margin: 0px;padding: 0px;}
header.smaller .nav-menu li a {line-height: 30px;padding: 0px 15px;white-space: nowrap;}
header.smaller .nav-menu li.menu-item-has-children:before {line-height: 2px;}
#block_social li, #block_social_footer li {
margin-bottom: 5px;
}
.nav-menu li a, header.smaller .nav-menu li a {
line-height: 30px;
padding: 0px;
}
.catbook > div.gridbookimage > div > .catimages, 
.catbook > div.gridbookimage > div > .content-en, 
.catbook > div.gridbookimage > div > .content-ar, 
.catbook > div.gridbookimage > div > .purchase-book, 
.catbook > div.gridbookimage > div > .interactive-course, 
.catbook > div.gridbookimage > div > .self-based-course, 
div#primary, .sectionpost, aside.homeleft, aside.homeright, div.intro-home > div.right > div.one,div.intro-home > div.right > div.two,div.intro-home > div.right > div.three, div.intro-home > div.left, div.intro-home > div.right, .navbar, #copyright-message > .grid_4.social-links, .menu-icons-home-container > ul#menu-icons-home > li , .site-main, div#rihgthomepages, div#lefthomepages,.caroufredsel_wrapper, .cat-widget > div > div > ul,aside, .cat-widget ,div#content, aside.contentinsid,
.contant-right ,div#leftpages,div.contentinsid-r-desc, div.contentinsid-r-img,#postarticleall > article, #contentinsid-r > div.contentinsid-r-img > a > img {
max-width: 100% !important;
width:100% !important;
float: right !important;
display: block;
}
.catbook > div.gridbookimage > div > .catimages > img {
    margin: 0px auto;
    float: none;
    max-width: none !important;
    width: inherit;
}
#logo { right: inherit;
margin: 0px auto;
padding: 2px 2px;
text-align: center;
position: relative;
float: none;
}
#logo > h1 {
    float: none !important;
}

header.smaller {
position: relative;
}
div.bar-aajel, #top-link,div.title-top-bar-en, .clossing, .uniquename, .dowmadv {
display: none !important;
}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
	.box-topmaxtech-down {

}
.table-footer {

}
.footer-widget-area {
width: 100%;
float: none;
}
}


/**
 * 9.0 	
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */


@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.navbar-fixed .site-title, 
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}
/* ---------- Medium Monitor (Note: Design for a width more than 1151px but less than 1440px) ---------- */
@media only screen and (min-width: 1152px) and (max-width: 1439px) {



}

/* ---------- Small Monitor (Note: Design for a width more than 1023px but less than 1152px) ---------- */

@media only screen and (min-width: 1024px) and (max-width: 1151px) {



}

/* ---------- Tablet Portrait (Note: Design for a width more than 767px but less than 1024px) ---------- */

@media only screen and (min-width: 768px) and (max-width: 1023px) {


}
/* ---------- Small Tablet (Note: Design for a width more than 540px but less than 768px) ---------- */

@media only screen and (min-width: 541px) and (max-width: 768px) {
.catbook > div.gridbookimage > div > .catimages, 
.catbook > div.gridbookimage > div > .content-en, 
.catbook > div.gridbookimage > div > .content-ar, 
.catbook > div.gridbookimage > div > .purchase-book, 
.catbook > div.gridbookimage > div > .interactive-course, 
.catbook > div.gridbookimage > div > .self-based-course, 
div#primary, .sectionpost, aside.homeleft, aside.homeright,  div.intro-home > div.left, div.intro-home > div.right, .navbar, #copyright-message > .grid_4.social-links, .menu-icons-home-container > ul#menu-icons-home > li , .site-main, div#rihgthomepages, div#lefthomepages,.caroufredsel_wrapper, .cat-widget > div > div > ul,aside, .cat-widget ,div#content, aside.contentinsid,
.contant-right ,div#leftpages, div.contentinsid-r-desc, div.contentinsid-r-img,#postarticleall > article, #contentinsid-r > div.contentinsid-r-img > a > img {
max-width: 100% !important;
width:100% !important;
float: right !important;
display: block;
}
.catbook > div.gridbookimage > div > .catimages > img {
    margin: 0px auto;
    float: none;
    max-width: none !important;
    width: inherit;
}
header.smaller > div.navbar {width: 100%;margin: 0px;padding: 0px;}
header.smaller .nav-menu li a {line-height: 30px;padding: 0px 15px;white-space: nowrap;}
header.smaller .nav-menu li.menu-item-has-children:before {line-height: 2px;}
div#headtopfixed {
height: auto;
width: 100%;
}
.nav-menu li a, header.smaller .nav-menu li a {
line-height: 30px;
padding: 0px;
}
#logo { right: inherit;
margin: 0px auto;
padding: 2px 2px;
text-align: center;
position: relative;
float: none;
}
#logo > h1 {
    float: none !important;
}

header.smaller {
position: relative;
}
div.bar-aajel, #top-link,div.title-top-bar-en, .clossing, .uniquename, .dowmadv {
display: none !important;
}

}

/* ---------- Small Tablet & Mobile (Note: Design for a width less than 768px) ---------- */

@media only screen and (max-width: 767px) {
div#primary, .sectionpost, aside.homeleft, aside.homeright,  div.intro-home > div.left, div.intro-home > div.right, .navbar, #copyright-message > .grid_4.social-links, .menu-icons-home-container > ul#menu-icons-home > li , .site-main, div#rihgthomepages, div#lefthomepages,.caroufredsel_wrapper, .cat-widget > div > div > ul,aside, .cat-widget ,div#content, aside.contentinsid,
.contant-right ,div#leftpages, div.contentinsid-r-desc, div.contentinsid-r-img,#postarticleall > article, #contentinsid-r > div.contentinsid-r-img > a > img {
max-width: 100% !important;
width:100% !important;
float: right !important;
display: block;
}
div#headtopfixed {
height: auto;
width: 100%;
}
header.smaller > div.navbar {width: 100%;margin: 0px;padding: 0px;}
header.smaller .nav-menu li a {line-height: 30px;padding: 0px 15px;white-space: nowrap;}
header.smaller .nav-menu li.menu-item-has-children:before {line-height: 2px;}
.nav-menu li a, header.smaller .nav-menu li a {
line-height: 30px;
padding: 0px;
}
#logo { right: inherit;
margin: 0px auto;
padding: 2px 2px;
text-align: center;
position: relative;
float: none;
}
#logo > h1 {
    float: none !important;
}

header.smaller {
position: relative;
}
div.bar-aajel, #top-link,div.title-top-bar-en, .clossing, .uniquename, .dowmadv {
display: none !important;
}

}

/* ---------- Mobile (Note: Design for a width less than 541px) ---------- */

@media only screen and (max-width: 540px) {
.catbook > div.gridbookimage > div > .catimages, 
.catbook > div.gridbookimage > div > .content-en, 
.catbook > div.gridbookimage > div > .content-ar, 
.catbook > div.gridbookimage > div > .purchase-book, 
.catbook > div.gridbookimage > div > .interactive-course, 
.catbook > div.gridbookimage > div > .self-based-course, 
div#primary, .sectionpost, aside.homeleft, aside.homeright,  div.intro-home > div.left, div.intro-home > div.right, .navbar, #copyright-message > .grid_4.social-links, .menu-icons-home-container > ul#menu-icons-home > li , .site-main, div#rihgthomepages, div#lefthomepages,.caroufredsel_wrapper, .cat-widget > div > div > ul,aside, .cat-widget ,div#content, aside.contentinsid,
.contant-right ,div#leftpages,  .news-top-slid,div.contentinsid-r-desc, div.contentinsid-r-img,#postarticleall > article, #contentinsid-r > div.contentinsid-r-img > a > img {
max-width: 100% !important;
width:100% !important;
float: right !important;
display: block;
}
.catbook > div.gridbookimage > div > .catimages > img {
    margin: 0px auto;
    float: none;
    max-width: none !important;
    width: inherit;
}
div#headtopfixed {
height: auto;
width: 100%;
}
header.smaller > div.navbar {width: 100%;margin: 0px;padding: 0px;}
header.smaller .nav-menu li a {line-height: 30px;padding: 0px 15px;white-space: nowrap;}
header.smaller .nav-menu li.menu-item-has-children:before {line-height: 2px;}

#block_social li, #block_social_footer li {
margin-bottom: 5px;
}
.nav-menu li a, header.smaller .nav-menu li a {
line-height: 30px;
padding: 0px;
}
#logo { right: inherit;
margin: 0px auto;
padding: 2px 2px;
text-align: center;
position: relative;
float: none;
}
#logo > h1 {
    float: none !important;
}

header.smaller {
position: relative;
}
div.bar-aajel, #top-link,div.title-top-bar-en, .clossing, .uniquename, .dowmadv {
display: none !important;
}

}
/* ---------- Mobile (Note: Design for a width less than 401px) ---------- */

@media only screen and (max-width: 400px) {
.catbook > div.gridbookimage > div > .catimages, 
.catbook > div.gridbookimage > div > .content-en, 
.catbook > div.gridbookimage > div > .content-ar, 
.catbook > div.gridbookimage > div > .purchase-book, 
.catbook > div.gridbookimage > div > .interactive-course, 
.catbook > div.gridbookimage > div > .self-based-course, 
div#primary, .sectionpost, aside.homeleft, aside.homeright,  div.intro-home > div.left, div.intro-home > div.right > div.one,div.intro-home > div.right > div.two,div.intro-home > div.right > div.three, div.intro-home > div.right, .navbar, #copyright-message > .grid_4.social-links, .menu-icons-home-container > ul#menu-icons-home > li , .site-main, div#rihgthomepages, div#lefthomepages,.caroufredsel_wrapper, .cat-widget > div > div > ul,aside, .cat-widget ,div#content, aside.contentinsid,
.contant-right ,div#leftpages, .news-top-slid,div.contentinsid-r-desc, div.contentinsid-r-img,#postarticleall > article, #contentinsid-r > div.contentinsid-r-img > a > img {
max-width: 100% !important;
width:100% !important;
float: right !important;
display: block;
}
.catbook > div.gridbookimage > div > .catimages > img {
    margin: 0px auto;
    float: none;
    max-width: none !important;
    width: inherit;
}
div.oneboxall > .container > .sectiontwo > ul > li,bdiv.onrtl > .container > .litop-onrtl, 
div.onrtl > .container > .litop-onrtl > div > .excerptandtime, 
div.onrtl > .container > .litop-onrtl, div.onrtl > .container > .cpost-onrtl, div.oneboxall > .container > .cpost > .litop > .thumb, .excerptandtime {
    width: 95% !important;
}
div.oneboxall > .container > .cpost > .litop {
    height: initial !important;
}
header.smaller > div.navbar {width: 100%;margin: 0px;padding: 0px;}
header.smaller .nav-menu li a {line-height: 30px;padding: 0px 15px;white-space: nowrap;}
header.smaller .nav-menu li.menu-item-has-children:before {line-height: 2px;}
#block_social li, #block_social_footer li {
margin-bottom: 5px;
}
div#headtopfixed {
height: auto;
width: 100%;
}
.nav-menu li a, header.smaller .nav-menu li a {
line-height: 30px;
padding: 0px;
}
#logo { right: inherit;
margin: 0px auto;
padding: 2px 2px;
text-align: center;
position: relative;
float: none;
}
#logo > h1 {
    float: none !important;
}

header.smaller {
position: relative;
}
div.bar-aajel, #top-link,div.title-top-bar-en, .clossing, .uniquename, .dowmadv {
display: none !important;
}

}
/* ---------- Mobile (Note: Design for a width less than 401px) ---------- */

@media only screen and (max-width: 300px) {
.catbook > div.gridbookimage > div > .catimages, 
.catbook > div.gridbookimage > div > .content-en, 
.catbook > div.gridbookimage > div > .content-ar, 
.catbook > div.gridbookimage > div > .purchase-book, 
.catbook > div.gridbookimage > div > .interactive-course, 
.catbook > div.gridbookimage > div > .self-based-course, 
div#primary, .sectionpost, aside.homeleft, aside.homeright,  div.intro-home > div.right > div.one,div.intro-home > div.right > div.two,div.intro-home > div.right > div.three, div.intro-home > div.left, div.intro-home > div.right, .navbar, #copyright-message > .grid_4.social-links, .menu-icons-home-container > ul#menu-icons-home > li , .site-main, div#rihgthomepages, div#lefthomepages,.caroufredsel_wrapper, .cat-widget > div > div > ul,aside, .cat-widget ,div#content, aside.contentinsid,
.contant-right ,div#leftpages, .news-top-slid,div.contentinsid-r-desc, div.contentinsid-r-img, #postarticleall > article,#contentinsid-r > div.contentinsid-r-img > a > img {
max-width: 100% !important;
width:100% !important;
float: right !important;
display: block;
}
.catbook > div.gridbookimage > div > .catimages > img {
    margin: 0px auto;
    float: none;
    max-width: none !important;
    width: inherit;
}
div.oneboxall > .container > .sectiontwo > ul > li,bdiv.onrtl > .container > .litop-onrtl, 
div.onrtl > .container > .litop-onrtl > div > .excerptandtime, 
div.onrtl > .container > .litop-onrtl, div.onrtl > .container > .cpost-onrtl, div.oneboxall > .container > .cpost > .litop > .thumb, .excerptandtime {
    width: 95% !important;
}
div.oneboxall > .container > .cpost > .litop {
    height: initial !important;
}
header.smaller > div.navbar {width: 100%;margin: 0px;padding: 0px;}
header.smaller .nav-menu li a {line-height: 30px;padding: 0px 15px;white-space: nowrap;}
header.smaller .nav-menu li.menu-item-has-children:before {line-height: 2px;}

#block_social li, #block_social_footer li {
margin-bottom: 5px;
}
div#headtopfixed {
height: auto;
width: 100%;
}
.nav-menu li a, header.smaller .nav-menu li a {
line-height: 30px;
padding: 0px;
}
#logo { right: inherit;
margin: 0px auto;
padding: 2px 2px;
text-align: center;
position: relative;
float: none;
}
#logo > h1 {
    float: none !important;
}

	
header.smaller {
	position: relative;
}

div.bar-aajel, #top-link,div.title-top-bar-en, .clossing, .uniquename, .dowmadv {
display: none !important;
}

}