/*******************************************************************************

[TABLE OF CONTENTS]

+ Reset styles	
+ Base
+ Default
+ Font
+ Color
	+ Color / Text
	+ Color / Background	
	+ Color / Border	
	+ Color / White section
+ Background Image
+ Layout
	+ Layout / Flex
	+ Layout / 100
	+ Layout / 50x50
	+ Layout / 33x33x33
	+ Layout / 25x25x25x25
	+ Layout / 66x33
	+ Layout / 33x66	
+ Template layout
+ Header
+ Form
	+ Form / Form field
+ Logo
+ Icon
	+ Icon / Feature
	+ Icon / Social
	+ Icon / Meta
	+ Icon / Vehicle
	+ Icon / Booking meta
+ Template
	+ Template	/ Header
	+ Template	/ Header / Top
		+ Template	/ Header / Top / Logo
			+ Template	/ Header / Top / Menu
			+ Template	/ Header / Top / Icon list
		+ Template	/ Header / Bottom
			+ Template	/ Header / Bottom / Page title
			+ Template	/ Header / Bottom / Breadcrumb
	+ Template / Content
		+ Template / Footer
			+ Template / Footer / Top
			+ Template / Footer / Bottom	
+ Flexnav
+ Blog
	+ Blog / Header
		+ Blog / Header / Date
		+ Blog / Header / Header
		+ Blog / Header / Meta
		+ Blog / Header / Header
		+ Blog / Header / Meta
	+ Blog / Image	
	+ Blog / Excerpt
	+ Blog / Content
	+ Blog / Author info
	+ Blog / Meta
	+ Blog / Comment form
	+ Blog / Comment List
+ Widget list
	+ Widget list / Search
	+ Widget list / Text
	+ Widget list / Service
	+ Widget list / Archive
	+ Widget list / Category
	+ Widget list / Tag
	+ Widget list / Latest post
+ Pagination
+ Qtip
+ Fancybox
+ Datetime picker
+ Revolution slider
+ Button animation
+ Component
	+ Component / Accordion
		+ Component / Accordion / Header
		+ Component / Accordion / Content
	+ Component / Announcement	
	+ Component / Blockquote
	+ Component / Booking
		+ Component / Booking / Form
		+ Component / Booking / Item
			+ Component / Booking / Item / Header
			+ Component / Booking / Item / Content	
		+ Component / Booking / Vehicle list
		+ Component / Booking / Package list
		+ Component / Booking / Service list
		+ Component / Booking / Summary
	+ Component / Button
	+ Component / Call to action
	+ Component / Contact form
	+ Component / Comment form
	+ Component / Counter bar list
	+ Component / Counter box list
	+ Component / Divider
	+ Component / Feature list
		+ Component / Feature list / Top
		+ Component / Feature list / Right
		+ Component / Feature list / Left
	+ Component / Gallery
		+ Component / Gallery / Filter list
		+ Component / Gallery / Image list	
	+ Component / Go to top
	+ Component / Google maps
	+ Component / Header + subheader
	+ Component / Image
	+ Component / Italics
	+ Component / List
	+ Component / Menu	
		+ Component / Menu / Default
		+ Component / Menu / Responsive
	+ Component / More link
	+ Component / Process list
	+ Component / Recent post
	+ Component / Tab
		+ Component / Tab / Navigation	
		+ Component / Tab / Panel
	+ Component / Team list
	+ Component / Search form
	+ Component / Space
	+ Component / Social icon list	
		+ Component / Social icon list / Style 1
		+ Component / Social icon list / Style 2
		+ Component / Social icon list / Style 3
+ Component / Testimonial
+ Page
+ Page / 404

*******************************************************************************/

/******************************************************************************/
/* Reset styles																  */
/******************************************************************************/


@font-face {
  font-family: 'IRANSans';
  src: url('../fonts/IRANSans.woff') format('woff'),
       url('../fonts/IRANSans.ttf') format('truetype'),
       url('../fonts/IRANSans.svg#IRANSans') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'IRANSansb';
  src: url('../fonts/IRANSansWeb_Bold.woff') format('woff'),
       url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'),
       url('../fonts/IRANSansWeb_Bold.ttf') format('truetype'),
       url('../fonts/IRANSansWeb_Bold.svg#IRANSans') format('svg');
  font-weight: normal;
  font-style: normal;
}



html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video 
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	font-family: 'IRANSans';
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menua,nav,section 
{
	display:block;
}

ol,ul 
{
	list-style:none;
}

blockquote,q 
{
	quotes:none;
}

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

table 
{
	border-collapse:collapse;
	border-spacing:0;
}

:focus 
{
	outline:none;
}

::-moz-focus-inner
{
	border:0;
}

/******************************************************************************/
/* Base																		  */
/******************************************************************************/

*
{
	outline:none;
	line-height:186%;
	box-sizing:border-box;
}

*:focus,a,textarea,input 
{  
    outline:none;  
}  
body{
	background: #f5f5f5 !important;
}
html,body,input,textarea
{
	font-size:15px;
	font-weight:400;
	font-family:'Lato';
	box-sizing:border-box;
}

img
{
	display:block;
	max-width:100%;
	height:auto;
}

p
{
	padding:10px 0px 10px 0px;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

textarea
{
	overflow:hidden;
}

/******************************************************************************/
/* Default																	  */
/******************************************************************************/

.template-main
{
    width:70%;
	margin-left:auto;
	margin-right:auto;
}



.template-list-reset
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	direction: rtl;
}
p {
    direction: rtl;
}
.template-clear-fix:after 
{
	height:0;
	clear:both;
	content:" ";
	font-size:0;
	min-height:0;
	display:block;
	visibility:hidden;
}

* html .template-clear-fix														{	zoom: 1;						} 
*:first-child+html .template-clear-fix											{	zoom: 1;						}

.template-state-hidden
{
	display:none !important;
}

.template-state-block
{
	display:inline-block;
}

.template-align-left															{	text-align:left !important;		}
.template-align-right															{	text-align:right !important;	}
.template-align-center															{	text-align:center !important;	}

.template-padding-reset	{	
	padding: 0px !important;
	direction: rtl;
	font-size: 16px;
}
.template-padding-top-reset														{	padding-top:0px !important;		}

.template-margin-top-1															{	margin-top:60px !important;		}
.template-margin-top-2															{	margin-top:30px !important;		}
.template-margin-top-reset														{	margin-top:0px !important;		}

.template-margin-bottom-1														{	margin-bottom:60px !important;	}
.template-margin-bottom-2														{	margin-bottom:30px !important;	}
.template-margin-bottom-reset													{	margin-bottom:0px !important;	}

/******************************************************************************/
/* Font																	  */
/******************************************************************************/

body,*,input,textarea
{
	font-family:"Lato";
}

.template-component-blockquote,
.template-component-booking .template-component-booking-item-header>h5,	
.template-component-header-subheader span,
.template-component-italic,
.template-component-testimonial-list ul>li>p,
.template-component-testimonial-list ul>li>span,
.template-component-team-list>ul>li>.template-component-team-list-position
{
	font-family:"PT Serif";
}

/******************************************************************************/
/* Color																	  */
/******************************************************************************/

	/**************************************************************************/
	/* Color / Text															  */
	/**************************************************************************/

	h1,
	body>.template-component-search-form span,
	body>.template-component-search-form input,
	.template-qtip.qtip,
	.template-header .template-header-bottom,
	.template-header .template-header-bottom a,
	.template-header .template-header-top .template-component-menu-default>.sf-menu>li ul li a:hover,
	.template-header .template-header-top .template-component-menu-default>.sf-menu>li ul li a.template-state-selected,
	.template-header .template-header-bottom .template-header-bottom-page-breadcrumb span,
	.template-header .template-header-top .template-header-top-icon-list a:hover,
	.template-header .template-header-top .template-component-menu-default>.sf-menu>li>a:hover,
	.template-header .template-header-top .template-component-menu-default>.sf-menu>li>a.template-state-selected,
	.template-footer h6,
	.template-footer input,
	.template-footer a:hover,
	.template-footer .template-footer-bottom .template-social-icon-list a,
	.template-footer .template-component-button,
	.template-widget-tag li a:hover,
	.template-pagination>ul>li:hover,
	.template-pagination>ul>li:hover>a,
	.template-pagination>ul>li.template-pagination-button-selected,
	.template-pagination>ul>li.template-pagination-button-selected>a,
	.template-component-booking .template-component-booking-item-header>span,
	.template-component-booking .template-component-booking-vehicle-list>li:hover,
	.template-component-booking .template-component-booking-vehicle-list>li.template-state-selected,
	.template-component-booking .template-component-booking-package-list>li.template-state-selected>div.template-component-button-box>.template-component-button,
	.template-component-booking .template-component-booking-service-list>li.template-state-selected>div.template-component-button-box>.template-component-button,
	.template-component-button:hover,
	.template-component-gallery .template-component-gallery-filter-list>li>a:hover,
	.template-component-gallery .template-component-gallery-filter-list>li>a.template-state-selected,
	.template-component-go-to-top,
	.template-component-go-to-top:hover,	
	.template-component-image .template-component-image-hover>span>span>span,
	.template-component-social-icon-list.template-component-social-icon-list-3 li a:hover,
	.template-component-tab.ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover a,
	.template-component-tab.ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-active a,
	.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-left:hover,
	.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-right:hover,
	.tparrows.preview1::after,
	.dtpicker-buttonCont .dtpicker-button:hover
	{
		color:#FFFFFF;
	}
	
	::-moz-selection
	{
		color:#FFFFFF;
	}
	
	.template-header .template-header-top.template-header-top-sticky .template-header-top-icon-list a,
	.template-header .template-header-top.template-header-top-static .template-header-top-icon-list a,
	.template-footer,
	.template-footer a,
	.template-footer .template-footer-bottom .template-social-icon-list a:hover,
	.template-blog .template-blog-header .template-blog-header-meta span,
	.template-blog .template-blog-header .template-blog-header-meta span a,
	.template-blog .template-blog-header .template-blog-header-date span,
	.template-blog .template-blog-author-info span,
	.template-blog .template-blog-meta,
	.template-blog .template-blog-meta span,
	.template-blog .template-blog-meta>div>div+div a,
	.template-blog-comment-list ul>li>div>span,
	.template-widget-service ul li a,
	.template-widget-archive ul li a,
	.template-widget-category ul li a,
	.template-widget-tag li a,
	.template-widget-latest-post ul li a span+span,
	.template-widget-most-comment ul li a span+span,
	.template-pagination>ul>li a,
	.template-component-accordion.ui-accordion .ui-accordion-header span,
	.template-component-booking .template-component-booking-item-header>h5,
	.template-component-booking .template-component-booking-vehicle-list>li,
	.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-duration,
	.template-component-booking .template-component-booking-service-list>li>div.template-component-booking-service-price,
	.template-component-booking .template-component-booking-service-list>li>div.template-component-booking-service-duration,
	.template-component-booking .template-component-booking-summary>li>span,
	.template-component-counter-bar-list>ul>li>span,
	.template-component-counter-box-list>ul>li>span,
	.template-component-form-field label,
	.template-component-gallery .template-component-gallery-filter-list>li>a,
	.template-component-google-map .template-component-google-map-button,
	.template-component-menu-default>.sf-menu>li ul li a,
	.template-component-social-icon-list.template-component-social-icon-list-3 li a,
	.template-component-testimonial-list ul>li>span,
	.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-left,
	.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-right,
	.flexnav .touch-button.template-icon-meta-arrow-large-tb:before,
	.fancybox-title.fancybox-title-inside-wrap
	{
		color:#A8B1B6;
	}

	.template-header .template-header-top .template-header-top-icon-list a,
	.template-header .template-header-top .template-component-menu-default>.sf-menu>li>a
	{
		color:rgba(0,0,0,0.85);
	}
	
	body,
	input,
	textarea,
	.template-header .template-header-top.template-header-top-sticky .template-component-menu-default>.sf-menu>li>a,
	.template-header .template-header-top.template-header-top-static .template-component-menu-default>.sf-menu>li>a,
	.template-widget-latest-post ul li a,
	.template-widget-most-comment ul li a,	
	.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-service-list>li,
	.template-component-booking .template-component-booking-service-list>li>div.template-component-booking-service-name .template-component-more-content,
	.template-component-testimonial-list ul>li>p,
	.flexnav li a,
	.tparrows.preview1:hover::after,
	.dtpicker-header .dtpicker-title,
	.dtpicker-header .dtpicker-value,
	.dtpicker-components .dtpicker-comp>*,
	.dtpicker-overlay .dtpicker-compValue:focus,
	.dtpicker-overlay .dtpicker-compValue:hover,
	.dtpicker-buttonCont .dtpicker-button
	{
		color:#777777;
	}
	
	.template-header .template-header-top.template-header-top-sticky .template-header-top-icon-list a:hover,
	.template-header .template-header-top.template-header-top-sticky .template-component-menu-default>.sf-menu>li>a:hover,
	.template-header .template-header-top.template-header-top-sticky .template-component-menu-default>.sf-menu>li>a.template-state-selected,
	.template-header .template-header-top.template-header-top-sticky .template-header-top-icon-list .template-icon-meta-menu:hover:before,
	.template-header .template-header-top.template-header-top-static .template-header-top-icon-list a:hover,
	.template-header .template-header-top.template-header-top-static .template-component-menu-default>.sf-menu>li>a:hover,
	.template-header .template-header-top.template-header-top-static .template-component-menu-default>.sf-menu>li>a.template-state-selected,
	.template-header .template-header-top.template-header-top-static .template-header-top-icon-list .template-icon-meta-menu:hover:before,
	.template-blog .template-blog-header .template-blog-header-date span:first-child+span,
	.template-widget-service ul li a:hover,
	.template-widget-archive ul li a:hover,
	.template-widget-category ul li a:hover,	
	.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-price,
	.template-component-booking .template-component-booking-summary>li>h5,
	.template-component-booking .template-component-booking-summary>li>div,
	.template-component-button,
	.template-component-header-subheader span,
	.template-component-italic,
	.template-component-team-list>ul>li>.template-component-team-list-position,
	.flexnav li a:hover,
	.flexnav li a.template-state-selected,
	.flexnav .touch-button.template-icon-meta-arrow-large-tb:hover:before,
	[class^="template-icon-feature-"],[class*=" template-icon-feature-"] 
	{
		color:#199CDB;
	}
	
	h2,h3,h4,h5,h6,
	h2 a,h3 a,h4 a,h5 a,h6 a,
	h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,
	.template-header .template-header-top.template-header-top-sticky .template-header-top-icon-list .template-icon-meta-menu:before,
	.template-header .template-header-top.template-header-top-static .template-header-top-icon-list .template-icon-meta-menu:before,
	.template-component-accordion.ui-accordion .ui-accordion-header span+span,
	.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-name,
	.template-component-booking .template-component-booking-service-list>li>.template-component-booking-service-name,
	.template-component-recent-post>li>a>span
	{
		color:#222222;
	}
	
	a,
	.template-component-list li>span
	{
		color:#199CDB;
	}
	
	.template-page-404 .template-content h1
	{
		color:#E2E6E7;
	}
		
	/**************************************************************************/
	/* Color / Background													  */
	/**************************************************************************/
	
	.template-footer,
	.template-component-menu-default>.sf-menu>li ul
	{
		background-color:#333;
		border-top: 10px solid #dd2525;
	}
		
	.template-header .template-header-top.template-header-top-sticky,
	.template-header .template-header-top.template-header-top-static,
	.template-component-menu-responsive>ul,
	.rev_slider_wrapper,
	.flexnav li a,
	.flexnav li ul li a,
	.flexnav .touch-button
	{
		background-color:#FFFFFF;
	}
	
	.template-component-google-map .template-component-google-map-button,
	.flexnav li.item-with-ul ul a
	{
		background-color:#FAFAFA;
	}
	
	.template-component-header-subheader>div,
	.template-component-counter-bar-list>ul>li>div,
	.template-component-divider
	{
		background-color:#E2E6E7;
	}
	
	.template-footer .template-component-button:hover,
	.template-widget-tag li a:hover,
	.template-pagination>ul>li:hover,
	.template-pagination>ul>li.template-pagination-button-selected,
	.template-component-booking .template-component-booking-item-header>span,
	.template-component-booking .template-component-booking-vehicle-list>li:hover,
	.template-component-booking .template-component-booking-vehicle-list>li.template-state-selected,
	.template-component-booking .template-component-booking-package-list>li.template-state-selected>div.template-component-button-box>.template-component-button,
	.template-component-booking .template-component-booking-service-list>li.template-state-selected>div.template-component-button-box>.template-component-button,
	.template-component-button:hover,
	.template-component-counter-bar-list>ul>li>div>div,
	.template-component-gallery .template-component-gallery-filter-list>li>a:hover,
	.template-component-gallery .template-component-gallery-filter-list>li>a.template-state-selected,	
	.template-component-go-to-top:hover,
	.template-component-tab.ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover,
	.template-component-tab.ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-active,
	.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-left:hover,
	.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-right:hover,
	.template-component-social-icon-list.template-component-social-icon-list-3 li a:hover,
	.dtpicker-components .dtpicker-compButton:hover,
	.dtpicker-buttonCont .dtpicker-button:hover
	{
		background-color:#199CDB;
	}
	
	::-moz-selection
	{
		background-color:#199CDB;
	}
	
	.template-background-color-1,
	.template-component-blockquote
	{
		background-color:#F5F5F5;
	}
	
	.template-background-color-2,
	.dtpicker-overlay .dtpicker-compValue:focus
	{
		background-color:#F0F0F0;
	}
	
	input
	{
		background-color:transparent;
	}
	
	body>.template-component-search-form
	{
		background-color:#1B1B1B;
	}
	
	.template-qtip.template-qtip-success.qtip
	{
		background-color:#67CC2A;
	}
	
	.template-qtip.template-qtip-error.qtip
	{
		background-color:#FF9600;
	}
	
	.template-component-go-to-top
	{
		background-color:rgba(0,0,0,0.4);
	}
	
	.template-component-image .template-component-image-hover
	{	
		background:rgba(38,47,63,0.3);
	}
	
	.template-component-image .template-component-image-hover>span>span>span.template-component-image-hover-divider
	{
		background:rgba(255,255,255,0.5);
	}
	
	.tparrows.preview1::after,
	.tp-bullets.preview1 .tp-bullet
	{
		background:rgba(0,0,0,0.15);
	}
	
	.fancybox-skin
	{
		background:#FFFFFF;
	}
	
	.tparrows.preview1:hover::after,
	.tp-bullets.preview1 .tp-bullet:hover,
	.tp-bullets.preview1 .tp-bullet.selected 
	{
		background:#FFFFFF !important;
	}

	.template-component-button,
	.dtpicker-buttonCont .dtpicker-button
	{
		background-color:transparent;
	}
	
	/**************************************************************************/
	/* Color / Border														  */
	/**************************************************************************/
	
	.template-footer .template-footer-bottom
	{
		border-color:#47484A;
	}
	
	.template-header .template-header-top .template-header-top-icon-list .template-icon-meta-menu
	{
		border-color:rgba(255,255,255,0.85);
	}
	
	.template-header .template-header-top .template-header-top-icon-list .template-icon-meta-menu:hover
	{
		border-color:#FFFFFF;
	}
	
	input,
	.template-header .template-header-top.template-header-top-sticky .template-header-top-icon-list .template-icon-meta-menu,
	.template-header .template-header-top.template-header-top-static .template-header-top-icon-list .template-icon-meta-menu,
	.template-blog>ul>li,
	.template-blog .template-blog-header .template-blog-header-date span,
	.template-blog .template-blog-author-info,
	.template-blog .template-blog-header .template-blog-header-date,
	.template-blog .template-blog-header .template-blog-header-date span:first-child+span,
	.template-blog-comment-list ul>li>div,
	.template-widget-service ul li a,
	.template-widget-archive ul li a,
	.template-widget-category ul li a,
	.template-widget-tag li a,
	.template-pagination>ul>li,
	.template-component-accordion.ui-accordion .ui-accordion-header span,
	.template-component-announcement,
	.template-component-booking .template-component-booking-vehicle-list>li,
	.template-component-booking .template-component-booking-package-list>li,
	.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-duration,
	.template-component-booking .template-component-booking-service-list>li,
	.template-component-booking .template-component-booking-summary>li,
	.template-component-form-field,
	.template-component-gallery .template-component-gallery-filter-list>li>a,
	.template-component-process-list>ul>li>span,
	.template-component-recent-post>li>a,
	.template-component-social-icon-list.template-component-social-icon-list-3 li a,
	.template-component-tab.ui-tabs .ui-tabs-nav li.ui-state-default,
	.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-left,
	.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-right,	
	.flexnav li a,
	.flexnav .touch-button
	{
		border-color:#E2E6E7;
	}

	.template-footer .template-component-button:hover,
	.template-widget-tag li a:hover,
	.template-pagination>ul>li:hover,
	.template-pagination>ul>li.template-pagination-button-selected,
	.template-color-white.template-component-button:hover,
	.template-color-white .template-component-button:hover,	
	.template-component-booking .template-component-booking-vehicle-list>li:hover,
	.template-component-booking .template-component-booking-vehicle-list>li.template-state-selected,	
	.template-component-button,
	.template-component-gallery .template-component-gallery-filter-list>li>a:hover,
	.template-component-gallery .template-component-gallery-filter-list>li>a.template-state-selected,
	.template-component-social-icon-list.template-component-social-icon-list-3 li a:hover,
	.template-component-tab.ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover,
	.template-component-tab.ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-active,
	.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-left:hover,
	.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-right:hover,
	.dtpicker-components .dtpicker-compButton:hover,
	.dtpicker-buttonCont .dtpicker-button:hover
	{
		border-color:#199CDB;
	}
	
	body>.template-component-search-form input
	{
		border-color:rgba(255,255,255,0.3);
	}
	
	.template-qtip.template-qtip-success.qtip .qtip-tip 
	{
		border-color:#67CC2A;
	}
	
	.template-qtip.template-qtip-error.qtip .qtip-tip
	{
		border-color:#FF9600;
	}
	
	.template-footer .template-component-button,
	.template-footer .template-component-form-field
	{
		border-color:#47484A;
	}
	
	.dtpicker-components .dtpicker-compButton,
	.dtpicker-buttonCont .dtpicker-button
	{
		border-color:#F1F1F1;
	}
	
	/**************************************************************************/
	/* Color / White section												  */
	/**************************************************************************/
	
	.template-color-white,
	.template-color-white *,
	.template-color-white .template-component-header-subheader>span,
	.template-color-white .template-component-recent-post>li>a>span,
	.template-color-white .template-component-testimonial-list ul>li>p,
	.template-color-white .template-component-testimonial-list ul>li>span,
	.template-color-white .template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-left,
	.template-color-white .template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-right,
	.dtpicker-components .dtpicker-compButton:hover
	{
		color:#FFFFFF;
	}
	
	.template-color-white .template-component-process-list>ul>li>span,
	.template-color-white .template-component-recent-post>li>a
	{
		border-color:rgba(255,255,255,0.3);
		   -webkit-transition: all 0.4s ease;
		    -o-transition: all 0.4s ease;
		    transition: all 0.4s ease; 
	}
		
	.template-color-white .template-component-process-list>ul>li>span:hover
	{
		background: #11b3d5;
	}



	.template-color-white .template-component-recent-post>li>a:hover
	{
		border-color:rgba(255,255,255,0.9);
	}
	
	.template-color-white.template-component-button,
	.template-color-white .template-component-button
	{
		border-color:#FFFFFF;
	}
	
	.template-color-white .template-component-header-subheader>div
	{
		background-color:#FFFFFF;
	}
	
/******************************************************************************/
/* Background Image															  */
/******************************************************************************/

.template-background-image
{
	background-size:cover;
	background-position:center center;
}

.template-background-image-parallax
{
	background-attachment:fixed;
}

	.template-background-image.template-background-image-1	{	background-image:url('../image/background-image/1.jpg');	}
	.template-background-image.template-background-image-2	{	background-image:url('../image/background-image/2.jpg');	}
	.template-background-image.template-background-image-3	{	background-image:url('../image/background-image/3.jpg');	}
	.template-background-image.template-background-image-4	{	background-image:url('../image/background-image/4.jpg');	}
	.template-background-image.template-background-image-5	{	background-image:url('../image/background-image/5.jpg');	}
	.template-background-image.template-background-image-6	{	background-image:url('../image/background-image/6.jpg');	}
	
/******************************************************************************/
/* Layout																	  */
/******************************************************************************/
	
.template-layout-100>.template-layout-column-left,
.template-layout-50x50>.template-layout-column-left,
.template-layout-50x50>.template-layout-column-right,
.template-layout-33x33x33>.template-layout-column-left,
.template-layout-33x33x33>.template-layout-column-right,
.template-layout-33x33x33>.template-layout-column-center,
.template-layout-25x25x25x25>.template-layout-column-left,
.template-layout-25x25x25x25>.template-layout-column-center-left,
.template-layout-25x25x25x25>.template-layout-column-center-right,
.template-layout-25x25x25x25>.template-layout-column-right,
.template-layout-66x33>.template-layout-column-left,
.template-layout-66x33>.template-layout-column-right,
.template-layout-33x66>.template-layout-column-left,
.template-layout-33x66>.template-layout-column-right
{
	display:block;
	visibility:hidden;
	margin-bottom:60px;
}

.template-layout-100>.template-layout-column-left
{
	visibility:visible;
}

	/**************************************************************************/
	/* Layout / Flex														  */
	/**************************************************************************/

	.template-layout-flex
	{
		width:100%;
		display:flex;
	}

		.template-layout-flex>div
		{
			flex-basis:50%;
			padding:120px;
			min-height:700px;
		}

	/**************************************************************************/
	/* Layout / 100															  */
	/**************************************************************************/

	.template-layout-100	{}

	.template-layout-100>.template-layout-column-left 
	{ 
		width:100%;
		clear:both;
		float:left; 
	}

	/**************************************************************************/
	/* Layout / 50x50														  */
	/**************************************************************************/

	.template-layout-50x50 {}

	.template-layout-50x50>.template-layout-column-left 
	{ 
		clear:both;
		float:left; 
	}

	.template-layout-50x50>.template-layout-column-right 
	{ 
		float:right; 
	}

	.template-layout-50x50>.template-layout-column-left,
	.template-layout-50x50>.template-layout-column-right
	{ 
		width:48.7179%;
	}

	.template-layout-50x50>.template-layout-column-left .template-layout-column-left,
	.template-layout-50x50>.template-layout-column-right .template-layout-column-left,
	.template-layout-50x50>.template-layout-column-left .template-layout-column-right,
	.template-layout-50x50>.template-layout-column-right .template-layout-column-right,
	.template-layout-flex>div .template-layout-column-left,
	.template-layout-flex>div .template-layout-column-right
	{
		width:47.3684%;
	}

	.template-layout-50x50.template-layout-margin-reset>.template-layout-column-left,
	.template-layout-50x50.template-layout-margin-reset>.template-layout-column-right
	{
		width:50%;
	}

	/**************************************************************************/
	/* Layout / 33x33x33													  */
	/**************************************************************************/	

	.template-layout-33x33x33 {}

	.template-layout-33x33x33>.template-layout-column-left 
	{ 
		clear:both;
	}

	.template-layout-33x33x33>.template-layout-column-left,
	.template-layout-33x33x33>.template-layout-column-center
	{
		float:left; 
		margin-right:5.1282%;
	}

	.template-layout-33x33x33>.template-layout-column-right
	{ 
		float:right; 
	}

	.template-layout-33x33x33>.template-layout-column-left,
	.template-layout-33x33x33>.template-layout-column-right,
	.template-layout-33x33x33>.template-layout-column-center
	{ 
		width:29.9145%;
	}

	.template-layout-33x33x33.template-layout-margin-reset>.template-layout-column-left,
	.template-layout-33x33x33.template-layout-margin-reset>.template-layout-column-center,
	.template-layout-33x33x33.template-layout-margin-reset>.template-layout-column-right
	{
		float:left;
		margin:0px;
		width:33.33334%;
	}

	/**************************************************************************/
	/* Layout / 25x25x25x25													  */
	/**************************************************************************/

	.template-layout-25x25x25x25 {}

	.template-layout-25x25x25x25>.template-layout-column-left 
	{ 
		clear:both;
	}

	.template-layout-25x25x25x25>.template-layout-column-left,
	.template-layout-25x25x25x25>.template-layout-column-center-left,
	.template-layout-25x25x25x25>.template-layout-column-center-right
	{
		float:right; 
		margin-left:2.5641%;
	}

	.template-layout-25x25x25x25>.template-layout-column-right 
	{ 
		float:right; 
	}

	.template-layout-25x25x25x25>.template-layout-column-left,
	.template-layout-25x25x25x25>.template-layout-column-center-left,
	.template-layout-25x25x25x25>.template-layout-column-center-right,
	.template-layout-25x25x25x25>.template-layout-column-right
	{ 
		width:23.0769%;
	}

	.template-layout-25x25x25x25.template-layout-margin-reset>.template-layout-column-left,
	.template-layout-25x25x25x25.template-layout-margin-reset>.template-layout-column-center-left,
	.template-layout-25x25x25x25.template-layout-margin-reset>.template-layout-column-center-right,
	.template-layout-25x25x25x25.template-layout-margin-reset>.template-layout-column-right
	{
		width:25%;
		margin:0px;
	}

	/**************************************************************************/
	/* Layout / 66x33														  */
	/**************************************************************************/

	.template-layout-66x33 {}

	.template-layout-66x33>.template-layout-column-left 
	{ 
		clear:both;
	}

	.template-layout-66x33>.template-layout-column-left
	{
		float:left;
		width:64.9572%;
	}

	.template-layout-66x33>.template-layout-column-right
	{ 
		float:right; 
		width:29.9145%;
	}

	/**************************************************************************/
	/* Layout / 33x66														  */
	/**************************************************************************/

	.template-layout-33x66 {}

	.template-layout-33x66>.template-layout-column-left 
	{ 
		clear:both;
	}

	.template-layout-33x66>.template-layout-column-left
	{
		float:right;
		width:29.9145%;
	}

	.template-layout-33x66>.template-layout-column-right
	{ 
		float:left; 
		width:64.9572%;
	}
	
/******************************************************************************/
/* Template layout															  */
/******************************************************************************/

.template-content-layout
{
	
}

	.template-content-layout.template-content-layout-sidebar-left .template-content-layout-column-left,
	.template-content-layout.template-content-layout-sidebar-right .template-content-layout-column-right
	{
		width:350px;
	}
	
	.template-content-layout.template-content-layout-sidebar-left .template-content-layout-column-right,
	.template-content-layout.template-content-layout-sidebar-right .template-content-layout-column-left
	{
		width:760px;
	}
	
	.template-content-layout.template-content-layout-sidebar-left .template-content-layout-column-left,
	.template-content-layout.template-content-layout-sidebar-right .template-content-layout-column-left
	{
		float:left;
	}
	
	.template-content-layout.template-content-layout-sidebar-left .template-content-layout-column-right,
	.template-content-layout.template-content-layout-sidebar-right .template-content-layout-column-right
	{
		float:right;
	}
	
/******************************************************************************/
/* Header																	  */
/******************************************************************************/
	
h1,h6,
.template-component-image .template-component-image-hover>span>span>span.template-component-image-hover-header
{
	font-weight:900;
}

h1,h2,h3,h4,h5,h6,
.template-component-recent-post>li>a>span,
.template-component-image .template-component-image-hover>span>span>span.template-component-image-hover-header,
body>.template-component-search-form>form>div>input[type="search"]
{
	text-transform:uppercase;
}

h2,h3,h4,h5,
.template-component-recent-post>li>a>span
{
	font-weight:normal;
}

h1
{
	font-size:48px;
	line-height:60px;
	letter-spacing:2px;
}

h2,
body>.template-component-search-form>form>div>input[type="search"]
{
	font-size:29px;
	line-height:40px;
	letter-spacing:0px;
}

h3
{
	font-size:21px;
	line-height:32px;
	letter-spacing:2px;
}

h4
{
	font-size:18px;
	line-height:30px;
	letter-spacing:2px;
	margin-bottom:30px;
}

h5,
.template-component-recent-post>li>a>span
{
	font-size: 17px;
	letter-spacing: 0px;
	margin-bottom: 30px;
	font-weight: normal;
	direction: rtl;
}

h6,
.template-component-image .template-component-image-hover>span>span>span.template-component-image-hover-header
{
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	font-weight: normal;
	text-align: right;
}

h1 a,h1 a:hover,
h2 a,h2 a:hover,
h3 a,h3 a:hover,
h4 a,h4 a:hover,
h5 a,h5 a:hover,
h6 a,h6 a:hover
{
	transition:all 0.2s ease;
	text-decoration:none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.template-component-accordion.ui-accordion .ui-accordion-header.ui-state-hover>span+span
{
	opacity:0.6;
}

/******************************************************************************/
/* Form																		  */
/******************************************************************************/

form
{
	margin:0px;
	padding:0px;
}

	input
	{
		width:100%;
		border-width:1px;
		border-style:solid;
		padding:10px 15px 10px 15px;
		-webkit-box-sizing:border-box;â€Œâ€‹
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	input[type="submit"]
	{
		width:auto;
		outline:none;
		cursor:pointer;
	}
	
	/**************************************************************************/
	/* Form	/ Form field													  */
	/**************************************************************************/

	.template-component-form-field 
	{
		width:100%;
		display:block;
		border-style:solid;
		border-width:1px;
		margin-top:-1px;
	}

	.template-layout-column-right .template-component-form-field,
	.template-layout-column-center .template-component-form-field 
	{
		border-left-width:0px;
	}
	
	.template-layout-column-right.template-responsive-column-a .template-component-form-field,
	.template-layout-column-center.template-responsive-column-a .template-component-form-field 
	{
		border-left-width:1px;
	}
	
	.template-footer .template-component-form-field 
	{
		border-width: 1px;
		direction: rtl;
	}
	
		.template-component-form-field label
		{
			display:block;
			font-size:14px;
			padding:15px 15px 0px 15px;
		}
	
		.template-component-form-field input,
		.template-component-form-field textarea
		{
			margin:0px;
			width:100%;
			clear:both;
			border:none;
			resize:none;
			display:block;
			padding:10px 15px 25px 15px;
		}
	
/******************************************************************************/
/* Logo																		  */
/******************************************************************************/

.template-logo
{
	max-width:185px;
	display:inline-block;
}


.template-footer-top .template-logo
{
	max-width:185px;
	display:inline-block;
	float: right;
}


/******************************************************************************/
/* Icon																		  */
/******************************************************************************/

	/**************************************************************************/
	/* Icon	/ Feature														  */
	/**************************************************************************/

	@font-face 
	{
		font-family:'template-icon-feature';
		src:url('../font/template-icon-feature.eot?s9j8n8');
		src:url('../font/template-icon-feature.eot?#iefixs9j8n8') format('embedded-opentype'),url('../font/template-icon-feature.ttf?s9j8n8') format('truetype'),url('../font/template-icon-feature.woff?s9j8n8') format('woff'),url('../font/template-icon-feature.svg?s9j8n8#template-icon-feature') format('svg');
		font-weight:normal;
		font-style:normal;
	}

	[class^="template-icon-feature-"], [class*=" template-icon-feature-"] 
	{
		font-family:'template-icon-feature';
		speak:none;
		font-size:48px;
		font-style:normal;
		font-weight:normal;
		font-variant:normal;
		text-transform:none;
		line-height:1;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
	}

	.template-icon-feature-car-battery:before			{	content:"\61";	}
	.template-icon-feature-car-key:before				{	content:"\62";	}
	.template-icon-feature-electric-wrench:before		{	content:"\63";	}
	.template-icon-feature-check-shield:before			{	content:"\64";	}
	.template-icon-feature-truck:before					{	content:"\65";	}
	.template-icon-feature-truck-tow:before				{	content:"\66";	}
	.template-icon-feature-clock:before					{	content:"\67";	}
	.template-icon-feature-phone-call:before			{	content:"\68";	}
	.template-icon-feature-phone-circle:before			{	content:"\69";	}
	.template-icon-feature-location-map:before			{	content:"\6a";	}
	.template-icon-feature-car:before					{	content:"\6b";	}
	.template-icon-feature-car-check:before				{	content:"\6c";	}
	.template-icon-feature-car-checklist:before			{	content:"\6d";	}
	.template-icon-feature-car-fix:before				{	content:"\6e";	}
	.template-icon-feature-service-24h:before			{	content:"\6f";	}
	.template-icon-feature-car-oil:before				{	content:"\70";	}
	.template-icon-feature-car-lock:before				{	content:"\71";	}
	.template-icon-feature-car-music:before				{	content:"\72";	}
	.template-icon-feature-car-setting:before			{	content:"\73";	}
	.template-icon-feature-check:before					{	content:"\74";	}
	.template-icon-feature-eco-fuel:before				{	content:"\75";	}
	.template-icon-feature-eco-fuel-barrel:before		{	content:"\76";	}
	.template-icon-feature-eco-globe:before				{	content:"\77";	}
	.template-icon-feature-eco-car:before				{	content:"\78";	}
	.template-icon-feature-eco-nature:before			{	content:"\79";	}
	.template-icon-feature-inflator-pump:before			{	content:"\7a";	}
	.template-icon-feature-lightbulb:before				{	content:"\41";	}
	.template-icon-feature-gps:before					{	content:"\42";	}
	.template-icon-feature-oil-can:before				{	content:"\43";	}
	.template-icon-feature-oil-gauge:before				{	content:"\44";	}
	.template-icon-feature-oil-station:before			{	content:"\45";	}
	.template-icon-feature-piggy-bank:before			{	content:"\46";	}
	.template-icon-feature-road:before					{	content:"\47";	}
	.template-icon-feature-seatbelt-lock:before			{	content:"\48";	}
	.template-icon-feature-share-time:before			{	content:"\49";	}
	.template-icon-feature-steering-wheel:before		{	content:"\4a";	}
	.template-icon-feature-car-audio:before				{	content:"\4b";	}
	.template-icon-feature-engine-belt:before			{	content:"\4c";	}
	.template-icon-feature-camper:before				{	content:"\4d";	}
	.template-icon-feature-wallet:before				{	content:"\4e";	}
	.template-icon-feature-parking-sensor:before		{	content:"\4f";	}
	.template-icon-feature-wrench:before				{	content:"\50";	}	
	.template-icon-feature-wrench-double:before			{	content:"\51";	}
	.template-icon-feature-windshield:before			{	content:"\52";	}
	.template-icon-feature-alarm:before					{	content:"\53";	}
	.template-icon-feature-car-2:before					{	content:"\54";	}
	.template-icon-feature-car-3:before					{	content:"\55";	}
	.template-icon-feature-cog-double:before			{	content:"\56";	}
	.template-icon-feature-email:before					{	content:"\57";	}
	.template-icon-feature-gearbox:before				{	content:"\58";	}
	.template-icon-feature-gauge:before					{	content:"\59";	}
	.template-icon-feature-garage:before				{	content:"\5a";	}
	.template-icon-feature-tunning:before				{	content:"\30";	}
	.template-icon-feature-phone-call-24h:before		{	content:"\31";	}
	.template-icon-feature-phone:before					{	content:"\32";	}
	.template-icon-feature-video:before					{	content:"\33";	}
	.template-icon-feature-image:before					{	content:"\34";	}
	.template-icon-feature-images:before				{	content:"\35";	}
	.template-icon-feature-quote:before					{	content:"\36";	}
	.template-icon-feature-screwdriver:before			{	content:"\37";	}
	.template-icon-feature-signal-warning:before		{	content:"\38";	}
	.template-icon-feature-snow-crystal:before			{	content:"\39";	}
	.template-icon-feature-speed-gauge:before			{	content:"\21";	}
	.template-icon-feature-air-conditioning:before		{	content:"\40";	}
	.template-icon-feature-heating:before				{	content:"\23";	}
	.template-icon-feature-toolbox:before				{	content:"\24";	}
	.template-icon-feature-engine-belt-2:before			{	content:"\25";	}
	.template-icon-feature-toolbox-2:before				{	content:"\5e";	}
	.template-icon-feature-wrench-screwdriver:before	{	content:"\26";	}
	.template-icon-feature-caution-fence:before			{	content:"\2a";	}
	.template-icon-feature-certificate:before			{	content:"\28";	}
	.template-icon-feature-fax:before					{	content:"\29";	}
	.template-icon-feature-headlight:before				{	content:"\2d";	}
	.template-icon-feature-facebook:before				{	content:"\3d";	}
	.template-icon-feature-twitter:before				{	content:"\5b";	}
	.template-icon-feature-google-plus:before			{	content:"\5d";	}
	.template-icon-feature-youtube:before				{	content:"\3b";	}	
	.template-icon-feature-pen:before					{	content:"\27";	}
	.template-icon-feature-faq:before					{	content:"\5c";	}
	.template-icon-feature-testimonials:before			{	content:"\2c";	}
	.template-icon-feature-team:before					{	content:"\2e";	}
	.template-icon-feature-person:before				{	content:"\2f";	}
	.template-icon-feature-percent:before				{	content:"\60";	}
	.template-icon-feature-shopping-cart:before			{	content:"\7e";	}
	.template-icon-feature-check-2:before				{	content:"\7b";	}
	.template-icon-feature-payment:before				{	content:"\7d";	}
	.template-icon-feature-coffee:before				{	content:"\22";	}
	.template-icon-feature-checklist:before				{	content:"\7c";	}
	.template-icon-feature-fax-2:before					{	content:"\3c";	}
	.template-icon-feature-user-chat:before				{	content:"\3e";	}
	.template-icon-feature-spray-bottle:before			{	content:"\3a";	}
	.template-icon-feature-vacuum-cleaner:before		{	content:"\3f";	}
	.template-icon-feature-hose-nozzle:before			{	content:"\2b";	}
	.template-icon-feature-water-drop:before			{	content:"\5f";float: right;	}
	
	/**************************************************************************/
	/* Icon	/ Social														  */
	/**************************************************************************/

	@font-face 
	{
		font-family:'template-icon-social';
		src:url('../font/template-icon-social.eot?balj0b');
		src:url('../font/template-icon-social.eot?#iefixbalj0b') format('embedded-opentype'),url('../font/template-icon-social.ttf?balj0b') format('truetype'),url('../font/template-icon-social.woff?balj0b') format('woff'),url('../font/template-icon-social.svg?balj0b#template-icon-social') format('svg');
		font-weight:normal;
		font-style:normal;
	}

	[class^="template-icon-social-"], [class*=" template-icon-social-"] 
	{
		font-family:'template-icon-social';
		speak:none;
		font-style:normal;
		font-weight:normal;
		font-variant:normal;
		text-transform:none;
		line-height:1;
		font-size:18px;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
	}

	.template-icon-social-envato:before				{	content:"\43";	}
	.template-icon-social-angies-list:before		{	content:"\44";	}
	.template-icon-social-twitter:before			{	content:"\61";	}
	.template-icon-social-facebook:before			{	content:"\62";	}
	.template-icon-social-github:before				{	content:"\63";	}
	.template-icon-social-rss:before				{	content:"\64";	}
	.template-icon-social-pinterest:before			{	content:"\65";	}
	.template-icon-social-google-plus:before		{	content:"\66";	}
	.template-icon-social-linkedin:before			{	content:"\67";	}
	.template-icon-social-xing:before				{	content:"\68";	}
	.template-icon-social-youtube:before			{	content:"\69";	}
	.template-icon-social-instagram:before			{	content:"\6a";	}
	.template-icon-social-flickr:before				{	content:"\6b";	}
	.template-icon-social-tumblr:before				{	content:"\6c";	}
	.template-icon-social-dribbble:before			{	content:"\6d";	}
	.template-icon-social-skype:before				{	content:"\6e";	}
	.template-icon-social-foursquare:before			{	content:"\6f";	}
	.template-icon-social-vk:before					{	content:"\70";	}
	.template-icon-social-weibo:before				{	content:"\71";	}
	.template-icon-social-reddit:before				{	content:"\72";	}
	.template-icon-social-stumbleupon:before		{	content:"\73";	}
	.template-icon-social-behance:before			{	content:"\74";	}
	.template-icon-social-spotify:before			{	content:"\75";	}
	.template-icon-social-deviantart:before			{	content:"\76";	}
	.template-icon-social-soundcloud:before			{	content:"\77";	}
	.template-icon-social-vine:before				{	content:"\78";	}
	.template-icon-social-yelp:before				{	content:"\79";	}
	.template-icon-social-paypal:before				{	content:"\7a";	}
	.template-icon-social-houzz:before				{	content:"\41";	}
	.template-icon-social-vimeo:before				{	content:"\42";	}

	/**************************************************************************/
	/* Icon / Meta															  */
	/**************************************************************************/
	
	@font-face 
	{
		font-family:'template-icon-meta';
		src:url('../font/template-icon-meta.eot?-ijfktg');
		src:url('../font/template-icon-meta.eot?#iefix-ijfktg') format('embedded-opentype'),url('../font/template-icon-meta.ttf?-ijfktg') format('truetype'),url('../font/template-icon-meta.woff?-ijfktg') format('woff'),url('../font/template-icon-meta.svg?-ijfktg#template-icon-meta') format('svg');
		font-weight:normal;
		font-style:normal;
	}

	[class^="template-icon-meta-"], [class*=" template-icon-meta-"] 
	{
		font-family:'template-icon-meta';
		speak:none;
		font-style:normal;
		font-weight:normal;
		font-variant:normal;
		text-transform:none;
		line-height:1;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
	}

	.template-icon-meta-arrow-right-12:before			{	content: "\71";	}
	.template-icon-meta-arrow-large-rl:before			{	content: "\61";	}
	.template-icon-meta-arrow-large-tb:before			{	content: "\62";	}
	.template-icon-meta-check:before					{	content: "\63";	}
	.template-icon-meta-author:before					{	content: "\64";	}
	.template-icon-meta-time:before						{	content: "\65";	}
	.template-icon-meta-search:before					{	content: "\66";	}
	.template-icon-meta-mail:before						{	content: "\67";	}
	.template-icon-meta-comment:before					{	content: "\68";	}
	.template-icon-meta-user:before						{	content: "\69";	}
	.template-icon-meta-category:before					{	content: "\6a";	}
	.template-icon-meta-date:before						{	content: "\6b";	}
	.template-icon-meta-marker:before					{	content: "\6c";	}
	.template-icon-meta-tag:before						{	content: "\6d";	}
	.template-icon-meta-cart:before						{	content: "\6e";	}
	.template-icon-meta-arrow-small-rl:before			{	content: "\6f";	}
	.template-icon-meta-arrow-small-tb:before			{	content: "\70";	}
	.template-icon-meta-menu:before						{	content: "\72"; }
	
	/**************************************************************************/
	/* Icon / Vehicle														  */
	/**************************************************************************/

	@font-face 
	{
		font-family:'template-icon-vehicle';
		src:url('../font/template-icon-vehicle.eot?krrzze');
		src:url('../font/template-icon-vehicle.eot?#iefixkrrzze') format('embedded-opentype'), url('../font/template-icon-vehicle.ttf?krrzze') format('truetype'), url('../font/template-icon-vehicle.woff?krrzze') format('woff'), url('../font/template-icon-vehicle.svg?krrzze#template-icon-vehicle') format('svg');
		font-weight:normal;
		font-style:normal;
	}

	[class^="template-icon-vehicle-"], [class*=" template-icon-vehicle-"] 
	{
		font-family:'template-icon-vehicle' !important;
		speak:none;
		font-style:normal;
		font-weight:normal;
		font-variant:normal;
		text-transform:none;
		line-height:1;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
	}

	.template-icon-vehicle-jetski:before 
	{
		content:"\79";
		font-size:28px;
	}
	.template-icon-vehicle-boat:before 
	{
		content:"\78";
		font-size:30px;
	}
	.template-icon-vehicle-quad:before 
	{
		content:"\75";
		font-size:61px;
	}
	.template-icon-vehicle-trailer:before 
	{
		content:"\74";
		font-size:23px;
	}
	.template-icon-vehicle-bicycle:before 
	{
		content:"\77";
		font-size:41px;
	}
	.template-icon-vehicle-motorcycle:before 
	{
		content:"\76";
		font-size:60px;
	}
	.template-icon-vehicle-mini-car:before 
	{
		content:"\61";
		font-size:60px;
	}
	.template-icon-vehicle-small-car:before 
	{
		content:"\62";
		font-size:60px;
	}
	.template-icon-vehicle-pickup:before 
	{
		content:"\67";
		font-size:60px;
	}
	.template-icon-vehicle-limousine:before 
	{
		content:"\68";
		font-size:60px;
	}
	.template-icon-vehicle-4x4:before 
	{
		content:"\66";
		font-size:61px;
	}
	.template-icon-vehicle-car-mid-size:before 
	{
		content:"\63";
		font-size:60px;
	}
	.template-icon-vehicle-truck-mid-size:before 
	{
		content:"\6b";
		font-size:60px;
	}
	.template-icon-vehicle-truck:before 
	{
		content:"\6c";
		font-size:60px;
	}
	.template-icon-vehicle-double-decker:before 
	{
		content:"\70";
		font-size:60px;
	}
	.template-icon-vehicle-bus:before 
	{
		content:"\6f";
		font-size:60px;
	}
	.template-icon-vehicle-van:before 
	{
		content:"\69";
		font-size:60px;
	}
	.template-icon-vehicle-midibus:before 
	{
		content:"\6e";
		font-size:60px;
	}
	.template-icon-vehicle-heavy-equipment:before 
	{
		content:"\71";
		font-size:60px;
	}
	.template-icon-vehicle-station-wagon:before 
	{
		content:"\64";
		font-size:60px;
	}
	.template-icon-vehicle-suv:before 
	{
		content:"\65";
		font-size:60px;
	}
	.template-icon-vehicle-truck-large:before 
	{
		content:"\72";
		font-size:60px;
	}
	.template-icon-vehicle-minibus:before 
	{
		content:"\6d";
		font-size:60px;
	}
	.template-icon-vehicle-caravan:before 
	{
		content:"\73";
		font-size:60px;
	}
	.template-icon-vehicle-minivan:before 
	{
		content:"\6a";
		font-size:60px;
	}
	
	/**************************************************************************/
	/* Icon / Booking meta													  */
	/**************************************************************************/
	
	@font-face 
	{
		font-family:'template-icon-booking-meta';
		src:url('../font/template-icon-booking-meta.eot?8z8jdv');
		src:url('../font/template-icon-booking-meta.eot?#iefix8z8jdv') format('embedded-opentype'),url('../font/template-icon-booking-meta.ttf?8z8jdv') format('truetype'),url('../font/template-icon-booking-meta.woff?8z8jdv') format('woff'),url('../font/template-icon-booking-meta.svg?8z8jdv#cbs-meta') format('svg');
		font-weight:normal;
		font-style:normal;
	}

	.template-component-booking .template-component-button:before,
	[class^="template-icon-booking-meta-"], [class*=" template-icon-booking-meta-"] 
	{
		font-family:'template-icon-booking-meta' !important;
		speak:none;
		font-style:normal;
		font-weight:normal;
		font-variant:normal;
		text-transform:none;
		line-height:1;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
	}
	
	.template-component-booking .template-component-button:before,
	.template-icon-booking-meta-check:before 
	{
		content:"\65";
		font-size:16px;
	}
	
	.template-icon-booking-meta-total-price:before 
	{
		content:"\69";
		font-size:48px;
	}
	.template-icon-booking-meta-total-duration:before 
	{
		content:"\68";
		font-size:48px;
	}	
	.template-icon-booking-meta-duration:before 
	{
		content:"\61";
		font-size:18px;
		top:2px;
		margin-right:4px;
		position:relative;
	}
	.template-icon-booking-meta-price:before 
	{
		content:"\62";
		font-size:18px;
		top:2px;
		margin-right:4px;
		position:relative;
	}	
	
/******************************************************************************/
/* Template																	  */
/******************************************************************************/

	/**************************************************************************/
	/* Template	/ Header													  */
	/**************************************************************************/

	.template-header {

	    height: auto !important;
	    width: 90%;
	    margin: auto;

	}
	
	.template-header.template-header-background
	{
		padding:230px 0px 130px 0px;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
	}
	
	.template-header.template-header-background-1 { background-image:url('../image/header/header_01.jpg'); }
	.template-header.template-header-background-2 { background-image:url('../image/header/header_02.jpg'); }
	.template-header.template-header-background-3 { background-image:url('../image/header/header_03.jpg'); }
	.template-header.template-header-background-4 { background-image:url('../image/header/header_04.jpg'); }
	.template-header.template-header-background-5 { background-image:url('../image/header/header_05.jpg'); }

		/**********************************************************************/
		/* Template	/ Header / Top											  */
		/**********************************************************************/

		.template-header .template-header-top {
		    top: 0px;
		    width: 100%;
		    z-index: 99999;
		    /*position: absolute;*/
		    text-align: center;
		    background: rgba(255,255,255,1);
		}
		
		.template-header .template-header-top.template-header-top-sticky,
		.template-header .template-header-top.template-header-top-static
		{
			box-shadow:0px 1px 5px 0px rgba(0,0,0,0.1);
		}
		
		.template-header .template-header-top.template-header-top-sticky
		{
			position:fixed;
		}
		
		.template-header .template-header-top.template-header-top-static
		{
			height:100%;
			overflow:hidden;
			position:static;
		}
		
			/******************************************************************/
			/* Template	/ Header / Top / Logo								  */
			/******************************************************************/
		
			.template-header .template-header-top .template-header-top-logo
			{
				z-index:2;
				float:right;
				position:relative;
				padding-right:40px;
			}
			
				.template-header .template-header-top .template-header-top-logo a
				{
					font-size:0px;
					display:block;
				}
			
					.template-header .template-header-top .template-header-top-logo a .template-logo.template-logo-sticky,
					.template-header .template-header-top.template-header-top-sticky .template-header-top-logo a .template-logo,
					.template-header .template-header-top.template-header-top-static .template-header-top-logo a .template-logo
					{
						display:none;
					}

					.template-header .template-header-top.template-header-top-sticky .template-header-top-logo a .template-logo.template-logo-sticky,
					.template-header .template-header-top.template-header-top-static .template-header-top-logo a .template-logo.template-logo-sticky
					{
						display:inline-block;
					}
			
			/******************************************************************/
			/* Template	/ Header / Top / Menu								  */
			/******************************************************************/

			.template-header .template-header-top .template-header-top-menu
			{
				
				left:0px;
				z-index:1;
				position:absolute;
				top:30px;
			}
    
    
			.template-header-top-menu.template-main {
			    width: 60%;
			    float: right;
			    margin: auto;
			}
			
			/******************************************************************/
			/* Template	/ Header / Top / Icon list							  */
			/******************************************************************/

			.template-header .template-header-top .template-header-top-icon-list
			{
				z-index:2;
				float:left;
				position:relative;
				margin:25px 0px 29px 30px;
			}
			
				.template-header .template-header-top .template-header-top-icon-list a
				{
					font-size:18px;
				}
				
				.template-header .template-header-top .template-header-top-icon-list .template-icon-meta-menu
				{
					top:2px;
					display:none;
					font-size:24px;
					margin-left:10px;
					border-width:1px;
					border-style:solid;
					position:relative;
				}
				
				.template-header .template-header-top .template-header-top-icon-list .template-icon-meta-menu:before
				{
					top:-2px;
					position:relative;
				}
		
		/**********************************************************************/
		/* Template	/ Header / Bottom										  */
		/**********************************************************************/
		
		.template-header .template-header-bottom
		{
			overflow:hidden;
			max-width:100%;
		}
		
			/******************************************************************/
			/* Template	/ Header / Bottom / Page title						  */
			/******************************************************************/
		
			.template-header .template-header-bottom .template-header-bottom-page-title
			{
				text-align:center;
				text-transform:uppercase;
			}
			
			/******************************************************************/
			/* Template	/ Header / Bottom / Breadcrumb						  */
			/******************************************************************/
		
			.template-header .template-header-bottom .template-header-bottom-page-breadcrumb
			{
				margin-top:20px;
				text-align:center;
				text-transform:uppercase;
			}
			
				.template-header .template-header-bottom .template-header-bottom-page-breadcrumb a
				{
					font-size:14px;
					line-height:28px;
					letter-spacing:1px;
					text-decoration:none;
				}
				
					.template-header .template-header-bottom .template-header-bottom-page-breadcrumb a:hover
					{
						text-decoration:underline;
					}
				
				.template-header .template-header-bottom .template-header-bottom-page-breadcrumb span
				{
					width:30px;
					font-size:11px;
					display:inline-block;
				}
			
	/**************************************************************************/
	/* Template / Content													  */
	/**************************************************************************/

	.template-content
	{
		
	}

		.template-content .template-section
		{
			padding:60px 0px 70px 0px;
		}
		
		.template-content .template-section-padding-reset
		{
			padding:0px;
		}
		
		.template-content .template-section-padding-1
		{
			padding-bottom:40px;
		}
		
		.template-content .template-section-padding-2
		{
			padding-bottom:90px;
		}
		
	/**************************************************************************/
	/* Template / Footer													  */
	/**************************************************************************/

	.template-footer {
    	padding: 20px 0px 0px 0px;
	}
	
		.template-footer a
		{
			text-decoration:none;
		}

		.template-footer a:hover
		{
			text-decoration:underline;
		}
	
		.template-footer .template-logo
		{
			max-width:170px;
		}
	
		/**********************************************************************/
		/* Template / Footer / Top											  */
		/**********************************************************************/
	
		.template-footer .template-footer-top
		{
			
		}
		
		/**********************************************************************/
		/* Template / Footer / Bottom										  */
		/**********************************************************************/
		
		.template-footer .template-footer-bottom {
		    text-align: center;
		    border-style: solid;
		    border-width: 1px 0px 0px 0px;
		    background: #dd2525;
		}
		
			.template-footer .template-footer-bottom .template-social-icon-list
			{
				
			}
			
			.template-footer .template-footer-bottom .template-footer-bottom-copyright
			{
				margin-top:20px;
			}
			
/******************************************************************************/
/* Flexnav																	  */
/******************************************************************************/
		
.flexnav
{
	width:100%;
	overflow:auto;
	max-height:100%;
}

	.flexnav li
	{
		float:none;
		width:100%;
		margin-top:-1px;
	}
	
	.flexnav>ul>li:first-child
	{
		margin-top:0px;
	}
	
		.flexnav li a
		{
			padding:15px;
			border-style:solid;
			text-transform:uppercase;
			border-width:1px 0px 1px 0px;
		}
		
			.flexnav li ul li a
			{
				text-transform:none;
			}
	
		.flexnav li a,
		.flexnav li a:hover
		{
			text-decoration:none;
			text-align: right;
		}
		
			.flexnav li.item-with-ul ul
			{
				position:static;
			}
			
			.flexnav li.item-with-ul ul.flexnav-show
			{
				
			}
		
				.flexnav li.item-with-ul ul li a
				{
					padding-left:30px;
				}
			
		.flexnav .touch-button
		{
			z-index:2;
			height:56px;
			margin-top:1px;
			line-height:56px;
			transform:rotate(180deg);
			left: 0;
		}

			.flexnav .touch-button i
			{
				display:none;
			}
		
		.flexnav .touch-button.template-component-menu-button-close
		{
			width:100%;
			border:none;
			text-align:center;
			transform:rotate(0deg);
		}
			
			.flexnav .touch-button.template-component-menu-button-close span
			{
				width:100%;
			}
		
/******************************************************************************/
/* Blog																		  */
/******************************************************************************/
			
.template-blog
{
	
}

	.template-blog>ul
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
		.template-blog>ul>li
		{
			margin-top:60px;
			padding-bottom:60px;
			border-style:solid;
			border-width:0px 0px 1px 0px;
		}
		
		.template-blog>ul>li:first-child
		{
			margin-top:0px;
		}

	/**************************************************************************/
	/* Blog / Header														  */
	/**************************************************************************/

	.template-blog .template-blog-header
	{
		width:100%;
		height:100%;
		display:table;
		overflow:hidden;
		margin-bottom:30px;
	}
	
	.template-blog .template-blog-header>div
	{
		display:table-cell;
		vertical-align:middle;
	}
	
	.template-blog .template-blog-header>div:first-child
	{
		width:80px;
	}
	
		/**********************************************************************/
		/* Blog / Header / Date												  */
		/**********************************************************************/
	
		.template-blog .template-blog-header .template-blog-header-date
		{

		}
		
			.template-blog .template-blog-header .template-blog-header-date span
			{
				display:block;
				font-size:13px;
				text-align:center;
				border-style:solid;
				padding:5px 0px 5px 0px;
				text-transform:uppercase;
				border-width:1px 1px 0px 0px;
			}
			
			.template-blog .template-blog-header .template-blog-header-date span:first-child
			{
				border-top-width:0px;
			}
			
			.template-blog .template-blog-header .template-blog-header-date span:first-child+span
			{
				font-size:21px;
				padding-top:0px;
				font-weight:bold;
				letter-spacing:2px;
			}
			
		/**********************************************************************/
		/* Blog / Header / Header											  */
		/* Blog / Header / Meta												  */
		/**********************************************************************/
		
		.template-blog .template-blog-header .template-blog-header-header,
		.template-blog .template-blog-header .template-blog-header-meta
		{
			padding-left:40px;
		}
		
			.template-blog .template-blog-header .template-blog-header-header>a,
			.template-blog .template-blog-header .template-blog-header-header>a:hover
			{
				text-decoration:none;
			}

		/**********************************************************************/
		/* Blog / Header / Header											  */
		/**********************************************************************/
			
		.template-blog .template-blog-header .template-blog-header-header
		{
			
		}
		
			.template-blog .template-blog-header .template-blog-header-header h3
			{
				
			}
			
		/**********************************************************************/
		/* Blog / Header / Meta												  */
		/**********************************************************************/
		
		.template-blog .template-blog-header .template-blog-header-meta
		{
			margin-top:15px;
		}
		
			.template-blog .template-blog-header .template-blog-header-meta>span
			{
				margin-left:30px;
			}
			
			.template-blog .template-blog-header .template-blog-header-meta>span:first-child
			{
				margin-left:0px;
			}
			
				.template-blog .template-blog-header .template-blog-header-meta>span>span
				{
					padding-left:15px;
				}
			
	/**************************************************************************/
	/* Blog / Image															  */
	/**************************************************************************/
		
	.template-blog .template-blog-image
	{
		
	}
	
	.template-blog.template-blog-style-2 .template-blog-image
	{
		float:left;
		width:270px;
	}
	
		.template-blog .template-blog-image a
		{
			display:block;
		}
		
			.template-blog .template-blog-image a img
			{
				
			}
	
	/**************************************************************************/
	/* Blog / Excerpt														  */
	/* Blog / Content														  */
	/**************************************************************************/
	
	.template-blog.template-blog-style-2 .template-blog-image+.template-blog-excerpt
	{
		margin-left:300px;
	}
	
		.template-blog .template-blog-excerpt p
		{
			padding:30px 0px 30px 0px;
		}
		
		.template-blog .template-blog-content>p:first-child
		{
			padding-top:30px;
		}
		
		.template-blog .template-blog-content p+h4
		{
			margin-top:50px;
		}
		
		.template-blog .template-blog-content h4+p
		{
			padding-top:0px;
		}
		
		.template-blog.template-blog-style-2 .template-blog-excerpt>p:first-child
		{
			padding-top:0px;
		}

	/**************************************************************************/
	/* Blog / Author info													  */
	/**************************************************************************/		
		
	.template-blog .template-blog-author-info
	{
		border-style:solid;
		border-width:1px 0px 1px 0px;
		margin:60px 0px 60px 0px;
		padding:30px 0px 30px 0px;
	}
	
		.template-blog .template-blog-author-info img
		{
			float:left;
		}
		
		.template-blog .template-blog-author-info>span,
		.template-blog .template-blog-author-info p
		{
			margin-left:120px;
		}
		
		.template-blog .template-blog-author-info>span
		{
			display:block;
		}
		
		.template-blog .template-blog-author-info span
		{
			font-size:16px;
		}
		
		.template-blog .template-blog-author-info>p
		{
			padding:0px;
			padding-top:20px;
		}
		
	/**************************************************************************/
	/* Blog / Meta															  */
	/**************************************************************************/
		
	.template-blog .template-blog-meta
	{
		width:100%;
		display:table;
	}
	
		.template-blog .template-blog-meta>div
		{
			display:table-row;
		}
		
			.template-blog .template-blog-meta>div>div
			{
				display:table-cell;
			}
			
			.template-blog .template-blog-meta>div>div+div
			{
				text-align:right;
			}
			
			.template-blog .template-blog-meta>div>div>ul,
			.template-blog .template-blog-meta>div>div>ul>li,
			.template-blog .template-blog-meta>div>div>span
			{
				display:inline-block;
			}
			
			.template-blog .template-blog-meta>div>div>span
			{
				padding-right:15px;
			}
			
	/**************************************************************************/
	/* Blog / Comment form													  */
	/**************************************************************************/			
			
	.template-blog-comment-form
	{
		margin-top:60px;
	}
	
	/**************************************************************************/
	/* Blog / Comment List													  */
	/**************************************************************************/			
			
	.template-blog-comment-list
	{
		margin-top:60px;
	}
	
		.template-blog-comment-list ul
		{
			margin:0px;
			padding:0px;
			list-style:none;
		}
		
			.template-blog-comment-list ul>li
			{

			}
			
				.template-blog-comment-list>ul>li:first-child>div
				{
					padding-top:0px;
				}
			
				.template-blog-comment-list ul>li>div
				{
					padding-top:60px;
					padding-bottom:60px;
					border-style:solid;
					border-width:0px 0px 1px 0px;					
				}
				
					.template-blog-comment-list ul>li>div>img
					{
						float:left;
					}
					
					.template-blog-comment-list ul>li>div>span
					{
						display:inline-block;
					}
					
					.template-blog-comment-list ul>li>div>span
					{
						font-size:18px;
						margin-left:40px;
					}
					
						.template-blog-comment-list ul>li>div>span>span
						{
							font-size:15px;
						}
					
					.template-blog-comment-list ul>li>div>span+span
					{
						margin-left:20px;
					}
					
					.template-blog-comment-list ul>li>div>a
					{
						float:right;
					}
					
					.template-blog-comment-list ul>li>div>p
					{
						padding:0px;
						padding-top:20px;
						margin-left:120px;
					}
					
			.template-blog-comment-list ul ul
			{
				margin-left:120px;
			}
	
/******************************************************************************/
/* Widget list																  */
/******************************************************************************/

ul.template-widget-list
{
	margin:0px;
	padding:0px;
	list-style:none;
}

	ul.template-widget-list>li
	{
		margin-bottom:60px;
	}
	
	ul.template-widget-list>li:last-child
	{
		margin-bottom:0px;
	}
	
		ul.template-widget-list>li>.template-widget
		{
			
		}
		
			ul.template-widget-list>li>.template-widget>h6
			{
				margin-bottom:40px;
			}
			
		/**********************************************************************/
		/* Widget list / Search												  */
		/**********************************************************************/
	
		/**********************************************************************/
		/* Widget list / Text												  */
		/**********************************************************************/		
		
		/**********************************************************************/
		/* Widget list / Service											  */
		/* Widget list / Archive											  */
		/* Widget list / Category											  */
		/**********************************************************************/

		.template-widget-service,
		.template-widget-archive,
		.template-widget-category
		{
			
		}
		
			.template-widget-service ul,
			.template-widget-archive ul,
			.template-widget-category ul
			{
				margin:0px;
				padding:0px;
				list-style:none;
				margin-top:-15px;
			}
			
				.template-widget-service ul li,
				.template-widget-archive ul li,
				.template-widget-category ul li
				{
					margin-bottom:0px;
				}
				
					.template-widget-service ul li a,
					.template-widget-archive ul li a,
					.template-widget-category ul li a
					{
						clear:both;
						display:block;
						border-style:solid;
						padding-top:15px;
						padding-bottom:15px;
						border-width:0px 0px 1px 0px;
					}
				
					.template-widget-service ul li a,
					.template-widget-service ul li a:hover,
					.template-widget-archive ul li a,
					.template-widget-archive ul li a:hover,
					.template-widget-category ul li a,
					.template-widget-category ul li a:hover
					{
						text-decoration:none;
					}
					
						.template-widget-service ul li a span,
						.template-widget-archive ul li a span,
						.template-widget-category ul li a span
						{

						}
						
						.template-widget-service ul li a span+span,
						.template-widget-archive ul li a span+span,
						.template-widget-category ul li a span+span
						{
							float:right;
						}
						
						.template-widget-service ul li a span+span
						{
							top:5px;
							position:relative;
						}
						
		/**********************************************************************/
		/* Widget list / Tag												  */
		/**********************************************************************/

		.template-widget-tag
		{
			
		}
		
			.template-widget-tag li
			{
				display:inline-block;
			}
			
				.template-widget-tag li a
				{
					display:block;
					margin-bottom:5px;
					border-width:1px;
					border-style:solid;
					padding:8px 14px 8px 14px;
				}
				
				.template-widget-tag li a,
				.template-widget-tag li a:hover
				{
					text-decoration:none;
				}
	
		/**********************************************************************/
		/* Widget list / Latest post										  */
		/**********************************************************************/
		
		.template-widget-latest-post,
		.template-widget-most-comment
		{
			
		}
		
			.template-widget-latest-post ul,
			.template-widget-most-comment ul
			{
				margin:0px;
				padding:0px;
				list-style:none;
			}
			
				.template-widget-latest-post ul li,
				.template-widget-most-comment ul li
				{
					clear:both;
					margin-bottom:30px;
				}
				
					.template-widget-latest-post ul li a,
					.template-widget-most-comment ul li a
					{
						height:100%;
						display:block;
						overflow:hidden;
					}
			
					.template-widget-latest-post ul li a,
					.template-widget-latest-post ul li a:hover,
					.template-widget-latest-post ul li a:hover>span+span,
					.template-widget-most-comment ul li a,
					.template-widget-most-comment ul li a:hover,
					.template-widget-most-comment ul li a:hover>span+span
					{
						text-decoration:none;
					}
					
					.template-widget-latest-post ul li a:hover>span,
					.template-widget-most-comment ul li a:hover>span
					{
						text-decoration:underline;
					}
					
						.template-widget-latest-post ul li a img,
						.template-widget-most-comment ul li a img
						{
							float:left;
						}
						
						.template-widget-latest-post ul li a>span,
						.template-widget-most-comment ul li a>span
						{
							display:block;
							margin-left:120px;
						}
						
						.template-widget-latest-post ul li a>span+span,
						.template-widget-most-comment ul li a>span+span
						{
							font-size:18px;
							margin-top:10px;
						}
						
							.template-widget-latest-post ul li a>span+span>span,
							.template-widget-most-comment ul li a>span+span>span
							{
								bottom:3px;
								font-size:15px;
								line-height:28px;
								padding-left:10px;
								position:relative;
							}
							
/******************************************************************************/
/* Pagination																  */
/******************************************************************************/

.template-pagination
{
	width:100%;
	margin-top:60px;
}

	.template-pagination>ul
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
		.template-pagination>ul>li
		{
			float:left;
			margin-left:10px;
			border-width:1px;
			border-style:solid;
			display:inline-block;
		}
		
		.template-pagination>ul>li:first-child
		{
			margin-left:0px;
		}
		
			.template-pagination>ul>li>a
			{
				width:44px;
				height:44px;
				display:block;
				line-height:43px;
				text-align:center;
			}
			
			.template-pagination>ul>li>a,
			.template-pagination>ul>li>a:hover
			{
				text-decoration:none;
			}
			
			.template-pagination>ul>li.template-pagination-button-prev>a,
			.template-pagination>ul>li.template-pagination-button-next>a
			{
				padding-left:10px;
				font-size:24px;
			}
			
		.template-pagination>ul>li.template-pagination-button-prev
		{
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-o-transform: scaleX(-1);
			transform:scaleX(-1);
			-ms-filter:fliph;
			filter:fliph;		
		}

		.template-pagination>ul>li.template-pagination-button-next
		{
			float:right;
		}
			
/******************************************************************************/
/* Qtip																		  */
/******************************************************************************/

.template-qtip.qtip
{
	border:none; 
	outline:none;
	font-size:13px;
	max-width:300px;
	box-shadow:none;
}

.template-qtip.qtip .qtip-content
{
	line-height:150%;
	padding:10px 20px 10px 20px;
}

.template-qtip.qtip.qtip-shadow
{
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

/******************************************************************************/
/*	Fancybox																  */
/******************************************************************************/

.fancybox-skin,
#fancybox-buttons ul
{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

#fancybox-buttons
{
	z-index:100001;
}

#fancybox-buttons ul
{
	width:161px;
	border:none;
	box-shadow:none;
	background:rgba(0,0,0,0.5);
}

#fancybox-buttons a.btnNext,
#fancybox-buttons a.btnClose,
#fancybox-buttons a.btnToggle
{
	border:none;
}

#fancybox-buttons li
{
	background-image:none;
}

.fancybox-overlay
{
	z-index:100000;
}

.fancybox-opened 
{
	z-index:100001;
}

/******************************************************************************/
/* Datetime picker															  */
/******************************************************************************/

.dtpicker-content
{
	padding:30px;
}

.dtpicker-header .dtpicker-title
{
	display:none;
}

.dtpicker-header,
.dtpicker-components,
.dtpicker-buttonCont
{
	margin-left:0px;
	margin-right:0px;
}

.dtpicker-components
{
	margin-top:30px;
	margin-bottom:30px;
}

	.dtpicker-components .dtpicker-compButton
	{
		height:auto;
		font-weight:300;
		font-size:15px;
		border-width:1px;
		line-height:30px;
		border-style:solid;
	}

	.dtpicker-components .dtpicker-compButton,
	.dtpicker-components .dtpicker-compButton:hover,
	.dtpicker-buttonCont .dtpicker-button,
	.dtpicker-buttonCont .dtpicker-button:hover
	{
		text-decoration:none;
	}

.dtpicker-buttonCont
{
	text-align:center;
}

	.dtpicker-buttonCont .dtpicker-button
	{
		width:30%;
		float:none;
		border-width:2px;
		border-style:solid;
		display:inline-block;
		margin:0px 10px 0px 10px;
	}

/******************************************************************************/
/* Revolution slider														  */
/******************************************************************************/

.rev_slider_wrapper
{
	width:100%;
	height:750px;
	position:relative;
}

.tparrows.preview1
{
	width:40px;
	height:100px;
	background:none;
}

.tparrows.preview1::before
{
	content:"";
}

.tparrows.preview1::after
{
	top:0px;
	left:0px;
	z-index:2;
	width:40px;
	height:100px;
	font-size:24px;
	position:absolute;
	text-align:center;
	line-height:100px;
	font-family:"template-icon-meta" !important;
	-webkit-transition:background 0.2s, color 0.2s;
	-moz-transition:background 0.2s, color 0.2s;
	transition:background 0.2s, color 0.2s;
}

.tp-rightarrow.preview1::after,
.tp-leftarrow.preview1::after
{	
	content:'a';  
}

.tp-leftarrow.preview1::after
{
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
	-ms-filter:fliph;
	filter:fliph;
}

.tparrows.preview1 .tp-arr-allwrapper
{
	display:none;
}

.tp-bullets.preview1
{
	height:12px !important;
}

.tp-bullets.preview1 .tp-bullet 
{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	width:11px !important;
	height:11px !important;
	border:none !important;
	margin-right:10px !important;
	margin-bottom:0px !important;
}

.tp-bullets.preview1 .tp-bullet:hover,
.tp-bullets.preview1 .tp-bullet.selected 
{
	width:11px !important;
	height:11px !important;
	border:none !important;
}

.slotholder
{
	transform:translate3d(0px,0px,0px) !important;
}

/******************************************************************************/
/* Button animation															  */
/******************************************************************************/

.template-component-button,
.template-component-button:hover,
.template-component-go-to-top,
.template-component-go-to-top:hover,
.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-left,
.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-right,
.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-left:hover,
.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-right:hover,
.template-component-social-icon-list li a,
.template-component-social-icon-list li a:hover,
.template-pagination>ul>li,
.template-pagination>ul>li:hover,
.template-pagination>ul>li a,
.template-pagination>ul>li:hover a
{
	text-decoration:none;
	transition:background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease;
}

.rev_slider_wrapper .template-component-button,
.rev_slider_wrapper .template-component-button:hover
{
	transition:background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease !important;
}

/******************************************************************************/
/* Responsive column														  */
/******************************************************************************/

.template-responsive-column-a
{
	float:none !important;
	clear:both !important;
	width:100% !important;
	margin-left:0px !important;
	margin-right:0px !important;
	margin-bottom:60px !important;
}

.template-responsive-column-a.template-margin-bottom-reset
{
	margin-bottom:0px !important;
}

/******************************************************************************/
/* Component																  */
/******************************************************************************/

	/**************************************************************************/
	/* Component / Accordion												  */
	/**************************************************************************/

	.template-component-accordion
	{
		visibility:hidden;
	}
	
		/**********************************************************************/
		/* Component / Accordion / Header									  */
		/**********************************************************************/
	
		.template-component-accordion.ui-accordion .ui-accordion-header
		{
			height:100%;
			display:table;
			padding:0px;
			overflow:hidden;
			margin-bottom:20px;
			vertical-align:middle;
		}
		
		.template-component-accordion.ui-accordion .ui-accordion-header.ui-state-active.ui-state-hover>span+span
		{
			opacity:1;
		}
		
			.template-component-accordion.ui-accordion .ui-accordion-header span.template-icon-meta-arrow-right-12
			{
				width:44px;
				height:44px;
				font-size:16px;
				background:none;
				padding-left:4px;
				line-height:42px;
				border-width:1px;
				text-align:center;
				border-style:solid;
				border-radius:999px;
				display:inline-block;
			}
			
			.template-component-accordion.ui-accordion .ui-accordion-header span
			{
				vertical-align:middle;
			}
			
			.template-component-accordion.ui-accordion .ui-accordion-header span+span
			{
				display:table-cell;
				padding-left:20px;
			}
			
		/**********************************************************************/
		/* Component / Accordion / Content									  */
		/**********************************************************************/
			
		.template-component-accordion.ui-accordion .ui-accordion-content
		{
			padding:20px 0px 40px 0px;
		}

			.template-component-accordion.ui-accordion .ui-accordion-content>p:first-child
			{
				padding-top:0px;
			}

			.template-component-accordion.ui-accordion .ui-accordion-content>p:last-child
			{
				padding-bottom:0px;
			}
			
			
	/**************************************************************************/
	/* Component / Announcement												  */
	/**************************************************************************/
	
	.template-component-announcement
	{
		padding:40px;
		border-width:1px;
		border-style:solid;
		text-align:center;
	}
	
	.template-component-announcement+.template-component-announcement
	{
		margin-top:-1px;
	}
	
		.template-component-announcement>h3
		{
			
		}
		
		.template-component-announcement>div
		{
			font-size:16px;
		}
		
		.template-component-announcement>p,
		.template-component-announcement>a
		{
			margin-top:40px;
		}
		
		.template-component-announcement>p
		{
			padding:0px;
		}
		
		.template-component-announcement>a
		{
			
		}
		
	/**************************************************************************/
	/* Component / Blockquote												  */
	/**************************************************************************/
		
	.template-component-blockquote
	{
		padding:20px;
		font-size:18px;
		font-style:italic;
		line-height:30px;
		text-align:center;
		padding:32px 35px 36px 35px;
		margin:20px 0px 20px 0px;
	}
	
	/**************************************************************************/
	/* Component / Booking													  */
	/**************************************************************************/
			
	.template-component-booking
	{
		overflow:hidden;
	}
	
		/**********************************************************************/
		/* Component / Booking / Form										  */
		/**********************************************************************/
	
		.template-component-booking>form
		{
			margin:0px;
			padding:0px;
		}

			.template-component-booking>form>ul
			{
				margin:0px;
				padding:0px;
				list-style:none;
			}
			
				/**************************************************************/
				/* Component / Booking / Item								  */
				/**************************************************************/

				.template-component-booking>form>ul>li
				{
					margin-bottom:60px;
				}
				
				.template-component-booking>form>ul>li:first-child+li
				{
					margin-bottom:50px;
				}
				
				.template-component-booking>form>ul>li:first-child+li+li+li
				{
					margin-bottom:0px;
				}
				
				.template-component-booking.template-component-booking-style-2>form>ul>li
				{
					margin-bottom:30px;
				}
				
				.template-component-booking.template-component-booking-style-2>form>ul>li+li
				{
					margin-bottom:0px;
				}
				
					/**********************************************************/
					/* Component / Booking / Item / Header					  */
					/**********************************************************/
	
					.template-component-booking .template-component-booking-item-header
					{
				
					}
					
						.template-component-booking .template-component-booking-item-header>span
						{
							float:left;
							width:80px;
							height:80px;
							padding:3px;
							line-height:80px;
							text-align:center;
							border-radius:100%;		
						}
						
							.template-component-booking .template-component-booking-item-header>span>span
							{
								font-size:28px;
							}
							
							.template-component-booking .template-component-booking-item-header>span>span+span
							{
								font-size:18px;
							}
							
							.template-component-booking .template-component-booking-item-header>h3,
							.template-component-booking .template-component-booking-item-header>h5
							{
								margin:0px 0px 0px 110px;
							}
							
							.template-component-booking .template-component-booking-item-header>h3
							{
								
							}
							
							.template-component-booking .template-component-booking-item-header>h5
							{
								font-size:16px;
								font-weight:400;
								line-height:28px;
								letter-spacing:0px;
								text-transform:none;
								font-style:italic;
								margin-top:5px;
							}
					
					/**********************************************************/
					/* Component / Booking / Item / Content					  */
					/**********************************************************/
	
					.template-component-booking .template-component-booking-item-content
					{
						margin-top:50px;
					}
					
		/**********************************************************************/
		/* Component / Booking / Vehicle list								  */
		/**********************************************************************/

		.template-component-booking .template-component-booking-vehicle-list
		{
			display:flex;
			flex-wrap:wrap;
			flex-direction:row;
			align-items:flex-start;
			margin:0px -6px -12px -6px;
			direction: rtl;
		}
		
			.template-component-booking .template-component-booking-vehicle-list>li
			{
				flex-grow:1;
				flex-basis:140px;
				height:147px;
				cursor:pointer;
				padding-top:25px;	
				text-align:center;
				border-width:0px 0px 1px 0px;
				border-style:solid;
				margin:0px 6px 12px 6px;
			}
			
			.template-component-booking.template-component-booking-style-2 .template-component-booking-vehicle-list>li
			{
				height:auto;
				padding:10px 0px 10px 0px;
			}

			.template-component-booking .template-component-booking-vehicle-list>li:only-child
			{
				flex-grow:0.1;
			}

			.template-component-booking .template-component-booking-vehicle-list>li
			{
				float:left \9;
				width:185px \9;
			}

				.template-component-booking .template-component-booking-vehicle-list>li>div
				{
				
				}

					.template-component-booking .template-component-booking-vehicle-list>li>div>div
					{
				
					}

					.template-component-booking .template-component-booking-vehicle-list>li>div>div
					{
					
					}

					.template-component-booking .template-component-booking-vehicle-list>li>div>div+div
					{
					
					}
					
		/**********************************************************************/
		/* Component / Booking / Package list								  */
		/**********************************************************************/

		.template-component-booking .template-component-booking-package-list
		{
			display:flex;
			flex-wrap:wrap;
			flex-direction:row;
			align-items:stretch;
			margin:0px -15px 0px -15px;
			direction: rtl;
		}

			.template-component-booking .template-component-booking-package-list>li
			{
				flex-grow:1;
				flex-basis:210px;
				text-align:center;
				border-width:1px;
				border-style:solid;
				position:relative;
				margin:0px 15px 30px 15px;
				padding:25px 20px 75px 20px;
			}

			.template-component-booking .template-component-booking-package-list>li
			{
				float:left \9;
				width:270px \9;
			}

				.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-name
				{
					margin-top:0px;
					margin-bottom:20px;
				}

				.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-price
				{
					margin-bottom:30px;
				}

					.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-price>span
					{
						line-height:1;
					}

					.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-price>span.template-component-booking-package-price-total
					{
						top:0px;
						font-size:64px;
						font-weight:300;
						position:relative;
					}

					.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-price>span.template-component-booking-package-price-currency,
					.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-price>span.template-component-booking-package-price-decimal
					{
						top:-28px;
						font-size:24px;
						font-weight:400;
						position:relative;
					}

				.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-duration
				{
					line-height:1;
					border-style:solid;
					margin-bottom:30px;
					padding:15px 0px 15px 0px;
					border-width:1px 0px 1px 0px;
				}

				.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-service-list
				{
					margin-bottom:30px;
				}

					.template-component-booking .template-component-booking-package-list>li>.template-component-booking-package-service-list>li
					{
						clear:both;
					}

				.template-component-booking .template-component-booking-package-list>li>div.template-component-button-box
				{
					left:0px;
					width:100%;
					bottom:30px;
					text-align:center;
					position:absolute;
				}
				
		/**********************************************************************/
		/* Component / Booking / Service list								  */
		/**********************************************************************/

		.template-component-booking-service-list
		{

		}

			.template-component-booking-service-list>li
			{
				width:100%;
				display:table;
				margin-top:-1px;
				border-width:1px;
				border-style:solid;
				box-sizing:border-box;
				padding:12px 20px 12px 20px;
			}

			.template-component-booking-service-list>li:first-child
			{
				margin-top:0px;
			}

				.template-component-booking-service-list>li>div
				{
					text-align:left;
					display:table-cell;
					vertical-align:middle;
				}

					.template-component-booking-service-list>li>div.template-component-booking-service-name
					{
						width:55%;
					}
					
					.template-component-booking.template-component-booking-style-2 .template-component-booking-service-list>li>div.template-component-booking-service-name
					{
						width:70%;
					}

						.template-component-booking-service-list>li>div.template-component-booking-service-name .template-component-more-content
						{
							clear:both;
							display:none;
							margin-top:5px;
							font-size:14px;
							padding-right:20px;
						}

					.template-component-booking-service-list>li>div.template-component-booking-service-duration
					{
						width:15%;
					}

					.template-component-booking-service-list>li>div.template-component-booking-service-price
					{
						width:15%;
					}

					.template-component-booking-service-list>li>div.template-component-button-box
					{
						width:15%;
					}

					.template-component-booking-service-list>li>div.template-component-button-box>.template-component-button
					{
						float:right;
					}
					
			.template-width-0 .template-component-booking-service-list>li>*,
			.template-width-300 .template-component-booking-service-list>li>*,
			.template-width-480 .template-component-booking-service-list>li>*,
			.template-width-0 .template-component-booking-service-list>li,
			.template-width-300 .template-component-booking-service-list>li,
			.template-width-480 .template-component-booking-service-list>li
			{
				text-align:center;
			}
	
			.template-width-0 .template-component-booking-service-list>li>div.template-component-booking-service-name,
			.template-width-300 .template-component-booking-service-list>li>div.template-component-booking-service-name,
			.template-width-480 .template-component-booking-service-list>li>div.template-component-booking-service-name,
			.template-width-0.template-component-booking-style-2 .template-component-booking-service-list>li>div.template-component-booking-service-name,
			.template-width-300.template-component-booking-style-2 .template-component-booking-service-list>li>div.template-component-booking-service-name,
			.template-width-480.template-component-booking-style-2 .template-component-booking-service-list>li>div.template-component-booking-service-name
			{
				width:100%;
				display:block;
				margin-bottom:10px;
			}
			
				.template-width-0 .template-component-booking-service-list>li>div.template-component-booking-service-namee>div.template-component-more-content,
				.template-width-300 .template-component-booking-service-list>li>div.template-component-booking-service-name>div.template-component-more-content,
				.template-width-480 .template-component-booking-service-list>li>div.template-component-booking-service-name>div.template-component-more-content
				{
					padding-right:0px;
					margin-top:10px;
				}
				
			.template-width-0 .template-component-booking-service-list>li>div.template-component-booking-service-duration,
			.template-width-300 .template-component-booking-service-list>li>div.template-component-booking-service-duration,
			.template-width-480 .template-component-booking-service-list>li>div.template-component-booking-service-duration
			{
				clear:both;
				margin-right:10px;
			}
			
			.template-width-0 .template-component-booking-service-list>li>div.template-component-booking-service-duration,
			.template-width-300 .template-component-booking-service-list>li>div.template-component-booking-service-duration,
			.template-width-480 .template-component-booking-service-list>li>div.template-component-booking-service-duration,
			.template-width-0 .template-component-booking-service-list>li>div.template-component-booking-service-price,
			.template-width-300 .template-component-booking-service-list>li>div.template-component-booking-service-price,
			.template-width-480 .template-component-booking-service-list>li>div.template-component-booking-service-price
			{
				width:auto;
				display:inline-block;
			}
			
			.template-width-0 .template-component-booking-service-list>li>.template-component-button-box,
			.template-width-300 .template-component-booking-service-list>li>.template-component-button-box,
			.template-width-480 .template-component-booking-service-list>li>.template-component-button-box
			{
				clear:both;
				float:none;
				margin-top:20px;
				display:inherit;
				margin-left:auto;
				margin-right:auto;
			}
					
		/**********************************************************************/
		/* Component / Booking / Summary									  */
		/**********************************************************************/

		.template-component-booking .template-component-booking-summary
		{

		}

			.template-component-booking .template-component-booking-summary>li
			{
				float:left;
				width:48.7179%;
				text-align:right;
				border-width:1px;
				border-style:solid;
				margin-bottom:30px;
				padding:35px 30px 30px 30px;
			}

			.template-width-0 .template-component-booking-summary>li,
			.template-width-480 .template-component-booking-summary>li,
			.template-width-300 .template-component-booking-summary>li
			{
				width:100%;
				float:none !important;
			}
			
			.cbs-main.cbs-width-0 .template-component-booking .template-component-booking-summary>li,
			.cbs-main.cbs-width-480 .template-component-booking .template-component-booking-summary>li,
			.cbs-main.cbs-width-300 .template-component-booking .template-component-booking-summary>li
			{
				width:100%;
				float:none !important;
			}

			.template-component-booking .template-component-booking-summary>li.template-component-booking-summary-duration
			{
				float:left;
			}

			.template-component-booking .template-component-booking-summary>li.template-component-booking-summary-price
			{
				float:right;
			}

				.template-component-booking .template-component-booking-summary>li>h5
				{
					margin:-10px 0px 0px 0px;
				}

				.template-component-booking .template-component-booking-summary>li>h5,
				.template-component-booking .template-component-booking-summary>li>h5>span
				{
					font-size:24px;
				}

				.template-component-booking .template-component-booking-summary>li>span
				{

				}

				.template-component-booking .template-component-booking-summary>li>div
				{
					float:left;
				}

	/**************************************************************************/
	/* Component / Button													  */
	/**************************************************************************/			

	.template-component-button,
	.template-component-button+.blockUI+.blockUI.blockOverlay
	{
		border-radius:999px;
	}
	
	.template-component-button
	{
		position:relative;
		border-width:2px;
		border-style:solid;
		display:inline-block;
		padding:16px 38px 16px 38px;
	}
	
	.template-component-button,
	.template-component-button:hover
	{
		text-decoration:none;
	}
	
	.template-state-selected .template-component-button:before
	{
		transition:padding-right 100ms ease,opacity 200ms ease 100ms;
	}
	
	.template-component-button:before
	{
		opacity:0; 
		right:25px;
		position:absolute;
	}

	.template-state-selected .template-component-button
	{
		padding-right:50px;
	}

	.template-state-selected .template-component-button:before
	{
		opacity:1;
	}
	
	.template-component-button,
	.template-component-button>*
	{
		line-height:1;
	}
		
	/**************************************************************************/
	/* Component / Call to action											  */
	/**************************************************************************/
	
	.template-component-call-to-action
	{
	
	}
	
		.template-component-call-to-action>div
		{
			text-align:center;
			padding:40px 0px 40px 0px;
		}
		
			.template-component-call-to-action>div>h3,
			.template-component-call-to-action>div>a.template-component-button
			{
				display:inline-block;
				margin:10px 20px 10px 20px;
			}
		
			.template-component-call-to-action>div>h3
			{
				
			}
	
			.template-component-call-to-action>div>a.template-component-button
			{
				
			}
			
	/**************************************************************************/
	/* Component / Contact form												  */
	/**************************************************************************/
			
	.template-component-contact-form
	{
		
	}
	
		.template-component-contact-form textarea
		{
			height:273px;
			height:244px\0;
		}
		
		.template-layout-flex .template-component-contact-form textarea
		{
			height:272px;
			height:243px\0;
		}
		
	/**************************************************************************/
	/* Component / Comment form												  */
	/**************************************************************************/		
		
	.template-component-comment-form
	{
		
	}
	
		.template-component-comment-form textarea
		{
			height:273px;
			height:244px\0;
		}
	
	/**************************************************************************/
	/* Component / Counter bar list											  */
	/**************************************************************************/
			
	.template-component-counter-bar-list
	{
		
	}
	
		.template-component-counter-bar-list>ul
		{
			margin:0px;
			padding:0px;
			list-style-type:none;
		}
		
			.template-component-counter-bar-list>ul>li
			{
				margin-bottom:30px;
			}
			
				.template-component-counter-bar-list>ul>li>h6
				{
					margin-bottom:20px;
					display:inline-block;
				}
				
				.template-component-counter-bar-list>ul>li>span
				{
					float:right;
					display:none;
				}
				
				.template-component-counter-bar-list>ul>li>div
				{
					width:100%;
					height:10px;
					position:relative;
				}
				
					.template-component-counter-bar-list>ul>li>div>div
					{
						width:0%;
						height:inherit;	
						position:absolute;
					}
					
	/**************************************************************************/
	/* Component / Counter box list											  */
	/**************************************************************************/
				
	.template-component-counter-box-list
	{
		
	}
	
		.template-component-counter-box-list>ul
		{
			margin:0px;
			padding:0px;
			list-style:none;
		}
		
			.template-component-counter-box-list>ul>li
			{
				text-align:center;
				padding:120px 0px 120px 0px;
			}
			
			.template-component-counter-box-list>ul>li.template-responsive-column-a
			{
				padding-top:30px;
				padding-bottom:30px;
				margin-bottom:0px !important;
			}
			
				.template-component-counter-box-list>ul>li>span
				{
					margin-left:20px;
					display:inline-block;
				}
				
				.template-component-counter-box-list>ul>li>span.template-value
				{
					font-size:64px;
					font-weight:300;
					margin-left:0px;
					line-height:64px;
					letter-spacing:0px;
				}
				
				.template-component-counter-box-list>ul>li>h6
				{
					margin-top:30px;
					margin-bottom:0px;
				}
	
	/**************************************************************************/
	/* Component / Divider													  */
	/**************************************************************************/
			
	.template-component-divider
	{
		height:1px;
		width:100%;
		font-size:0px;
	}
	
	/**************************************************************************/
	/* Component / Feature list												  */
	/**************************************************************************/
			
	.template-component-feature-list
	{
		
	}
	
		.template-component-feature-list>ul
		{
			
		}
		
			.template-component-feature-list>ul>li
			{
				
			}
						
				.template-component-feature-list>ul>li>span
				{
					
				}
				
				.template-component-feature-list>ul>li>h5
				{
					margin-top:0px;
					margin-bottom:20px;
				}
				
				.template-component-feature-list>ul>li>p
				{
					padding:0px;
				}

				/**************************************************************/
				/* Component / Feature list / Top							  */
				/**************************************************************/

				.template-component-feature-list.template-component-feature-list-position-top>ul>li>h5
				{
					margin-top:30px;
					text-align: right;
				}
				
				/**************************************************************/
				/* Component / Feature list	/ Right							  */
				/**************************************************************/
				
				.template-component-feature-list.template-component-feature-list-position-right>ul>li>span
				{
					float:right;
				}
				
				.template-component-feature-list.template-component-feature-list-position-right>ul>li>h5,
				.template-component-feature-list.template-component-feature-list-position-right>ul>li>p
				{
					margin-right:90px;
					text-align:right;
				}
	
				/**************************************************************/
				/* Component / Feature list	/ Left							  */
				/**************************************************************/
				
				.template-component-feature-list.template-component-feature-list-position-left>ul>li>span
				{
					float:left;
				}
				
				.template-component-feature-list.template-component-feature-list-position-left>ul>li>h5,
				.template-component-feature-list.template-component-feature-list-position-left>ul>li>p
				{
					margin-left:40px;
					text-align:right;
				}
				
	/**************************************************************************/
	/* Component / Gallery													  */
	/**************************************************************************/
	
	.template-component-gallery
	{
		
	}
	
		/**********************************************************************/
		/* Component / Gallery / Filter list								  */
		/**********************************************************************/
	
		.template-component-gallery .template-component-gallery-filter-list
		{
			text-align:center;
			margin-bottom:60px;
		}
		
			.template-component-gallery .template-component-gallery-filter-list>li
			{
				margin-right:10px;
				display:inline-block;
			}
			
				.template-component-gallery .template-component-gallery-filter-list>li>a
				{
					display:block;
					min-width:130px;
					border-style:solid;
					padding:12px 15px 11px 15px;
					border-width:0px 0px 1px 0px;
				}
				
				.template-component-gallery .template-component-gallery-filter-list>li>a,
				.template-component-gallery .template-component-gallery-filter-list>li>a:hover
				{
					text-decoration:none;
				}
		
		/**********************************************************************/
		/* Component / Gallery / Image list									  */
		/**********************************************************************/
		
		.template-component-gallery .template-component-gallery-image-list
		{
			transition:all 0.4s ease 0s;
		}
		
			.template-component-gallery .template-component-gallery-image-list>li
			{
				width:100%;
				margin-bottom:60px;
			}
			
			.template-component-gallery .template-component-gallery-image-list>li.template-component-gallery-image-list-width-2
			{
				
			}
			
				.template-component-gallery .template-component-gallery-image-list>li a,
				.template-component-gallery .template-component-gallery-image-list>li a img
				{
					display:block;
				}
	
	/**************************************************************************/
	/* Component / Go to top												  */
	/**************************************************************************/
	
	.template-component-go-to-top
	{
		opacity:0;
		z-index:2;
		right:40px;
		bottom:40px;
		width:50px;
		height:50px;
		font-size:24px;
		position:fixed;
		line-height:46px;
		text-align:center;
		border-radius:999px;
	}
	
	.template-component-go-to-top,
	.template-component-go-to-top:hover
	{
		text-decoration:none;
	}
				
	/**************************************************************************/
	/* Component / Google maps												  */
	/**************************************************************************/

	.template-component-google-map
	{
		display:none;
		height:100%;
	}
	
		.template-component-google-map .template-component-google-map-box
		{
			height:0px;
			overflow:hidden;
		}
		
			.template-component-google-map .template-component-google-map-box-content
			{
			
			}
		
		.template-component-google-map .template-component-google-map-button
		{
			width:100%;
			display:block;
			line-height:25px;
			text-align:center;
			letter-spacing:1px;
			text-transform:uppercase;
			padding:20px 0px 20px 0px;
		}
		
		.template-component-google-map .template-component-google-map-button,
		.template-component-google-map .template-component-google-map-button:hover
		{
			text-decoration:none;
		}
		
			.template-component-google-map .template-component-google-map-button span
			{
				display:block;
			}
			
			.template-component-google-map .template-component-google-map-button .template-icon-meta-marker
			{
				font-size:18px;
				margin-bottom:5px;
			}
			
			.template-component-google-map .template-component-google-map-button .template-component-google-map-button-label-show
			{
				display:block;
			}
			
			.template-component-google-map .template-component-google-map-button .template-component-google-map-button-label-hide,
			.template-component-google-map.template-state-open .template-component-google-map-button .template-component-google-map-button-label-show
			{
				display:none;
			}
			
			.template-component-google-map.template-state-open .template-component-google-map-button .template-component-google-map-button-label-hide
			{
				display:block;
			}
			
	/**************************************************************************/
	/* Component / Header + subheader										  */
	/**************************************************************************/

	.template-component-header-subheader
	{
		text-align:center;
		margin-bottom:10px;
	}
	
		.template-component-header-subheader>h2
		{

		}
		
		.template-component-header-subheader>h4
		{
			margin-bottom:0px;
		}
		
		.template-component-header-subheader>div
		{
			width:60px;
			height:2px;
			font-size:0px;
			margin-top:15px;
			display:inline-block;
		}
		
		.template-component-header-subheader>h4+div
		{
			margin-top:15px;
		}
		
		.template-component-header-subheader>span
		{
			display:block;
			font-size:16px;
			font-weight:400;
			margin-top:15px;
			line-height:28px;
			font-family: IRansans;
		}
		
	/**************************************************************************/
	/* Component / Image													  */
	/**************************************************************************/
	
	.template-component-image
	{
		position:relative;
	}
	
	.template-component-image.template-component-image-preloader
	{
		min-height:100px;
		background-repeat:no-repeat;
		background-position:center center;
		background-image:url('image/preloader.gif');
	}
	
		.template-component-image.template-component-image-preloader>*
		{
			opacity:0;
		}
	
		.template-component-image .template-component-image-description
		{
			display:none;
		}
		
		.template-component-image .template-component-image-hover,
		.template-component-image .template-component-image-hover>span
		{
			top:0px;
			width:100%;
			height:100%;
			display:block;
			position:absolute; 			
		}
		
		.template-component-image .template-component-image-hover
		{
			opacity:0;
			display:block;
			cursor:pointer;
		}
	
		.template-component-image:hover .template-component-image-hover
		{
			opacity:1;
		}
		
		.template-component-image .template-component-image-hover,
		.template-component-image:hover .template-component-image-hover
		{
			transition:all 0.3s ease;
		}
		
			.template-component-image .template-component-image-hover>span
			{
				display:table; 	
			}
			
				.template-component-image .template-component-image-hover>span>span
				{
					display:table-cell;
					vertical-align:middle;	
				}
				
					.template-component-image .template-component-image-hover>span>span>span.template-component-image-hover-header,
					.template-component-image .template-component-image-hover>span>span>span.template-component-image-hover-subheader
					{
						display:block;
						text-align:center;
						margin:auto 40px auto 40px;
					}
					
					.template-component-image .template-component-image-hover>span>span>span.template-component-image-hover-header
					{
						font-weight:900;
						margin-bottom:0px;
					}
					
					.template-component-image .template-component-image-hover>span>span>span.template-component-image-hover-divider
					{
						height:1px;
						width:30px;
						display:block;
						margin-left:auto;
						margin-right:auto;
						margin-top:20px;
					}

					.template-component-image .template-component-image-hover>span>span>span.template-component-image-hover-subheader
					{
						padding:0px;
						margin-top:20px;
					}
	
	/**************************************************************************/
	/* Component / Italics													  */
	/**************************************************************************/
			
	.template-component-italic
	{
		font-size:18px;
		font-weight:400;
		line-height:30px;
		font-style:italic;
		letter-spacing:0px;
	}
	
	/**************************************************************************/
	/* Component / List														  */
	/**************************************************************************/

	.template-component-list
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
		.template-component-list li
		{
			clear:both;
			position:relative;
			margin-bottom:5px;
			padding-right:30px;
			text-align: right;
		}
		
		.template-component-list li:last-child
		{
			margin-bottom:0px;
		}
		
			.template-component-list li>span:first-child
			{
				top:7px;
				right:0px;
				position:absolute;
			}
	
	/**************************************************************************/
	/* Component / Menu														  */
	/**************************************************************************/

		/**********************************************************************/
		/* Component / Menu	/ Default										  */
		/**********************************************************************/
	
		.template-component-menu-default
		{
			display:block;
			text-align:center;
		}
		
			.template-component-menu-default>.sf-menu
			{
				float:none;
				display:inline-block;
			}
			
				.template-component-menu-default>.sf-menu>li
				{
					
				}
				
					.template-component-menu-default>.sf-menu>li a
					{
						display:block;
					}
					
					.template-component-menu-default>.sf-menu>li a,
					.template-component-menu-default>.sf-menu>li a:hover
					{
						text-decoration:none;
					}
				
					.template-component-menu-default>.sf-menu>li>a
					{
						font-size:15px;
						line-height:28px;
						letter-spacing:1px;
						text-transform:uppercase;
						padding:36px 20px 36px 20px;
					}
					
						.template-component-menu-default>.sf-menu>li ul
						{
							left:25px;
							width:300px;
							margin-top:-10px;
							padding:19px 25px 19px 25px;
						}
					
							.template-component-menu-default>.sf-menu>li ul li a
							{
								text-align:left;
								letter-spacing:0px;
								display:block;
								overflow:hidden;
								padding:6px 0px 6px 0px;
							}
							
								.template-component-menu-default>.sf-menu>li ul li a span
								{
									display:inline;
									font-size:11px;
									margin-left:-21px;
									padding-right:10px;
								}
								
								.template-component-menu-default>.sf-menu>li ul li a:hover span,
								.template-component-menu-default>.sf-menu>li ul li a.template-state-selected span
								{
									margin-left:0px;
								}
								
								.template-component-menu-default>.sf-menu>li ul li a,
								.template-component-menu-default>.sf-menu>li ul li a span,
								.template-component-menu-default>.sf-menu>li ul li a:hover,
								.template-component-menu-default>.sf-menu>li ul li a:hover span
								{
									transition:color 0.2s ease, margin-left 0.2s ease;
								}
								
		/**********************************************************************/
		/* Component / Menu	/ Responsive									  */
		/**********************************************************************/

		.template-component-menu-responsive
		{
			left:0px;
			width:100%;
			height:100%;
			top:-9999em;
			display:block;
			position:fixed;
			z-index:100005;
		}
		
			.template-component-menu-responsive.template-state-open>ul
			{
				box-shadow:0px 1px 5px 0px rgba(0,0,0,0.1);
			}
		
	/**************************************************************************/
	/* Component / More link												  */
	/**************************************************************************/
	
	.template-component-more-link
	{
		
	}
	
		.template-component-more-link>span
		{
		
		}

		.template-component-more-link>span+span
		{
			display:none;
		}

	.template-component-more-content
	{
		display:none;
	}
		
	/**************************************************************************/
	/* Component / Process list												  */
	/**************************************************************************/
		
	.template-component-process-list
	{
		
	}
	
		.template-component-process-list>ul
		{
			margin:0px;
			padding:0px;
			list-style:none;
		}
		
			.template-component-process-list>ul>li
			{
				position:relative;
				text-align:center;
			}
			
			.template-component-process-list>ul>li.template-responsive-column-a
			{
				padding-bottom:120px;
				margin-bottom:0px !important;
			}
			
			.template-component-process-list>ul>li.template-responsive-column-a:last-child
			{
				padding-bottom:0px;
			}
			
				.template-component-process-list>ul>li>span
				{
					border-width:1px;
					text-align:center;
					border-style:solid;
					border-radius:999px;
					display:inline-block;
				}
			
				.template-component-process-list>ul>li>span:first-child
				{
					width:108px;
					height:108px;
					line-height:108px;
				}
				
				.template-component-process-list>ul>li>h5
				{
					margin-top:30px;
					margin-bottom:0px;
				}
				
				.template-component-process-list>ul>li>span:last-child
				{
					top:32px;
					left:-22px;
					width:44px;
					height:44px;
					font-size:24px;
					line-height:40px;
					position:absolute;
					padding-left:4px;
					transform: rotate(180deg);
				}
				
				.template-component-process-list>ul>li.template-responsive-column-a>span:last-child
				{
					top:auto;
					left:0px;
					right:0px;
					bottom:44px;
					margin-left:auto;
					margin-right:auto;
					transform:rotate(90deg);
				}
	
	/**************************************************************************/
	/* Component / Recent post												  */
	/**************************************************************************/
		
	ul.template-component-recent-post
	{
		margin:0px;
		padding:0px;
		list-style-type:none;
	}
	
		.template-component-recent-post>li
		{
			text-align:center;
		}
		
			.template-component-recent-post>li>a
			{
				padding:30px;
				display:block;
				border-style:solid;
				border-width:0px 0px 1px 0px;
			}
			
			.template-component-recent-post>li>a,
			.template-component-recent-post>li>a:hover
			{
				text-decoration:none;
			}
			
			.template-component-recent-post>li>a>span
			{
				margin-bottom:0px;
			}
			
			.template-component-recent-post>li>a>span+span
			{
				font-size:14px;
				line-height:28px;
				letter-spacing:1px;
				text-transform:uppercase;			
			}
			
			.template-component-recent-post>li>a>span+span:before
			{
				content:"/";
				padding:0px 10px 0px 10px;
			}
						
			.template-color-white .template-component-recent-post>li>a,
			.template-color-white .template-component-recent-post>li>a:hover
			{
				transition:all 0.2s ease;
			}
			
	/**************************************************************************/
	/* Component / Tab														  */
	/**************************************************************************/

	.template-component-tab
	{
		visibility:hidden;
	}
	
		/**********************************************************************/
		/* Component / Tab / Navigation										  */
		/**********************************************************************/
	
		.template-component-tab.ui-tabs .ui-tabs-nav
		{
			padding:0px;
			display:inline-block;
		}
		
			.template-component-tab.ui-tabs .ui-tabs-nav li
			{
				margin-right:10px;
				border-style:solid;
				border-width:0px 0px 1px 0px;
			}
			
			.template-component-tab.ui-tabs .ui-tabs-nav li.ui-state-active
			{
				margin-bottom:0px;
				padding-bottom:0px;
			}
			
				.template-component-tab.ui-tabs .ui-tabs-nav li a
				{
					display:block;
					min-width:130px;
					text-align:center;
					padding:12px 15px 11px 15px;
				}
				
		/**********************************************************************/
		/* Component / Tab / Panel											  */
		/**********************************************************************/
		
		.template-component-tab.ui-tabs .ui-tabs-panel
		{
			padding:0px;
			margin:60px 0px 0px 0px;
		}
		
	/**************************************************************************/
	/* Component / Team list												  */
	/**************************************************************************/
		
	.template-component-team-list
	{
		
	}
	
		.template-component-team-list>ul
		{
			margin:0px;
			padding:0px;
			list-style-type:none;
		}
		
			.template-component-team-list>ul>li
			{
				
			}
			
				.template-component-team-list>ul>li>.template-component-team-list-image
				{
					display:block;
				}
			
				.template-component-team-list>ul>li>.template-component-team-list-name
				{
					margin-top:20px;
					margin-bottom:0px;
				}
		
				.template-component-team-list>ul>li>.template-component-team-list-position
				{
					font-size:16px;
					font-weight:400;
					line-height:28px;
					font-style:italic;
				}
		
				.template-component-team-list>ul>li>.template-component-team-list-divider
				{
					width:60px;
					margin-top:25px;
				}
				
				.template-component-team-list>ul>li>.template-component-team-list-description
				{
					padding:0px;
					margin-top:25px;
				}
				
				.template-component-team-list>ul>li>.template-component-social-icon-list
				{
					margin-top:25px;
				}
				
	/**************************************************************************/
	/* Component / Search form												  */
	/**************************************************************************/
	
	body>.template-component-search-form
	{
		top:0px;
		left:0px;
		opacity:0;
		width:100%;
		height:100%;
		display:none;
		z-index:99999;
		position:fixed;
	}

		body>.template-component-search-form>div,
		body>.template-component-search-form>form
		{
			position:absolute;
		}
	
		body>.template-component-search-form>div
		{
			top:0px;
			left:0px;
			z-index:1;
			width:100%;
			height:100%;
		}
	
		body>.template-component-search-form>form
		{
			top:50%;
			left:50%;
			z-index:2;
			
			transform:translate(-50%,-50%);
		}
		
			.template-component-search-form>form>div
			{
				width:100%;
				max-width:500px;
				position:relative;
				margin-left:auto;
				margin-right:auto;
			}
			
			body>.template-component-search-form>form,
			body>.template-component-search-form>form>div
			{
				width:95%;
				max-width:500px;
			}

				.template-component-search-form>form>div>input[type="search"]
				{
					z-index:1;
					position:relative;
					padding-right:50px;
				}
				
				body>.template-component-search-form>form>div>input[type="search"]
				{
					text-transform:none;
					border-width:0px 0px 1px 0px;
				}
				
				.template-component-search-form>form>div>span,
				.template-component-search-form>form>div>input[type="submit"]
				{
					position:absolute;
				}

				.template-component-search-form>form>div>input[type="submit"]
				{
					top:0px;
					z-index:2;
					right:0px;
					width:50px;
					border:none;
				}
				
				body>.template-component-search-form>form>div>input[type="submit"]
				{
					top:10px;
				}
				
				.template-component-search-form>form>div>span
				{
					top:16px;
					z-index:2;
					right:16px;
					font-size:18px;
					cursor:pointer;
				}
				
				body>.template-component-search-form>form>div>span
				{
					top:19px;
					font-size:24px;
				}
	
	/**************************************************************************/
	/* Component / Space													  */
	/**************************************************************************/
				
	.template-component-space
	{
		clear:both;
	}
	
		.template-component-space-1
		{
			height:30px;
		}
		
		.template-component-space-1m
		{
			margin-top:-30px;
		}

		.template-component-space-2
		{
			height:60px;
		}
		
		.template-component-space-2m
		{
			margin-top:-60px;
		}
		
		.template-component-space-3
		{
			height:90px;
		}
		
		.template-component-space-3m
		{
			margin-top:-90px;
		}
		
		.template-component-space-4
		{
			height:120px;
		}
		
		.template-component-space-4m
		{
			margin-top:-120px;
		}
	
	/**************************************************************************/
	/* Component / Social icon list											  */
	/**************************************************************************/

	.template-component-social-icon-list
	{
		margin:0px;
		padding:0px;
		list-style-type:none;
		direction: rtl;
		float: left;
	}

		.template-component-social-icon-list li
		{
			display:inline-block;
			vertical-align:middle;
		}

			.template-component-social-icon-list li a
			{
				width:46px;
				height:46px;
				display:block;
				line-height:48px;
				text-decoration:none;
			}

			.template-component-social-icon-list li a:hover
			{
				text-decoration:none;
			}
			
			/******************************************************************/
			/* Component / Social icon list / Style 1						  */
			/******************************************************************/
			
			/******************************************************************/
			/* Component / Social icon list	/ Style 2						  */
			/******************************************************************/	
			
			/******************************************************************/
			/* Component / Social icon list	/ Style 3						  */
			/******************************************************************/	
			
			.template-component-social-icon-list.template-component-social-icon-list-3 li
			{
				margin-right:10px;
			}
			
				.template-component-social-icon-list.template-component-social-icon-list-3 li a
				{
					border-width:1px;
					border-style:solid;
					text-align:center;
					border-radius:9999em;
				}
				
	/**************************************************************************/
	/* Component / Testimonial												  */
	/**************************************************************************/
		
	.template-component-testimonial-list
	{
		position:relative;
	}
	
		.template-component-testimonial-list ul
		{
			width:100%;
			margin:0px;
			padding:0px;
			list-style-type:none;
		}
		
		.template-component-testimonial-list>.caroufredsel_wrapper
		{
			margin-left:auto !important;
			margin-right:auto !important;
		}
		
			.template-component-testimonial-list ul>li
			{
				float:left;
				text-align:center;
			}
			
				.template-component-testimonial-list ul>li>p
				{
					padding:0px;
					font-size:18px;
					line-height:30px;
					font-style:italic;
				}
				
				.template-component-testimonial-list ul>li>h6
				{
					margin-top:150px;
					margin-bottom:0px;
				}
				
				.template-component-testimonial-list ul>li>span
				{
					display:block;
					font-size:16px;
					line-height:28px;
					font-style:italic;
				}
				
		.template-component-testimonial-list .template-component-testimonial-list-navigation
		{
			left:0;
			right:0;
			bottom:100px;
			margin-left:auto;
			margin-right:auto;
			position:absolute;
			text-align:center;
		}
		
			.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-left,
			.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-right,
			.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-left:hover,
			.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-right:hover
			{
				text-decoration:none;
			}
		
			.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-left,
			.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-right
			{
				width:44px;
				height:44px;
				font-size:24px;
				line-height:42px;
				border-style:solid;
				border-width:1px;
				border-radius:999px;	
				display:inline-block;
			}
		
			.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-left
			{
				-moz-transform:scaleX(-1);
				-webkit-transform:scaleX(-1);
				-o-transform:scaleX(-1);
				transform:scaleX(-1);				
			}
			
			.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-center
			{
				top:10px;
				position:relative;
				font-size:48px;
				margin-left:50px;
				margin-right:50px;
				display:inline-block;
			}
			
			.template-component-testimonial-list .template-component-testimonial-list-navigation .template-component-testimonial-list-navigation-right
			{
				
			}
	
/******************************************************************************/
/* Page																		  */
/******************************************************************************/

	/**************************************************************************/
	/* Page / 404															  */
	/**************************************************************************/
	
	.template-page-404
	{
		
	}
	
		.template-page-404 .template-content h1
		{
			font-weight:300;
			font-size:160px;
			line-height:160px;
			letter-spacing:0px;			
		}
		
		.template-page-404 .template-content p 
		{
			font-size:21px;
			font-weight:300;
			line-height:36px;			
		}


.template-component-feature-list > ul > li > span {
	display: table;
	text-align: right;
	width: 100%;
}


.template-section.template-section-padding-reset.template-clear-fix {
    display: none;
}


#newsletter-form-submit {
    font-family: IRansans;
}

.template-header-bottom {
    width: 100%;
    height: 750px;
}

#image_into_slider {
    background-position: center;
    height: 520px;
    overflow: hidden;
    width: 100%;
    float: right;
}

#image_into_slider1 {
    background-position: center;
    height: 520px;
    overflow: hidden;
    width: 50%;
    float: right;
}

.container.bxprofile.template-section {
    width: 75%;
    margin: 80px auto;
    display: table;
    direction: rtl;
}

.col-sm-6 {
    width: 50%;
    float: right;
    padding: 10px;
}

.bxprofile input {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bxprofile h3 {
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #3e3e3e;
}

.bxprofile h4 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 30px;
    text-align: center;
    color: #989898;
}


.bxcart {
    background: #f9f9f9;
    padding: 10px 5px;
    direction: rtl;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ececec;
    margin: 20px auto;
}



#login {

    padding: 8px 40px;
    border-radius: 100px;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
    color: #b7b7b7;
    margin-top: 32px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #0076BD;
    font-size: 16px;
    color: #fff;
    font-family: Iransansb;
    width: 80%;
margin: auto;

}


#registrer {
    float: left;
    background: #17da58;
    padding:8px 25px;
    border-radius: 5px;
    color:#ffff;
    margin-top: 32px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
    margin-right: 10px;
}



#login:hover{
	background: #b7b7b7;
	color:#000;
	box-shadow: 0px 0px 5px #f6f6f6;
}

#textslider {

    width: 60%;
    margin: 300px auto;
    height: 50px;
    text-align: center;
    font-size: 41px;
    direction: rtl;
    margin-bottom: 50px;

}


#button_jump {

    background: #619f27;
    text-align: center;
    width: 20%;
    margin: auto;
    padding: 10px;
    border-radius: 5px;

}


.categorybx {

    width: 100%;
    display: table;
    text-align: right;
    background: #fbfbfb;
    border-top: 1px solid #f4f4f4;

}

#stand {

    width: 90%;
    margin: auto;

}

.categorybx ul {

    list-style: none;
    float: right;
    width: 100%;
    display: inline-flex;
    text-align: right;
    direction: rtl;

}

.categorybx ul a{

    color:#7d7b7b;

}

.categorybx li {

    padding: 15px 10px;
    font-size: 16px;

}

.template-header-bottom {

    width: 90%;
    margin: 40px auto;
    border-radius: 10px !important;
    overflow: hidden;
    height: 400px;

}


.bxcenter {

    width: 33%;
    float: right;
    text-align: center;
    cursor: pointer;

}

#packages{
    background:red;
}


#orange-bx {
	background-color: #ff814e;
    background-image: url("https://faranesh.com/assets/images/the-tiles-bg.png");
    padding: 30px 0px;
    font-size: 30px;
    border-radius: 5px;
    color:#fff;

}

#blue-bx {
	background-color:#3e77d0;
    background-image: url("https://faranesh.com/assets/images/the-tiles-bg.png");
    padding: 30px 0px;
    font-size: 30px;
    border-radius: 5px;
    color:#fff;

}

#red-bx {
	background-color:#d03e7c;
    background-image: url("https://faranesh.com/assets/images/the-tiles-bg.png");
    padding: 30px 0px;
    font-size: 30px;
    border-radius: 5px;
    color:#fff;

}



#green-bx {
	background-color:#3ed074;
    background-image: url("https://faranesh.com/assets/images/the-tiles-bg.png");
    padding: 30px 0px;
    font-size: 30px;
    border-radius: 5px;
    color:#fff;

}



.faraTitle {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.faraTitle[_ngcontent-c16] .title[_ngcontent-c16] {
    padding: 10px 20px;
    color: #383d48;
    font-size: 23px;
    font-weight: 900;
    line-height: 36px;
    background-color: #fff;
}
.faraTitle .title {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 7px 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
}


#last_course {
    margin-top: 40px;
    height: 70%;
    margin-bottom: 80px;
    overflow:hidden;
}

#parent-last_course{
    width:100vw;
    background-image:url("../image/background-moshaverin.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height:80%;
    padding-top:2px;
    margin-bottom: 60px;
    position: relative;
    background-attachment:fixed;
}


#parent-last_course::before{
    position: absolute;
    content: '';
    background-color: rgba(00 , 00 , 00 , 0.7);
    top:0;
    right: 0;
    width: 100%;
    height: 100%;
}

.text-headbx{
    color:white!important;
}

#last_news {
    margin-top: 530px;
    height: 360px;
    margin-bottom: 60px;
}

#parent-packages{
    width:80%;
    border-radius:6px;
    background-color:white;
    position:absolute;
    box-shadow:0px 6px 12px lightgray;
    top:125%;
    right:10%;
}

.last_news-class{
    margin-bottom:160px!important;
    margin-top:40px!important;
}

.postbx {
    width: 25%;
    float: right;
}


#post_content {
    text-align: right;
    border: 1px solid #dcdcdc;
	overflow: hidden;
	background:#fff; 
    padding: 5px;
}


#post_content h4 {
    font-family: IRANsans;
    letter-spacing: 0px !important;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    height: 35px;
    color: #4f4f4f;
    margin-bottom: 0px;
    margin-top: 20px;
}

#footeter_post {

    border-top: 1px solid #eee;
    width: 98%;
    padding: 0px;

}

#price_post {

    float: left;
    color: #02ca26;
    font-size: 16px;

}

#time_post {

    float: right;
    margin-top: 5px;

}


#teacher_info img {

    width: 30px;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    border-radius: 100px;

}

#teacher_info {

    margin-bottom: 10px;

}



#last_course {
    line-height: 0px !important;
}


#info_contact {
    margin-top: 100px;
    background: #f9f9f9;
    padding-top: 50px;
    border-top: 1px solid #f4f4f4;
}

.template-footer-top .template-layout-column-left {
    width: 48% !important;
}


.template-footer-bottom {
    height: 50px;
}

.template-footer-top h6 {
    letter-spacing: 0px !important;
    font-size: 20px;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 10px;
}

.template-logo {
    margin-top: 20px;
    width:100%;
    float: right;
}


#search-form input {
    width: 90%;
    float: right;
    text-align: right;
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#search-form button {
    width: 10%;
    float: left;
    border: 1px solid #e8e8e8;
    padding: 13px;
    color: #7b7b7b;
    font-size: 20px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}



#title-post {

    text-align: right;
    background: #fbfbfb;
    border: 1px solid #f2f2f2;
    margin: 20px auto;
    border-radius: 4px;
    padding: 15px 10px;
    box-shadow: 0px 0px 5px #ececec;

}


#info_course_bx {
	text-align: right;
}


#title-post h1 {

    margin: 0;
    padding: 0;
    letter-spacing: 0;
    color: #535353;
    font-size: 35px;
    font-weight: normal;

}


#left-post {
    width: 34%;
    float: left;
}


#right-post {
    width:65%;
    float:right;
}


#slider img {

    width: 100%;

}

#info_course_bx li {
    font-size: 18px;
    font-weight: normal;
    color:#b0b0b0;
padding: 5px;
border-bottom: 1px solid #dcdcdc;
direction: rtl;
    
}


#avatar {
    width: 140px;
    height: 140px;
    border-radius: 100px;
    margin: auto;
}


#profile_mini_menu li i {
    background: #2f91e8;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 500px;
    margin-left: 10px;
    color: #fff;
}

.resume_bx {

    margin-top: 20px;

}

.resume_bx h6 {

    text-align: center;
    letter-spacing: 0;
    font-size: 20px;
    color: #535353;

}

#price_course {
    text-align: center;
    font-size: 25px;
    color: #4ec51c;
    
}


#text-price {
    font-size: 35px;
    margin: 0px 10px;
}

#add_cart {
    text-align: center;
    background: #52ce1d;

border-radius: 50px;
color:#fff;
    
    font-size: 18px;
    padding: 5px;
    margin: 0px auto;
    width: 250px;
    cursor: pointer;
}




.nav-tabs > li {
    float: right !important;
    margin-bottom: -1px;
    width: 50%;
}

#content_post {
    background: #fff;
    border: 1px solid #dfdfdf;
    margin: 50px auto;
    text-align: right;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none !important;
    border-radius: 0px !important;
    text-align: center;
    font-size: 18px;
    background: #fbfbfb;
        
}


.nav-tabs > .active > a {
    background: #eee !important;
}




.form-control{
	
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}


#custom-btn {
    text-align: center;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0);
    box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0);
    background-color: #0093ee;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	margin-top: 15px;
	padding: 5px 0;
	width: 50%;
}


.downloadbx ul {
    padding: 0px;
    margin: 0;
}

#right-dl-bx {
    float: right;
    width: 70%;
}

#left_dl_bx {
    float: left;
    width: 30%;
}

#circle-dl {

    float: right;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 500px;
    font-size: 20px;
    line-height: 30px;
    border: 3px solid #d2d2d2;
    color: #b5b5b5;

}

#right-dl-bx h3 {

    float: right;
    margin: 0;
        margin-right: 0px;
    margin-right: 10px;
    letter-spacing: 0px;
}


.downloadbx li {

    padding: 10px 30px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;

}


#left_dl_bx {

    text-align: left;

}

#left_dl_bx i {

    font-size: 25px;
    margin-left: 20px;
    color: #959595;

}



#left-bx_cat {
    width: 70%;
    margin: auto;
    display: table;
    float: left;
}


#left-bx_cat {
    width: 70%;
    margin: auto;
    display: table;
    float: left;
}

#right-bx_cat {
    width: 70%;
    margin: auto;
    display: table;
    float: left;
}

.stand_custom{
	display: table;
}

#postbx_custom{
	width: 33% !important;
}

#qustion_bx {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
    display: table;
    background: #ecedee;
}


.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
        margin-right: 0px;
    position: relative;
    float: right;
    width: 48%;
    margin-right: 10px;
    overflow:hidden;
    height:95px;
}


.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: right;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  padding-right: 70px;
  font-weight: normal !important;
	font-size: 16px;
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #5562eb;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
  
}


#qustion_title {
    font-size: 20px;
    padding-right: 15px;
}


#warning_bx {

    width: 100%;
    text-align: center;
    background: #ffffac;
    padding: 20px;
    border: 1px solid #fdf100;
    box-shadow: 0px 0px 5px #e6e6e6;
    font-size: 22px;

}


#btt_submit {

    width: 30%;
    margin: 20px auto;
    background: #39dd6e;
    border: 1px solid #08ca47;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    box-shadow: 0px 2px 5px #c1c1c1;

}


.nb-signinup-wrapper .rb-header {
    font-size: 1.9rem;
    color: #010101;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
}

.single-input {
    height: 40px;
    width: 100%;
    padding: 1px 20px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    background-color: #ffffff;
    outline: none !important;
    font-size: 1.2rem;
}


.col-lg-12 .input-label-animate {
    width: 50%;
    float: right;
}



.input-label-animate label {
    padding: 0 5px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    z-index: 2;
    height: 20px;
    line-height: 20px;
    top: 35px;
    right: 10px !important;
    font-weight: normal;
    color: #a6a6a6;
    float: right;
}



.single-select {
    height: 40px;
    width: 100%;
    padding: 1px 20px 1px 35px;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    background-color: #ffffff;
    outline: none !important;
    font-size: 1.2rem;
    margin-bottom: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 3px 50%;
}

.nb-signinup-wrapper .form-group{
	margin-bottom: 0px !important;
}


.nb-signinup-wrapper .personal-pro .form-group .not-register {

    display: inline-block;
    text-align: center;
    margin-top: 19px;
    width: 170px;
    height: 37px;
    margin-right: 20px;
    line-height: 37px;
    float: left;

}
.nb-signinup-wrapper .personal-pro .form-group .nb-btn {

    width: 100%;
    height: 40px;
    font-size: 1.4rem;

}
.nb-btn-border {

    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;

}



.nb-signinup-wrapper .personal-pro .form-group .nb-btn {

    width: 100%;
    height: 40px;
    font-size: 1.4rem;

}

.nb-btn-success {
    color: #ffffff;
    background-color: #4ec51c;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
    border-radius: 25px;
    font-size: 18px;
    height: 40px;
    font-weight: normal;
}

.nb-signinup-wrapper .personal-pro .form-group .not-register {
    display: inline-block;
    text-align: center;
    margin-top: 19px;
    width: 170px;
    height: 37px;
    margin-right: 20px;
    line-height: 37px;
    float: left;
}

.nb-btn-border {
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
}



.container.footer_bx2 {

    padding: 30px 0px;

}


.footer_bx2 h4 {

    font-size: 14px;
    margin: 0;
        margin-top: 0px;
    margin-top: 0px;
    padding: 0;
    position: relative;
    top: 14px;
    color: 

    #232323;
    margin-top: 20px;
    text-align: right;
    letter-spacing: 0;
    text-align: center;

}



.footer_bx2 ul {

    list-style: outside none none;
    font-size: 12px;
    width: 100%;
    padding: 0px;
    margin-top: 40px;

}

.footer_bx2 ul li {

    border-right: 1px solid #ddd;
    margin-top: 10px;
    padding-right: 10px;
    text-align: right;
}

.footer_bx2 ul li:hover {

    border-right: 2px solid #e34848;

}


.footer_bx2 li a{color:#918f89;-moz-transition:all 0.2s ease-in;-webkit-transition:all 0.2s ease-in;-o-transition:all 0.2s ease-in;transition:all 0.2s ease-in;}

.footer_bx2 li a:hover{color:#e34848;}

.support_bx h5 {

    font-size: 15px;
    margin-top: 35px;
    font-family: IRANSans;

}

.copyright {
    background: #eeeded;
    
    padding:20px 0px;
}


.copyright .col-sm-6.text-right {

    font-size: 12px;
    color: #848484;

}
.about_bx {

    background: #dfdfdf;
    padding: 35px 0px;

}



.about_bx .col-sm-8.text-right {
    font-size: 1۲px;
    color: #848484;
    text-align: justify;
    direction: rtl;
}

.social_bx a {

    color: #8f8f8f;
    font-size: 25px;

}

.namad_bx {
    background: #f8f8f8;
    display: table;
    text-align: center;
    width: 100%;
    border-radius: 10px;
}
#copyright{border-top:1px solid #6a6861;font-size:12px;color:#fff;display:table;margin:20px auto;padding:30px 0;position:relative;text-align:center;top:30px;width:70%;}
#cl{clear:both;width:100%;}
#rigsho{width:100%;font-family:IRANSans;}
#rigsho table{direction:rtl;width:100%;}
#rigsho tr:nth-child(2n){background:#fff none repeat scroll 0 0;}
#rigsho tr:nth-child(2n+1){background:#f7f7f7 none repeat scroll 0 0;}
#rigsho td{padding:15px 0;text-align:center;}
#leftsho{width:100%;}
#pp{margin:40px auto;width:80%;font-size:20px;}


#header {
    background: #fff;
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;

}

#menu-bottom {
    background: 
    #f9f9f9;
    margin-top: 50px;
    text-align: center;
}




.content-box-center-reg {
    width: 272px;
    display: table;
    margin: 40px auto;

}

#menu {
    float: right;
    width: 80%;
}

#menu ul {
    float: right;
    list-style: none;
}


#menu ul li {

    float: right;
    margin: 40px 20px;
    color: #ececec;
    font-size: 20px;
    text-shadow: 0px 0px 5px #5b5b5b;

}



.nb-btn-border {
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    padding: 5px 30px;
    border-radius: 20px;
    color: #6a6a6a !important;
    float: left;
    margin-top: 20px;

}

.link-signup span {
    position: relative;
    font-size: 16px;
    top: 24px;
}


.link-signup{

    margin: 20px 0px;

}


.checkbox.checkbox-success.checkbox-toggle.required-chechbox.checked {
    float: right;
}

.after-lable-rule {
    float: right;
    margin-top: 8px;
    margin-right: 5px;
}

.form-group-checkbox {

    margin-bottom: 20px;

}

.nb-signinup-wrapper .col-lg-12.col-md-12.col-sm-12.col-xs-12.form-group.req.input-label-animate {
    width: 50%;
}


#alert-suc {
    width: 100%;
    text-align: center;
    background: 
#8eee8b;
border-radius: 25px;
padding: 5px 0px;
font-size: 18px;
box-shadow: 0px 5px 5px
#f2f2f2;
color:
    #047101;
}


#alert-danger {
    width: 100%;
    text-align: center;
    background: 
#ee8b8b;
border-radius: 25px;
padding: 5px 0px;
font-size: 18px;
box-shadow: 0px 5px 5px
#f2f2f2;
color:
    #710101;
}

#header h1 {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 120px;
  	 color: #fff;
	text-shadow: 0px 0px 20px #484848;
   letter-spacing: 0;
	direction: rtl;
}


.match_view {
    margin-top: 20px;
}

#image_post {
    height: 220px;
    overflow: hidden;
}

#header-post {
    background: #fff;

display: table;
width: 100%;
border: 1px solid #dcdcdc;
    padding: 10px 0px;
    overflow: hidden;
box-shadow: 0px 0px 5px #ececec;
}

#content-post{
	background: rgba(255,255,255,0.5);
	display: table;
	width: 100%;
	border: 1px solid #dcdcdc;
    padding: 10px 0px;
    overflow: hidden;
	box-shadow: 0px 0px 5px #ececec;
	margin-top: 30px;
}
#info_course_bx li i {

    font-size: 25px;
    color: #b0b0b0;
    margin: 10px;
    position: relative;
    top: 5px;

}


#left-text {

    float: left;
    position: relative;
    top: 10px;
    color: #535353;

}


#price_bx_info {
    border-bottom: 1px solid #dcdcdc;
    
    padding-bottom: 20px;
}


#content-post h3 {
    font-size: 1.8rem;
    color: #000000;

display: inline-block;
margin: 0;
    margin-bottom: 0px;
border-bottom: 3px solid #b71c1c;
    
    margin-bottom: -2px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    letter-spacing: 0;
}

#headbx h3 {
    font-size:2.2rem;
    color: #000000;

display: inline-block;
margin: 0;
    margin-bottom: 0px;
border-bottom: 3px solid #b71c1c;
    
    margin-bottom: -2px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    letter-spacing: 0;
    direction: rtl;
}

#headbx {
    border-bottom: 1px solid 
    #b71c1c;
    text-align: right;
    margin-bottom: 20px;
    position:relative;
}


.col-sm-5.featurebx {
    border-right: 1px solid 
    #e1e1e1;
}


#right-dl-bx h4 {
    text-align: right;
    letter-spacing: 0;
    direction: rtl;
    margin-right: 45;
}


.no-download i {
    color: #e3e3e3 !important;
}



#discount {

    background-color: #ff8f00 !important;

	padding: 0px 10px 0px;

	font-size: 14px;

	top: -1px;

	display: block;

	white-space: nowrap;

	border-radius: 50px;

	color:#fff;

    

}

#orginal-string {

    float: right;
    font-size: 18px;

}


#strike-string {

    float: right;
    color: #a6a6a6;

    
    margin-left: 5px;
    text-decoration: line-through;
    top: 5px;
    position: relative;
    font-size: 14px;

}


#headbx i {
    color: #b71c1c;
    margin-left: 15px;
}

#head-profile {
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid 
    #eae9e9;
}

#head-profile i {
    font-size: 100px;
    display: table;
    margin: auto;
    margin-bottom: 10px;
    color: 
    #b5b5b5;
}

#head-profile span {
    font-size: 16px;
    color: 
    #828282;
}

.col-sm-3.profmenu {
    border-left: 1px solid #eae9e9;
    padding: 0;
}


.profmenu li {
    text-align: right;
    direction: rtl;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #eae9e9;
	color:#808080;
    
}

#myTable {
    direction: rtl !important;
    text-align: center;
}

table.dataTable thead .sorting {
    text-align: center;
}


.result_bx{
	 background: #fff;
	display: table;
	width: 50%;
	border: 1px solid #dcdcdc;
    padding: 10px 0px;
    overflow: hidden;
	box-shadow: 0px 0px 5px #ececec;
	margin: 30px auto;
}


.login_bx {
    background: rgba(255,255,255,0.4);
    display: table;
    width: 50%;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    box-shadow: 0px 0px 5px #fbfbfb;
    margin: 30px auto;
    padding: 55px 80px 30px;
}



#icon_exam i {
    font-size: 130px;
    margin: auto;
    display: table;
}

#icon_exam {
    text-align: center;
}

#icon_exam span {
    color: #8c8c8c;
    font-size: 16px;
}

#icon_exam {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}


#content_exam li {
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
	font-size: 18px;
	color:#808080;
    
}


#text-left {
    float: left;
    color: #000;
    
    font-size: 20px;
}


#content_exam li:last-child {
    border-bottom: none;
}


.login_bx i {
    font-size: 150px;
    margin: auto;
}


.purple-color {
    text-align: center;
    letter-spacing: 0px;
}

.login_bx p {
    text-align: center;
    font-size: 16px;
    color: #999;
    
}


.login_bx {
    text-align: center;
}


.login_bx .fa.fa-check-circle {

    color:green;

}


.login_bx .fa.fa-times-circle {

    color:red;

}

#forget {
    float: right;
    padding: 10px;
    color: #000;
    
}


#slider img {
    width: 100%;
    height: 350px;
}


#timer {
    font-size: 12px;
}


#days {
    float: left;
    display: grid;
	line-height: 2px;
	font-size: 16px;
	padding: 0px 10px;
}


#hours {
    float: left;
    display: grid;
	line-height: 2px;
	font-size: 16px;
	padding: 0px 10px;
}

#minutes {
    float: left;
    display: grid;
	line-height: 2px;
	font-size: 16px;
	padding: 0px 10px;
}


#seconds {
    float: left;
    display: grid;
	line-height: 2px;
	font-size: 16px;
	padding: 0px 10px;
}





.searchformfld{
    position: relative;
    margin: 35px 0px;
}

.searchformfld label {
    position: absolute;
    padding-right: 10px;
    top: 6px;
    right: 5px;
}


.searchformfld input:focus + label,.searchformfld input:not(:placeholder-shown) + label{
    opacity:1;
    transform: scale(.9) translateY(-115%) translateX(-5px);
    color:#000;
}
.searchformfld input:focus{
    border:1px solid #000;
    outline-color: #000;
}

.searchformfld input{
    width:100%;
    padding-left: 10px;
    font-size: 18px;
}
.searchformfld label,.searchformfld input{
    transition: all 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity:0.5;
}


.nb-signinup-wrapper .col-lg-12.col-md-12.col-sm-12.col-xs-12.form-group.searchformfld {
    width: 50% !important;
}


.col-lg-12.col-md-12.col-sm-12.col-xs-12.form-group.searchformfld label {
    margin-right: 10px;
}

#starred {
    color:#f00; 
    
}


#city_label {
    float: right;
    margin-top: 20px;
    color: #7d7d7d;
    
}

#left-btt {
    float: left;
}


#menu-bottom i {
    color: 
    rebeccapurple;
}


.cat_bx {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
    display: table;
    background: #fff;
}


#titlecat {
    background: 
#6369cf;
padding: 5px 10px;
color:
    #fff;
    font-size: 18px;
    cursor: pointer;
}



#titlesubcat {

    background: 

#4b50a1;


padding: 5px 40px;

color:

    #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 5px;

}


#post_content {

    text-align: right;
    border: 1px solid  #dcdcdc;
    overflow: hidden;
    background:  #fff;
    padding: 5px;
    margin-right: 10px;
    margin-top: 10px;

}

#msgbox {
    width: 300px;
    position: fixed;
    z-index: 99999;
    bottom: 80px;
    height: 350px;
    left: 10px;
    background: 
#fff;
margin: auto;
box-shadow: 0px 0px 10px
    #d4d4d4;
    border-radius:10px;
}

#support {
    width: 50px;
    height: 50px;
    background: 
#40ed8c;
border-radius: 100px;
text-align: center;
font-size: 30px;
color:
    #1c7644;
    line-height: 10;
    position: fixed;
    bottom: 20px;
    left: 10px;
    border: 5px solid #39c576;
}


#support i {
    margin-top: 5px;
}

#msgshow {
    height: 65%;
    overflow-y: scroll;
}


#msgshow small{
    color:gray;
    font-size:11px;
    float:left;
    margin-top:14px;
}

#msg_send {

    width: 78%;
    float: left;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-left: 10px;
    margin-top: 25px;
    padding:5px 8px;

}


#bttsend_msg {
    cursor:pointer;
    float: right;
    width: 38px;
    background: #5ee04b;
    padding:7px 0;
text-align: center;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
font-size: 20px;
border-left:none;
color:#fff;
margin-right: 18px;
margin-top: 25px;
}


#bttsend_msg img{
    transform:rotate(45deg);
    margin-left:3px;
}

#message-text{
    margin:0!important;
    padding:0!important;
}


#headermsg h3 {

    float: right;
    font-size: 18px;
    letter-spacing: 0;
    padding: 0px 10px;
    color: #8a8a8a;

}

#headermsg {
    display: table;
    width: 100%;
    border-bottom: 1px solid 
    #f0f0f0;
}


#headermsg i {
    font-size: 20px;
    color: 
    #c4c4c4;
    margin-top: 15px;
    margin-left: 10px;
}

#alertlogin_msg {
    width: 100%;
    background: #ec6a6a;

padding: 5px 10px;
border-radius: 20px;
color:#fff;
    
}


#std_msg {
    background: #fffcd2;
    
    margin-top: 20px;
    width: 80%;
    float: right;
    margin-right: 10px;
    border-radius: 10px;
    text-align: right;
    padding: 5px 10px;
}

#text-message-student{
    background:red;
    width:50px;
    height:50px;
}

#adv_msg{
    background: #d8ffd2;
    
    margin-top: 20px;
    width: 80%;
    float: left;
    margin-left: 10px;
    border-radius: 12px;
    border-bottom-left-radius:0!important;
    text-align: right;
    padding: 5px 10px;
}





#std_msg_std {
    background: #fffcd2;
    margin-top: 20px;
    width: 80%;
    float: left;
    margin-right: 10px;
    border-radius: 12px;
    border-bottom-right-radius:0!important;
    text-align: right;
    padding: 5px 10px;
}

#clock{
    color:red!important;
}


.msggg{
    background-color:red;
}

#adv_msg_adv{
    background: #d8ffd2;
    
    margin-top: 20px;
    width: 80%;
    float: right;
    margin-left: 10px;
    border-radius: 10px;
    text-align: right;
    padding: 5px 10px;
}


.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
}



@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

#menu li {
    float: right;
    padding: 5px 8px;
    font-size: 16px;
    background: #a5ff73;
    margin-right: 20px;
    border-radius: 50px;
}

.col-sm-12.featurebx h1 {
    text-align: center;
    letter-spacing: 0;
}

#msgshow_adv {
    overflow: scroll;
    height: 200px;
}

#chat_img {
    width: 50%;
    height: auto;
}


#menu a {
    color: #000;
    font-size: 20px !important;
}


#btt_spec {

    display: table;
    width: 100%;
    text-align: center;
    margin-top: 30px;

}

#btt_more {

    width: 25%;
    margin: auto;
    border-radius: 500px;
    border: 1px solid #0ca5f0;
    background: #448aff;
    color: #fff;
    font-size:18px;
    font-family:'IRANSansb';
    cursor: pointer;

}

.content-box-center {
    width: 100%;
    margin: auto;
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    text-align: center;
    overflow:hidden;
}

.content-box-center h1 {

    font-size: 20px;
    letter-spacing: 0;
    font-family: iransansB;
    color: #000 !important;
    margin-top: 60px;

}

#text-bx {
    text-align: right;
    font-size: 18px;
}

#image_post img {
    width: 100%;
}

#btt_contact {
    background: #0076BD;
    float: right;
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      border-bottom-left-radius: 50px;
    position: absolute;
    left: 40px;
    top: 5px;
}

#pNerKTGUFocihjMcEvPb {
    margin: auto;
}


#park {
    width: 83%;
    margin: auto;
}

.news_bx {
    float: right;
    width: 33%;
}


	.contact{
		padding: 4%;
		height: 400px;
	}
	.contact .col-md-3{
		background: #ff9b00;
		padding: 4%;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	.contact-info{
		margin-top:10%;
	}
	.contact-info img{
		margin: auto;
        margin-bottom: 35%;
	}
	.contact-info h2{
		margin-bottom: 10%;
		text-align: center;
	}
	
	.contact-info h4{
		font-size: 16px;
        letter-spacing: 0px;
        text-align: center;
	}
	

	.col-md-9{
		background: #fff;
		padding: 3%;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	.contact-form label{
		font-weight:0;
		direction: rtl;
	}
	.contact-form button{
		background: #25274d;
		color: #fff;
		font-weight: 600;
		width: 25%;
	}
	.contact-form button:focus{
		box-shadow:none;
	}
	

.contact-form .form-control {
    text-align: right;
}

.news {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-pagination1.swiper-pagination-clickable.swiper-pagination-bullets {
    text-align: center;
}


.news .swiper-wrapper {
    height: 300px;
    margin: 0px !important;
}

#profile_menu li {
    float: right;
    width: 25%;
}


element {

}
#profile_menu li i {

    font-size: 60px;
    width: 140px;
    text-align: center;
    height: 140px;
    line-height: 150px;
    border-radius: 200px;
    color: #fff;

}

#profile_menu li h6 {
    text-align: center;
    letter-spacing: 0;
    font-size: 16px;
    color: #000;
}

#no_exam {
    font-size: 30px;
}

#advice_avatar{

    height: 50%;
    width: 160px;
    margin: auto;

}


#post_content1 {
    background:white;
    text-align: right;
    overflow: hidden;
    border-radius:4px;
    
}

#post_content1 h4 {
    font-family: 'IRANSansb';
    letter-spacing: 0px !important;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    height: 50px;
    color: #4f4f4f;
    margin-bottom: 5px;
    margin-top: 12px;
    text-align: center;
}


#circle_bx {
    width: 25%;
    float: right;
    text-align: center;
    position:relative;
}

#cir {
    border: 5px solid #cfcfcf;
    width: 200px;
    margin: auto;
    border-radius: 500px;
    height: 200px;
}

#number_cr {
    font-size: 50px;
    margin-top: 20px;
}



#not_found {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #bcbcbc;
}


#parent-footbg{
    background:url("../image/world.jpg");
    background-position:center;
    background-attachment:fixed;
    padding:110px 0;
    position: relative;
    width: 100%;
}

#parent-footbg::before{
    position: absolute;
    content: '';
    background-color: rgba(255 , 255 , 255 , 0.9);
    top:0;
    right: 0;
    width: 100%;
    height: 100%;
}


#time_chat_div {
    width: 100%;
    display: block;
    text-align: left;
}

#msg_not_found {
    text-align: center;
    width: 100%;
    background: #f0ea94;
    height: 30px;
    border-radius: 10px;
}



#donwload_app {
    width: 100%;
    background: #90e063;
    box-shadow: 0px 0px 5px #c3c3c3;
    overflow: hidden;
    height: 200px;
}


#donwload_app i {
    float: right;
    font-size: 200px !important;
    margin-top: 20px;
    margin-right: 20px;
}


#btt_app {
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 5px 30px;
  margin-top: 5px;
  font-size: 20px;
  width: 80%;
  position: relative;
  margin: auto;
  top: 80px;
}


#advice_bx {
    width: 15%;
    float: right;
    background: #cecece;
    margin-right: 40px;
    padding: 20px;
    margin-top: 20px;
    height: 300px;
    box-shadow: 1px 1px 10px #c4c4c4;
}


#advice_bx h2 {
    font-size: 16px;
    text-align: right;
    width: 100%;
}

#advice_bx p {
    margin: 0px;
    padding: 0px;
    color: #0f910a;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none !important;
}

.reg{
    width: 50%;
    float:right;
}

.login {
    width: 50%;
    float: left;
}


.reg .content-box-center {
    width: 95%;
}


.login .content-box-center {
    width: 95%;
}


.reg #login {
    position: static !important;
    margin: auto !important;
    width: 70%;
    font-size: 11px;
    margin-top: 0px;
    margin: auto;
    float: none !important;
}


.login #login {
    position: static !important;
    margin: auto !important;
    width: 70%;
    font-size: 11px;
    margin-top: 0px;
    margin: auto;
    float: none !important;
}

.login .content-box-center h1{
    font-size: 12px;
}


.reg .content-box-center h1{
    font-size: 12px;
}

.mobile_btt {
    display:none;
    margin-top: 30px;
}


