﻿@font-face {
  font-family: Greta;
  src: url('fonts/Greta_Arabic_Regular.eot');
  src: url('fonts/Greta_Arabic_Regulard41d.eot?#iefix') format('embedded-opentype'),
  		 url('fonts/Greta_Arabic_Regular.woff') format('woff'),
  		 url('fonts/Greta_Arabic_Regular.otf') format("opentype");
		 
}


@font-face {
	font-family: Aj-Bold;
	src: url('fonts/Al-Jazeera-Arabic-Bold.eot');
	src: url('fonts/Al-Jazeera-Arabic-Boldd41d.eot?#iefix') format('embedded-opentype'),
			 url('fonts/Al-Jazeera-Arabic-Bold.woff') format('woff'),
			 url('fonts/Al-Jazeera-Arabic-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Aj-Light;
	src: url('fonts/Al-Jazeera-Arabic-Light.eot');
	src: url('fonts/Al-Jazeera-Arabic-Lightd41d.eot?#iefix') format('embedded-opentype'),
			 url('fonts/Al-Jazeera-Arabic-Light.woff') format('woff'),
			 url('fonts/Al-Jazeera-Arabic-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Aj-Regular;
	src: url('fonts/Al-Jazeera-Arabic-Regular.eot');
	src: url('fonts/Al-Jazeera-Arabic-Regulard41d.eot?#iefix') format('embedded-opentype'),
			 url('fonts/Al-Jazeera-Arabic-Regular.woff') format('woff'),
			 url('fonts/Al-Jazeera-Arabic-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
	


* { 
		margin: 0;
		padding: 0px;
	} 
	
	body {
	background-color: #FFF;
	color: #686868;
	font-family: Greta , open-sans, Arial, sans-serif !important;
	font-size: 16px;
	line-height: 26px;
		position:relative;		 
		padding:0;
		margin:0;
		font-size: 16px;
 
	}

	html {
	font-family: Greta , open-sans, Arial, sans-serif !important;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	html,
	body {
	font-family: Greta , open-sans, Arial, sans-serif !important;
		height: 100%;
			direction: rtl;

	}
	
	div.body {
		height: 100%;
		width: 100%;
	}
	
	img {
		height: auto;
		max-width: 100%;
	}
	.content_fullwidth {
    
    padding: 59px 0 0;
    
}

	
#vsharebar {
position:fixed;
bottom:15%;
margin-right:10px;
float:right;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background-color:#fff;
padding:0 0 2px 0;
z-index:10;
width:79px;
}


#vsharebar .sbutton {
float:right;
clear:both;
margin:5px 5px 0 5px;
}

@media (max-width: 479px) {
#vsharebar {
position:fixed;
bottom:0 ;
margin:0px;
float:left;

padding:0;

width:100%;

}
#vsharebar .sbutton {
display:inline;
float:left;
clear:none;
margin:5px 5px 0 5px; 
}
}

/* Nav Responsive Breakpoints */
@media (max-width: 600px) {
#vsharebar {
position:fixed;
bottom:0 ;
margin:0px;
float:left;

padding:0;

width:100%;

}
#vsharebar .sbutton {
display:inline;
float:left;
clear:none;
margin:5px 5px 0 5px; 
}
 
}

.fb_share_count_top {width:48px !important;}
.fb_share_count_top, .fb_share_count_inner {
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.FBConnectButton_Small, .FBConnectButton_RTL_Small {
width:49px !important;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.FBConnectButton_Small .FBConnectButton_Text {
padding:2px 2px 3px !important;
-moz-border-radius:3px;
-webkit-border-radius:3px;
font-size:8px;}

	.hidden { display: none; }
	.alignleft { float: right; }
	.alignright { float: left; }
	.aligncenter {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
	}
	.clear {
		clear: both;
		display: block;
		font-size: 0;
		height: 0;
		line-height: 0;
		width:100%;
	}
	::-moz-selection  {
		color: #fff;
		text-shadow:none;
		background:#2B2E31;
	}
	::selection {
		color: #fff;
		text-shadow:none;
		background:#2B2E31;
	}
	*,
	*:after,
	*:before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}
	a { 
		color:#0088CC;
		padding: 0;
		margin: 0;
		font-family: Aj-Regular, "arabic typesetting", serif;
		text-decoration: none; 
	}
	
	a:hover,
	a:focus {
	  text-decoration: none;
	  color:#01090C;
	}
	a img { 
		border: none; 
		vertical-align: bottom;
	}
	a.remove{
		display:block;
		height:18px;
		width:18px;
		margin:10px;
		padding-right:0 !important;
		text-indent:-9999px;
		background:url(images/remove.png) #01090C;
		border-radius:100px;
		border-style:solid;
		border-width:1px
	}

	h1,h2,h3,h4,h5,h6{ 
		letter-spacing:0px;
		font-weight:normal;
	 
		padding: 0 0 10px 0;         
		font-weight:normal;
		font-family: Aj-Bold, "arabic typesetting", serif;
		/*font-family: "Open Sans",Helvetica,Arial,sans-serif;*/
		line-height:140% !important;
		color:#121214;
	}
	
	h1{
		font-size: 22px; 
	}
	
	h2{
		font-size: 20px; 	
	}
	
	h3{
		font-size: 18px; 
	}
	
	h4{
		font-size: 16px; 		
	}
	
	h5{
		font-size: 14px; 		
	}
	
	h6{
		font-size: 13px;  	
	}
	
	.general_wrapper {
		margin:20px 0 15px;
	}
	p,
	pre,
	ul,
	ol,
	dl,
	dd,
	blockquote,
	address,
	table,
	fieldset
	{ margin-bottom: 20px; }
	
	a img {
		border: none; 
	}
	ul {
    list-style: none outside none;
}
ul li {
    list-style: none ;
}
	ul,
	ol,
	dl { margin-right: 30px; }
	ul,
	ol,
	dl {
	  margin-bottom: 1.25em;
	  font-family: inherit;
	}
	ul, ol {
	  margin-right: 0;
	}
	ul.no-bullet, ol.no-bullet {
    	margin-right: 0;
	}
	ul li ul,
	ul li ol {
	  margin-right: 1.25em;
	  margin-bottom: 0;
	}
	ol li ul,
	ol li ol {
	  margin-right: 1.25em;
	  margin-bottom: 0;
	}
	dl dt {
	  margin-bottom: 0.3em;
	  font-weight: bold;
	}
	dl dd {
	  margin-bottom: 0.75em;
	}
	.lead {
		font-family: Aj-Bold, "arabic typesetting", serif;
		font-size:18px;
		margin:15px 0;
		padding:0;
	}
	.message .lead {
		font-family: Aj-Bold, "arabic typesetting", serif;
		font-size:16px;
		 
	}
	section::before,
	section::after {
		position: absolute;
		content: '';
		pointer-post-wraps: none;
	}	
	.first {clear:both}
	.last{margin-left:0}
	
	audio,
	video {
		max-width: 100%;
		height: auto;
	}

	#soundcloud {
		margin-bottom:-5px !important;
	}
	
	iframe,
	embed,
	object {
		max-width: 100%;
	}
	.rotating {
	  display: inline-block;
	  -webkit-transform-style: preserve-3d;
	  -moz-transform-style: preserve-3d;
	  -ms-transform-style: preserve-3d;
	  -o-transform-style: preserve-3d;
	  transform-style: preserve-3d;
	  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
	  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
	  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
	  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
	  transform: rotateX(0) rotateY(0) rotateZ(0);
	  -webkit-transition: 0.5s;
	  -moz-transition: 0.5s;
	  -ms-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transform-origin-x: 50%;
	}
	
	.rotating.flip {
	  position: relative;
	}
	
	.rotating .front, .rotating .back {
	  right: 0;
	  top: 0;
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	  -o-backface-visibility: hidden;
	  backface-visibility: hidden;
	}
	
	.rotating .front {
	  position: absolute;
	  display: inline-block;
	  -webkit-transform: translate3d(0,0,1px);
	  -moz-transform: translate3d(0,0,1px);
	  -ms-transform: translate3d(0,0,1px);
	  -o-transform: translate3d(0,0,1px);
	  transform: translate3d(0,0,1px);
	}
	
	.rotating.flip .front {
	  z-index: 1;
	}
	
	.rotating .back {
	  display: block;
	  opacity: 0;
	}
	
	.rotating.spin {
	  -webkit-transform: rotate(360deg) scale(0);
	  -moz-transform: rotate(360deg) scale(0);
	  -ms-transform: rotate(360deg) scale(0);
	  -o-transform: rotate(360deg) scale(0);
	  transform: rotate(360deg) scale(0);
	}

	.rotating.flip .back {
	  z-index: 2;
	  display: block;
	  opacity: 1;
	  
	  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
	  -moz-transform: rotateY(180deg) translate3d(0,0,0);
	  -ms-transform: rotateY(180deg) translate3d(0,0,0);
	  -o-transform: rotateY(180deg) translate3d(0,0,0);
	  transform: rotateY(180deg) translate3d(0,0,0);
	}
	
	.rotating.flip.up .back {
	  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
	  -moz-transform: rotateX(180deg) translate3d(0,0,0);
	  -ms-transform: rotateX(180deg) translate3d(0,0,0);
	  -o-transform: rotateX(180deg) translate3d(0,0,0);
	  transform: rotateX(180deg) translate3d(0,0,0);
	}
	
	.rotating.flip.cube .front {
	  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
	  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
	  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
	  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
	  transform: translate3d(0,0,100px) scale(0.85,0.85);
	}
	
	.rotating.flip.cube .back {
	  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
	  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	}
	
	.rotating.flip.cube.up .back {
	  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
	  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	}

	
	hr.ft { 
		padding: 0;
		margin:40px 0; 
		border: none; 
		border-top: medium double #2b2b2b; 
		color: #2b2b2b; 
		text-align: center;
	} 
	
	hr.dm4,
	hr.dm3,
	hr.dm2,
	hr.dm { 
		padding: 0;
		margin:20px 0; 
		border: none; 
		border-top: medium double #ededed; 
		color: #01090C; 
		text-align: center;
	} 

	hr.dm4:after,
	hr.dm3:after,
	hr.dm2:after,
	hr.dm:after {
		content: "\f06c";
		font-family: 'FontAwesome'; 
		display: inline-block; 
		position: relative; 
		top: -0.7em; 
		font-size: 1.5em; 
		padding: 0 0.85em; 
		background: white;
	}


	hr.ft:after {
		content: "\f06c";
		font-family: 'FontAwesome'; 
		display: inline-block; 
		color:#2b2b2b;
		position: relative; 
		top: -0.7em; 
		font-size: 1.5em; 
		padding: 0 0.85em; 
		background:#17191B;
	}
	
	hr.dm4:after {
		content: "\f128";
	}	
	hr.dm3:after {
		content: "\f13d";
	}
	hr.dm2:after {
		content: "\f08a";
	}	
#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-left: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}
  
.ratspn {
display: inline;
float:right;
position: relative;
margin-right: 10px;
}
.rating{
	margin-bottom: 0px;
}
.rating p{
	display: inline;
	position: relative;
	top: 2px;
	font-size: 13px;
	right: 110px;
}
.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
		margin-top: -20px;
	top: 0px;
	padding: 0;
	background-position: right top;
}
.star-rating li {
	display: inline;
}
.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: right bottom;
}
.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}
.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}
.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: right center;
}
/* smaller star */
.small-star {
	width: 100px;
	height: 20px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(images/star_small.gif);
	line-height: 20px;
	height: 20px;
}
.tags-wrap {
	margin-bottom: 30px;	
}

  .tags-wrap h4, 
 .tags-wrap .tags {
	display: inline-block;	
	vertical-align: middle;	
}

  .tags-wrap h4 {
	margin-left: 20px;
	margin-bottom: 5px;
}

  .tags-wrap h4,
  .tags-wrap .tags li {
	margin-bottom: 10px;
}

/*----------*/

.tags {
	list-style: none;	
	margin: 0;
	padding: 0;
}

.tags li {
	float: right;
	margin: 0 0 5px 5px;
}

.tags a {
	display: block;
	color: #333;
	background-color: #e5e5e5; 
	padding: 5px 10px;
	border-radius: 3px;
	
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-repeat: repeat-x;
}

.tags a:hover {
	color: #fff;
}


/* home the 4 column features section */
.services_one {
	float: right;
	width: 100%;
	padding: 4% 3% 0px 3%;
	min-height: 100px;
	border-top: 5px solid #ED5473;
	background: #f5f5f5 url(img/gray-bg1.html) repeat-x right top;
	border-bottom: 1px solid #eee;
}
.services_one .four {
	background: url(img/v-line-light1.html) no-repeat left top;
	padding-left: 0.750%;
	  
}
.services_one .four.last {
	background: none;
}

.services_one.lesmar {
	padding: 98% 3% 1.4% 3%;
	min-height: 50px;
}

.icon_left_box {
	float: right;
	width: 100%;
}
.icon_left_box i {
	float: right;
	height: 100%;
	
}
.icon_left_box .right {
	float: left;
	width: 80%;
}
h2.serv {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 5px;
	 color: #22221E;
    
}

.recent_posts li {
		list-style:none;
		margin-bottom:20px;
	}	
	
	.recent_posts > li img {
		width: 50px;
	}	
	a.readmore {
		text-transform:none;
		display: block;
		 
		font-size:11px;
		font-style:italic;
	}
	.recent_posts img {
		margin: 0 0 0 10px;
	}	
	
	.tabbable .valign h4 {
		font-size: 14px !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.tabbable .valign .recent_post_img {
		width:50px;
	}
	
	#sidebar {
		padding-bottom:30px;
		padding-top:25px;
	}
	
	#sidebar .widget {
	 
		margin-bottom: 40px;
		padding-bottom: 15px;
	}
	
	.footer-links li,
	.categories li {
		-moz-box-sizing: border-box;
		float: right;
		list-style:none;
		padding-bottom: 7px;
		padding-right: 5px;
		width: 100%;
	}

	.footer-links li:before,
	.categories li:before {
		font-family: 'FontAwesome';
		content: "\f104";
		padding-left:5px;
	}

	.footer-links li a,
	.categories li a {
		color:#656565;
	}
	
	
/* Tabs */
div.tabs {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 35px;
}

div.tabs div.tab-content {
	-moz-border-radius: 0 0 4px 4px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0 0 4px 4px;
	border-top: 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	padding: 15px;
}

div.tabs ul.nav-tabs {
	margin: 0;
}

div.tabs ul.nav-tabs li.active a {
	background: #FFF;
	border-top: 3px solid #E14D43 ;
	color: #E14D43 ;
}

div.tabs ul.nav-tabs a {
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	background: #F4F4F4;
	border: 1px solid #EEE;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	color: #666;
	margin-left: 1px;
}

div.tabs ul.nav-tabs a:hover {
	border-top: 2px solid #E14D43 ;
}

div.tabs ul.nav-tabs a:active,
div.tabs ul.nav-tabs a:focus {
	border-bottom: 0;
}

div.tabs ul.nav-tabs a,
div.tabs ul.nav-tabs a:hover {
	border: 1px solid #EEE;
	border-bottom: 0;
	border-top: 2px solid #DDD;
	color: #E14D43 ;
	font-size: 0.9em;
}

/* Simple Post List */
ul.simple-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.simple-post-list li a{
	color:#303030;
}
ul.simple-post-list div.post-image {
	float: right;
	margin-left: 12px;
}

ul.simple-post-list div.post-meta {
	color: #888;
	font-size: 0.8em;
}

ul.simple-post-list li {
	border-bottom: 1px dotted #E2E2E2;
	min-height: 62px;
	padding: 15px 0;
}

ul.simple-post-list li:last-child {
	border-bottom: 0;
}
/* Thumbnails */
.img-thumbnail {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}

	.message .lead {
		padding: 0 0 10px 0
	}

	.bigtitle {
		font-weight:600;
	  	font-size: 22px;
		 
		text-transform: uppercase;
		margin: 5px 0 0 0;
		padding: 0;
	}
	
	.section-title hr {
		border: 0 none;
		height:2px;
		background:#01090C;
		margin: 0 auto 10px;
		width: 80px;
	}
	
	.message {
		padding:10px 0
	}
	
	.message .leftbutton {
		margin-top:40px;
	}
	.form-control	{
	
	margin-bottom: 10px;
	}
	 
.widget-title {
    display: inline-block;
    margin: 15px 0 0;
    padding: 0;
    position: relative;
}
.contact_details {
		margin-top:5px;
	}
		#contact_page .forum_widget, 
	#contact_page .support_widget {
		background:#ffffff;
		border-color:#efefef;
			box-shadow: inset 0 1px 1px #efefef;
			-webkit-box-shadow: inset 0 1px 1px #efefef;
	}
	
	#contact_page #contact .form-control {
		margin-bottom:10px;
		background-color:#ffffff;
		color:#7D7E7F;
		border:1px solid #efefef;
		box-shadow: inset 0 1px 1px #dddddd;
		-webkit-box-shadow: inset 0 1px 1px #dddddd;
	}

	#contact_page .custom-box p {
		margin-top:0 !important;
		padding-top:0 !important;
	}	
	#contact_page .forum_widget p,
	#contact_page .support_widget p {
		margin-top:3px !important;
		padding-top:3px !important;
	}
	
	#comments_form .form-control {
		margin-bottom:10px;
	}
	#contact .form-control {
		margin-bottom:10px;
		background-color:#2F3133;
		color:#7D7E7F;
		border:1px solid #1a1a1a;
		box-shadow: inset 0 1px 1px #2F3133;
		-webkit-box-shadow: inset 0 1px 1px #2F3133;
	}
	
	#contact label,
	#contact .form-verif {
		width:45px;
		line-height:2.5;
		float:right;
		margin-left:0;
	}
	
	#contact fieldset {
		padding:20px; 
		border:1px solid #eee; 
		-webkit-border-radius:5px; 
		-moz-border-radius:5px;
	}
	
	#contact legend { 
		padding:7px 10px; 
		font-weight:bold; 
		color:#000; 
		border:1px solid #eee; 
		-webkit-border-radius:5px; 
		-moz-border-radius:5px; 
		margin-bottom:0 !important; 
		margin-bottom:20px; 
	}
	
	#contact span.required{ 
		font-size: 13px; 
		color: #ff0000;
	}
	#responsive_map img{
		max-width:none;
	}
	#responsive_map {
		height: 400px;
		width: 100%;
	}
	#responsive_map div {
		-webkit-border-radius: 10px; 
		-moz-border-radius: 10px; 
		border-radius: 10px;
	}
	.post-wrapper-top {
		background-color: #efefef;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		z-index: 0;
		 
		margin-bottom: 0;
		padding:0;
		position: relative;
		text-align: right;
	}
	.contact_icons,
	.miniicon span,
	.social span {
		-webkit-border-radius: 500px;
		-moz-border-radius: 500px;
		border-radius: 500px;
		color: #FFF ;
		float: right;
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		margin-left: 10px;
		position: relative;
		text-align: center;
		width: 30px;
	 
		z-index: 5;
	}
	
	.dmsearch.dmsearch-open .searchicon,
	.shop_item .icon-view,
	.shop_item .icon-link,
	.section-colorizedbg,
	h3.widget-title span.title-text,
	.about_widget .social span,
	.social span,
	.site-header .social span,
	.pricing-table > .price .name,
	.ls01,
	.dm_featured_box_icon,
	.miniicon span,
	.pagination > li > a:hover,
	.topbar.whitebg .searchicon:before,
	.bs-glyphicons li:hover,
	 
	.pagination > li > span:hover,
	.pagination > li > a:focus,
	.pagination > li > span:focus,
	.progress-bar,
	.blog-wrap div.post-date,
	.contact_icons,
	.desc span.text a:hover, .desc span.title a:hover,
	 
	.widget-title hr,
	.hovicon.effect-1.sub-a:hover,
	.hovicon.effect-1.sub-a:hover i,
	.hovicon.effect-1,
	.hovicon.effect-1.sub-a:hover,
	.back-to-top,
	.btn-primary,
	#owl-blog .read-more,
	#owl-blog .views,
	#owl-blog .post-type,
	#timeline .read-more,
	#timeline .views,
	#timeline .post-type,
	.flexslider .desc span.title,
	.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus,
	mark,
	.topbar {
	  background: #00a4db;
	  color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#00a4db), to(#007acc));
	  background-image: -webkit-linear-gradient(top, #00a4db, 0%, #007acc, 100%);
	  background-image: -moz-linear-gradient(top, #00a4db 0%, #007acc 100%);
	  background-image: linear-gradient(to bottom, #00a4db 0%, #007acc 100%);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a4db', endColorstr='#ff007acc', GradientType=0);
	  border-color: #007acc #007acc #004c80;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  *background-color: #00a4db;
	  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	  border-color: #007acc;
	}
	.btn-green{
	  background: #3e8e00 ;
	  color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3e8e00 ), to(#3e7a08));
	  background-image: -webkit-linear-gradient(top, #3e8e00 , 0%, #3e7a08, 100%);
	  background-image: -moz-linear-gradient(top, #3e8e00  0%, #3e7a08 100%);
	  background-image: linear-gradient(to bottom, #3e8e00  0%, #3e7a08 100%);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e8e00 ', endColorstr='#ff3e7a08', GradientType=0);
	  border-color: #3e7a08 #3e7a08 #326e00;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  *background-color: #3e8e00 ;
	  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	  border-color: #3e7a08;
	
	
	}
	.social span i{
	color: #ffffff;
	}
	.jetmenu i,
	.jetmenu ul li .indicator,
	.blue > li:hover > a, .jetmenu .indicator:hover,
	.searchicon,
	.widget-title h3 span,
	.panel-title > a i,
	.rotate,
	.check li:before,
	#owl-blog .read-more,
	#owl-blog .post-type,
	.nav-tabs i,
	.best-rating i,
	.price > .amount,
	.categories li a:hover,
	.recent_posts a,
	.price-new,
	.required,
	.shop-right .amount,
	.desc span.text a,
	a {
		color:#007acc;
	}
	.servicetitle hr,
	.services_lists hr,
	::-moz-selection  {
		background:#007acc;
	}
	::selection {
		background:#007acc;
	}
	
	.post-wrapper-top h2,
	.form-control:focus,
	.blue > li:hover > a, .blue > li.active > a {
		border-color:#007acc;
	}
	.b-link-flow .b-wrapper, .b-link-flow .b-top-line,
	.b-link-stroke .b-top-line,
	.b-link-stroke .b-bottom-line,
	.b-link-twist .b-top-line,
	.b-link-twist .b-bottom-line,
	.b-link-twist:hover .b-top-line b, .b-link-twist:hover .b-bottom-line b,
	.b-link-flip,
	.b-link-flip .b-top-line,
	.b-link-flip .b-bottom-line,
	.lt-ie10 .b-link-flip:hover .b-bottom-line b,
	.b-link-flip:hover .b-top-line b,
	.b-link-box .b-top-line,
	.b-link-box .b-bottom-line,
	.b-link-stripe .b-line,
	.b-link-apart-horisontal .b-top-line, .b-link-apart-horisontal .b-top-line-up,
	.b-link-apart-horisontal .b-bottom-line, .b-link-apart-horisontal .b-bottom-line-up,
	.b-link-apart-vertical .b-bottom-line, .b-link-apart-vertical .b-bottom-line-up,
	.b-link-apart-vertical .b-top-line, .b-link-apart-vertical .b-top-line-up,
	.b-link-diagonal .b-line,
	.b-link-fade .b-wrapper, .b-link-fade .b-top-line,
	.tp-rightarrow.default,
	.tp-leftarrow.default,
	.flex-direction-nav a,
	.magnifier {
		background-color:rgba(0,122,204, 0.6) !important;
	}

	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active,
	.btn-primary.active,
	.btn-primary.disabled,
	.btn-primary[disabled] {
	  color: #ffffff;
	  background-color: #007acc;
	  *background-color: #006bb3;
	}
	.btn-primary:active,
	.btn-primary.active {
	  background-color: #005b99 \9;
	}

	.nav-tabs > li.active > a, 
	.nav-tabs > li.active > a:hover, 
	.nav-tabs > li.active > a:focus {
		border-top-color:#4EB25C !important;
	}
	
	.hovicon.effect-1:after {
		 box-shadow: 0 0 0 4px #007acc;
	}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
		background-color:#007acc;
	}
	
	.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;}

/* Icon Fonts
*********************************/
/* 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 {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; 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 { margin: 0; background: #fff; position: relative;  zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
html.ie8 .flex-direction-nav .flex-prev, html.ie8 .flex-direction-nav .flex-next {display:none;}

html.ie8 #flexslider_hg_homepage_wrapper:hover .flex-direction-nav .flex-prev,
html.ie8 #flexslider_hg_homepage_wrapper:hover .flex-direction-nav .flex-next {display:block;}
.flex-direction-nav a.flex-disabled {
   display:none;
}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { 
text-decoration:none; 
display: block; 
width: 35px; 
padding:0 10px;
height: 60px;
line-height:60px; 
text-align:Center	;
margin: -20px 0 0; 
position: absolute; 
top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color:#ffffff; text-indent:hanging;text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 1; left: 15px; }
.flexslider:hover .flex-next { opacity: 1; right: 15px; }
.flexslider:hover .flex-next:focus, 
.flexslider:hover .flex-prev:focus, 
.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover { color:#ffffff;opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0 !important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "FontAwesome"; font-size: 28px; display: inline-block; content: '\f104'; }
.flex-direction-nav a.flex-next:before  { content: '\f105'; }

.flexslider .slides li {
    position:relative;
}

.flex-caption {

   background:rgba(255, 255, 255, 0.7);
    border: medium none;
    box-shadow: none;
    max-width: 300px;
	right:0;
	bottom:0;
	position:absolute;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    display: inline-block;
    margin: 5px 0 10px;
    padding: 30px;
    width: 100%;
}

	/* description location */
	 .flexslider .desc{
		position:absolute;
		max-width:420px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		right:0;
		bottom:10px;
	}

	/* columns common style */
	 .flexslider .desc span.title{
		background:url(../images/slider-text-background.html);
		font-size:18px;
		font-weight:600;
		line-height:100%;
		margin:0 0 5px 0;
	}	

	/* title */
	 .flexslider .desc span.title, .desc span.title a{
		text-decoration:none;
		color:#fff;
		display:block;
	}	

	.flexslider .desc span.title a,  
	.flexslider .desc span.title span{
		padding:10px;
		display:block;
	}

	/* description texts*/
	.flexslider .desc span.text{
		padding:10px;
		font-size:12px;
		background:url(../images/slider-text-background.html);
		text-decoration:none;
		color:#fff;
		display:block;
	}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/*ony for one corner, use this variable several time for other corners*/
.pi-testimonial {
  margin-bottom: 0px;
  	width: 100%;
	float: right;
	position: relative;
}
.pi-testimonial-content {
  position: relative;
  padding: 25px 28px 5px;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5em;
  border: 1px solid transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pi-testimonial-content:after {
  content: '';
  display: block;
  width: 23px;
  height: 16px;
  position: absolute;
  right: 200px;
  bottom: -16px;
}
.pi-testimonial-author-with-photo .pi-testimonial-content:after {
  right: 264px;
}
.pi-testimonial-content.pi-testimonial-content-big {
  font-size: 18px;
}
.pi-testimonial-content.pi-testimonial-content-bigger {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 300;
}
.pi-testimonial-content.pi-testimonial-content-quotes {
  padding-right: 46px;
}
.pi-testimonial-content.pi-testimonial-content-quotes:before {
  display: block;
  font-family: FontAwesome;
  content: "\f10e";
  font-size: 18px;
  position: absolute;
  top: 24px;
  font-style: normal;
  right: 18px;
}
.pi-testimonial-author-with-icon .pi-testimonial-author div {
  margin-right: 30px;
}
.pi-testimonial-author-with-photo .pi-testimonial-author div {
  padding: 17px 0 0 88px;
  text-align:right;
}
.pi-testimonial-author .pi-testimonial-author-photo {
  height: 90px;
  float: right;
   
  margin-left: 20px;
  margin-right:114px;
}
.pi-testimonial-author .pi-testimonial-author-photo img {
  max-height: 90px;
}
.pi-img-round, .pi-img-round img, .pi-img-round .pi-img-shadow-inner:after, .pi-img-round .pi-img-border, .pi-img-round .pi-img-border-double {
    border-radius: 50%;
}
.pi-testimonial-author .pi-icon-man,
.pi-testimonial-author .pi-icon-woman {
  width: 15px;
  height: 18px;
  float: right;
  margin-top: 2px;
}
.pi-testimonial-author:before,
.pi-testimonial-author:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pi-testimonial-author:after {
  clear: both;
}
.pi-testimonials-big {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4em;
  font-style: italic;
  margin-bottom: 15px;
}
.pi-testimonials-name {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-style: italic;
}
.pi-quote-left {
  margin-right: 10px;
}
.pi-quote-right {
  margin-left: 13px;
}
.pi-section-white .pi-testimonial-content,
.pi-section-grey .pi-testimonial-content,
.pi-section-base .pi-testimonial-content,
.pi-section-dark .pi-testimonial-content,
.pi-section-parallax .pi-testimonial-content {
  background: #f8fafa;
  color: #555c63;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  border-color: #e5eaea;
}
.pi-section-white .pi-testimonial-content:after,
.pi-section-grey .pi-testimonial-content:after,
.pi-section-base .pi-testimonial-content:after,
.pi-section-dark .pi-testimonial-content:after,
.pi-section-parallax .pi-testimonial-content:after {
  background: url(images/triangle-testimonials.png) no-repeat 50% 0;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-content-quotes:before {
  color: #d6dfdf;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-white,
.pi-section-grey .pi-testimonial-content.pi-testimonial-white,
.pi-section-base .pi-testimonial-content.pi-testimonial-white,
.pi-section-dark .pi-testimonial-content.pi-testimonial-white,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-white {
  background: #ffffff;
  color: #555c63;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #ffffff;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-white:after,
.pi-section-grey .pi-testimonial-content.pi-testimonial-white:after,
.pi-section-base .pi-testimonial-content.pi-testimonial-white:after,
.pi-section-dark .pi-testimonial-content.pi-testimonial-white:after,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-white:after {
  background: url(images/triangle-testimonials-white.png) no-repeat 50% 0;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before {
  color: #d6dfdf;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-base,
.pi-section-grey .pi-testimonial-content.pi-testimonial-base,
.pi-section-base .pi-testimonial-content.pi-testimonial-base,
.pi-section-dark .pi-testimonial-content.pi-testimonial-base,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-base {
  background: #00aab3;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  border-color: #00aab3;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-base:after,
.pi-section-grey .pi-testimonial-content.pi-testimonial-base:after,
.pi-section-base .pi-testimonial-content.pi-testimonial-base:after,
.pi-section-dark .pi-testimonial-content.pi-testimonial-base:after,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-base:after {
  background: url(images/triangle-testimonials-base.html) no-repeat 50% 0;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before {
  color: #6ccfcf;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-dark,
.pi-section-grey .pi-testimonial-content.pi-testimonial-dark,
.pi-section-base .pi-testimonial-content.pi-testimonial-dark,
.pi-section-dark .pi-testimonial-content.pi-testimonial-dark,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-dark {
  background: #2a3037;
  color: #bfc7cc;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: #32383f;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-dark:after,
.pi-section-grey .pi-testimonial-content.pi-testimonial-dark:after,
.pi-section-base .pi-testimonial-content.pi-testimonial-dark:after,
.pi-section-dark .pi-testimonial-content.pi-testimonial-dark:after,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-dark:after {
  background: url(images/triangle-testimonials-dark.html) no-repeat 50% 0;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before {
  color: #4e565e;
}
 