/* 	1. Normalize
   	2. Basic template CSS
     	2.1 Global elements
	 	2.2 Template containers 
	 	2.3 Template structure
	 	2.4 Widget styles
	 	2.5 Device classes
		2.6 Custom classes
   	3. Wordpress elements styling
		3.1 Main menu
		3.2 Comments
		3.3 Post meta-data
		3.4 Post additional features
		3.5 wp-activate.php and wp-signup.php pages
	4. Template additional features styles
		4.1 Breadcrumbs & font-size
		4.2 Contact page template
		4.3 Page 404 template 
		4.4 Archive page template
		4.5 Tag cloud template
		4.6 Login page template
		4.7 Post formats
		4.8 Page navigation
		4.9 Author info
		4.10 Post custom fields
		4.11 oEmbed support
		4.12 Main Navigation Style
		4.13 Main content elements
		4.14 Portfolio
		4.15 Attachment page
		4.16 Log in popup
		4.17 Demo content
		4.18 Sticky header
		4.19 Thumbs hover effects
		4.20 Preloader
		4.21 Social icons common styles
		4.22 Toolbar
		4.23 Tables
		4.24 Video background style
		4.25 Get in touch styles
		4.26 Blog grid
		4.27 Search Overlay
		4.28 Row Overlay
	5. Additional WP extensions styles
		5.1. Archives widget
		5.2. Custom menu widget
		5.3. Pages widget
		5.4. RSS widget
		5.5. Text widget
		5.6. Calendar widget
		5.7. Links widget
		5.8. Recent comments widget
		5.9. Search widget
		5.10. Categories widget
		5.11. Meta widget
		5.12. Recent posts widget
		5.13. Tag cloud widget
		5.14. Common widget styles
		5.15 Contact form 7
		5.16 DP Comments
		5.17 DP Tabs
		5.18. DP Flickr Gallery
		5.19 DP Recent Posts/Portfolio Widget
		5.20 WPML
		5.21 DP NewsFlash
		5.22 DP Stock
	6. Shortcodes styling
		6.1 Typograhy style
		6.2 Content layout style
	7. Animations engine CSS
	8. Plugins custom styling
	9. CustomScrollbar CSS
   10. OWL CSS
   11. Flex Gallery CSS
   12. Essential grids CSS
/*---------------------------------
1. Normalize HTML5 display definitions
----------------------------------*/

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

audio,canvas,video {
display:inline;
zoom:1;
}

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

a:focus {
outline:thin dotted;
}

a:hover,a:active {
outline:0;
}

h1 {
font-size:2em;
}

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

b,strong {
font-weight:700;
}

blockquote {
margin:1em 40px;
}

dfn {
font-style:italic;
}

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

pre,code,kbd,samp {
font-family:monospace, serif;
_font-family:'courier new', monospace;
font-size:1em;
}

pre {
white-space:pre-wrap;
word-wrap:break-word;
}

q {
quotes:none;
}

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

small {
font-size:75%;
}

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

sup {
top:-.5em;
}

sub {
bottom:-.25em;
}

ul {
margin-left:0;
padding:0 3px 0 0;
list-style-position:inside;
}

ol {
padding:0;
}

ol li ol, ul li ul {
padding:0 0 0 25px;
}

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

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

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

fieldset {
border:1px solid silver;
margin:0 2px;
padding:.35em .625em .75em;
}

legend {
border:0;
white-space:normal;
margin-left:-7px;
padding:0;
}

button,input,select,textarea {
font-size:100%;
vertical-align:middle;
margin:0;
}

button,input {
line-height:normal;
}

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

input[type=checkbox],input[type=radio] {
box-sizing:border-box;
height:13px;
width:13px;
padding:0;
}

input[type=search] {
-webkit-appearance:textfield;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
}

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

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

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

audio:not([controls]),[hidden] {
display:none;
}

body,dd,figure,form {
margin:0;
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button {
-webkit-appearance:none;
}
.clearfix:after {
		content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

 /* -------------------------------------------
 *  2. Basic template CSS file
 * -------------------------------------------
/*
 *
 *  2.1. Global elements
 *
 *
------------------------------------ */
/*  2.1.1. Base document elements
==================================== */
* {
outline:none!important;
}

html {
border-bottom:1px solid transparent;
/* with min-height cause showing always the scrollbar */
-webkit-font-smoothing:antialiased;
/* Fixes Webkit GPU rendering */
min-height:100%;
}

body {
background:#fff;
color:#555;
font-size:14px;
line-height:1.6;
min-height:100%;
padding:0;
margin:0 auto;
overflow:hidden;
}

body img {
display:block;
}

.dp-page + .dp-page-wrap {
padding-left:10px;
padding-right:10px;
}

.dp-page + .dp-page-wrap {
padding-left:10px!important;
padding-right:10px!important;
}

#dp-page-box {
margin:0;
-webkit-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;
-ms-transition:all .3s ease-out;
-o-transition:all .3s ease-out;
transition:all .3s ease-out;
margin:0 auto;
background-color:#fff!important;
}

#dp-page-box .dp-page {
padding-left:0;
padding-right:0;
}

.boxed #dp-page-box,.page-template-template-boxedpage-php #dp-page-box {
padding-left:0;
padding-right:0;
margin-left:auto;
margin-right:auto;
-moz-background-clip:border;
/* Firefox 3.6 */
-webkit-background-clip:border;
/* Safari 4? Chrome 6? */
background-clip:border-box;
/* Firefox 4, Safari 5, Opera 10, IE 9 */
-moz-background-clip:padding;
/* Firefox 3.6 */
-webkit-background-clip:padding;
/* Safari 4? Chrome 6? */
background-clip:padding-box;
/* Firefox 4, Safari 5, Opera 10, IE 9 */
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.center {text-align:center;}
/* Dynamic sidebar */

#dp-dynamic-sidebar {
	background-color: #454545;
	float: left;
	height: 100%;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: width .3s ease-out;
	-moz-transition: width .3s ease-out;
	-ms-transition: width .3s ease-out;
	-o-transition: width .3s ease-out;
	transition: width .3s ease-out;
	width: 0px;
	z-index:1000;
	}
#dp-dynamic-sidebar .inner-wrap {padding:60px 20px 20px 20px;}
.admin-bar #dp-dynamic-sidebar {margin-top:28px;}
#dp-dynamic-sidebar.is-dynamic-sidebar {width:300px;}
#dp-page-box.is-dynamic-sidebar {padding-right:300px;}	
.is-dynamic-sidebar .dp-sticky-navigation-wrapper .dp-head-wrap {padding-right:300px;}

#close-dynamic-sidebar {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	opacity: 0; filter: alpha(opacity=0);
	position: fixed;
	right: 0px;
	top: 20px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 1;
}

#close-dynamic-sidebar.is-dynamic-sidebar {
	opacity: 0.8; filter: alpha(opacity=80);
	right: 20px;
}
#close-dynamic-sidebar.is-dynamic-sidebar:hover {opacity:1; filter: alpha(opacity=100);}
.admin-bar #close-dynamic-sidebar {
	top: 43px;
}

#dp-dynamic-sidebar {color: #fff}
#dp-dynamic-sidebar a, #dp-dynamic-sidebar .box ul li:before  {color:#8d8d8d;}
#dp-dynamic-sidebar a:hover, #dp-dynamic-sidebar .box ul li:hover:before {color:#fff;}
#dp-dynamic-sidebar .box-title {color:#fff!important}
#dp-dynamic-sidebar .wpcf7 input[type="text"], #dp-dynamic-sidebar .wpcf7 input[type="tel"],#dp-dynamic-sidebar .wpcf7 input[type="email"], #dp-dynamic-sidebar .wpcf7 textarea {
	background: transparent; border-radius: 0px; color:#888;
}
.display-none { display:none;}


/* 2.1.2. Base typography elements
==================================== */
a {
color:#333;
text-decoration:none;
-webkit-transition:color .3s ease-out;
-moz-transition:color .3s ease-out;
-ms-transition:color .3s ease-out;
-o-transition:color .3s ease-out;
transition:color .3s ease-out;
}

article section.content  a:not(.esg-container > a) ,article section.intro a:not(.esg-container > a) {
color:#EF1E1E;
}

article section.content a:not(.esg-container > a):active, article section.content a:not(.esg-container > a):focus, article section.content a:not(.esg-container > a):hover,article section.intro a:not(.esg-container > a):active,article section.intro a:not(.esg-container > a):focus,article section.intro a:not(.esg-container > a):hover {
color:#111;
}

a:active,a:focus,a:hover {
color:#EF1E1E;
cursor:pointer;
}

h1,h2,h3,h4,h5,h6 {
font-weight:700;
margin:0 0 .6em;
line-height:1.3em;
-ms-word-wrap:break-word;
word-wrap:break-word;
}

h1 {
font-size:32px;
}

h2 {
font-size:24px;
}

h3 {
font-size:20px;
}

h4 {
font-size:18px;
}

h5 {
font-size:16px;
}

h6 {
font-size:14px;
}

p {
-ms-word-wrap:break-word;
word-wrap:break-word;
margin:0 0 20px;
}

.page-title {
font-size:35px;
margin:0 0 35px;
}

ul {
list-style-type:disc;
}

ul li,ol li {
line-height:1.5em;
}

ul li li {
padding:0;
}

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

.box ul li,.box ol li {
}

.box ul li:first-child,.box ol li:first-child {
border-top:none;
}

.box ul ul,.box ol ol {
margin:0;
padding:0 0 0 20px;
}
.space5 {height:5px}
.space10 {height:10px}
.space15 {height:15px}
.space20 {height:20px}
.space25 {height:25px}
.space30 {height:30px}
.space35 {height:35px}
.space40 {height:40px}
.space50 {height:50px}
.space60 {height:60px}
.space70 {height:70px}

/* Style Flush bottom*/
.box.flush-bottom {
margin-bottom:0!important;
}

/* 2.1.3. Base form elements
==================================== */
/* buttons */
button,a.dp-button,input[type=button],input[type=submit] {
padding:8px 16px;
display:inline-block;
border:0;
font-weight:500;
outline:none;
font-size:14px;
cursor:pointer;
width:auto;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
border-radius:2px;
background-color:#EF1E1E;
color:#fff;
}

.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled],button:hover,input[type=button]:hover,input[type=submit]:hover,button:active,input[type=button]:active,input[type=submit]:active,button.disabled,input[type=button].disabled,input[type=submit].disabled,a.dp-button:hover,a.dp-button:active,a.dp-button.active,a.dp-button.disabled,a.dp-button[disabled] {
background-color:#2e2e2e!important;
color:#fff!important;
}

.btn:active,.btn.active,button:active,a.dp-button:active,a.dp-button.active
input[type=button]:active,input[type=submit]:active {
background-color:#2e2e2e;
}

.btn:first-child,button:first-child,a.dp-button:first-child,input[type=button]:first-child,input[type=submit]:first-child {
margin-left:0;
}

.btn:hover,button:hover,a.dp-button:hover,input[type=button]:hover,input[type=submit]:hover {
color:#333;
text-decoration:none;
background-color:#e6e6e6;
background-position:0 -15px;
-webkit-transition:background-position .1s linear;
-moz-transition:background-position .1s linear;
-ms-transition:background-position .1s linear;
-o-transition:background-position .1s linear;
transition:background-position .1s linear;
}

.btn:focus,button:focus,a.dp-button:focus,input[type=button]:focus,input[type=submit]:focus {
outline:thin dotted #333;
outline:5px auto 0;
outline-offset:-2px;
}

.btn.active,.btn:active,button:active,a.dp-button:active,input[type=button]:active,input[type=submit]:active {
background-color:#e6e6e6;
background-color:#d9d9d9;
background-image:none;
outline:0;
-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}

.btn.disabled,.btn[disabled],button.disabled,a.dp-button:disabled,a.dp-button[disabled],input[type=button].disabled,input[type=submit].disabled {
cursor:default;
background-color:#e6e6e6;
background-image:none;
opacity:0.65;
filter:alpha(opacity=65);
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

.btn-large {
padding:9px 14px;
font-size:15px;
line-height:normal;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}

/* input fields */
input[type=text],input[type=search],input[type=password],input[type=email],input[type=www],input[type=tel],input[type=date],input[type=number], select {
background:#fff;
border:1px solid #e5e5e5;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
color:#333;
font:normal 12px Arial, Helvetica, sans-serif;
height:32px;
line-height:32px;
padding:0 9px;
}

.readon {
display:inline-block;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
padding:3px 6px 3px 8px;
font-size:11px;
line-height:20px;
color:#A7A6A6;
border:1px solid #A7A6A6;
text-transform:uppercase;
}
.readon span { color:#A7A6A6;}
.readon:hover {
color:#fff!important;
background-color:#EF1E1E;
border-color:#EF1E1E;
}
.readon:hover span {
color:#fff!important;
}
.readon span:after {
content:'\e068';
font-family:'DPIcomoon';
font-size:10px;
padding-left:3px;
top:2px;
line-height:20px;
}

.readon:hover span:after {
}

.readon1 {
display:inline-block;
-webkit-border-radius:14px;
-moz-border-radius:14px;
border-radius:14px;
background-color:transparent;
border:1px solid #232D37;
padding:0 20px;
height:28px;
line-height:28px;
font-size:16px;
color:#232D37!important;
}

.readon1:hover {
color:#232D37!important;
}

.readon1 a {
color:#232D37!important;
}

.readon1:hover a {
}

.readon2 {
display:inline-block;
-webkit-border-radius:14px;
-moz-border-radius:14px;
border-radius:14px;
background-color:transparent;
border:1px solid #EF1E1E;
padding:0 20px;
height:28px;
line-height:28px;
font-size:16px;
color:#EF1E1E!important;
}

.readon2:hover {
color:#EF1E1E!important;
}

.readon2 a {
color:#EF1E1E!important;
}

.readon2:hover a {
}

.dp-readon {
display:inline-block;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
background-color:transparent;
border:1px solid #EF1E1E;
padding:0 14px;
height:35px;
line-height:35px;
font-size:15px;
color:#EF1E1E!important;
}

.dp-readon:hover {
color:#fff!important;
background-color:#EF1E1E;
}

.dp-readon a {
color:#EF1E1E!important;
}

.dp-readon:hover a {
color:#fff;
}

.dp-readon1 {
display:inline-block;
-webkit-border-radius:14px;
-moz-border-radius:14px;
border-radius:14px;
background-color:transparent;
border:1px solid rgba(255,255,255,0.4);
padding:0 31px 0 11px;
height:28px;
line-height:28px;
font-size:15px;
color:#fff!important;
position:relative;
overflow:hidden;
}

.dp-readon1 span {
margin-left:-100px;
-webkit-transition:all .4s ease-out;
-moz-transition:all .4s ease-out;
-ms-transition:all .4s ease-out;
transition:all .4s ease-out;
}

.dp-readon1:hover span {
margin-left:0;
}

.dp-readon1 span:after {
font-family:dpicomoon;
content:'\e8c3';
position:absolute;
right:25px;
font-weight:200;
-webkit-transition:all .4s ease-out;
-moz-transition:all .4s ease-out;
-ms-transition:all .4s ease-out;
transition:all .4s ease-out;
}

.dp-readon1:hover {
color:#fff!important;
border:1px solid #fff;
}

.dp-readon1:hover span:after {
right:10px;
}

.dp-readon1 a {
color:#fff!important;
}

.dp-readon1:hover a {
}

textarea {
background:#fff;
border:1px solid #e5e5e5;
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
color:#333;
font-family:Arial, Verdana, sans-serif;
font-size:14px;
line-height:23px;
padding:10px;
text-transform:none;
}

label {
display:inline-block;
font-size:13px;
font-weight:700;
padding:0 0 4px;
}

select {
max-width:100%;
}

/* 2.1.4. Base other elements
==================================== */
article {
padding:0 0 30px;
margin:0 0 40px;
}

.page-template-template-fullwidth-vc-php article {
margin:0;
}

.tag-page article,.category-page article,.search-page article {
margin:0 0 40px;
}

/*
 *
 * 2.2 Template containers
 *
 *
------------------------------------ */
.dp-page-wrap {
padding-top:45px;
overflow:hidden;
}

.page-template-template-fullwidth-vc-php .dp-page-wrap {
padding-top:0;
}

.dp-page .dp-page-wrap {
padding-top:45px;
}



#dp-navigation-wrapper {width:100%; z-index:200;}

.header-overlapping #dp-navigation-wrapper {position:fixed}

#dp-slideshow {
position:relative;
}

#dp-slideshow .box {
margin:0!important;
padding:0!important;
}

#dp-header + .dp-page-wrap {
padding-top:20px;
}

.dp-page {
margin:0 auto;
width:100%;
}

#dp-mainbody {
padding:0 10px;
}

.page-template-template-fullwidth-vc-php #dp-mainbody {
padding:0;
}

#dp-mainbody-columns {
display:block;
overflow:visible;
width:100%;
}

#dp-mainbody-columns > section {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
display:block;
float:left;
padding:0;
}
#dp-mainbody-columns.nosidebar > section { width: 100%!important; }
#dp-mainbody-columns.nosidebar { background-position: 100% 0!important; }
#dp-mainbody-columns > aside {
background:#fff;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
display:block;
float:left;
padding:0 0 0 20px;
}

#dp-mainbody-columns.dp-sidebar-left > section {
float:right;
}

#dp-mainbody-columns.dp-sidebar-left > aside {
float:left;
padding:0 20px 0 0;
}

#dp-content-wrap {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
padding:0;
width:100%;
}

#dp-content-wrap,#dp-mainbody > div {
float:left;
}

#dp-mainbody-columns.dp-sidebar-left > section {
float:right;
}
.pad10 {padding: 0 10px!important; box-sizing:border-box;}

/*
 *
 * 2.3. Template structure
 *
 *
------------------------------------ */
/* 2.3.1. Top
==================================== */
#search-form-wrapper {
position:relative;
}

#dp-top-bar {
background:#000;
margin:0;
padding:0;
position:relative;
height:36px;
}
.top-bar-adress, .top-bar-phone, .top-bar-email{float:left;margin:12px 6px 8px; font-size:12px;color:#fff;line-height:14px;vertical-align:middle}
.top-bar-adress i, .top-bar-phone i, .top-bar-email i {margin-right:3px;font-size:13px; line-height:14px; vertical-align:middle} 
.top-bar-adress i {font-size:11px !important; vertical-align: top}
.top-bar-email a {color:#ababab}
.top-bar-email a:hover {color:#fff;}

/* User menu button */
.dp_usermenu {float:right;margin-left:1px;position:relative;}
.dp_usermenu_button {width:36px; height:36px; background-color: rgba(255,255,255,0.15); text-align:center; cursor: pointer;}
.dp_usermenu_button i {font-size:18px; line-height:36px; color:#fff;}

.dp_usermenu_drops {position:absolute;right:0; top:36px;z-index:1000; background:#fff;widt:auto; padding:8px 0; border: 1px #cdcdcd solid;
border-top: 0;
 -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
-moz-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
box-shadow: 2px 2px 6px rgba(0,0,0,.2);
-webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
-moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
-o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
-ms-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
 visibility:hidden;
opacity:0;
max-width:500px;
min-width:130px;
padding:5px 0;
text-align:left;
}
.user-menu {
list-style:none;
margin:0;
}
.user-menu li {
padding:5px 10px;
}
.user-menu li:hover {
background-color:#F5F7F9;
}
.user-menu li a {font-size:13px!important; line-height:18px!important;}
.user-menu li a, .user-menu li a:hover, .user-menu .menu-icon i {color:#444!important}
.user-menu .menu-icon {float:left;width:18px;height:18px; ;display:block;padding:0; margin-right:3px;}
.user-menu .menu-icon i {margin:0; padding:0; font-size:14px!important; line-height:18px!important}

.usermenu-item {padding: 3px 10px 2px 10px; text-align:left;height:auto;line-height:16px!important;height:20px;margin:0;display: block; float:none;}
.usermenu-item:hover {background-color:#F5F7F9;}
.usermenu-item a {color:#444!important; font-size:12px!important;line-height:16px!important;}
.usermenu-item i {padding-right:5px;color:#444!important;font-size:12px;float:left;}
.usermenu-item a:hover {color:#444!important}

.dp_usermenu_button:hover .dp_usermenu_drops {
	visibility: visible;
	opacity:1;
	transition-delay:0s;
}
.dp_language_switcher_list a {color:#333!important}
.dp_language_switcher_list .lang_item {padding:8px 15px; width:auto;display:block;position:relative;line-height:12px; font-size:12px; text-align:left;}
.dp_language_switcher_list .lang_item:hover {background:#f6f6f6;}
.dp_language_switcher_list .lang_item.current_lang:hover {background:none!important;}
.dp_language_switcher_list .lang_item.current_lang {display:none;}
.dp_language_switcher_list .lang_item a {display:block;}
.lang_item .flag {width:12px;height:12px;background-repeat:no-repeat; background-position: center center; border-radius:50%; position:absolute;}
.lang_item span {padding-left:20px;}


/* 2.3.2. Header and subheader
==================================== */
#dp-head-wrap {
background:transparent;

position:relative;
border-bottom:1px solid rgba(255,255,255,0.2);
z-index:400;
}

.page-template-template-contact-php #dp-head-wrap.semi-transparent {
background-color:rgba(33,51,68,0.9)!important;
}

#dp-head {
position:relative;
padding:0 10px;
}

#dp-head:after {
clear:both;
content:"";
display:table;
}

#dp-head h2 {
float:left;
margin:0;
}
.menu_centered #dp-head h2, .menu_splited #dp-head h2{
float:none;
}
.left_menu_container {width:39.9%;float:left}

.logo_center_container {width:20%; display: inline-block;}

.right_menu_container {width:40%; display: inline-block; float:right;}

#dp-head a.cssLogo {
background:transparent url(../images/logo.png) no-repeat 0 0;
display:block;
height:35px;
width:101px;
text-indent:-9999px;
margin:30px 15px 10px 0;
background-size:cover;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}


#dp-head a.imageLogo {
display:block;
margin:30px 15px 10px 0;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

#dp-head a.imageLogo img {
display:block;
width:auto;
height:auto;
max-height:100%;
height:100%;
/*hack: fixes ie8 logo*/
}
#dp-head a.imageLogo img.logo-sticky, #dp-head a.imageLogo img.logo-dark, #dp-head a.imageLogo img.logo-light {display:none;}
.overlapping-dark #dp-head a.imageLogo img.logo-default, .overlapping-dark #dp-head a.imageLogo img.logo-sticky, .overlapping-dark #dp-head a.imageLogo img.logo-light {display:none;}
.overlapping-dark #dp-head a.imageLogo img.logo-dark {display:block;}
.overlapping-light #dp-head a.imageLogo img.logo-default, .overlapping-light #dp-head a.imageLogo img.logo-sticky, .overlapping-light #dp-head a.imageLogo img.logo-dark {display:none;}
.overlapping-light #dp-head a.imageLogo img.logo-light {display:block;}
.dp-sticky-navigation-wrapper #dp-head a.imageLogo img.logo-default, .dp-sticky-navigation-wrapper #dp-head a.imageLogo img.logo-dark, .dp-sticky-navigation-wrapper #dp-head a.imageLogo img.logo-light {display:none;}
.dp-sticky-navigation-wrapper #dp-head a.imageLogo img.logo-sticky {display:block;}
.dp-mobile-header-center h2 a.imageLogo img.logo-light, .dp-mobile-header-center h2 a.imageLogo img.logo-dark, .dp-mobile-header-center h2 a.imageLogo img.logo-sticky {display:none;}
.menu_centered #dp-head a.cssLogo, .menu_centered #dp-head a.imageLogo img, .menu_centered #dp-head a.textLogo, .menu_splited #dp-head a.cssLogo, .menu_splited #dp-head a.imageLogo img, .menu_splited #dp-head a.textLogo, .menu-type-aside #dp-head a.cssLogo, .menu-type-aside #dp-head a.imageLogo img, .menu-type-aside #dp-head a.textLogo {margin-left:auto;margin-right:auto;}

.dp-header-wrapper {
background-color:#232D37;
padding:0;
color:#fff;
position:relative;
}

#dp-header {
padding:20px 0;
}

#dp-header .box {
margin-bottom:0;
}

.dp-button-area {
float:right;
padding-left:20px;
}

.dp-button-area a {
display:block;
float:right;
margin:42px 0 0;
-webkit-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;
-ms-transition:all .3s ease-out;
transition:all .3s ease-out;
width:25px;
height:25px;
text-align:center;
vertical-align:middle;
color:#2d3e52;
}

.menu_centered .dp-button-area a { margin:27px 0 0;}

.dp-header-search:before,.dp-logout:before,.dp-login:before, .dp-sidebar-button:before {
font-family: 'dpicomoon';
font-size:14px;
display:block;
line-height:22px;
}
.dp-header-search:before {
content:'\e06b';
}
.dp-sidebar-button:before {
content:'\e051';
}

#dp-header-search-form {
width:100%;
height:100%;
position:absolute;
top:0;
display:none;
background:#fff;
z-index:1000;
}

#dp-header-search-form .dp-page {
padding:50px 10px 0;
}

#dp-header-search-form #s {
width:95%;
border:none;
line-height:36px;
font-size:36px;
height:50px!important;
font-weight:300;
color:#b9bec3;
letter-spacing:0;
float:left;
padding:7px 0;
background:transparent;
}

#cancel-search {
float:right;
width:40px;
height:40px;
cursor:pointer;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
color:#b9bec3;
}

#cancel-search i {
font-size:40px;
text-align:center;
line-height:40px;
}

#cancel-search:hover {
transform:rotate(360deg);
-ms-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
}

.dp-subheader-wraper {
background:#F7F8FA;
padding:0;
}

.dp-subheader {
position:relative;
display:table;
height:100%;
}
.subheader-small .dp-subheader {min-height:140px;}
.subheader-big .dp-subheader {min-height:330px;}
.header-overlapping .subheader-inner {padding-top:100px!important;}
.subheader-title-holder{
display: table-cell;
vertical-align: middle;
width: 100%;
text-align:center;
}
.dp-subheader .main-title {
margin:0;
padding:0;
font-size:46px;
font-weight:600;
line-height:53px;
text-transform: uppercase;
color:#2e2e2e;
letter-spacing:1px;
}

.dp-subheader .sub-title {
margin:0;
padding:0;
font-size:16px;
font-weight:400;
font-style:italic;
color:#2e2e2e;
}
.subheader-small .dp-subheader .main-title {
font-size:36px;
font-weight:600;
line-height:40px;
}
.dp-subheader .dp-breadcrumbs {
position:absolute;
right:15px;
bottom:15px;
font-size:13px;
}

.dp-subheader .dp-breadcrumbs a,.dp-subheader .dp-breadcrumbs span {
opacity:0.7;
color:#2E2A27222;
}

.dp-subheader .dp-breadcrumbs a:hover {
opacity:1;
}

/* 2.3.4. Content
==================================== */
section.content {overflow:hidden}
section.intro {
font-size:110%;
padding:0;
margin-bottom:50px;
}

article::after,.box::after,#dp-footer::after,#respond::after,#dp-mainbody::after,#dp-mainbody-columns::after {
clear:both;
content:"";
display:table;
}

section.content::after {
clear:both;
content:"";
display:table;
}

#dp-mainbody .box {
padding:0;
}

.pagination {
clear:both;
padding:0 0 40px;
position:relative;
font-size:14px;
line-height:14px;
}

.pagination span,.pagination a {
display:block;
float:left;
margin:2px 5px 2px 0;
text-decoration:none;
line-height:30px;
text-align:center;
width:30px;
color:#b9bec3!important;
background:#fff;
border:1px solid #ECEEF0;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-ms-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

.pagination a:hover,.pagination .current {
color:#fff!important;
background:#EF1E1E;
border:1px solid #EF1E1E;
}

/* 2.3.5. Sidebar
==================================== */
/* 2.3.6. Bottom
==================================== */
#dp-footer-wrap {
background:#262932;
padding:70px 0 0 0 ;
position:relative;
}
#dp-footer-wrap.nofooter {padding:0}

#dp-footer ul li,#dp-footer ol li {
line-height:2.0;
}

#dp-footer .box-title {
font-size:15px;
letter-spacing:1px;
font-weight:700;
margin-bottom:15px;
}

/* 2.3.6. Footer
==================================== */
#dp-copyright-wrap {
background-color: rgba(0,0,0,.2);
margin-top:20px;
}
.nofooter #dp-copyright-wrap {margin-top:0}
#dp-copyright {
clear:both;
color:#A2A2A2;;
font-size:13px;

box-sizing: border-box;
}

#dp-copyright-inner {
padding:0 10px!important;
}

#dp-copyright a {
color:#A2A2A2;
}

#dp-copyright a:active,#dp-copyright a:focus,#dp-copyright a:hover {
color:#fff;
}
#footer--menu {padding-left:7px;
margin:0;
list-style:none;
}

#footer--menu li {
display:inline-block;
padding: 0 6px 0 11px;
position:relative;
}
#footer--menu li:before {
content:"|";
position:absolute;
left:0;
top:0;
display:block;
}
#footer--menu .menu-icon, #footer--menu .menu-subtitle {display:none;}

#dp-copyright .dp-copyrights {
line-height:20px;
padding:15px 0;
}

.dp-copyright-logo {
float:left;
margin:0 5px 0 0;
display:inline-block;
}

.dp-copyright-logo .css {
float:left;
height:30px;
}

.dp-copyrights-text, #dp-footer-menu {
display:inline-block;
}

#dp-copyright #social-bar {margin-top: 12px;}
#dp-copyright #social-bar a:before {
color:#A2A2A2!important;
}
#dp-copyright #social-bar a:hover:before {
color:#fff!important;
}
.one_fourth.no-margin-right {width:24.99%; margin-right:0}
.one_half.no-margin-right {width:49.99%; margin-right:0}

/*	Back to Top */
#back-to-top {
background:url(../images/back-top.png) no-repeat center center;
background-color:#161615;
background-color:rgba(22,22,21,0.7);
bottom:56px;
color:transparent;
display:none;
font:0/0 a;
height:40px;
position:fixed;
right:20px;
text-shadow:none;
-webkit-transition:all .2s ease;
-moz-transition:all .2s ease;
-ms-transition:all .2s ease;
-o-transition:all .2s ease;
transition:all .2s ease;
width:40px;
z-index:100;
cursor:pointer;
}

#back-to-top:hover {
background-color:#EF1E1E;
}

/*
 *
 * 2.4. Widget styles
 *
 *
------------------------------------ */
/* 2.4.1. Base style
==================================== */
.box {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
padding:0 10px;
margin-bottom:30px;
}

.box-title {
font-size:14px;
margin:0 0 12px;
text-transform:uppercase;
font-weight:800;
letter-spacing:3px;
}

.no-title .box-title {
display:none;
}

/* 2.4.2. Base style for other areas
==================================== */
#dp-footer .box,#dp-top-bar.box {
float:left;
}

.widget-area .col1 {
width:100%;
}

.widget-area .col2 {
width:50%;
}

.widget-area .col3 {
width:33.3%;
}

.widget-area .col4 {
width:25%;
}

.widget-area .col5 {
width:20%;
}

.widget-area .col6 {
width:16.6%;
}

.widget-area .box.last1 {
width:100%;
}

.widget-area .box.last2 {
width:50%;
}

.widget-area .box.last3 {
width:33.3%;
}

.widget-area .box.last4 {
width:25%;
}

.widget-area .box.last5 {
width:20%;
}

.widget-area .nth1 {
clear:both;
}

/* 2.5 Device classes
==================================== */
.onlyDesktop {
display:block!important;
}

.onlyTablets {
display:none!important;
}

.onlySmartphones {
display:none!important;
}

.onlyTabltetsAndSmartphones {
display:none!important;
}
/* 2.5 Custom classes
==================================== */
.textshadowed {
text-shadow:2px 2px 3px #000000;
}
.zindex1000 {
	z-index:199!important
}

/*
 *
 * 3. Wordpress elements styling
 *
 *
------------------------------------ */
/* 3.1. Main menu
==================================== */
.dp-mainmenu-toggle {
	display: inline-block!important;
	height: 32px;
	margin-top: 13px;
	width:32px;
	color:#666666;
	line-height:32px;
	font-size:24px;
}


/* 3.2. Comments
==================================== */
#comments {
margin:20px 0 0;
}

#comments.nocomments {
border-top:none;
}

#comments > h2:first-child {
font-size:20px;
margin:0 0 42px;
padding:24px 0 0;
}

#comments > nav {
margin:12px 0;
overflow:hidden;
}

#comments > nav .nav-prev {
float:left;
}

#comments > nav .nav-next {
float:right;
}

#comments > ol {
list-style-type:none;
padding:0;
}

#comments ol.children {
list-style-type:none;
margin-left:5%;
padding:0;
}

#comments li article {
clear:both;
margin-top:20px;
position:relative;
}

#comments li article > aside {
left:0;
position:absolute;
top:20px;
}

#comments li article > aside img {
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
display:block;
}

#comments li article > .content {
margin-left:65px;
padding:2px 0 12px 3%;
}

#comments .children article > .content {
margin-left:55px;
}

#comments article time {
color:#b3b6b7;
font-size:11px;
}

#comments article .author {
font-size:12px;
font-weight:700;
}

#comments article .content > * {
font-size:12px;
}

#comments article footer .edit,#comments article footer .reply {
float:right;
font-size:12px;
font-weight:700;
margin-left:10px;
}

#comments em.awaiting-moderation {
color:#a33;
display:block;
font-size:14px;
margin:0 0 12px;
text-align:center;
}

/* Special comments classes */
#comments li.bypostauthor > article {
}

#comments li.bypostauthor article .content {
border:none!important;
}

#comments li.bypostauthor article aside {
left:2%;
}

#comments li.byuser article {
}

#comments li.odd article {
}

#comments li.even article {
}

/* Comments typography */
#comments li article abbr[title],#comments li article acronym[title] {
border-bottom:1px dotted;
}

#comments li article code {
background:#fafafa;
border-left:4px solid #eee;
display:block;
margin:10px 0;
padding:10px 20px;
white-space:pre;
}

#comments li article blockquote {
background:#fafafa;
border:2px solid #eee;
border-left:none;
border-right:none;
display:block;
margin:10px 0;
padding:10px;
position:relative;
}

#comments li article blockquote p {
margin:0;
}

#comments li article q {
color:#888;
font-weight:700;
}

#comments li article strike {
text-decoration:line-through;
}

#comments li article del {
color:#aaa;
text-decoration:line-through;
}

.comments-amount {
color:#a0a5aa;
font-weight:300;
letter-spacing:3px;
}

.avatar img {
max-width:70px;
border-radius:3px !important;
border:1px solid #eceef0;
padding:4px;
-webkit-transition:all 200ms ease-in-out;
-moz-transition:all 200ms ease-in-out;
-o-transition:all 200ms ease-in-out;
-ms-transition:all 200ms ease-in-out;
transition:all 200ms ease-in-out;
}

.avatar:hover img {
background:#f6f6f6;
}

#comments article {
border:none;
}

.comment-bouble {
position:relative;
background:#fff;
border:1px solid #ECEEF0;
padding:15px;
}

.comment-bouble:after,.comment-bouble:before {
right:100%;
top:45px;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
}

.comment-bouble:after {
border-color:rgba(255,255,255,0);
border-right-color:#fff;
border-width:10px;
margin-top:-10px;
}

.comment-bouble:before {
border-color:rgba(236,238,240,0);
border-right-color:#ECEEF0;
border-width:11px;
margin-top:-11px;
}

.comment-reply-link {
color:#B5BABF!important;
font-weight:400;
}

.comment-reply-link:before {
font-family:dpicomoon;
font-size:15px;
content:"\eaf2";
padding-right:3px;
}

.comment-reply-link:hover {
color:#EF1E1E!important;
}

/* Comment form */
#respond {
padding:12px 0;
}

#respond > h3 {
padding:24px 0 0;
margin:0 0 20px;
font-size:22px;
font-weight:400!important;
line-height:100%;
border-top:1px solid #e5e5e5;
}

#respond p.comment-notes,#respond p.logged-in-as,#respond p.form-allowed-tags {
font-size:11px;
color:#999;
}

#respond input,#respond textarea {
display:block;
background-color:#F8FAFC;
}

#respond input:hover,#respond textarea:hover,#respond input:focus,#respond textarea:focus {
display:block;
background-color:#fff;
}

#respond textarea {
width:100%;
}

#respond input[type=text],#respond input[type=password] {
width:40%;
}

#respond #reply-title small {
float:right;
font-size:14px;
text-transform:none;
}

#respond input[type=submit] {
background-color:#EF1E1E;
color:#fff;
}

#respond input[type=submit]:hover {
background-color:#A0A5AA;
color:#fff;
}

/* 3.3. Post meta-data
==================================== */
.content > form input[type=submit] {
display:inline-block;
float:none;
}

#dp-mainbody header h1 {
}

#dp-mainbody header h2 {
font-size:24px;
font-weight:700;
margin-bottom:10px;
}
#dp-mainbody .medium header h2 {
font-size:21px;
}

#dp-mainbody header h2 a {
color:#2E2A27;
}
#dp-mainbody header h2 a:hover {
color:#777;
}
article header {
}

article.post {
position:relative;
}

article.no-title,article.page-fullwidth {
padding-left:0;
}

section #comments {
}

article.no-title + section#comments,article.page-fullwidth + section#comments,.attachment section#comments {
margin-left:0;
}

article > footer {
padding:16px 0;
}

article > footer::after {
clear:both;
content:"";
display:table;
}

article > .content,article > .summary {
line-height:1.5;
}

div.meta {
display:block;
width:100%;
margin:20px 0 10px;
color:#A7A6A6;
}

.medium div.meta {
margin-top: 0;
}

div.meta span {
font-weight:400;
line-height:13px;
font-size:13px;
font-style:italic;
color:#A7A6A6;
}
div.meta span:after {
content: ' ';
position: relative;
right: -1px;
font-size:20px;
font-weight:100;
top:3px;
}
div.meta span:last-child:after {
display:none;
}
div.meta span a {
color:#A7A6A6;
}
div.meta span.date:before {
content:"\e010";
font-family:'DPicomoon';
font-style:normal;
}
div.meta span.author-link:before {
content:"\e07d";
font-family:'DPicomoon';
font-style:normal;
padding-right:3px;
}
div.meta span.category-list:before {
content:"\e030";
font-family:'DPicomoon';
font-style:normal;
}
div.meta span.tags:before {
content:"\f02c";
font-family:'Default';
font-style:normal;
padding-right:3px;
}
div.meta span.comments:before {
content:"\e018";
font-family:'DPicomoon';
font-style:normal;
padding-right:2px;
}
div.meta a:hover {
color:#EF1E1E!important;
}

#dp-social-api {
padding:0 0 20px;
}

#dp-social-api > * {
display:block;
float:left!important;
min-height:33px;
margin-right:5px!important;
}

#dp-social-api > a {
min-height:inherit!important;
}

/* 3.4. Post additional features
==================================== */
article header h1 sup,article.sticky header h1 sup,article header h2 sup,article.sticky header h2 sup {
background:#EF1E1E;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
color:#fff;
display:inline-block;
font-size:9px;
font-weight:400;
line-height:10px;
padding:3px 5px 2px 5px;
position:relative;
text-transform:uppercase;
top:-8px;}

article figure.featured-image img {
display:block;
clear:both;
height:auto;
margin:0 auto;
width:100%;
max-width:100%;
}

article figure.featured-video {
display:block;
clear:both;
height:auto;
margin:0 auto 20px;
width:100%;
max-width:100%;
}

article figure.featured-image img + figcaption {
color:#bbb;
font-size:12px;
margin:-30px 0 15px;
padding:10px 0;
text-align:center;
}

.alignnone {
float:none;
}

.alignleft {
float:left;
margin:0 15px 15px 0;
}

.alignright {
float:right;
margin:0 0 15px 15px;
}

.aligncenter {
display:block;
float:none;
margin:0 auto;
}

div.wp-caption {
max-width:100%!important;
}

.wp-caption-text {
font-size:11px;
font-style:italic;
line-height:1.5;
text-align:center;
}

.gallery {
clear:both;
padding:16px 0;
}

.gallery-caption {
font-size:10px;
}

/* 3.5. wp-activate.php and wp-signup.php pages
==================================== */
/* wp-activate.php */
#activateform {
margin:0 auto;
max-width:500px;
}

#activateform #key,#activateform #submit {
font-size:inherit!important;
}

/* wp-signup.php */
.mu_register {
margin:20px auto!important;
max-width:500px;
}

.mu_register input[type=submit],.mu_register #blog_title,.mu_register #user_email,.mu_register #blogname,.mu_register #user_name {
font-size:inherit!important;
}

.mu_register label {
font-size:inherit!important;
}

/*
 *
 * 4. Template additional features styles
 *
 *
------------------------------------ */
/* 4.1. Breadcrumbs & font-size
==================================== */
#dp-breadcrumb-fontsize {
overflow:hidden;
}

.dp-page-wrap #dp-breadcrumb-fontsize {
	margin: -20px 0 20px 10px;
}

.dp-breadcrumbs {
float:left;
font-size:12px;
}

.dp-breadcrumbs > a:before,.dp-breadcrumbs > span:before {
font-family:dpicomoon;
content:"\e008";
font-weight:400;
padding:0 4px;
font-size:10px;
}

.dp-breadcrumbs > a:first-child:before {
display:none;
}

.dp-breadcrumbs > span {
color:#777;
}

/* 4.2. Contact page template
==================================== */
#dp-contact {
margin:0;
max-width:540px;
overflow:hidden;
width:100%;
}

#dp-contact dd {
margin:5px 0;
padding:0;
}

#dp-contact span.error {
color:#dd514c;
}

.contactpage .dp-contact-error,.contactpage .dp-contact-thanks {
background:#5eb95e;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
color:#fff;
font-size:14px;
line-height:18px;
margin:30px 0;
max-width:520px;
padding:5px 10px;
text-align:center;
width:100%;
}

.contactpage .dp-contact-error {
background:#dd514c;
}

.contactpage input[type=text],.contactpage textarea {
width:100%;
}

.contactpage input[type=submit] {
float:right;
margin:0;
}

/* 7.3. Page 404 template 
==================================== */
.page404 h1 {
text-align:center;
font-size:240px;
line-height:210px;
font-weight:600;
letter-spacing:-5px;
color:#EF1E1E;
padding:0;
margin:0;
}

.page404 h3 {
text-align:center;
font-size:40px;
line-height:100px;
font-weight:300;
text-transform:uppercase;
margin:0;
}

.page404 p {
padding:0;
text-align:center;
}

.page404 label[for=s] {
display:none;
}

.page404 form {
margin:40px auto;
text-align:center;
width:300px;
}

/* 4.4. Archive page template
==================================== */
.archivepage .widget {
float:left;
margin:0 2%;
width:29%;
}

.archivepage .widget.first {
margin-left:0;
width:31%;
}

.archivepage .widget.last {
margin-right:0;
width:31%;
}

.archivepage .widget li:before {
display:none;
}

.archivepage .widget.first li {
position:relative;
}

.archivepage .widget.first li a {
display:block;
padding-left:54px;
}

.archivepage .widget li small {
color:#aaa;
left:0;
position:absolute;
top:7px;
}

/* 4.5. Tag cloud template
==================================== */
.tagcloud .tag-cloud {
border-top:1px solid #e5e5e5;
margin:20px 0;
padding:10px 0;
}

.tagcloud .tag-cloud a {
padding:0 10px;
vertical-align:middle;
}

/* 4.6. Login page template
==================================== */
.loginpage #loginform {
margin:0 auto;
overflow:hidden;
width:240px;
}

.loginpage input[type=text],.loginpage input[type=password] {
clear:both;
width:240px;
}

.loginpage p label {
display:block;
}

.loginpage .login-remember {
float:left;
}

.loginpage .login-submit {
float:right;
margin:10px 0;
}

.loginpage .login-submit input[type=submit] {
margin:0;
}

.loginpage nav.small {
border-top:1px solid #eee;
clear:both;
margin:10px auto;
padding:10px 0;
width:240px;
}

.loginpage nav.small ul {
margin:0;
}

.loginpage nav.small ul li {
float:left;
margin-right:10px;
padding-left:0;
}

.loginpage nav.small ul li:before {
display:none;
}

/* 4.7. Post formats
==================================== */
#dp-mainbody-columns header {
overflow:auto;
}

header hgroup h2 {
margin:0;
padding:11px 0 10px;
}
.format:after {display:none;}
.dp-format-aside,.dp-format-audio,.dp-format-chat,.dp-format-gallery,.dp-format-image,.dp-format-link,.dp-format-quote,.dp-format-status,.dp-format-video {
display:inline-block;
font-size:18px!important;
font-style:normal!important;
font-family:dpicomoon;
line-height:18px;
padding-right:3px;
}

.dp-format-aside:before {
content:'\e01e';
}

.dp-format-audio:before {
content:'\e058';
}

.dp-format-chat:before {
content:'\e015';
}

.dp-format-gallery:before {
content:'\e036';
}

.dp-format-image:before {
content:'\e063';
}

.dp-format-link:before {
content:'\e03e';
}

.dp-format-quote:before {
content:'\e05c';
}

.dp-format-status:before {
content:'\e043';
}

.dp-format-video:before {
content:'\e02c';
}

.summary.link,.summary.quote,.summary.status {
background:#f8f8f8;
color:#777;
border:#ddd 1px solid;
padding:10px 20px 20px 15px;
border-radius:3px;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

.summary.link:hover,.summary.quote:hover,.summary.status:hover {
background:#EF1E1E;
border-color: #EF1E1E;
color:#fff;
}

.summary.link p,.summary.link h5,.summary.quote p,.summary.quote h5,.summary.status p,.summary.status h5 {
margin-top:10px;
padding-left:20px;
color:#777!important;
}
.summary.link:hover p,.summary.link:hover h5,.summary.quote:hover p,.summary.quote:hover h5,.summary.status:hover p,.summary.status:hover h5 {
color:#fff!important;
}
.summary.quote p {
font-size:18px;
font-weight:500;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}

.summary.link i,.summary.quote i,.summary.status i {
font-size:25px;
line-height:30px;
}

.summary.link a,.summary.link a:hover {
color:#777;
text-decoration:underline;
}

.summary.link:hover a,.summary.link:hover a:hover {
color:#fff;
}


/* 4.8. Page navigation
==================================== */
.pagenav {
margin:20px 0 10px;
overflow:hidden;
}

.pagenav .nav-prev {
float:left;
}

.pagenav .nav-next {
float:right;
}

/* 4.9. Author info
==================================== */
.author-info {
background:#fafafa;
border:1px solid #f4f4f4;
clear:both;
margin-top:34px;
min-height:48px;
overflow:hidden;
padding:15px 20px;
position:relative;
}

#dp-social-api + .author-info {
margin-top:72px;
}

.author-info > aside {
left:20px;
position:absolute;
top:20px;
}

.author-info img {
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
display:block;
margin-top:-5px;
}

.author-info > div {
padding:0 0 0 84px;
}

.author-info h2 {
font-size:18px;
margin:0 0 6px;
}

.author-info .author-desc {
font-size:12px;
line-height:17px;
}

.author-info .author-desc p{
margin-bottom:8px;
}

/* 4.10. Post custom fields
==================================== */
.content dl.post-fields {
border-top:1px solid #e5e5e5;
font-size:11px;
line-height:1.3;
margin:10px 0;
padding:0;
}

.content dl.post-fields dt {
border-top:1px solid #f5f5f5;
font-size:12px;
font-weight:700;
line-height:1.5;
margin:10px 0 0;
padding:10px 0 0;
}

.content dl.post-fields dt:first-child {
border-top:none;
}

.content dl.post-fields dd {
margin:0;
padding:0;
}

/* 4.11. oEmbed support
==================================== */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* 4.12. Main Navigation Style
==================================== */
/* Common styles */
.sf-menu,.sf-menu * {
margin:0;
padding:0;
list-style:none;
}

.sf-menu li {
position:relative;
margin-left:25px;
}
.sf-menu li:first-child { margin-left:0;}
.sf-menu ul li,.sf-menu ul ul li,.sf-menu ul ul ul li {
margin-left:0;
border-bottom:1px solid rgba(0,0,0,0.05);
}

.sf-menu ul li:last-child,.sf-menu ul ul li:last-child,.sf-menu ul ul ul li:last-child {
border:none;
}

.sf-menu ul li a:hover,.sf-menu ul ul li a:hover,.sf-menu ul ul ul li a:hover {
background-color:#F6F6F6;
}

.sf-menu ul {
position:absolute;
display:none;
top:100%;
left:0;
z-index:10001;
}

.sf-menu > li {
float:left;
}

.sf-menu li:hover > ul,.sf-menu li.sfHover > ul {
display:block;
}

.sf-menu a {
display:block;
position:relative;
}

.sf-menu ul ul {
top:10px;
left:100%;
}

.sf-menu {
float:right;
}
#main-menu-right {float:left!important}

.sf-menu ul {
box-shadow:2px 2px 6px rgba(0,0,0,.2);
min-width:14em;
/* allow long menu items to determine submenu width */
width:14em;
/* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
text-decoration:none;
zoom:1;
/* IE7 */
}

.sf-menu a {
color:#000;
font-weight:400;
font-size:12px;
line-height:18px;
letter-spacing:1px;
overflow:hidden;
text-transform:uppercase;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

.sf-menu li.root a {
font-weight:700;
letter-spacing:2px;
}

.sf-menu li.root a:hover,.sf-menu li.root.current-menu-item a,.sf-menu li.root.current-menu-ancestor a {
color:#EF1E1E;
}


.sf-menu li {
background:transparent;
white-space:normal;
/* ...unless you support IE7 (let it wrap) */
-webkit-transition:background .2s;
transition:background .2s;
height:100px;
}

.sf-menu li a {
padding:45px 0 0;
}
.menu_centered .sf-menu li a {
padding:30px 0 0;
}

.sf-menu ul li a,.sf-menu ul ul li a,.sf-menu ul ul ul li a {
font-size:12px;
line-height:18px;
padding:10px 16px!important;
border:0;
text-transform:none;
font-weight:400!important;
letter-spacing:1px!important;
margin-left:0;
border-top:0!important;
}
.sf-menu ul li a.column-header,.sf-menu ul ul li a.column-header,.sf-menu ul ul ul li a.column-header {
font-weight:700!important;
}
.sf-menu ul li {
height:auto;
}

.sf-menu ul ul li {
height:auto;
}

.sf-menu li:hover,.sf-menu li.sfHover {
/* only transition out, not in */
-webkit-transition:none;
transition:none;
}

/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
  width: 100%;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */

  /*
  min-width: 12em;
  *width: 12em;
  */
}
.sf-vertical ul {
	left:	100%;
	top: 0;
}
.sf-vertical > li {
  float: none;
}
.sf-vertical li {
  width: 100%;
  height:auto;
  padding:14px 0;
}
.sf-vertical li a {
padding:0;
padding:0 20px;
}
.sf-vertical li {
margin-left:0;
}
.sf-vertical ul li, .sf-vertical ul ul li {
background:#fff;
padding:0;
}

/* Megamenu */
.sf-menu > li.megamenu > ul {display:table;width:auto;}
.sf-menu > li.megamenu > ul > li {
display:table-cell!important;
float:none!important;
padding:0 15px;
}

.sf-menu > li.megamenu > ul > li:first-child {
padding-left:0;
}
.sf-menu > li.megamenu > ul > li:last-child {
padding-right:0;
}
.sf-menu li.megamenu ul li {
min-width:150px!important;
}

.sf-menu > li.megamenu > ul > li ul {
display:block!important;
top:0!important;
width:100%;
opacity:1!important;
left:0!important;
position:relative!important;
}

.sf-menu > li.megamenu > ul ul {
box-shadow:none;
margin-bottom:5px;
}

.sf-menu > li.megamenu ul li a {
padding:9px 15px;
}

.sf-menu > li.megamenu li {
border-bottom:none;
}

.sf-menu > li.megamenu li a {
border-bottom:1px solid rgba(0,0,0,0.05);
}

.sf-menu > li.megamenu ul ul li:last-child a {
border-bottom:none;
}

.sf-menu > li.megamenu li a:hover {
color:#444;
}

.sf-menu > li.megamenu > ul > li > a:hover,.sf-menu > li.megamenu > ul > li.sfHover > a {
background-color:transparent!important;
}

.sf-menu > li.megamenu .sub-indicator-1 {
display:none;
}

.sf-menu > li.megamenu a.column-header {
font-size:14px; /*original 1px*/
text-transform:uppercase;
color:#000;
font-weight:700!important;
letter-spacing:1px;
border-bottom:none;
}
.sf-menu > li.megamenu a.column-header .menu-title {
font-weight:700!important;
}
.sf-menu > li.megamenu a.column-header:hover {
color:#000;
background-color:transparent;
}

/* Mega menu full width */
.sf-menu > li.megamenu-full {
position:inherit!important;
}

.sf-menu > li.megamenu-full > ul {
width:100%;
left:0;
padding:10px 5px;
}

.sf-menu > li.megamenu-full > ul > li {
display:inline-block;
vertical-align:top!important;
float:none!important;
padding:0 5px;
-webkit-box-sizing:border-box;
/* Safari/Chrome, other WebKit */
-moz-box-sizing:border-box;
/* Firefox, other Gecko */
box-sizing:border-box;
/* Opera/IE 8+ */
}

.sf-menu > li.megamenu-full ul li:hover {
}

.sf-menu > li.megamenu-full.columns-2 > ul > li {
width:49.95%;
}

.sf-menu > li.megamenu-full.columns-3 > ul > li {
width:33%;
}

.sf-menu > li.megamenu-full.columns-4 > ul > li {
width:24.6%;
}

.sf-menu > li.megamenu-full.columns-5 > ul > li {
width:19.7%;
}

.sf-menu > li.megamenu-full.columns-6 > ul > li {
width:16.4%;
}

.sf-menu > li.megamenu-full > ul > li ul {
display:block!important;
top:0!important;
width:100%;
opacity:1!important;
left:0!important;
position:relative!important;
}

.sf-menu > li.megamenu-full > ul ul {
box-shadow:none;
margin-bottom:5px;
}

.sf-menu > li.megamenu-full ul li a {
padding:9px 15px;
}

.sf-menu > li.megamenu-full li {
border-bottom:none;
}

.sf-menu > li.megamenu-full li a {
border-bottom:1px solid rgba(0,0,0,0.05);
}

.sf-menu > li.megamenu-full ul ul li:last-child a {
border-bottom:none;
}

.sf-menu > li.megamenu-full li a:hover {
background-color:#F5F7F9;
color:#444;
}


.sf-menu > li.megamenu-full a.column-header {
font-size:12px;
text-transform:uppercase;
color:#000;
font-weight:700;
letter-spacing:1px;
border-bottom:none;
cursor:default!important;
}
.sf-menu ul li a.column-header:hover,.sf-menu ul ul li a.column-header:hover,.sf-menu ul ul ul li a.column-header:hover {background-color:transparent!important;}
.sf-menu > li.megamenu-full a.column-header:hover {
color:#000;
}

.sf-menu > li.megamenu-full .sub-indicator-1 {
display:none;
}

.sf-menu .custom-content {
padding:0 16px;
}
.mega-menu-img {width:100%;}
.sf-vertical .megamenu > .submenu {margin-left:0!important;}

/* Top menu */
.main-top-menu {height:100%;}

.main-top-menu .item-container {position:relative;}
.main-top-menu li .indicator1 {
	display: block;
	width:0%;
	height: 1px;
	opacity:0;
	background: #eb5a55;
	 -webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	margin:8px auto 0 auto;
}
.main-top-menu li a:hover .indicator1 {
	width:50%;
	opacity:1;
	margin:3px auto 0 auto;

}
.main-top-menu li.childmenu .indicator1 {display:none;}

.main-top-menu .menu-icon {
display:inline-table;
}

.main-top-menu .menu-icon i {
font-size:16px;
padding-right:3px;
}

.main-top-menu > li .menu-subtitle {
line-height:15px;
font-size:10px;
text-transform:none;
font-weight:400;
}

.main-top-menu .menu-title {
display:inline-table;
position:relative;
}

.sub-indicator-0 {
display:inline-table;
margin:-1px 0 0 5px;
}

.sub-indicator-1 {
display:none;
}

.main-top-menu .hot .menu-title::after,.main-top-menu .new .menu-title::after,.main-top-menu .top .menu-title::after,.main-top-menu .popular .menu-title::after {
background:#9eb931;
color:#fff;
content:"NEW";
font-size:8px;
font-family:Arial, Helvetica, sans-serif;
padding:0 3px;
line-height:12px;
position:absolute;
right:-30px;
top:-2px;
z-index:1;
border-radius:2px;
}

.main-top-menu .hot .menu-title::after {
background:#EA0808;
content:"HOT";
}

.main-top-menu .top .menu-title::after {
background:#f1830d;
content:"TOP";
}

.main-top-menu .popular .menu-title::after {
background:#EF1E1E;
content:"POPULAR";
right:-50px;
}
/* Menu magazine style */

.menu_magazine #main-menu {float:left}
.magazine-menu-separator {clear: both;}
.magazine-menu-advertisment {float:right; margin: 20px 0 0 0;}
.menu_magazine .sf-menu li.root {
height:60px;
}
.menu_magazine .sf-menu li a {
padding:24px 0 0;
}
.menu_magazine .dp-button-area a {
margin-top:23px;
}
.dp-sticky-navigation-wrapper .magazine-menu-separator, .dp-sticky-navigation-wrapper .magazine-menu-advertisment {display:none;}
.dp-sticky-navigation-wrapper .menu_magazine #main-menu {float:right}
/* Aside menu */
.menu-type-aside #dp-page-box {padding-left:40px;}
.mainlogo-no #dp-navigation-wrapper {display:none;}
.aside-menu-fixed #dp-page-box {padding-left:260px;}
.dp-aside-navigation-wrapper {
	width:40px;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	background: #fff;
	-webkit-box-shadow: 2px 0px 4px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 0px 4px 2px rgba(0,0,0,0.15);
	box-shadow: 2px 0px 4px 2px rgba(0,0,0,0.15);
	}
.dp-aside-navigation-wrapper.fixedaside {width:260px;}
.dp-aside-navigation-wrapper.fixedaside .dp-aside-menu-toggle {display: none;}
.admin-bar .dp-aside-navigation-wrapper {top:28px;}
.dp-aside-navigation-wrapper #dp-head-aside {padding:0 !important;}
.main-aside-menu li { border-bottom: 1px solid rgba(0,0,0,0.05);}
.main-aside-menu .menu-icon i {font-size:16px;}
.dp-aside-navigation-wrapper #dp-head-aside h2  {float:none;}
.dp-aside-navigation-wrapper #dp-head-aside h2 a{margin:45px 0 20px 0;display:block;}
.dp-aside-navigation-wrapper #dp-head-aside h2 a img{margin:0 auto;}

.dp-aside-navigation-wrapper #social-bar {float:none;}
.dp-aside-navigation-wrapper .social-bar-container {width:100%;padding:0 8px;position:absolute; bottom:100px;}
.dp-aside-navigation-wrapper #social-bar li a:before {color:rgba(0,0,0,.5)!important;}
.dp-aside-navigation-wrapper #social-bar li a:hover:before {color:#fff!important;}
.dp-aside-navigation-wrapper-inner {position:relative;height:100%}
.main-aside-menu {margin:40px 0;}
.main-aside-menu li.root {text-align:center;}
.main-aside-menu li.root a {font-size:14px;}
.main-aside-menu li.root .menu-subtitle {font-size:10px; font-style:italic;}
.main-aside-menu ul li, .main-aside-menu ul ul li, .main-aside-menu ul ul ul li, .main-aside-menu ul ul ul ul li {text-align:left;}
.main-aside-menu ul li .menu-icon, .main-aside-menu ul ul li .menu-icon, .main-aside-menu ul ul ul li .menu-icon, .main-aside-menu ul ul ul ul li .menu-icon {float:left;margin-right:5px;}

.main-aside-menu li.root:last-child {border:none}
.dp-aside-navigation-wrapper-inner-content {opacity:0;
transition: all 0.7s ease;
transition-delay:0.8;
margin-top:50px
}
.dp-aside-menu-toggle {position:absolute; top:12px; left:12px; font-size:18px;color:#EF1E1E!important;}
.dp-aside-navigation-wrapper.active .dp-aside-navigation-wrapper-inner-content, .dp-aside-navigation-wrapper.fixedaside .dp-aside-navigation-wrapper-inner-content {opacity:1;}
.aside-button-bar { text-align:center;display:block;width:100%; bottom:-50px; background: rgba(0,0,0,.02); border-top:1px solid rgba(0,0,0,.04); border-bottom:1px solid rgba(0,0,0,.04);padding-top:9px;}

.aside-button-bar .dp_shopping_cart, .aside-button-bar .dp_language_switcher {float:none!important;display:inline-block!important;}
.aside-button-bar .dp_language_switcher i {color:#000000!important;}
.aside-button-bar .dp_shopping_cart i {color:#666 !important;}
.aside-button-bar .shopping_cart_dropdown {top:28px; right:-135px;}

/* Overlay menu */
.dp-overlay-menu-toggle {
	display: inline-block!important;
	height: 32px;
	margin-top: 37px;
	width:32px;
	color:#666666;
	line-height:32px;
	font-size:24px;
	float:right;
	-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}
.menu-type-overlay #dp-head a.imageLogo {margin-bottom:35px;}
.menu-type-overlay .dp-sticky-navigation-wrapper {height:60px!important}
.dp-sticky-navigation-wrapper .dp-overlay-menu-toggle {margin-top: 17px;}
/* Overlay style */
.dp-overlay-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,299,0.95);
}
.dp-overlay-menu .dp-overlay-menu-close {
	position: absolute;
	right: 25px;
	top: 25px;
	overflow: hidden;
	border: none;
	color: rgba(0,0,0,.3);
	outline: none;
	z-index: 1001;
	display:block;
	font-size:40px;
	cursor:pointer;
}
.dp-overlay-menu .dp-overlay-menu-close:hover {color:#EF1E1E}
.admin-bar .dp-overlay-menu .dp-overlay-menu-close {top:53px;}
.dp-overlay-menu {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.dp-overlay-menu.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index:1000;
}

.overlay-nav {margin-top:10%; margin-left:auto; margin-right:auto;width:70%}
.overlay-menu ul {margin: 10px 0}
.overlay-menu li {list-style:none;}
.overlay-menu li .menu-icon {display:none;}
.overlay-menu li  {text-align:center;}
.overlay-menu li .menu-title {font-size:50px; text-transform:uppercase;line-height:1.3em;font-weight:700}
.overlay-menu li .menu-subtitle {font-size:18px; font-style:italic; line-height:18px;text-transform:none;font-weight:400;}
.overlay-menu ul li .menu-title {font-size:30px; text-transform:uppercase;line-height:1.4em}
.overlay-menu ul ul li .menu-title {font-size:20px; text-transform:uppercase;line-height:1.4em;}


.overlay-menu ul {
	display: none;
}
.overlay-menu li.active ul {
	display: block;
}
.overlay-menu li a {color:rgba(0,0,0,0.6)}
.overlay-menu li a:hover {color:#EF1E1E}


/* Mobile menu */
#dp-mobile-header-wrapper {display:none}
.dp-mobile-header-left {float:left; width:25%}
.dp-mobile-header-center {width:30%; margin:0 auto;}
.dp-mobile-header-right {float:left; width:25%}
.dp-mobile-header-center h2 { text-align:center;}
.dp-mobile-header-center h2 a img {
margin: 10px auto;
}
.dp-mobile-header-right .dp-button-area a {
margin-top:18px;
}
#dp-mobile-menu {
background-color:rgba(0,0,0,.97);
float:right;
height:100%;
overflow:hidden;
position:fixed;
left:0;
top:0;
-webkit-transition:width .3s ease-out;
-moz-transition:width .3s ease-out;
-ms-transition:width .3s ease-out;
-o-transition:width .3s ease-out;
transition:width .3s ease-out;
width:0;
z-index:1000;
padding-top:30px;
}
.mobile-menu-inner {padding-right:20px;}
.admin-bar #dp-mobile-menu {
margin-top:28px;
}

#dp-mobile-menu.is-mobile-menu {
width:280px;
}

#dp-page-box.is-mobile-menu {
}

#dp-mobile-menu ul {
list-style:none;
margin:0;
padding:0 0 0 20px;
}

#dp-mobile-menu ul.aside-menu {
}

#dp-mobile-menu .menu-icon {
display:inline-table;
}

#dp-mobile-menu .menu-icon i {
font-size:16px;
padding-right:3px;
}

#dp-mobile-menu .menu-title {
display:inline-table;
}

#dp-mobile-menu > ul > li:first-child {
padding-top:10px;
}

#dp-mobile-menu > ul > li:last-child {
padding-bottom:10px;
}

#dp-mobile-menu > ul > li:last-child a {
border-bottom:0;
}

#dp-mobile-menu ul li a {
border-bottom:1px dotted rgba(255,255,255,0.2);
color:rgba(255,255,255,0.6);
font-size:12px;
display:block;
position:relative;
padding:10px 0!important;
}

#dp-mobile-menu ul li ul {
margin-left:0;
}

#dp-mobile-menu ul li a:hover,#dp-mobile-menu ul li a:hover [class^=icon-],#dp-mobile-menu li.open > a,#dp-mobile-menu ul li.current-menu-item > a,#dp-mobile-menu ul li.current-menu-ancestor > a {
color:#fff;
}

#close-mobile-menu {
color:#fff;
cursor:pointer;
font-size:20px;
opacity:0;
filter:alpha(opacity=0);
position:fixed;
left:220px;
top:20px;
-webkit-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;
-ms-transition:all .3s ease-out;
-o-transition:all .3s ease-out;
transition:all .3s ease-out;
z-index:1;
}

#close-mobile-menu.is-mobile-menu {
opacity:0.8;
filter:alpha(opacity=80);
left:240px;
}

#close-mobile-menu.is-mobile-menu:hover {
opacity:1;
filter:alpha(opacity=100);
}

.admin-bar #close-mobile-menu {
top:43px;
}

/* 4.13. Main content elements
==================================== */
#reply-title {
height:33px!important;
}

.post-title {
text-transform:uppercase;
margin-bottom:10px;
}

.accent-color-1 {
color:#EF1E1E;
}

.accent-color-2 {
color:#2e2e2e;
}


.accent-bg-1 {
background-color:#EF1E1E;
}

.accent-bg-2 {
background-color:#2e2e2e;
}


.accent-border-1 {
border-color:#EF1E1E;
}

.accent-border-2 {
border-color:#2e2e2e;
}


.accent-underline {
border-bottom:1px solid #EF1E1E;
}

#dp-sidebar ul.menu li a {
color:#7A7A7A!important;
}

#dp-sidebar ul.menu li a:hover {
color:#EF1E1E!important;
}

/* 4.14 Portfolio
==================================== */
.portfolio {
}

article.portfolio {
padding-top:0;
margin-top:0;
margin-bottom:30px;
}

.centered-block-outer {
float:none!important;
position:relative;
/* ie7 needs position:relative here*/
}

.centered-block-middle {
float:left;
position:relative;
left:50%;
}

.centered-block-inner {
position:relative;
left:-50%;
}

.portfolio-tabs,.blog-tabs {
height:auto;
list-style:none;
margin:0;
padding:0;
overflow:hidden;
margin-bottom:30px;
}

.portfolio-tabs li,.blog-tabs li {
float:left;
margin-left:3px;
}

.portfolio-tabs li:before,.blog-tabs li:before {
display:none;
}

.portfolio-tabs li a,.blog-tabs li a {
color:#999!important;
font-size:12px;
font-weight:700;
display:block;
padding:10px 15px;
margin:0 0 0 5px;
border-radius:3px;
line-height:20px;
border:1px solid #e5e5e5;
background-color:#fff
-webkit-transition:all 200ms ease-in-out, color 200ms ease-in-out;
-moz-transition:all 200ms ease-in-out, color 200ms ease-in-out;
-o-transition:all 200ms ease-in-out, color 200ms ease-in-out;
-ms-transition:all 200ms ease-in-out, color 200ms ease-in-out;
transition:all 200ms ease-in-out, color 200ms ease-in-out;
}

.portfolio-tabs li.active a,.portfolio-tabs li a:hover,.blog-tabs li.active a,.blog-tabs li a:hover {
background-color:#EF1E1E!important;
color:#fff!important;
border:1px solid #EF1E1E!important;
-webkit-box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.13);

-moz-box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.13);

box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.13);
}
.portfolio-tabs li.active,.portfolio-tabs li:hover,.blog-tabs li.active,.blog-tabs li:hover {
}

.portfolio-wrapper {
clear:both;
width:100%;
overflow:visible;
}

.portfolio .pagination {
padding-left:10px!important;
padding-top:15px;
padding-bottom:0;
}

.portfolio-item {
height:auto;
position:relative;
display:block;
}

.portfolio-two img,.portfolio-three img,.portfolio-four img,.portfolio-five img,.item50 img,.item33 img,.item25 img,.item20 img,.item16 img,.item12 img {
width:100%;
}

.portfolio-two .portfolio-item-wrapper {
width:49.9%;
float:left;
position:relative;
}

.portfolio-two .portfolio-item {
margin:0 10px 20px;
}

.item50 .portfolio-item {
width:49.9%;
float:left;
position:relative;
}

.item50 .portfolio-item {
margin:0;
}

.portfolio-three .portfolio-item-wrapper {
width:33.333%;
float:left;
position:relative;
}

.portfolio-three .portfolio-item {
margin:0 10px 20px;
}

.item33 .portfolio-item {
width:33.33%;
float:left;
position:relative;
display:block;
}

.item33 .portfolio-item {
margin:0;
}

.portfolio-four .portfolio-item-wrapper {
width:24.95%;
float:left;
position:relative;
}

.portfolio-four .portfolio-item {
margin:0 10px 20px;
}

.item25 .portfolio-item {
width:24.95%;
float:left;
position:relative;
}

.item25 .portfolio-item {
margin:0;
}

.portfolio-five .portfolio-item-wrapper {
width:19.99%;
float:left;
position:relative;
}

.portfolio-five .portfolio-item {
margin:0 10px 20px;
}

.item20 .portfolio-item {
width:19.99%;
float:left;
position:relative;
}

.item20 .portfolio-item {
margin:0;
}

.portfolio-six .portfolio-item-wrapper {
width:16.666%;
float:left;
position:relative;
}

.portfolio-six .portfolio-item {
margin:0 10px 20px;
}

.item16 .portfolio-item-wrapper {
width:16.666%;
float:left;
position:relative;
}

.item16 .portfolio-item {
margin:0;
}

.portfolio-eight .portfolio-item-wrapper {
width:12.49%;
float:left;
position:relative;
}

.portfolio-eight .portfolio-item {
margin:0 10px 20px;
}

.item12 .portfolio-item-wrapper {
width:12.49%;
float:left;
position:relative;
}

.item12 .portfolio-item {
margin:0;
}

.portfolio-item .image {
position:relative;
overflow:hidden;
}

.item-info {
padding:10px 5px 12px 10px;
float:left;
}

.item-description {
padding:20px;
text-align:left;
border: 1px solid rgba(0,0,0,0.1);
border-top: none;
border-radius:0 2px;
position:relative;
}

.item-description,.item-description h5,.item-description span {
-webkit-transition:all 200ms ease-in-out;
-moz-transition:all 200ms ease-in-out;
-o-transition:all 200ms ease-in-out;
-ms-transition:all 200ms ease-in-out;
transition:all 200ms ease-in-out;
}

.item-description h5 {
font-size:14px;
font-weight:300;
line-height:20px;
}

.item-description span {
font-size:12px!important;
line-height:19px;
}


.item-description {
padding: 0 20px 20px 20px;
}

.item-details li{ list-style:none;line-height:2em;}

.item-details i {
	display:inline-block;
	text-align:center;
font-size:16px;
width:26px;
}

#portfolio-wrapper.item-description h5 {
line-height:20px;
}

.item-description a:hover h5 {
color:#EF1E1E;
}
.multiple-img-item {margin-top:20px;}

.blog-grid-container .portfolio-item {
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);

-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);

box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

.related-projects {
display:block;
width:100%;
float:left;
}

.related-projects-inner {
margin-left:-10px;
}

/**** Isotope Filtering ****/
.isotope-item {
z-index:2;
overflow:visible!important;
}

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

/**** Isotope CSS3 transitions ****/
.isotope,.isotope .isotope-item {
-webkit-transition-duration:.8s;
-moz-transition-duration:.8s;
-ms-transition-duration:.8s;
-o-transition-duration:.8s;
transition-duration:.8s;
}

.isotope {
-webkit-transition-property:height, width;
-moz-transition-property:height, width;
-ms-transition-property:height, width;
-o-transition-property:height, width;
transition-property:height, width;
overflow:visible!important;
}

.isotope .isotope-item {
-webkit-transition-property:0 opacity;
-moz-transition-property:0 opacity;
-ms-transition-property:0 opacity;
-o-transition-property:0 opacity;
transition-property:transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
-webkit-transition-duration:0;
-moz-transition-duration:0;
-ms-transition-duration:0;
-o-transition-duration:0;
transition-duration:0;
}

/**** Item nav ****/
ul.item-nav {
float:right;
list-style-type:none;
margin:0 0 15px;
padding:0;
width:auto;
}

ul.item-nav li {
float:left;
}

ul.item-nav li a {
display:block;
height:30px;
width:30px;
-webkit-transition:all .2s ease 0;
-moz-transition:all .2s ease 0;
-o-transition:all .2s ease 0;
line-height:30px;
color:#999;
position:relative;
border:1px solid #e5e5e5;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
text-align:center;
margin-left:3px;
}

ul.item-nav li.prev a {
}

ul.item-nav li.next a {
}

ul.item-nav li.all a {
}

ul.item-nav li a i {
-webkit-transition:padding .5s ease-in-out 0;
-moz-transition:padding .5s ease-in-out 0;
-o-transition:padding .5s ease-in-out 0;
}

ul.item-nav li.prev a i {
}

ul.item-nav li.next a i {
}

ul.item-nav li.prev a:hover,ul.item-nav li.next a:hover,ul.item-nav li.all a:hover {
border-color:#EF1E1E;
background-color:#EF1E1E;
color:#fff;
}

/* 4.16. Attachment page
==================================== */
.attachment-page {
position:relative;
}

.attachment-page > aside {
left:0;
}

.attachment-page > aside ~ section,.attachment-page > aside ~ footer {
margin-left:140px;
}

.attachment-page section.intro {
overflow:hidden;
}

.nav-prev {
float:left;
}

.nav-next {
float:right;
}

/* 4.16. Log in popup
==================================== */
#dp-popup-overlay,#dp-popup-login {
display:none;
overflow:hidden;
position:fixed;
left:50%;
top:200px;
background:#fff;
}

#dp-popup-login {
color:#555;
top:200px;
width:420px;
margin-left:-210px;
border:1px solid #999;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:4px 4px 10px rgba(50,50,50,0.4);
-moz-box-shadow:4px 4px 10px rgba(50,50,50,0.4);
box-shadow:4px 4px 10px rgba(50,50,50,0.4);
}

#dp-popup-login h3 {
font-weight:600!important;
text-transform:uppercase;
}

#dp-popup-login label {
color:#555;
font-size:12px;
}

#dp-popup-login #loginform input[type=text],#dp-popup-login #loginform input[type=password] {
height:36px;
width:100%;
}

#dp-popup-login #loginform p {
padding:0 0 18px;
}

#dp-popup-login .login-remember,#dp-popup-login .login-submit {
}

#dp-popup-login .button {
background:#666;
color:#fff!important;
padding:10px 20px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}

#dp-popup-login .button:hover {
background:#EF1E1E;
}

#dp-popup-login input[type=submit] {
background:#666;
color:#fff!important;
padding:10px 20px;
border:none;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
box-shadow:none;
text-shadow:none;
text-transform:uppercase;
}

#dp-popup-login input[type=submit]:hover {
background:#EF1E1E;
}

.dp-popup-wrap {
padding:32px 32px 0;
overflow:hidden;
}

#dp-popup-overlay {
background:#000;
width:100%;
height:100%;
z-index:1000001;
top:0;
left:0;
margin-left:0;
}

/* 4.17. Demo content
==================================== */

.clearboth {
clear:both;
}

.textaligncenter {
text-align:center;
}

/* Icons table style */
.row {
zoom:1;
}

.row:before,.row:after {
display:table;
content:"";
line-height:0;
}

.row:after {
clear:both;
}

[class*=span] {
min-height:1px;
}

.container {
width:100%;
}

.span3 {
width:24.9%;
}

[class*=span].pull-right,.row-fluid [class*=span].pull-right {
float:right;
}

.container {
margin-right:auto;
margin-left:auto;
zoom:1;
}

.container:before,.container:after {
display:table;
content:"";
line-height:0;
}

.container:after {
clear:both;
}

.i-code {
display:none;
}
/*some custom borders for sections and elements */
.bordered-right-grey {
border-right:solid 1px #eff4f7;
}

.bordered-right-dark {
border-right:1px solid rgba(0,0,0,0.1);
}

.bordered-bottom-blue {
border-bottom:solid 6px #DCE6F0;
}

.bordered-bottom-grey {
border-bottom:solid 1px #ECEEF0;
}

.bordered-top-grey {
border-top:solid 1px #F1F1F1;
}

.bordered-right-eee {
border-right:solid 1px #eee;
}

.bordered-bottom-eee {
border-bottom:solid 1px #eee;
}

.big-white {
color:#fff;
font-weight:800;
font-size:44px;
line-height:46px;
letter-spacing:-2px;
}

.nomargin {
margin:0!important;
}



/* 4.18 Sticky header */
.dp-sticky-navigation-wrapper {
position:fixed;
width:100%;
top:0;
left:0;
z-index:1000;
background-color:#213344;
background-color:rgba(255,255,255,0.95);
box-shadow:0 1px 1px -1px rgba(0,0,0,0.2);
-webkit-box-shadow:0 1px 1px -1px rgba(0,0,0,0.2);
}

.dp-sticky-navigation-wrapper .main-top-menu {
padding-top:0;
}

.dp-sticky-navigation-wrapper .menu-subtitle {
display:none;
}

.dp-sticky-navigation-wrapper #dp-head a.cssLogo {
height:30px;
width:87px;
margin-top:15px;
}

.dp-sticky-navigation-wrapper #dp-head a.imageLogo {
margin-top:15px;
}

.dp-sticky-navigation-wrapper  .sf-menu li.root {
height:60px;
}
.dp-sticky-navigation-wrapper .menu_centered .sf-menu li.root {
height:35px;
}

.dp-sticky-navigation-wrapper .sf-menu li a {
padding:24px 0 0;
}

.dp-sticky-navigation-wrapper .menu_centered .sf-menu li a {
padding:5px 0 0;
}

.dp-sticky-navigation-wrapper .dp-button-area a {
margin-top:23px;
}

.dp-sticky-navigation-wrapper .menu_centered .dp-button-area a {
margin-top:4px;
}


.admin-bar .dp-sticky-navigation-wrapper {
margin-top:28px!important;
}

/* 4.19. Thumbs hover effects
==================================== */

img.grayscale {
filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/* Firefox 3.5+ */
filter:gray;
/* IE6-9 */
-webkit-filter:grayscale(100%);
/* Chrome 19+ & Safari 6+ */
opacity:0.6;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;
}

img.grayscale:hover {
filter:none;
-webkit-filter:grayscale(0%);
opacity:1;
}


/* 4.20 Preloader 
==================================== */
#qLoverlay {
    background-color: #111;
    position: fixed;
    z-index: 666999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#dp_preloader {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:#fff;
/* change if the mask should have another color then white */
z-index:99999;
/* makes sure it stays on top */
}

#dp_status {
	width:64px;
	height:64px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/page_loader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-32px 0 0 -32px; /* is width and height divided by two */
}
#dp_preloader_text {
width:100%;
text-align:center;
font-size:34px;
font-weight:300;
position:absolute;
top:60%;

}
.spin {
height:36px;
width:36px;
position:relative;
border-left:3px solid rgba(255,255,255,1)!important;
border-right:3px solid #EF1E1E!important;
border-bottom:3px solid #EF1E1E!important;
border-top:3px solid #EF1E1E!important;
-webkit-animation:rotation .8s infinite linear!important;
-moz-animation:rotation .8s infinite linear!important;
-o-animation:rotation .8s infinite linear!important;
animation:rotation .8s infinite linear!important;
border-radius:100%;
}

@-webkit-keyframes rotation {
from-webkit-transform:rotate(0deg);
}

to {
-webkit-transform:rotate(359deg);
}
}



/* 4.21 Social icons common styles 
==================================== */

.twitter:before,.wordpress:before,.facebook:before,.linkedin:before,.steam:before,.tumblr:before,.github:before,.delicious:before,.instagram:before,.xing:before,.amazon:before,.dropbox:before,.paypal:before,.lastfm:before,.gplus:before,.yahoo:before,.pinterest:before,.dribbble:before,.flickr:before,.reddit:before,.vimeo:before,.spotify:before,.rss:before,.youtube:before,.blogger:before,.appstore:before,.digg:before,.evernote:before,.fivehundredpx:before,.forrst:before,.stumbleupon:before,.dribbble:before {
font-family: 'dpicomoon';
color:#a0a5aa;
-webkit-transition:all .35s ease-in-out;
-moz-transition:all .35s ease-in-out;
-o-transition:all .35s ease-in-out;
-ms-transition:all .35s ease-in-out;
transition:all .35s ease-in-out;
position:absolute;
z-index:20;
}

.social-icons {
margin:0;
padding:0;
}

.social-icons li {
float:left;
margin-right:4px;
font-size:18px;
list-style:none;
}

.social-icons a {
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
overflow:hidden;
text-align:center;
position:relative;
width:40px;
height:40px;
display:block;
}

.social-icons a:hover:before {
color:#fff!important;
}

.social-icons.rounded a {
border-radius:50%;
}

.social-icons a:before {
line-height:40px;
font-size:18px;
width:40px;
height:40px;
position:absolute;
left:0;
font-family: 'dpicomoon';
color:#000;

}

.social-icons li a.facebook:before {
content:"\66";
}

.social-icons li a.facebook:hover {
background-color:#4a6d9d;
}

.social-icons li a.twitter:before {
content:"\54";
}

.social-icons li a.twitter:hover {
background-color:#3bc1ed;
}

.social-icons li a.linkedin:before {
content:"\4c";
}

.social-icons li a.linkedin:hover {
background-color:#0b7bb5;
}

.social-icons li a.gplus:before {
content:"\2b";
}

.social-icons li a.gplus:hover {
background-color:#d53824;
}

.social-icons li a.spotify:before {
content:"\3d";
}

.social-icons li a.spotify:hover {
background-color:#6ca405;
}

.social-icons li a.yahoo:before {
content:"\59";
}

.social-icons li a.yahoo:hover {
background-color:#9251a2;
}

.social-icons li a.amazon:before {
content:"\61";
}

.social-icons li a.amazon:hover {
background-color:#2f3842;
}

.social-icons li a.appstore:before {
content:"\41";
}

.social-icons li a.appstore:hover {
background-color:silver;
}

.social-icons li a.paypal:before {
content:"\24";
}

.social-icons li a.paypal:hover {
background-color:#2e689a;
}

.social-icons li a.blogger:before {
content:"\42";
}

.social-icons li a.blogger:hover {
background-color:#ff6501;
}

.social-icons li a.evernote:before {
content:"\45";
}

.social-icons li a.evernote:hover {
background-color:#6bb130;
}

.social-icons li a.instagram:before {
content:"\dc";
}

.social-icons li a.instagram:hover {
background-color:#3f6f94;
}

.social-icons li a.pinterest:before {
content:"\31";
}

.social-icons li a.pinterest:hover {
background-color:#cb1f25;
}

.social-icons li a.dribbble:before {
content:"\44";
}

.social-icons li a.dribbble:hover {
background-color:#ef5a92;
}

.social-icons li a.flickr:before {
content:"\46";
}

.social-icons li a.flickr:hover {
background-color:#136dd5;
}

.social-icons li a.youtube:before {
content:"\55";
}

.social-icons li a.youtube:hover {
background-color:#bf2f29;
}

.social-icons li a.vimeo:before {
content:"\56";
}

.social-icons li a.vimeo:hover {
background-color:#4c8ab0;
}

.social-icons li a.rss:before {
content:"\52";
}

.social-icons li a.rss:hover {
background-color:#fe8f00;
}

.social-icons li a.steam:before {
content:"\62";
}

.social-icons li a.steam:hover {
background-color:#383838;
}

.social-icons li a.tumblr:before {
content:"\74";
}

.social-icons li a.tumblr:hover {
background-color:#3d658d;
}

.social-icons li a.github:before {
content:"\e8";
}

.social-icons li a.github:hover {
background-color:#5c7381;
}

.social-icons li a.delicious:before {
content:"\23";
}

.social-icons li a.delicious:hover {
background-color:#3274d1;
}

.social-icons li a.reddit:before {
content:"\3e";
}

.social-icons li a.reddit:hover {
background-color:#404040;
}

.social-icons li a.lastfm:before {
content:"\6c";
}

.social-icons li a.lastfm:hover {
background-color:#d21309;
}

.social-icons li a.digg:before {
content:"\3b";
}

.social-icons li a.digg:hover {
background-color:#205685;
}

.social-icons li a.forrst:before {
content:"\3a";
}

.social-icons li a.forrst:hover {
background-color:#40833e;
}

.social-icons li a.stumbleupon:before {
content:"\2f";
}

.social-icons li a.stumbleupon:hover {
background-color:#eb4924;
}

.social-icons li a.wordpress:before {
content:"\77";
}

.social-icons li a.wordpress:hover {
background-color:#383838;
}

.social-icons li a.xing:before {
content:"\58";
}

.social-icons li a.xing:hover {
background-color:#036568;
}

.social-icons li a.dropbox:before {
content:"\64";
}

.social-icons li a.dropbox:hover {
background-color:#2c92dd;
}

.social-icons li a.fivehundredpx:before {
content:"\30";
}

.social-icons li a.fivehundredpx:hover {
background-color:#444;
}

/* Social bar */
#social-bar {margin:5px 0; float:right;}
#social-bar li {
float:left;
font-size:15px;
list-style:none;
}

#social-bar a {
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
overflow:hidden;
text-align:center;
position:relative;
width:26px;
height:26px;
display:block;
}

#social-bar a:hover:before {
color:#fff!important;
}

#social-bar a:before {
line-height:26px;
font-size:12px;
width:26px;
height:26px;
position:absolute;
left:0;
font-family: 'dpicomoon';
color:#fff;
}

#social-bar.rounded a {
border-radius:50%;
}


#social-bar li a.facebook:before {
content:"\66";
}

#social-bar  li a.facebook:hover {
background-color:#4a6d9d;
}

#social-bar li a.twitter:before {
content:"\54";
}

#social-bar  li a.twitter:hover {
background-color:#3bc1ed;
}

#social-bar li a.linkedin:before {
content:"\4c";
}

#social-bar  li a.linkedin:hover {
background-color:#0b7bb5;
}

#social-bar li a.gplus:before {
content:"\2b";
}

#social-bar  li a.gplus:hover {
background-color:#d53824;
}

#social-bar li a.spotify:before {
content:"\3d";
}

#social-bar  li a.spotify:hover {
background-color:#6ca405;
}

#social-bar li a.yahoo:before {
content:"\59";
}

#social-bar  li a.yahoo:hover {
background-color:#9251a2;
}

#social-bar li a.amazon:before {
content:"\61";
}

#social-bar  li a.amazon:hover {
background-color:#2f3842;
}

#social-bar li a.appstore:before {
content:"\41";
}

#social-bar  li a.appstore:hover {
background-color:silver;
}

#social-bar li a.paypal:before {
content:"\24";
}

#social-bar  li a.paypal:hover {
background-color:#2e689a;
}

#social-bar li a.blogger:before {
content:"\42";
}

#social-bar  li a.blogger:hover {
background-color:#ff6501;
}

#social-bar li a.evernote:before {
content:"\45";
}

#social-bar  li a.evernote:hover {
background-color:#6bb130;
}

#social-bar li a.instagram:before {
content:"\dc";
}

#social-bar  li a.instagram:hover {
background-color:#3f6f94;
}

#social-bar li a.pinterest:before {
content:"\31";
}

#social-bar  li a.pinterest:hover {
background-color:#cb1f25;
}

#social-bar li a.dribbble:before {
content:"\44";
}

#social-bar  li a.dribbble:hover {
background-color:#ef5a92;
}

#social-bar li a.flickr:before {
content:"\46";
}

#social-bar  li a.flickr:hover {
background-color:#136dd5;
}

#social-bar li a.youtube:before {
content:"\55";
}

#social-bar  li a.youtube:hover {
background-color:#bf2f29;
}

#social-bar li a.vimeo:before {
content:"\56";
}

#social-bar  li a.vimeo:hover {
background-color:#4c8ab0;
}

#social-bar li a.rss:before {
content:"\52";
}

#social-bar  li a.rss:hover {
background-color:#fe8f00;
}

#social-bar li a.steam:before {
content:"\62";
}

#social-bar  li a.steam:hover {
background-color:#383838;
}

#social-bar li a.tumblr:before {
content:"\74";
}

#social-bar  li a.tumblr:hover {
background-color:#3d658d;
}

#social-bar li a.github:before {
content:"\e8";
}

#social-bar  li a.github:hover {
background-color:#5c7381;
}

#social-bar li a.delicious:before {
content:"\23";
}

#social-bar  li a.delicious:hover {
background-color:#3274d1;
}

#social-bar li a.reddit:before {
content:"\3e";
}

#social-bar  li a.reddit:hover {
background-color:#404040;
}

#social-bar li a.lastfm:before {
content:"\6c";
}

#social-bar  li a.lastfm:hover {
background-color:#d21309;
}

#social-bar li a.digg:before {
content:"\3b";
}

#social-bar  li a.digg:hover {
background-color:#205685;
}

#social-bar li a.forrst:before {
content:"\3a";
}

#social-bar  li a.forrst:hover {
background-color:#40833e;
}

#social-bar li a.stumbleupon:before {
content:"\2f";
}

#social-bar  li a.stumbleupon:hover {
background-color:#eb4924;
}

#social-bar li a.wordpress:before {
content:"\77";
}

#social-bar  li a.wordpress:hover {
background-color:#383838;
}

#social-bar li a.xing:before {
content:"\58";
}

#social-bar  li a.xing:hover {
background-color:#036568;
}

#social-bar li a.dropbox:before {
content:"\64";
}

#social-bar  li a.dropbox:hover {
background-color:#2c92dd;
}

#social-bar li a.fivehundredpx:before {
content:"\30";
}

#social-bar  li a.fivehundredpx:hover {
background-color:#444;
}

#social-bar li a.viadeo:before {
content:"\48";
}

#social-bar  li a.viadeo:hover {
background-color:#F56600;
}

/* 4.22 Toolbar 
========================== */
#dpToolbar {
left:-260px;
margin-top:-180px;
position:fixed;
top:50%;
-webkit-transition:left .3s ease-out;
-moz-transition:left .3s ease-out;
-ms-transition:left .3s ease-out;
-o-transition:left .3s ease-out;
transition:left .3s ease-out;
width:260px;
z-index:1000;
}

#dpToolbar.hidden {
left:-320px;
}

#dpToolbar.active {
left:0;
}

#dpToolbar > div {
background:#fff;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
border:1px solid #ddd;
border-left:none;
padding:14px;
position:relative;
width:260px;
}

#dpToolbar label {
clear:both;
display:block;
font-size:12px;
padding:5px 0;
}

#dpToolbarButton {
background:#fff;
border:1px solid #ddd;
border-left:none;
color:#333;
cursor:pointer;
font-size:26px;
height:40px;
line-height:40px;
position:absolute;
right:-40px;
text-align:center;
top:-1px;
width:40px;
}

#dpToolbarButton > i {
color:#555;
padding-right:0!important;
}

#dpToolbar .toolbar-title {
font-size:14px;
font-weight:600;
margin-bottom:16px;
text-transform:uppercase;
text-align:center;
color:#555!important;
}

#dpToolbar .section-title {
font-size:13px;
font-weight:600;
margin-bottom:2px;
color:#555!important;
}

#dpToolbar > div > div {
overflow:hidden;
}

#layout-style {
background-color:#F8FAFC;
width:100%;
padding:5px;
color:#848688;
cursor:pointer;
border-radius:2px;
font-size:13px;
margin:4px 0 15px;
border:1px solid #eceef0!important;
line-height:25px;
}

#dp-style-area a,#dp-bg-area a {
-webkit-border-radius:50%;

-moz-border-radius:50%;
border-radius:50%;
display:inline-block;
height:10px;
text-indent:-9999px;
-webkit-transform:scale(1.0);
-moz-transform:scale(1.0);
-ms-transform:scale(1.0);
-o-transform:scale(1.0);
transform:scale(1.0);
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
transform-style:preserve-3d;
-webkit-transition:0 .2s ease-out;
-moz-transition:0 .2s ease-out;
-o-transition:0 .2s ease-out;
transition:transform .2s ease-out;
}

#dpToolbar #dp-style-area,#dpToolbar #dp-bg-area {
margin-bottom:10px;
}

#dpToolbar #dp-style-area a,#dpToolbar #dp-bg-area a {
width:24px;
height:24px;
margin:0 5px 5px 0;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}

#dp-style-area a:hover,#dp-bg-area a:hover {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1);
}

#dp-color-0 {
background:#EF1E1E;
}

#dp-color-1 {
background:#F56450;
}

#dp-color-2 {
background:#2DCD73;
}

#dp-color-3 {
background:#50D2F5;
}

#dp-color-4 {
background:#F5D250;
}

#dp-color-5 {
background:#2850C8;
}

#dp-color-6 {
background:#D2BE82;
}

#dp-color-7 {
background:#CD2323;
}

#dp-color-8 {
background:#28CDBE;
}

#dp-color-9 {
background:#CD2D78;
}

#dp-color-10 {
background:#643C1E;
}

#dp-color-11 {
background:#9BBE55;
}

#dp-color-12 {
background:#8250A0;
}

#dp-color-13 {
background:#9BA5AF;
}

#bg1 {
background-image:url(../images/patterns/noise_pattern_with_crosslines.png);
}

#bg2 {
background-image:url(../images/patterns/noise.png);
}

#bg3 {
background-image:url(../images/patterns/escheresque_ste.png);
}

#bg4 {
background-image:url(../images/patterns/crisp_paper_ruffles.png);
}

#bg5 {
background-image:url(../images/patterns/navy_blue.png);
}

#bg6 {
background-image:url(../images/patterns/bedge_grunge.png);
}

#bg7 {
background-image:url(../images/patterns/diamond_upholstery.png);
}

#bg8 {
background-image:url(../images/patterns/px_by_Gre3g.png);
}

#bg9 {
background-image:url(../images/patterns/light_toast.png);
}

#bg10 {
background-image:url(../images/patterns/retina_dust.png);
}

#bg11 {
background-image:url(../images/patterns/purty_wood.png);
}

#bg12 {
background-image:url(../images/patterns/pw_maze_black.png);
}

#bg13 {
background-image:url(../images/patterns/textured_stripes.png);
}

#bg14 {
background-image:url(../images/patterns/tileable_wood_texture.png);
}

@media max-width 600px {
#dpToolbar {
display:none;
}
}

/* 4.23. Tables
==================================== */
/* Regular Table
====================================*/
table.standard-table {
width:100%;
border-collapse:separate;
border-spacing:0;
border:none;
margin-bottom:15px;
}

table.standard-table th {
border:1px solid #eceef0;
border-right:none;
background-color:#f6f8fa;
text-align:left;
padding:10px 15px;
color:#464b50;
vertical-align:top;
font-size:14px;
font-weight:600;
}

table.standard-table td:last-child {
border-right:1px solid #eceef0;
}

table.standard-table th:last-child {
border-right:1px solid ##eceef0;
}

table.standard-table td {
padding:10px 15px;
border:1px solid #eceef0;
border-top:none;
border-right:none;
}

table.standard-table tr:hover td {
background-color:#f6f8fa;
}

table.standard-table tr {
border-radius:3px;
}

.search-term {
background-color:#fbf200;
}

/* 4.24 Video background style */
/* YT Player */
.YTPOverlay.raster {
background:url(../images/raster.png);
}

.YTPOverlay.raster.retina {
background:url(../images/raster@2x.png);
}

.mb_YTVPlayer :focus {
outline:0;
}

.mb_YTVPlayer {
display:block;
transform:translateZ(0);
transform-style:preserve-3d;
perspective:1000;
backface-visibility:hidden;
transform:translate3d(0,0,0);
animation-timing-function:linear;
}

.mb_YTVPlayer.fullscreen {
display:block!important;
position:fixed!important;
width:100%!important;
height:100%!important;
top:0!important;
left:0!important;
margin:0!important;
border:none!important;
}

.mb_YTVPlayer.fullscreen .mbYTP_wrapper {
opacity:1!important;
}

.mbYTP_wrapper iframe {
max-width:4000px!important;
}

.inline_YTPlayer {
margin-bottom:20px;
vertical-align:top;
position:relative;
left:0;
overflow:hidden;
border-radius:4px;
-moz-box-shadow:0 0 5px rgba(0,0,0,.7);
-webkit-box-shadow:0 0 5px rgba(0,0,0,.7);
box-shadow:0 0 5px rgba(0,0,0,.7);
background:rgba(0,0,0,.5);
}

.inline_YTPlayer img {
border:none!important;
-moz-transform:none!important;
-webkit-transform:none!important;
-o-transform:none!important;
transform:none!important;
margin:0!important;
padding:0!important;
}

.dp-video-mute-button {
bottom:100px;
position:absolute;
width:35px;
height:35px;
left:50%;
margin-left:-17px;
display:block;
z-index:100;
color:#fff!important;
font-size:35px;
line:height:35px;
text-align:center;
font-weight:300;
}

.mute:before {
content:"\eb2c";
font-family:dpicomoon;
}

.unmute:before {
content:"\eb29";
font-family:dpicomoon;
}
#video-container {
position:absolute;
}

#video-container {
top:0;
left:0;
height:100%;
width:100%;
overflow:hidden;
}

video {
position:absolute;
z-index:0;
}

video.fillWidth {
width:100%;
}

.video-bg-content {
position:relative;
z-index:1;
}

/* 4.25 Get In Touch
====================================*/
.get-in-touch {
margin:15px 0 0;
list-style:none;
}

.get-in-touch li p strong {
color:#bcc1c5;
float:left;
font-weight:600;
margin:0 5px 5px 0;
}

.get-in-touch li:before {
display:none;
}

.get-in-touch .icon-map-marker {
font-size:16px;
}

.get-in-touch li {
margin:0 0 10px;
}

.get-in-touch p,.get-in-touch li,.get-in-touch a {
color:#bcc1c5!important;
}

.get-in-touch p {
margin:0 0 0 25px;
padding-top:5px;
line-height:20px;
}

.get-in-touch li i {
float:left;
margin:2px 0 0;
color:#A2A2A2;
}



/* 4.26 Blog grid 
====================================*/

.blog-grid {
height:100%;
min-height:100%;
}

.blog-grid .portfolio-item .featured-image img {
margin:0;
}

.blog-grid p,.blog-grid .flexgallery {
margin:0;
font-size:14px;
}

.blog-grid .gallery {
padding:0;
}

.blog-grid .dp-readon {
margin-top:15px;
border:none;
height:20px;
line-height:20px;
padding:0;
}

.blog-grid .meta a {
color:#A0B0BF!important;
}
.blog-grid .item-description .readon {margin-top:15px;}
.blog-grid .item-description h5 {
font-size:16px;
}

.blog-grid .meta a:hover {
color:#EF1E1E!important;
}

.blog-grid .dp-readon span {
color:#A0B0BF!important;
}

.blog-grid .dp-readon:hover span {
color:#EF1E1E!important;
}

.blog-grid .dp-readon:hover {
background-color:transparent!important;
}

.page-template-template-fullwidth-vc-php .blog-grid-container {
margin:0 20px;
}

.blog-grid-container .pagination {
margin-left:10px;
}

.page-template-template-fullwidth-vc-php article {
padding:0;
}

/* 4.27. Search Overlay
==================================== */

/* Overlay style */
.search-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.95);
	z-index:999999999999!important;
	overflow:auto;
}

/* Overlay closing cross */
.search-overlay .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	outline: none;
	z-index: 100;
	color:#999;
	font-size:40px;
	line-height:40px;
	cursor:pointer;
}
/* Effects */
.search-overlay {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.search-overlay.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
.search-overlay #s {
	width:95%;
	margin-top:30%; 	
	border:none;
	line-height:48px; 
	font-size: 48px;
	height:70px!important;
	font-weight: 300;
	color: #e5e5e5!important;
	letter-spacing: 0px;
	float:left;
	padding:0;
	background-color:transparent!important;
	}

/* 4.28. Row Overlay
==================================== */
	.row-overlay {
		top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
	position:absolute;
	z-index:1;
	}


/* 5. Additional WP extensions styles
------------------------------------ */
/* 5.1. Archives widget
==================================== */
/* 5.2. Custom menu widget
==================================== */
/* 5.3. Pages widget
==================================== */
/* 5.4. RSS widget
==================================== */
.box h3.box-title .rsswidget {
clear:none;
float:left;
font-size:20px;
margin-right:10px;
}

.box .rsswidget {
clear:both;
display:block;
font-size:12px;
}

.box .rss-date {
clear:both;
display:block;
font-size:9px;
font-style:italic;
margin-top:-10px;
text-align:right;
}

.box .rssSummary {
clear:both;
color:#888;
font-size:10px;
line-height:1.5;
margin-bottom:10px;
}

/* 5.5. Text widget
==================================== */
/* 5.6. Calendar widget
==================================== */
.box #wp-calendar {
background:#fff;
font-size:11px;
width:100%;
}

.box #wp-calendar caption {
border:1px solid #e5e5e5;
color:#363636;
font-size:12px;
font-weight:700;
padding:6px;
}

.box #wp-calendar thead {
border-left:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
}

.box #wp-calendar th {
background:#f5f5f5;
border-left:1px solid #e5e5e5;
color:#333;
font-size:11px;
font-weight:700;
}

.box #wp-calendar td {
border:1px solid #eee;
padding:5px 0;
text-align:center;
}

.box #wp-calendar td a {
font-weight:700;
}

.box #wp-calendar #today {
background:#EF1E1E;
color:#fff;
font-size:11px;
font-weight:700;
padding:0;
}

.box #wp-calendar #today a {
color:#fff;
}

.box #wp-calendar .pad {
background:#fbfbfb;
}

.box #wp-calendar td#prev a,.box #wp-calendar td#next a {
color:#EF1E1E;
}

.box #wp-calendar td#prev a:active,.box #wp-calendar td#prev a:focus,.box #wp-calendar td#prev a:hover,.box #wp-calendar td#next a:active,.box #wp-calendar td#next a:focus,.box #wp-calendar td#next a:hover {
color:#363636;
}

.box #wp-calendar td#next,.box #wp-calendar td#prev {
width:auto!important;
border:none;
}

.box #wp-calendar td.pad {
background:none;
border:none;
}

/* 5.7. Links widget
==================================== */
.box ul.xoxo a {
display:block;
font-size:12px;
line-height:20px;
}

.box ul.xoxo a img {
vertical-align:middle;
}

.box ul.xoxo li {
font-size:10px;
padding:5px 0;
}

/* 5.8. Recent comments widget
==================================== */
/* 5.9. Search widget
==================================== */
#searchform {
position:relative;
}

#searchform label {
display:none;
}

#searchform #searchsubmit {
position:absolute;
right:0;
top:0;
text-indent:-9999px;
background-color:#A0A5AA;
background-image:url(../images/search_bg_white.png);
background-position:center!important;
border-top-left-radius:0;
border-bottom-left-radius:0;
}

#searchform #searchsubmit:hover {
background-color:#EF1E1E;
}

#searchform .field {
width:100%;
background-color:#f6f6f6;
}

#dp-search label,#dp-search #searchsubmit {
display:none;
}

#dp-search .field {
background:#fff url(../images/search_bg.png) no-repeat right center;
border:1px solid #E5E5E5;
-webkit-box-shadow:inset 0 0 9px rgba(0,0,0,0.11);
-moz-box-shadow:inset 0 0 9px rgba(0,0,0,0.11);
-ms-box-shadow:inset 0 0 9px rgba(0,0,0,0.11);
-o-box-shadow:inset 0 0 9px rgba(0,0,0,0.11);
box-shadow:inset 0 0 9px rgba(0,0,0,0.11);
margin-top:5px;
}

/* 5.10. Categories widget
==================================== */
.widget_categories ul li {
position:relative;
line-height:25px!important;
}

.widget_categories ul li span {
position:absolute;
background:#EF1E1E;
top:0;
right:0;
color:#fff;
padding:3px 6px 3px 5px;
font-size:10px;
border-radius:3px;
line-height:14px;
}

/* 5.11. Meta widget
==================================== */
/* 5.12. Recent posts widget
==================================== */
/* 5.13. Tag cloud widget
==================================== */
.tagcloud {
overflow:hidden;
}

.tagcloud a {
height:34px;
line-height:34px;
padding:0 9px;
display:block;
position:relative;
background-color:#f6f6f6;
border:1px solid #f6f6f6;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.03);
-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.03);
box-shadow:0 1px 2px 0 rgba(0,0,0,0.03);
font-size:12px;
color:#999!important;
margin:0 10px 12px 0;
float:left;
}

.tagcloud a:active,.tagcloud a:focus,.tagcloud a:hover {
background-color:#EF1E1E;
border:1px solid #EF1E1E;
color:#fff!important;
text-decoration:none;
}

/* 5.14. Common widget styles
==================================== */
/* Modules */
.box ul {
list-style-type:none;
margin:0 0 20px 0;
padding:0;
}

.box ul li {
line-height:1.5;
padding:5px 0;
font-size:13px;
}

.box ul li:before {
margin:3px 4px 0 0;
font-size:10px;
content:"\e068";
font-family:dpicomoon;
-o-transition:all .3s ease-out;
-ms-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out;
}

.box ul li a {
color:#888;
}

.box ul li a:hover {
color:#EF1E1E;
}

#dp-footer .box a {
}
#dp-footer .box p {
line-height:20px;
}

#dp-footer .box a:active,#dp-footer .box a:focus,#dp-footer .box a:hover {
color:#fff;
}

#dp-footer .box ul li {
line-height:1.7em;
padding:0;
}
.payment-methods img {display:inline-block;margin-right:6px;}
/* Dark */
.box.dark {
background:#262626!important;
color:#999;
padding:20px;
}

.box.dark .box-title {
background:transparent!important;
}

.box.dark h1,.box.dark h2,.box.dark h3,.box.dark h4,.box.dark h5,.box.dark h6 {
color:#fff;
}

.box.dark ul {
margin:0;
padding:0;
}

.box.dark a {
color:#fff;
}

.box.dark a:active,.box.dark a:focus,.box.dark a:hover {
color:#EF1E1E;
}

.box.dark ul ul {
margin:5px 0 0;
padding:0 0 0 20px;
}

.box.dark b,.box.dark strong {
font-weight:700;
}

/* Light */
.box.light {
background:#f8f8f8!important;
padding:20px;
}

#dp-inset .box.light {
margin:1px;
width:99%;
}

.box.light ul {
margin:0;
padding:0;
}

.box.light ul ul {
margin:0 0 0 20px;
}

.box.light b,.box.light strong {
font-weight:700;
}

/* Accented background */
.box.accented-bg {
background:#EF1E1E!important;
color:#fff;
padding:20px;
}

.box.accented-bg .box-title {
background:transparent!important;
}

.box.accented-bg h1,.box.accented-bg h2,.box.accented-bg h3,.box.accented-bg h4,.box.accented-bg h5,.box.accented-bg h6 {
color:#fff;
}

.box.accented-bg ul {
margin:0;
padding:0;
}

.box.accented-bg a {
color:#fefefe;
}

.box.accented-bg a:active,.box.accented-bg a:focus,.box.accented-bg a:hover {
color:#f8f8f8;
}

.box.accented-bg ul ul {
margin:5px 0 0;
padding:0 0 0 20px;
}

.box.accented-bg b,.box.accented-bg strong {
font-weight:700;
}

/* Pattern */
.box.pattern {
background:url(../images/widget_bg.png) repeat 0 0;
}

#dp-inset .box.pattern {
margin:1px;
width:99%;
}

/* Menu */
.box.menu ul ul {
margin-left:0;
}

.box.menu li {
border-bottom:1px solid #e5e5e5;
border-top:none;
margin:0;
padding:6px 10px;
}

.box.menu .header + ul li:first-child {
border-top:1px solid #e5e5e5;
}

.box.menu li a {
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none;
display:block;
line-height:2.0;
}

.box.menu li:hover {
background-color:#EF1E1E;
}

.box.menu li:hover a {
color:#fff;
}

/* Accented color */
.box.accented-title .box-title {
color:#EF1E1E;
}

/* Badges */
.box.badge-new .box-title,.box.badge-popular .box-title,.box.badge-top .box-title,.box.badge-hot .box-title,.box.badge-video .box-title,.box.badge-audio .box-title,.box.badge-gallery .box-title {
position:relative;
}

.box.badge-new .box-title::after,.box.badge-popular .box-title::after,.box.badge-top .box-title::after,.box.badge-hot .box-title::after {
background:#9eb931;
color:#fff;
content:"New";
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
padding:0 6px;
position:absolute;
right:0;
top:0;
z-index:1;
}

.box.badge-video .box-title::after,.box.badge-audio .box-title::after,.box.badge-gallery .box-title::after {
background:url(../images/badges.png) no-repeat;
content:"";
height:20px;
position:absolute;
right:0;
top:0;
width:26px;
z-index:1;
}

.box.badge-audio .box-title::after {
background-position:0 -69px;
}

.box.badge-gallery .box-title::after {
background-position:0 -132px;
}

.box.badge-popular .box-title::after {
background:#32aae2;
content:"Popular";
}

.box.badge-top .box-title::after {
background:#EF1E1E;
content:"Top";
}

.box.badge-hot .box-title::after {
background:#DBAE43;
content:"Hot";
}

/* Advertisement style */
.box.advertisement .box-title {
background:transparent;
border-bottom:1px solid #e5e5e5;
color:#999!important;
font-size:10px!important;
font-style:italic;
font-weight:300;
margin:0 0 5px;
min-height:16px;
padding:0;
text-align:right;
text-transform:uppercase;
line-height:16px;
font-family:Arial, Verdana, sans-serif!important;
}

/* Heading line style */
.box.heading-line .box-title,.headline.heading-line .box-title {
margin:0 0 20px;
position:relative;
}

.box.heading-line .box-title:after,.healine.heading-line .box-title:after {
content:"";
display:block;
width:15px;
height:2px;
background-color:#000;
margin-top:1px;
}

/* 5.15 Contact form 7 
==================================== */
.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 textarea {
width:100%;
background-color:#f6f6f6;
}
.wpcf7 input[type=date], .wpcf7 select {
background-color:#f6f6f6;
}
.wpcf7 input[type=text]:hover,.wpcf7 input[type=text]:focus,.wpcf7 input[type=email]:hover,.wpcf7 input[type=email]:focus,.wpcf7 textarea:hover,.wpcf7 textarea:focus, .wpcf7 input[type=date]:hover,.wpcf7 input[type=date]:focus, .wpcf7 select:hover,.wpcf7 select:focus {
background-color:#fff;
}

.wpcf7 input[type=submit] {
color:#fff;
background-color:#EF1E1E;
}

.wpcf7 input[type=submit]:hover {
background-color:#A0A5AA;
}
.transparent-form .wpcf7 input[type="text"], .transparent-form .wpcf7 input[type="date"], .transparent-form .wpcf7 input[type="tel"],.transparent-form .wpcf7 input[type="email"], .transparent-form .wpcf7 textarea, .transparent-form .wpcf7 select {
	background: transparent; border-color: #fff; color:#fff;
}
.transparent-form .wpcf7 option {color:#555}
.booking-form-wrap {
background-color:#fff;
border-radius:5px 5px 0 0;
padding: 20px 20px 12px 20px;
}
------------------------------------ */
/* 5.16 DP Comments
==================================== */
.widget_dp_comments li {
border-top:none!important;
font-size:13px;
line-height:13px!important;
list-style:none;
overflow:hidden;
padding:10px 0;
}

.widget_dp_comments ol li:first-child {
padding-top:0;
}
.widget_dp_comments li strong {
}

.widget_dp_comments li p {
font-size:12px;
margin:.5em 0;
}

.widget_dp_comments li p a {
}

.widget_dp_comments li p a:active,.widget_dp_comments li p a:focus,.widget_dp_comments li p a:hover {
}

.widget_dp_comments li > img {
float:left;
margin:0 10px 5px 0;
}

.widget_dp_comments li div {
margin-left:58px;
}

.widget_dp_comments ol {
padding:0!important;
}

/* 5.17 DP Tabs
==================================== */
.dp-tabs-nav {
padding:0;
}

.dp-tabs {
position:relative;
overflow:hidden;
}

.dp-tabs-wrap {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
margin:0;
position:relative;
}

.dp-tabs-wrap > ol {
min-height:30px;
position:absolute;
margin:0;
top:-41px;
z-index:10!important;
}

.dp-tabs-wrap > ol li {
background:#F2F4F6;
border:none;
color:#848688;
cursor:pointer;
float:left;
line-height:38px;
list-style-type:none;
height:38px;
padding:2px 10px;
text-align:center;
font-size:14px;
font-weight:400;
-webkit-border-radius:2px 2px 0 0;
-moz-border-radius:2px 2px 0 0;
border-radius:2px 2px 0 0;
}

.dp-tabs-wrap > ol li.active,.dp-tabs-wrap > ol li.active:hover {
background:#fff!important;
color:#000!important;
border:1px solid #eceef0;
border-bottom:#fff;
}

.dp-tabs-wrap > ol li.active::after {
content:"";
clear:both;
display:block;
float:left;
height:2px;
margin-left:-14px;
position:absolute;
top:38px;
width:100%;
z-index:2;
}

.dp-tabs-wrap > ol li:hover {
}

.dp-tabs-wrap > ol li:first-child {
}

.dp-tabs-container {
background:#fff;
clear:both;
overflow:hidden;
position:relative;
border:1px solid #eceef0;
padding:25px 15px 10px;
margin-top:42px;
-webkit-border-radius:0 2px 2px 2px;
-moz-border-radius:0 2px 2px;
border-radius:0 2px 5px 2px;
}

.dp-tabs-container .box {
padding-left:0!important;
padding-right:0!important;
}

.dp-tabs-item {
background:#fff;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
left:-9999px;
overflow:hidden;
padding:0;
position:absolute;
top:0;
width:100%;
z-index:1;
}

.dp-tabs-item .box {
margin-bottom:0!important;
}

.dp-tabs-item.active {
left:0;
position:relative;
z-index:2;
}

/* 5.18. DP Flickr Gallery
==================================== */
.photo-stream {
margin-right:-6px;
}

.photo-stream li {
float:left;
margin:0 10px 10px 0;
}

.photo-stream li:before {
display:none;
}

.photo-stream li a {
display:block;
overflow:hidden;
position:relative;
}

.photo-stream a:hover {
}

.photo-stream img {
display:block;
width:70px;
}

.photo-stream a img {
-webkit-backface-visibility:hidden;
-o-transition:all .3s ease-out;
-ms-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out;

}

.photo-stream a:hover img {
-o-transform:scale(1.2) rotate(-5deg);
-ms-transform:scale(1.2) rotate(-5deg);
-moz-transform:scale(1.2) rotate(-5deg);
-webkit-transform:scale(1.2) rotate(-5deg);
transform:scale(1.2) rotate(-5deg);
}
.photo-stream a .icn-more {
opacity:0;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
height:100%;
position:absolute;
text-decoration:none;
width:100%;
z-index:100;
background:rgba(0,0,0,0.60);
overflow:hidden;
-webkit-transition:all .25s;
-moz-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}

.photo-stream a:hover .icn-more {
opacity:1;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.photo-stream a .icn-more:before {
font-family:dpicomoon;
font-style:normal;
font-weight:400;
speak:none;
display:inline-block;
text-decoration:inherit;
position:absolute;
text-align:center;
content:'\e040';
line-height:1;
color:#FFF;
top:50%;
left:50%;
z-index:2;
font-size:15px;
top:50%;
margin:-8px 0 0 -6px;
-webkit-transform:translateY(-20px);
-moz-transform:translateY(-20px);
-ms-transform:translateY(-20px);
-o-transform:translateY(-20px);
transform:translateY(-20px);
-webkit-transition:0 .25s ease-in-out;
-moz-transition:0 .25s ease-in-out;
-o-transition:0 .25s ease-in-out;
transition:transform .25s ease-in-out;
}

.photo-stream a:hover .icn-more:before {
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px);
}

.photo-stream a:hover .icn-more:before {
top:50%!important;
}

.flickr_stream_link a {
background-image: url(../images/flickr.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
display: inline-block;
font-size:10px;
}
/* 5.19 DP Recent Posts/Portfolio Widget
==================================== */
.recent-post-widget {
margin-bottom:20px;
}

.recent-post-widget .thumbnail {
float:left;
margin:0 10px 0 0;
-webkit-transition:all 200ms ease-in-out;
-moz-transition:all 200ms ease-in-out;
-o-transition:all 200ms ease-in-out;
-ms-transition:all 200ms ease-in-out;
transition:all 200ms ease-in-out;
}

.recent-post-widget .date {
font-size:11px;
line-height:16px;
font-style:italic;
padding-top:3px;
}

.recent-post-widget h5 {
line-height:20px;
margin-bottom:4px;
font-size:15px;
}

.recent-post-widget h5 a {
}
.recent-post-widget .content {
font-size:14px;
line-height:20px;
}
.recent-post-widget .thumbnail {
display:block;
overflow:hidden;
position:relative;
}

.recent-post-widget .thumbnail img {
display:block;
max-width:100%;
-webkit-backface-visibility:hidden;
-o-transition:all .3s ease-out;
-ms-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out;
}

.recent-post-widget .thumbnail a:hover img {
-o-transform:scale(1.2) rotate(-5deg);
-ms-transform:scale(1.2) rotate(-5deg);
-moz-transform:scale(1.2) rotate(-5deg);
-webkit-transform:scale(1.2) rotate(-5deg);
transform:scale(1.2) rotate(-5deg);
}

.recent-post-widget .thumbnail a .icn-more {
opacity:0;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
height:100%;
position:absolute;
text-decoration:none;
width:100%;
z-index:100;
background:rgba(0,0,0,0.60);
overflow:hidden;
-webkit-transition:all .25s;
-moz-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}

.recent-post-widget .thumbnail a:hover .icn-more {
opacity:1;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.recent-post-widget .thumbnail a .icn-more:before {
font-family:dpicomoon;
font-style:normal;
font-weight:400;
speak:none;
display:inline-block;
text-decoration:inherit;
position:absolute;
text-align:center;
content:'\e040';
line-height:1;
color:#FFF;
top:50%;
left:50%;
z-index:2;
font-size:15px;
top:50%;
margin:-8px 0 0 -6px;
-webkit-transform:translateY(-20px);
-moz-transform:translateY(-20px);
-ms-transform:translateY(-20px);
-o-transform:translateY(-20px);
transform:translateY(-20px);
-webkit-transition:0 .25s ease-in-out;
-moz-transition:0 .25s ease-in-out;
-o-transition:0 .25s ease-in-out;
transition:transform .25s ease-in-out;
}

.recent-post-widget .thumbnail a:hover .icn-more:before {
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px);
}

.recent-post-widget .thumbnail a:hover .icn-more:before {
top:50%!important;
}

/* 5.20 WPML
==================================== */
.dp_language_switcher {float:right;margin-left:1px;position:relative;}
.dp_language_switcher_button {width:36px; height:36px; background-color: rgba(255,255,255,0.15); text-align:center; cursor: pointer;}
.dp_language_switcher_button i {font-size:16px; line-height:36px; color:#fff;}
.lang_code {position:absolute; font-size:8px;line-height:8px; text-transform: uppercase; color:#fff;right:2px;top:2px;background:#EF1E1E; padding:2px; -webkit-border-radius: 3px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius: 3px;
-moz-border-radius-bottomleft: 0;
border-radius: 3px;
border-bottom-left-radius: 0;} 
.dp_language_switcher_list {position:absolute;right:0; top:36px;z-index:1000; background:#fff;width:auto; padding:8px 0; border: 1px #cdcdcd solid;
border-top: 0;
 -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
-moz-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
box-shadow: 2px 2px 6px rgba(0,0,0,.2);
-webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
-moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
-o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
-ms-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
visibility:hidden;
opacity:0;
}
.dp_language_switcher_button:hover .dp_language_switcher_list {
	visibility: visible;
	opacity:1;
	transition-delay:0s;
}
.dp_language_switcher_list a {color:#333!important}
.dp_language_switcher_list .lang_item {padding:8px 15px; width:auto;display:block;position:relative;line-height:12px; font-size:12px; text-align:left;}
.dp_language_switcher_list .lang_item:hover {background:#f6f6f6;}
.dp_language_switcher_list .lang_item.current_lang:hover {background:none!important;}
.dp_language_switcher_list .lang_item.current_lang {display:none;}
.dp_language_switcher_list .lang_item a {display:block;}
.lang_item .flag {width:12px;height:12px;background-repeat:no-repeat; background-position: center center; border-radius:50%; position:absolute;}
.lang_item span {padding-left:20px;}

.top_menu_lang_switcher{
    position: relative;
}
.top_menu_lang_switcher {
    display: inline-block;
	float:right;
	margin-top:5px;
	margin-right:-7px;
}
.top_menu_lang_switcher_btn {position:relative;}

.top_menu_lang_switcher .top_menu_lang_switcher_btn {
    padding:0px 10px 0 0px;
    display: inline-block;
	position:relative;
}

.top_menu_lang_switcher .top_menu_lang_switcher_btn i {
	margin: 0px;
	color: #000;
	font-size:14px;
	display:block;
	line-height:13px;
    -webkit-transition: color 0.3s ease; 
    -moz-transition: color 0.3s ease; 
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
}
	
.top_menu_lang_switcher .top_menu_lang_switcher_btn span{
    background-color: #EF1E1E;
	color: #fff;
	display: inline-block;
	font-family: inherit;
	font-size:8px;line-height:8px; text-transform: uppercase; color:#fff;right:7px!important;top:2px;background:#EF1E1E; padding:3px; 
	-webkit-border-radius: 3px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 3px;
	border-bottom-left-radius: 0;
	top: -12px;
	right: 8px;}

.top_menu_lang_switcher .dp_language_switcher_list a {
	margin:0;
	width:auto;
	float:none;
}
.top_menu_lang_switcher .dp_language_switcher_list {
	top:95px!important;
}
.top_menu_lang_switcher:hover .dp_language_switcher_list {
	visibility: visible;
	opacity:1;
	transition-delay:0s;
    text-align: left;
}

.dp-sticky-navigation-wrapper .top_menu_lang_switcher { margin-top:5px}
.dp-sticky-navigation-wrapper .dp_language_switcher_list { top:50px!important}


body #lang_sel_footer {
background-color:transparent;
border:none;
clear:both;
font:inherit;
margin:0;
min-height:15px;
padding:7px;
text-align:center;
}

/* 5.21 DP NewsFlash
==================================== */
.widget_dp_newsflash {
margin:-2px 0 10px;
}

.dp-newsflash {
position:relative;
}

.leading-text {
position:absolute;
color:#fefefe;
font-size:14px;
line-height:20px;
font-weight:700;
}

.newsline .slides li {
border:none!important;
padding:0!important;
line-height:20px;
}

.newsline {
height:20px;
}

.newsline .slides li {
border:none!important;
padding:0!important;
line-height:20px;
}

.controls {
float:right;
width:40px;
height:20px;
right:0;
}

#next,#prev {
width:20px;
height:20px;
display:block;
cursor:pointer;
}

.newsline a:hover {
color:#EF1E1E;
}

/*dark */
.dark #next {
background:url(../images/widgets/newsflash/dark/arrow-right.png) no-repeat;
float:right;
}

.dark #prev {
background:url(../images/widgets/newsflash/dark/arrow-left.png) no-repeat;
float:left;
}

.dark #next:hover {
background:url(../images/widgets/newsflash/dark/arrow-right-h.png) no-repeat;
float:right;
}

.dark #prev:hover {
background:url(../images/widgets/newsflash/dark/arrow-left-h.png) no-repeat;
float:left;
}

.dark .newsline a {
color:#fefefe;
}

.dark .leading-text {
color:#fefefe;
}

.dark .newsline a:hover {
color:#EF1E1E;
}

/*light */
.light #next {
background:url(../images/widgets/newsflash/light/arrow-right.png) no-repeat;
float:right;
}

.light #prev {
background:url(../images/widgets/newsflash/light/arrow-left.png) no-repeat;
float:left;
}

.light #next:hover {
background:url(../images/widgets/newsflash/light/arrow-right-h.png) no-repeat;
float:right;
}

.light #prev:hover {
background:url(../images/widgets/newsflash/light/arrow-left-h.png) no-repeat;
float:left;
}

.light .newsline a {
color:#555;
}

.light .leading-text {
color:#555;
}

.light .newsline a:hover {
color:#000;
}

/* 5.22 DP Stock
==================================== */

.dp-stock-graphs {margin-bottom:20px;}
.stocktable {width:100%;font-size:12px; margin-bottom:10px;}
.allign-right {text-align: right}
.stocktable {width:100%;}

/** 6. Shortcodes styling
------------------------------------ */
/* 6.1. Typography style
==================================== */
/* Bullet Styles */
ol li {
margin:7px 0;
margin-left:2px;
}

ul.list,u .list-1,ul.list-2, ul.list-3,ul.list-4 {
padding:0;
}
ul.list li,ul.list-1 li,ul.list-2 li,ul.list-3 li,ul.list-4 li {
	margin-left:23px;
}

.list li,.list-1 li,.list-2 li,.list-3 li,.list-4 li {
list-style:none;
margin:7px 0;
margin-left:2px;
}

.list-nostyle li {
list-style:none;
margin:7px 0 ;
}

ul.list li:first-child,ul.list-1 li:first-child,ul.list-2 li:first-child,.list-3 li:first-child,.list-4 li:first-child {
margin-top:0;
}

ul.list li:before, ul.list-1 li:before, ul.list-2 li:before,ul.list-3 li:before ,ul.list-4 li:before {
font-family:'Default';
margin:0 8px 0 0px;
position:relative;
color:#a0a5aa;
margin-left:-23px;
}

.list.color li:before,.list-1.color li:before,.list-2.color li:before,.list-3.color li:before,.list-4.color li:before {
color:#EF1E1E;
}

.list li:before {
content:"\f1db";
}

.list-1 li:before {
content:"\e869";
}

.list-2 li:before {
content:"\e8c6";
}

.list-3 li:before {
content:"\f058";
}

.list-4 li:before {
content:"\f138";
}

/* Ordered Lists */
ol {
list-style-position:inside;
}
ol.dec {
list-style-type:decimal;
list-style-position:inside;
}

ol.roman {
list-style-type:upper-roman;
list-style-position:inside;
}

ol.alpha {
list-style-type:lower-alpha;
list-style-position:inside;
}

ol.upperalpha {
list-style-type:upper-alpha;
list-style-position:inside;
}

ol.decleadingzero {
list-style-type:decimal-leading-zero;
list-style-position:inside;
}

div.number {
line-height:20px;
}

div.number span {
width:20px;
height:20px;
display:block;
float:left;
font-size:11px;
text-align:center;
margin-right:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
background-color:#555;
color:#fff;
}

/* Big Number ---*/
p.bignumber {
position:relative;
padding:5px 0 5px 50px!important;
min-height:35px;
}

.bignumber .bnumber {
color:#FFF;
background-color:#555;
width:35px;
height:35px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
line-height:35px!important;
position:absolute;
top:0;
left:0;
font-weight:700;
font-size:19px;
text-align:center;
}

/* Emphasis Styles*/
em.italic {
font-style:italic;
font-weight:700;
}

em.bold {
font-weight:700;
}

em.bold,em.rt-typoblock {
font-size:120%;
line-height:145%;
font-style:normal;
}

em.bold2 {
font-size:135%;
font-weight:700;
line-height:120%;
font-style:normal;
}

em.rt-typoblock {
display:block;
padding:3px 5px;
margin-bottom:15px;
background:#666;
color:#fff;
}

.rt-upper {
text-transform:uppercase;
}

.rt-center {
text-align:center;
}

/* Drop Cap */
p.dropcap {
overflow:hidden;
}

span.dropcap {
float:left;
color:#EF1E1E;
font-size:58px;
line-height:54px;
padding-top:4px;
padding-right:10px;
margin-top:-2px;
}

/* Pre and quote styles*/
pre {
font-style:italic;
overflow:auto;
padding:10px;
margin-bottom:15px;
}

.body pre {
background:#333;
border:1px solid #353535;
color:#bbb;
}

.typo-icon {
font-size:32px;
line-height:32px;
padding-right:10px;
}

.dp_quote {
color:#727272;
background-image:url(../images/typography/quote.png);
background-color:#F3F3F3;
border-bottom:1px solid #D4D4D4;
border-right:1px solid #D4D4D4;
}

/* Alert Boxes
====================================*/
.notification {
font-size:14px;
line-height:18px;
margin-bottom:15px;
position:relative;
padding:13px 40px 13px 18px;
border-radius:2px;
box-shadow:0 1px 1px 0 rgba(0,0,0,0.03);
}

.notification p {
margin:0;
line-height:24px;
}

.notification span {
font-weight:600;
}

.notification i {
font-size:18px;
padding-right:10px;
}

.notification.success,.notification.success strong {
background-color:#EBF6E0;
color:#5f9025;
border:1px solid #b3dc82;
}

.notification.error,.notification.error strong {
background-color:#ffe9e9;
color:#de5959;
border:1px solid #fbc4c4;
}

.notification.warning,.notification.warning strong {
background-color:#FBFADD;
color:#8f872e;
border:1px solid #ded58a;
}

.notification.notice,.notification.notice strong {
background-color:#E9F7FE;
color:#5091b2;
border:1px solid #b6d7e8;
}

.notification strong {
border:none!important;
}

.notification.success .close,.notification.error .close,.notification.warning .close,.notification.notice .close {
padding:0 9px;
position:absolute;
right:0;
top:22px;
display:block;
height:8px;
width:8px;
cursor:pointer;
}

.notification.success .close {
background:url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat;
}

.notification.error .close {
background:url(../images/alert_boxes_close_ico.png) 0 0 no-repeat;
}

.notification.warning .close {
background:url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat;
}

.notification.notice .close {
background:url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat;
}

/* Highlights
====================================*/
.highlight.color,.highlight.gray,.highlight.light {
padding:2px 6px;
color:#fff;
border-radius:2px;
}

.highlight.color {
background:#EF1E1E;
}

.highlight.gray {
background:#a0a5aa;
}

.highlight.light {
background:#f2f4f6;
color:#848688;
}

/* Blockquote styles*/
blockquote {
border-left:3px solid #EF1E1E;
padding:10px 20px;
line-height:24px;
margin:10px 0 20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}
blockquote.with_icon {
border:none;
padding:0;
margin: 0 0 0 50px;
font-size:20px;
}
blockquote.with_icon:before {
font-family:dpicomoon;
color:#EF1E1E;
margin: 5px 0 0 -50px;
font-size:25px;
padding-right:10px;
content:"\e067";
position:absolute;
}

}
/* Legends */
div.dp_legend1 h4,div.dp_legend2 h4,div.dp_legend3 h4 {
width:auto;
float:left;
position:relative;
top:-14px;
left:14px;
margin:0 0 -9px!important;
padding:4px 12px;
font-size:1.1em;
font-weight:400;
border-radius:2px;
}

div.dp_legend1,div.dp_legend2,div.dp_legend3 {
margin:25px 0;
}

div.dp_legend1 p,div.dp_legend2 p,div.dp_legend3 p {
padding:5px 15px 15px;
clear:both;
}

div.dp_legend1 h4 {
background:#f2f4f6;
color:#a0a5aa;
}

div.dp_legend2 h4 {
background:#a0a5aa;
color:#fff;
}

div.dp_legend3 h4 {
background:#EF1E1E;
color:#fff;
}

div.dp_legend1,div.dp_legend2,div.dp_legend3 {
border:1px solid #eceef0;
border-radius:2px;
}

/* ICON BlOCK'S
-------------------------------------------------------------- */
.dp_icon {
text-align:center;
margin-right:10px;
display:inline-block;
}

.dp_icon i {
display:inline-block;
margin:0;
border-radius:50%;
text-align:center;
position:relative;
z-index:1;
color:#555;
}

.dp_icon.small i {
font-size:22px;
}

.dp_icon.small.badge i {
width:40px;
height:40px;
line-height:40px;
}

.dp_icon.medium i {
font-size:31px;
}

.dp_icon.medium.badge i {
width:60px;
height:60px;
line-height:60px;
-webkit-box-shadow:inset 1px 1px 2px 1px rgba(0,0,0,0.2);
-moz-box-shadow:inset 1px 1px 2px 1px rgba(0,0,0,0.2);
box-shadow:inset 1px 1px 2px 1px rgba(0,0,0,0.2);
}

.dp_icon.large i {
font-size:44px;
}

.dp_icon.large.badge i {
width:90px;
height:90px;
line-height:90px;
-webkit-box-shadow:inset 1px 1px 8px 0 rgba(0,0,0,0.3);
/* WebKit */
-moz-box-shadow:inset 1px 1px 8px 0 rgba(0,0,0,0.3);
/* Firefox */
box-shadow:inset 1px 1px 8px 0 rgba(0,0,0,0.3);
/* Standard */
}

.dp_icon.accented {
background-color:#EF1E1E;
}

/* Buttons Group */

.button-group {
display:inline-block;
}
.button-group.right {
	float:right;
}
.button-group.center {
	margin:0 auto;
}
.gbutton-wrap {display:inline-block;}
.gbutton {
display: block;
float:left;
background:#2E2A27;
color:#fff;
margin-left:-1px;
border:1px solid #2E2A27;;
-webkit-transition:all .1s ease-in-out;
-moz-transition:all .1s ease-in-out;
-o-transition:all .1s ease-in-out;
-ms-transition:all .1s ease-in-out;
transition:all .1s ease-in-out;
}

.gbutton a {color:#fff;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
.gbutton a:hover {color:#fff;}

.bt-icon {
display:table-cell;
text-align: center;
vertical-align:middle;
}
.bt-icon i {
font-size:18px;
line-height:18px;
}
.icononleft .bt-icon i {
padding: 0 .2em 0 1.1em;
}
.icononright .bt-icon i {
padding: 0 1.1em 0 .2em;
}

.bt-text{
display: table-cell;
font-size:15px;
line-height: 1em;
text-align:center;
position:relative;
}
.gbutton.icononleft .bt-text {
padding: .7em 1.5em .7em .7em;
}
.gbutton.icononright .bt-text {
padding: .7em .7em .7em 1.5em;
}
.gbutton.noicon .bt-text {
padding: .7em 1.5em .7em 1.5em;
}
.gbutton.dropdown-bt .bt-text {
padding: .7em .7em .7em 1.5em;
}
.gbutton.dropdown-bt {cursor:pointer;position:relative}

.gbutton.dropdown-bt .downindicator {
	width:15px;
	height:15px;
	float:right ;
	margin-left:1em;
	margin-top:1px;
	display:block;
	font-size:15px;
	line-height:15px;
	text-align:center;
	}
.gbutton.dropdown-bt.have-subtitle .downindicator {
	margin-top:7px;
   }
.button-drops {
	max-width:400px;
	min-width:200px;
	background-color:#fff;
	display:block;
	text-align:left;
	position:absolute;
	padding:10px 20px;
	border: 1px solid rgba(0,0,0,.12);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border-radius:4px;
	z-index:100;
	display:none;
}

.button-drops.is-menu {
padding:10px 0;
}
.btn-menu-item {padding:5px 20px;display:block; box-sizing:border-box}
.btn-menu-item:hover {background-color:#F5F7F9;}
.btn-menu-item a {color:#444!important}
.btn-menu-item i {padding-right:5px;}
.btn-menu-item a:hover {}
.btn-separator-wrap {
	display:block;
	float:left;
	width:2px;
	background-color:#fff;
	overflow:visible;
	position:relative;
}
.btn-separator {
	position:absolute;
	top:50%;
    width: 20px;
    height: 20px;
	margin-left:-10px;
	margin-top:-11px;
    background: #fff;
	text-align:center;
	line-height:18px;
	font-size:12px;
	border-radius:50%;
	border:1px solid #fff;
	color:#2E2A27;
	}
.button-group .subtitle {font-size:12px;}

.button-group.medium .bt-text {
font-size:18px;
}
.button-group.medium .subtitle {font-size:12px;}
.button-group.medium .btn-separator {
    width: 24px;
    height: 24px;
	margin-left:-12px;
	margin-top:-14px;
	line-height:22px;
	font-size:13px;
	}
.button-group.medium .bt-icon i {
font-size:23px;
line-height:23px;
}
.button-group.medium.icononleft .bt-icon i {
padding: 0 .15em 0 .7em;
}
.button-group.medium.icononright .bt-icon i {
padding: 0 0.7em 0 .15em;
}

.button-group.large .bt-text {
font-size:21px;

}
.button-group.large .subtitle {font-size:13px;}
.button-group.large .btn-separator {
    width: 32px;
    height: 32px;
	margin-left:-16px;
	margin-top:-18px;
	line-height:30px;
	font-size:14px;
	}
.button-group.large .bt-icon i {
font-size:28px;
line-height:28px;
}
.button-group.medium.icononleft .bt-icon i {
padding: 0 .15em 0 .7em;
}
.button-group.large.icononright .bt-icon i {
padding: 0 0.7em 0 .15em;
}
.button-group.large .gbutton.icononleft .bt-text {
padding: 1.2em 2.3em 1.2em 1.2em;
}
.button-group.large .gbutton.icononright .bt-text {
padding: 1.2em 1.2em 1.2em 2.3em;
}
.button-group.large .gbutton.noicon .bt-text {
padding: 1.2em 2.3em 1.2em 2.3em;
}


/** 6.2. Content layout style
==================================== */
/* Columns
---------------------------------------------------------- */
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth {
position:relative;
margin-right:4%;
float:left;
}

.one_half,.one_half_last {
width:48%;
}

.one_third,.one_third_last {
width:30.6666%;
}

.one_third.nomargin {
width:33.333%;
}

.two_third,.two_third_last {
width:65.3332%;
}

.one_fourth,.one_fourth_last {
width:22%;
}

.two_fourth,.two_fourth_last {
width:48%;
}

.three_fourth,.three_fourth_last {
width:74%;
}

.one_fifth,.one_fifth_last {
width:16.8%;
}

.two_fifth,.two_fifth_last {
width:37.4%;
}

.three_fifth,.three_fifth_last {
width:58.4%;
}

.four_fifth,.four_fifth_last {
width:79.2%;
}

.one_sixth,.one_sixth_last {
width:13.3333%;
}

.two_sixth,.two_sixth_last {
width:30.6666%;
}

.three_sixth,.three_sixth_last {
width:47.9998%;
}

.four_sixth,.four_sixth_last {
width:65.3332%;
}

.five_sixth,.five_sixth_last {
width:82.6665%;
}

.one_half_last,.one_third_last,.one_fourth_last,.one_fifth_last,.one_sixth_last,.two_third_last,.three_fourth_last,.two_fifth_last,.three_fifth_last,.four_fifth_last,.five_sixth_last,.one_sixth_last,.two_sixth_last,.three_sixth_last,.four_sixth_last,.five_sixth_last {
margin-right:0!important;
float:right;
}

.one_half .one_half {
margin-right:8.3333%;
width:45.8333%;
}

.one_half .one_third {
margin-right:8.3333%;
width:27.7778%;
}

.one_half .two_third {
margin-right:8.3333%;
width:63.8889%;
}

.two_third .one_third {
margin-right:6.1224%;
width:29.2517%;
}

.two_third .two_third {
margin-right:6.1224%;
width:64.6258%;
}

.two_third .one_fourth {
margin-right:6.1224%;
width:20.4082%;
}

/* Dividers*/
.divider {
position:relative;
clear:both;
display:block;
padding-top:0;
margin:15px 0 25px;
height:3px;
border-bottom:1px solid #E5E5E5;
}

.divider.top a {
position:absolute;
right:0;
top:3px;
width:20px;
font-size:10px;
padding:0 2px;
text-align:right;
text-decoration:none;
line-height:14px;
color:#7a7a7a;
}

.divider_padding {
position:relative;
clear:both;
display:block;
padding-top:30px;
}

.divider_line {
position:relative;
clear:both;
display:block;
border-bottom:1px solid #EEE;
margin-bottom:10px;
}

.divider_line_accented {
position:relative;
clear:both;
display:block;
border-bottom:1px solid #EF1E1E;
margin-bottom:20px;
}

/* Buttons Styles*/
.button_sc,.button_sc span {
display:inline-block;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}

.button_sc {
white-space:nowrap;
line-height:1em;
position:relative;
outline:none;
overflow:visible;
/* removes extra side padding in IE */
cursor:pointer;
-moz-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
user-select:none;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
background-color:#EF1E1E;
border:1px solid #EF1E1E;
}

.button_sc:hover {
background-color:#2e2e2e;
border-color:#2e2e2e;
}

button_sc::-moz-focus-inner {
border:none;
/* overrides extra padding in Firefox */
}

button_sc.button_sc {
padding:0;
margin:0;
}

a.button,a.button:hover {
text-decoration:none;
}

.button_sc.full,.button_sc.full span {
display:block;
}

.button_sc:hover,.button_sc.hover {
}

.button_sc:active,.button_sc.active {
}

.button_sc span {
position:relative;
color:#fff;
line-height:1em;
text-decoration:none;
text-align:center;
white-space:nowrap;
-webkit-transition:all .2s ease;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}

.button_sc.small span {
font-size:12px;
padding:10px 14px;
}

.button_sc.medium span {
font-size:14px;
padding:15px 16px;
}

.button_sc.large span {
font-size:18px;
padding:19px 20px;
}

.button_sc span i {
margin-right:.3em;
font-size:11px;
margin-top:0;
}

.button_sc span i.right {
float:right;
margin-right:0;
margin-left:.3em;
}

.button_sc.medium i {
font-size:15px;
margin-top:-4px;
}

.button_sc.large i {
font-size:19px;
margin-top:-4px;
}

/* Button Color Scheme
---------------------------------------------------------- */
.button_sc.color {
background-color:#EF1E1E;
border-color:#EF1E1E;
}

.button_sc.color span {
color:#fff;
}

.button_sc.color:hover span {
color:#fff;
}

.button_sc.color:hover {
background-color:#2e2e2e;
border-color:#2e2e2e;
}

.button_sc.dark {
background-color:#2e2e2e;
border-color:#2e2e2e;
}

.button_sc.dark span {
color:#fffff;
}

.button_sc.dark:hover {
background-color:#EF1E1E;
border-color:#EF1E1E;
}

.button_sc.light {
background-color:#F2F4F6;
border-color:#F2F4F6;
}

.button_sc.light span {
color:#a0a5aa;
}

.button_sc.light:hover {
background-color:#EF1E1E;
border-color:#EF1E1E;
}

.button_sc.light:hover span {
color:#fff;
}

.button_sc.line {
background-color:transparent;
border:1px solid #EF1E1E;
}

.button_sc.line span {
color:#EF1E1E;
font-weight:400!important;
}

.button_sc.line:hover {
background-color:#EF1E1E;
}

.button_sc.line:hover span {
color:#fff;
}

.button_sc.line-white {
background-color:transparent!important;
border:1px solid #fff;
}

.button_sc.line-white span {
color:#fff;
font-weight:400!important;
}

.button_sc.line-white:hover {
background-color:#EF1E1E!important;
border-color:#EF1E1E;
}

.button_sc.line-white:hover span {
color:#fff!important;
}

.button_sc.line-dark {
background-color:transparent;
border:1px solid #2e2e2e;
}

.button_sc.line-dark span {
color:#2e2e2e;
font-weight:400!important;
}

.button_sc.line-dark:hover {
background-color:#EF1E1E;
border-color:#EF1E1E;
}

.button_sc.line-dark:hover span {
color:#fff;
}

.button_sc.line-grey {
background-color:transparent;
border:1px solid #eceef0;
}

.button_sc.line-grey span {
color:#b9bec3;
font-weight:400!important;
}

.button_sc.line-grey:hover {
border:1px solid #b9bec3;
}

.button_sc.line-white:hover span {
color:#fff;
}

.button_sc.white {
background-color:rgba(255,255,255,0.5);
border:1px rgba(255,255,255,0.5);
}

.button_sc.white span {
color:#000!important;
font-weight:400!important;
}

.button_sc.white:hover {
background-color:#f0f0f0!important;
border-color:#f0f0f0!important;
}

.button_sc.white:hover span {
}

.button_sc.white:before,.button_sc.line-dark:before {
display:block;
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:0;
background-color:rgba(0,0,0,0.05);
border-radius:3px;
-webkit-transition:height .15s ease-out;
transition:height .15s ease-out;
}

.button_sc.white:hover:before,.button_sc.line-dark:hover:before {
height:100%!important;
}

.button_sc.black {
background-color:#333;
border-color:#333;
}

.button_sc.gray {
background-color:#666;
border-color:#666;
}

.button_sc.limon {
background-color:#89a200;
border-color:#89a200;
}

.button_sc.burgund {
background-color:#a01010;
border-color:#a01010;
}

.button_sc.orange {
background-color:#D73D15;
border-color:#D73D15;
}

.button_sc.purple {
background-color:#682d49;
border-color:#682d49;
}

.button_sc.coffee {
background-color:#51443c;
border-color:#51443c;
}

.button_sc.blue {
background-color:#6E97B3;
border-color:#6E97B3;
}

.button_sc.pink {
background-color:#a8437f;
border-color:#a8437f;
}

.button_sc.teal {
background-color:#3b8c85;
border-color:#3b8c85;
}

.button_sc.black:hover,.button_sc.pink:hover,.button_sc.teal:hover,.button_sc.gray:hover,.button_sc.limon:hover,.button_sc.burgund:hover,.button_sc.orange:hover,.button_sc.purple:hover,.button_sc.coffee:hover,.button_sc.blue:hover {
background-color:#2e2e2e;
border-color:#2e2e2e;
}

.button {
display:inline-block;
padding:3px 8px;
letter-spacing:0;
margin:22px 0 0;
font-size:11px;
text-transform:uppercase;
font-weight:400;
color:#000;
background:#EF1E1E;
color:#fff;
line-height:18px;
}

.button:hover {
background:#2e2e2e;
color:#fff;
}

.metro-button {
padding:20px 36px;
background:transparent;
border:2px solid #fff;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
color:#fff;
line-height:15px;
font-size:15px;
width:auto;
display:inline-block;
}

/* Images */
.alignright,img.alignright,a img.alignright {
float:right;
margin:10px 0 10px 16px;
}

.alignleft,img.alignleft,a img.alignleft {
float:left;
margin:10px 16px 10px 0;
}

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

.frame,.small_frame {
border:1px solid #F3F3F3;
background:#Fff;
box-shadow:0 1px 3px rgba(202,202,202,0.9);
display:inline-block;
position:relative;
}

.frame img {
background:#fff none repeat scroll 0 0;
border:1px solid #fff;
padding:8px;
margin:0;
}

.small_frame img {
background:#fff none repeat scroll 0 0;
border:1px solid #fff;
padding:4px;
margin:0;
}

.subtle_shadow img {
border:1px solid rgba(0,0,0,0.05);
-moz-box-shadow:0 1px 3px rgba(202,202,202,0.9);
-webkit-box-shadow:0 1px 3px rgba(202,202,202,0.9);
box-shadow:0 1px 3px rgba(202,202,202,0.9);
background-color:#fefefe!important;
}

.shadowbox {
border:1px solid rgba(0,0,0,0.05);
-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.3);
-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.3);
box-shadow:3px 3px 3px rgba(0,0,0,0.3);
background-color:#fefefe!important;
padding:0!important;
}

/* Pricing Tables 
===================================== */
.plan {
background:#fff;
-webkit-transition:all .2s ease;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
overflow:hidden;
position:relative;
box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.10);
border-radius:2px;
padding:0 0 15px 0;
}
.plan .ribbon {
position:absolute;
width:150px;
text-align:center;
font-size:11px;
line-height:11px;
padding:4px 0 5px;
text-transform:uppercase;
color:#fff;
background-color:#88b700;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
right:-42px;
top:23px;
z-index:2;
}
.plan-top .i-holder {
text-align:center;
width:100%;
display:block;
}

.plan-top .i-holder i {
text-align:center;
display:inline-table;
width:2em;
height:2em;
line-height:2em;
font-size:48px;
margin-top:25px;
margin-bottom:-15px;
}
.plan-top .i-holder.circle i {
-webkit-border-radius:50%;
border-radius:50%;
}
.plan-top { background-color:#F7F7F7; position:relative;}

.down_indicator {
		width: 0; 
  		height: 0;
  		border-top: 25px solid transparent;
   		border-left: 89px solid transparent; 
   		border-right: 89px solid transparent;
		position:absolute;
		bottom:-25px;
		left:-1px;
}

.plan-top h3 {
font-size:18px;
line-height:18px;
margin:0;
padding:17px 0;
color:#fff;
text-transform:uppercase!important;
font-weight:700;
text-align:center;
background-color:rgba(0,0,0,0.45);
}
.plan-top h3 span {
	font-size:14px;
	font-weight:400;
	text-transform:none;
}
.price-arrow {
width: 0;
height: 0;
border-style: solid;
border-width: 100px 100px 0 100px;
border-color: #f7f7f7 transparent transparent transparent;
}
.plan-price {
width:150px;
height:100px;
margin:0 auto;
font-size:45px;
font-weight:700;
color:rgba(0,0,0,0.45);
text-align:center;
padding:40px 0 0;
letter-spacing:-.5px;
line-height:36px;
}
.is_indicator .plan-price {height:75px;}
.plan-currency {
font-size:20px;
font-weight:400;
line-height:20px;
vertical-align:super;
}

.plan-currency.after {
margin:0 8px;
}

.period {
display:block;
font-size:12px;
margin:8px 0 0;
line-height:16px;
}

.plan-features {
background:#fff;
padding:12px 25px;
border-radius:0 0 2px 2px;
text-align:center;
}
.is_indicator .plan-features {padding-top:45px;}
.plan-features ul {
padding:0;
list-style:none;
margin:0;
}

.plan-features ul li {
padding:12px 0;
text-align:center;
border-bottom:1px solid #eceef0;
}

.plan-features .button-area {
text-align:center;
padding:30px 0 10px;
}




/* Premium Plan Style */
.premium .plan-top {
background-color:#EF1E1E;
}
.premium .plan-top h3 { background-color: rgba(0,0,0,0.1)}
.premium .plan-price {color: #fff}

/* DP Gallery */
.dp-wall .item {
float:left;
}
.dp-wall .item img {
width:100%;
}  
.dp-wall.columns-2 .item {
	width: 49%;
	margin: .5%;
}
.dp-wall.columns-3 .item {
	width: 32%;
	margin: .6%;
}
.dp-wall.columns-4 .item {
	width: 24%;
	margin: .5%;
}
.dp-wall.columns-5 .item {
	width: 19.2%;
	margin: .4%;
}
.dp-wall.columns-6 .item {
	width: 16%;
	margin: .33%;
}
.dp-wall.columns-8 .item {
	width: 12%;
	margin: .2%;
}

.dp-wall.columns-2.nomargin .item {
	width: 50%;
	margin: 0;
}
.dp-wall.columns-3.nomargin .item {
	width: 33.333%;
	margin: 0;
}
.dp-wall.columns-4.nomargin .item {
	width: 25%;
	margin: 0;
}
.dp-wall.columns-5.nomargin .item {
	width: 20%;
	margin: 0;
}
.dp-wall.columns-6.nomargin .item {
	width: 16.6666%;
	margin: 0;
}
.dp-wall.columns-8.nomargin .item {
	width: 12.5%;
	margin: 0;
}

.dp-wall.grayscale img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(../images/desaturate.svg#grayscale);
	opacity:.9;
}

.dp-wall.grayscale .item:hover img  {
	-webkit-filter: grayscale(0);
	filter: none;
	opacity:1;
}
.dp-wall.grayscale .text-overlay {
	display:none;
}
/*  Tabs & Accordion & Toggle   */
.tabs_container {
margin-bottom:20px;
overflow:hidden;
position:relative;
}

.tabs {
list-style:none;
overflow:hidden;
padding:0;
position:relative;
margin:0 0 -1px;
z-index:3;
}

.tabs li {
display:block;
float:left;
margin:0 1px 0 0;
overflow:hidden;
padding:0!important;
}

.tabs li a {
background-color:#F2F4F6;
text-align:center;
display:block;
height:auto;
padding:0;
margin-top:2px;
position:relative;
font-weight:400;
font-size:14px;
border:1px solid #F2F4F6;
}

.tab_title {
display:block;
position:relative;
padding:10px 20px;
font-size:14px;
height:auto;
font-weight:400;
margin:0;
color:#848688;
font-size:14px;
}

.tab_title i {
margin-right:3px!important;
}

.tabs li a.current,.tabs li a.current:hover {
background-color:#fff;
opacity:1;
}

.tabs_container .tabs li a.current {
border-bottom-color:#fff;
}

.panes {
border:1px solid #F2F4F6;
padding:10px;
margin-top:-1px;
position:relative;
z-index:1;
}

.pane {
display:none;
overflow:hidden;
position:relative;
z-index:1;
}

.toggle {
overflow:hidden;
position:relative;
}

.toggle_title,.acc_title {
cursor:pointer;
margin:0 0 7px;
padding:7px 10px 5px;
line-height:18px;
font-size:18px;
cursor:pointer;
background-color:#f5f5f5;
border:1px solid #ccc;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-color:#e6e6e6 #e6e6e6 #d4d4d4;
border-bottom-color:#d5d5d5;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f0f0',GradientType=0);
filter:progid:dximagetransform.microsoft.gradient(enabled=false);
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
color:#666;
}

.toggle_title:hover,.acc_title:hover {
background-color:#ececec;
}

.toggle .toggle_content {
padding:15px 0;
display:none;
}

.toggle_indicator {
font-family:dpicomoon;
color:#b9b9b9;
font-size:120%;
padding-right:10px;
}

.toggle_indicator:before {
content:"\f055";
}

.toggle_title:hover .toggle_indicator:before {
content:"\f055";
color:#EF1E1E;
}

.toggle_title.current .toggle_indicator:before {
content:"\f056";
}

.code .toggle_title {
cursor:pointer;
margin:0;
padding:7px 10px 5px;
line-height:14px;
font-size:13px!important;
cursor:pointer;
position:relative;
background:#f0f0f0;
color:#777;
width:80px;
z-index:2;
font-weight:400;
}

.code .toggle_title:hover {
background:#f6f6f6;
color:#777;
}

.code .toggle_indicator {
color:#777;
padding-right:5px;
}

.code .toggle_indicator:before {
content:"\e86d";
}

.code .toggle_title:hover .toggle_indicator:before {
content:"\e86d";
color:#777;
}

.code .toggle_title.current .toggle_indicator:before {
content:"\eee4";
}

.code .toggle_content {
background:#f0f0f0;
margin-top:5px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}

.accordions {
margin-bottom:18px;
overflow:hidden;
position:relative;
}

.acc_indicator {
}

.acc_title:hover span.toggle_indicator {
color:#EF1E1E;
}

.acc_title.current span.toggle_indicator:before {
content:"\e845";
}

.accordion .tab_content {
padding:8px 0 15px;
overflow:hidden;
position:relative;
display:none;
}

.vertical_tabs {
overflow:hidden;
position:relative;
margin-bottom:18px;
}

.vtabs {
width:20%;
float:left;
margin-top:0;
z-index:2;
}

.vtabs li {
background-color:#f0f0f0;
color:#fff;
list-style:none;
padding-bottom:0;
margin-bottom:1px;
}

.vtab_title {
display:block;
position:relative;
padding:17px 10px 17px 20px;
font-size:14px;
line-height:20px!important;
height:auto;
font-weight:400;
margin:0;
text-transform:uppercase;
color:#555;
}

.tabs_container .vtab_title {
display:block;
position:relative;
padding:10px;
font-size:14px;
line-height:20px!important;
height:auto;
font-weight:400;
margin:0;
text-transform:uppercase;
color:#fff;
}

.vtabs li:hover {
cursor:pointer;
background-color:#e6e6e6;
}

.vtabs li:hover .vtab_title {
}

.vtabs li.current {
background-color:#EF1E1E;
}

.vtabs li.current .vtab_title {
color:#fff!important;
}

.vtab_panes {
width:79.5%;
float:left;
border:1px solid #e5e5e5;
}

.vtab_pane {
display:none;
overflow:hidden;
position:relative;
}

.vtab_pane_inner {
padding:20px;
margin-bottom:1px;
overflow:hidden;
}

/* Team shortcodes */
.team-box {
display:block;
position:relative;
z-index:2;
}

.team-box #social-bar {
float:none;
display:table;
}
.team-box #social-bar a:before {
	color:#2E2A27;
}
.team-box h3 {line-height:1.1em}

.team-box .position {
font-size:0.7em;
font-style:italic;
}

.team-box .team-box-content {
margin-top:10px;
}

.team-box img {
width:100%;
margin:0!important;
}

/* Team box animated */

.team-box-animated #social-bar a:before {
	color:#fff;
}
.team-box-animated #social-bar {
margin: 0 auto;
}

.team-box-animated {
width:100%;
height:auto;
background:transparent;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden;
}

.team-box-animated .inner {
-webkit-perspective:100px;
-moz-perspective:100px;
-ms-perspective:100px;
perspective:100px;
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d;
-webkit-transition:all 1000ms cubic-bezier(0.175,0.885,0.320,1.275) 0!important;
-moz-transition:all 1000ms cubic-bezier(0.175,0.885,0.320,1.275) 0!important;
-o-transition:all 1000ms cubic-bezier(0.175,0.885,0.320,1.275) 0!important;
transition:all 1000ms cubic-bezier(0.175,0.885,0.320,1.275) 0!important;
}

.team-box-animated .front,.team-box-animated .back {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden;
}

.team-box-animated .front {
text-align:center;
-ms-transform:rotateY(0deg);
z-index:8;
display:block;
border:1px solid #f6f6f6;
background-color:#fff;
-moz-background-clip:padding;
-webkit-background-clip:padding-box;
background-clip:padding-box;
webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
padding-top:0!important;
padding-bottom:20px;
}

.team-box-animated .front h3 {
margin:20px 0 0;
font-weight:800;
font-size:16px;
text-transform:uppercase;
}

.team-box-animated .front span {
font-weight:300;
font-size:12px;
}

.team-box-animated .back {
-webkit-transform:rotateY(-180deg);
-moz-transform:rotateY(-180deg);
-ms-transform:rotateY(-180deg);
-o-transform:rotateY(-180deg);
transform:rotateY(-180deg);
overflow:hidden;
color:#fff;
background:#EF1E1E;
border:1px solid #f6f6f6;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
-moz-background-clip:padding;
-webkit-background-clip:padding-box;
background-clip:padding-box;
position:absolute;
left:0;
top:0;
display:block;
width:100%;
height:100%;
padding:20px;
webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

.team-box-animated .back h3 {
text-align:center;
margin:20px 0 0;
font-weight:800;
font-size:16px;
text-transform:uppercase;
color:#fff;
}

.team-box-animated .back-content {
text-align:center;
margin-bottom:30px;
}

.team-box-animated .back span {
font-weight:300;
font-size:12px;
}

.team-box-animated .back p {
color:#fff;
margin:20px 0;
}

.team-box-animated #social-bar li a {
	text-align:center;
margin:0 3px;
background-color: rgba(0,0,0,.1)!important;
}
.team-box-animated #social-bar li a:hover {
background-color: rgba(0,0,0,.2)!important;
}

.team-box-animated:hover .inner,.no-csstransitions .team-box-animated .inner {
-webkit-transform:rotateY(-180deg);
-moz-transform:rotateY(-180deg);
-ms-transform:rotateY(-180deg);
-o-transform:rotateY(-180deg);
transform:rotateY(-180deg);
}

.team-box-animated:hover .front {
z-index:-1;
}

/* Gmap plugin */
.gmap img {
max-width:none!important;
}

.gmap {
-webkit-box-sizing:border-box;
/* Safari/Chrome, other WebKit */
-moz-box-sizing:border-box;
/* Firefox, other Gecko */
box-sizing:border-box;
/* Opera/IE 8+ */
clear:both;
}
.gmapmarker{ 
cursor:pointer;
position:relative;
display:block;
}
.markerwithicon{
width:35px;
height:47px;
text-align:center;
}
.markerwithicon i{
font-size:14px;
line-height:37px;
width:35px;
text-align:center;
z-index:0;
position:absolute;
top:0;
left:0;
}
.markerbg {
	top:0;
	left:0;
}

.gmapinfobox {
max-width:273px;
box-sizing:border-box;
}
.gmapinfobox img {width:100%}

/*Tipsy*/
.tipsy {
font-size:10px;
position:absolute;
padding:5px;
z-index:999;
}

.tipsy-inner {
background-color:#EF1E1E;
color:#FFF;
max-width:200px;
padding:5px 8px 4px;
text-align:center;
}

/* Rounded corners */
.tipsy-inner {
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.tipsy-arrow {
position:absolute;
width:0;
height:0;
line-height:0;
border:5px dashed #FFF;
}

/* Rules to color arrows */
.tipsy-arrow-n {
border-bottom-color:#EF1E1E;
}

.tipsy-arrow-s {
border-top-color:#EF1E1E;
}

.tipsy-arrow-e {
border-left-color:#EF1E1E;
}

.tipsy-arrow-w {
border-right-color:#EF1E1E;
}

.tipsy-n .tipsy-arrow {
top:0;
left:50%;
margin-left:-5px;
border-bottom-style:solid;
border-top:none;
border-left-color:transparent;
border-right-color:transparent;
}

.tipsy-nw .tipsy-arrow {
top:0;
left:10px;
border-bottom-style:solid;
border-top:none;
border-left-color:transparent;
border-right-color:transparent;
}

.tipsy-ne .tipsy-arrow {

top:0;
right:10px;
border-bottom-style:solid;
border-top:none;
border-left-color:transparent;
border-right-color:transparent;
}

.tipsy-s .tipsy-arrow {
bottom:0;
left:50%;
margin-left:-5px;
border-top-style:solid;
border-bottom:none;
border-left-color:transparent;
border-right-color:transparent;
}

.tipsy-sw .tipsy-arrow {
bottom:0;
left:10px;
border-top-style:solid;
border-bottom:none;
border-left-color:transparent;
border-right-color:transparent;
}

.tipsy-se .tipsy-arrow {
bottom:0;
right:10px;
border-top-style:solid;
border-bottom:none;
border-left-color:transparent;
border-right-color:transparent;
}

.tipsy-e .tipsy-arrow {
right:0;
top:50%;
margin-top:-5px;
border-left-style:solid;
border-right:none;
border-top-color:transparent;
border-bottom-color:transparent;
}

.tipsy-w .tipsy-arrow {
left:0;
top:50%;
margin-top:-5px;
border-right-style:solid;
border-left:none;
border-top-color:transparent;
border-bottom-color:transparent;
}

/* Audio Player */
.jp-jplayer {
line-height:0;
}

div.jp-audio {
color:#666;
position:relative;
width:100%;
margin-bottom:20px;
text-align:center;
}

.jp-interface {
padding:10px 15px;
height:45px;
background:#f8f8f8;
border:#ddd 1px solid;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}

a.jp-play,a.jp-pause {
width:30px;
height:30px;
float:left;
text-indent:-9999px;
outline:none;
margin:0 0 0 -4px;
}

a.jp-play {
background:url(../images/jplayer/sprite.png) 0 0 no-repeat;
}

a.jp-play:hover {
background:url(../images/jplayer/sprite.png) -30px 0 no-repeat;
}

a.jp-pause {
background:url(../images/jplayer/sprite.png) 0 -30px no-repeat;
display:none;
}

a.jp-pause:hover {
background:url(../images/jplayer/sprite.png) -30px -30px no-repeat;
display:none;
}

.jp-progress {
background:#999;
width:100%;
height:6px;
float:left;
margin:5px 0 7px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}

.jp-seek-bar {
width:0;
height:100%;
cursor:pointer;
}

.jp-play-bar {
background:#EF1E1E;
width:0;
height:6px;
position:relative;
z-index:1;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}

.jp-audio a.jp-mute,.jp-audio a.jp-unmute {
text-indent:-9999px;
float:right;
height:15px;
width:18px;
outline:none;
margin-top:8px;
}

a.jp-mute {
background:url(../images/jplayer/sprite.png) 0 -60px no-repeat;
}

a.jp-mute:hover {
background:url(../images/jplayer/sprite.png) -30px -60px no-repeat;
}

a.jp-unmute {
background:url(../images/jplayer/sprite.png) 0 -80px no-repeat;
display:none;
}

a.jp-unmute:hover {
background:url(../images/jplayer/sprite.png) -30px -80px no-repeat;
display:none;
}

.jp-volume-bar {
background:#999;
height:5px;
width:50px;
float:right;
margin:12px 1px 0 8px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}

.jp-volume-bar-value {
background:#EF1E1E;
width:0;
height:5px;
position:relative;
z-index:9999;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}

.mp3-title {
float:left;
line-height:30px;
padding-left:20px;
font-size:13px;
font-style:italic;
}

.mp3-title span {
font-weight:700;
font-style:normal;
}

.frame_caption {
position:relative;
}

.frame_caption .captions {
position:absolute;
bottom:20px;
right:0;
width:90%;
}

.frame_caption .captions .cap1,.frame_caption .captions .cap2 {
font-size:19px;
line-height:30px;
margin:0;
float:right;
clear:right;
color:#fff;
padding:6px 25px;
}

/*  Pie Chart Skin **************************************/
.easyPieChart,.easyPieChart2 {
position:relative;
display:block;
width:220px;
height:220px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}

.easyPieChart canvas,.easyPieChart2 canvas {
position:absolute;
top:0;
left:0;
}

.easyPieChart2 {
background-color:#EF1E1E;
border-radius:100%;
margin-bottom:20px;
}

.percent {
font-size:18px;
font-weight:300;
line-height:220px;
z-index:2;
color:#333;
}

.percent:after {
content:'%';
}

.chartBox {
float:left;
height:100%;
width:100%;
margin-bottom:20px;
text-align:center;
}

.chartBox h3 {
margin:0 0 10px;
color:#333;
font-size:16px;
text-align:center;
font-weight:400;
padding-bottom:10px;
}

.chartBox p {
line-height:18px;
text-align:center;
}

/* Numeric Statistic
================================================== */
.stats {
padding:20px 0;
text-align:center;
width:100%;
}

.stats .num {
color:#232d37;
font-size:70px;
font-weight:300;
margin-bottom:10px;
}

.stats .ico {
color:#232d37;
font-size:40px;
border-radius:50%;
margin:0 auto 30px;
width:90px;
height:90px;
background-color:rgba(255,255,255,0.2);
}

.stats .type {
color:#c3cdd7;
font-weight:300;
font-size:16px;
}

/* Skill Bars
============================================ */
.skill-bar-container {
text-align:left!important;
margin:0!important;
}

.skill-bar {
list-style:none!important;
margin-bottom:20px;
}

.skill-bar .bar-wrap {
margin-bottom:13px;
border:1px solid #eceef0;
border-radius:300px 300px 300px 300px;
-webkit-border-radius:300px 300px 300px 300px;
-o-border-radius:300px 300px 300px 300px;
-moz-border-radius:300px;
padding:2px;
}

.skill-bar span {
height:4px;
width:0;
display:block;
border-radius:300px 300px 300px 300px;
-webkit-border-radius:300px 300px 300px 300px;
-o-border-radius:300px 300px 300px 300px;
-moz-border-radius:300px;
background-color:#EF1E1E;
}

.skill-bar p {
padding-top:10px;
line-height:0;
}

.skill-bar span {
overflow:visible!important;
position:relative;
}

.skill-bar span strong {
position:absolute;
right:0;
top:-25px;
padding:4px 7px!important;
background-color:#232d37;
color:#fff;
line-height:12px!important;
font-size:10px!important;
opacity:0;
display:block;
border-radius:2px 2px 2px 2px;
-moz-border-radius:2px;
-webkit-border-radius:2px 2px 2px 2px;
-o-border-radius:2px 2px 2px 2px;
}

.skill-bar span strong:after {
border-color:#232d37 transparent;
border-style:solid;
border-width:5px 5px 0;
bottom:-4px;
content:"";
display:block;
left:12px;
position:absolute;
width:0;
}

.skill-bar span strong.full:after {
left:15px;
}

/* Headlines */
.headline h3 {
font-size:21px;
font-weight:700;
letter-spacing:0.5px;
text-transform:capitalize;
}

.headline.heading-line h3 {
margin:0 0 30px!important;
position:relative;
}

.headline.heading-line h3:after {
content:"";
display:block;
width:35px;
height:2px;
margin-top:11px;
}
.headline.big-centered {text-align:center;}
.headline.big-centered h3 {
font-size:24px;
text-align:center;
font-weight:700;
text-transform:uppercase;
letter-spacing:normal;
display:inline-block;
line-height:32px;
}
.headline.big-centered .deco {
	color:#EF1E1E;
	display:block;
	height:16px;
	margin-top:-6px;
	margin-bottom:24px;
}
.headline.big-centered .deco .left-line {
	height:1px;
	width:55px;
	background-color:#EF1E1E;
	display:inline-block;
	margin-bottom:6px;
	margin-right: 9px;
}
.headline.big-centered .deco .right-line {
	height:1px;
	width:55px;
	background-color:#EF1E1E;
	display:inline-block;
	margin-bottom:6px;
	margin-left: 7px;
}

.headline.big-centered .deco i {
}

.headline.big-centered .subtitle {
font-size:16px;
text-align:center;
line-height:24px;
padding:0 15%;
font-wight:300;
font-style:italic;
margin-top:-10px;
margin-bottom:40px
}
.headline.big-centered.retro .deco {
display: none;
}
.headline.big-centered.retro h3 {
font-size:30px;
text-align:center;
font-weight:400;
text-transform:uppercase;
letter-spacing:normal;
display:inline-block;
margin-bottom:25px;
line-height:38px;
font-family: 'Old Standard TT';
}
.headline.big-centered.retro.arvo h3 {
font-size:24px;
font-weight:700;
font-family: 'Arvo';
}

.headline.big-centered.retro h3>span {position:relative;}
.headline.big-centered.retro h3>span:before, .headline.big-centered.retro h3>span:after {
border-top: 1px solid #C79C60;
  content: "";
  display: inline-block;
  height: 1px;
  left: -180px;
  position: absolute;
  top: 17px;
  width: 160px;
  z-index: 0;
}
.headline.big-centered.retro.arvo h3>span:before, .headline.big-centered.retro.arvo h3>span:after {
border-top: 2px solid #FF9300;
  content: "";
  display: inline-block;
  height: 1px;
  left: -180px;
  position: absolute;
  top: 14px;
  width: 100px;
  z-index: 0;
}

.headline.big-centered.retro h3>span:after, .headline.big-centered.retro.arvo h3>span:after {
  left: auto;
  right: -180px;
}
.headline.big-centered.retro h3:after{display:none;}

.headline.smaller h3 {
font-size:18px;
}

/* FAQ shortcode */
.toggle.faq {
margin-bottom:5px;
}

.toggle.faq .toggle_title {
background-image:none!important;
border-radius:3px;
background-color:#F2F4F6;
border-color:#F2F4F6;
color:#000;
font-size:14px;
line-height:36px;
font-weight:400;
}

.toggle.faq .toggle_title:hover {
color:#EF1E1E;
background-color:#fff;
}

.toggle.faq .toggle_title .icon-holder {
width:20px;
display:inline-block;
text-align:center;
margin-right:5px;
}

.toggle.faq .toggle_title i {
font-size:18px;
}

.toggle.faq .toggle_title.current {
background-color:#EF1E1E;
border-color:#EF1E1E;
background-image:none;
color:#fff;
}

/* Testimonials 
====================================*/
.testimonials {
text-align:center;
margin-bottom:20px;
}
.small-testimonials.testimonials {
text-align: left;
}
.testimonials img {
display:inline-block;
max-width:120px;
border-radius:50%;
margin:10px auto;
border:1px solid #e5e5e5;
padding:7px;
background-color:#f8f8f8;
}

.small-testimonials.testimonials img {
max-width:60px;
padding:4px;
margin:0 15px 0 10px;
float:left;
}

.testimonials h2 {
color:#2E2A27;
font-size:13px;
font-weight:400;
margin:0 0 2px;
text-transform:uppercase;
color:#000;
margin-bottom:27px;
}
.testimonials h2 span {font-style:italic; text-transform:none;}
.testimonials p {
font-size:21px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:300;
line-height:30px;
margin:0 0 24px;
margin:0 auto;
padding:20px;
position:relative;
font-style:italic;
}
.small-testimonials.testimonials p {
font-size:16px;
}
.small-testimonials.testimonials h2 {
margin-top:15px;
}
/* Featured Boxes */
.featured-boxes {
float:left;
margin:60px 0 5px;
}

.featured-box {
margin:0 0 30px;
}

.featured-desc {
text-align:center;
margin:20px 40px 0 30px;
}

/* Icon centered */
.featured-box .icon-center {
text-align:center;
width:100%;
display:block;
}

.featured-box .icon-center i {
text-align:center;
display:inline-table;
width:80px;
height:80px;
color:#2E2A27;
border:1px solid #2E2A27;
line-height:80px;
font-size:36px;
text-transform:uppercase;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
-webkit-border-radius:50%;
border-radius:50%;
}

.featured-box .icon-center h3 {
margin:20px 0 10px;
font-size:16px;
}

.featured-desc-center {
text-align:center;
margin:20px 20px 0;
}

.featured-box:hover > .icon-center i {
color:#fff;
border:1px solid #EF1E1E;
background-color:#EF1E1E;
}

.featured-desc-center a {
margin-top:10px;
}

.featured-desc-center h3 {
font-size:16px;
}

/* Icon big left */
.featured-box .icon-big-left i {
text-align:left;
display:inline-table;
width:80px;
height:80px;
font-size:60px;
color:#2E2A27;
text-transform:uppercase;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

.featured-box .icon-big-left h3 {
margin:0 0 10px;
font-size:16px;
}

.featured-box:hover > .icon-big-left i {
color:#EF1E1E;
}

/* Icon left */
.featured-desc-left {
margin:0 0 0 45px;
}

.featured-desc-left h3 {
font-size:17px;
}

.featured-box .icon-lefted i {
position:absolute;
display:block;
color:#2E2A27;
line-height:1;
font-size:30px;
text-transform:uppercase;
float:left;
margin-right:15px;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

.featured-box:hover > .icon-lefted i {
color:#EF1E1E;
}
/* Icon right */
.featured-desc-right {
margin:0 45px 0 0;
text-align:right;
}

.featured-desc-right h3 {
font-size:17px;
text-align:right;
}

.featured-box .icon-righted i {
position:absolute;
display:block;
color:#2E2A27;
line-height:1;
font-size:30px;
text-transform:uppercase;
float:right;
margin-left:15px;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
right:0;
}

.featured-box:hover > .icon-righted i {
color:#EF1E1E;
}

/* Image text overlay */
figure {
display:block;
overflow:hidden;
position:relative;
}

figure img {
width:100%;
display:block;
max-width:100%;
-webkit-backface-visibility:hidden;
-o-transition:all .3s ease-out;
-ms-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out;
}

figure:hover img {
-o-transform:scale(1.2) rotate(-5deg);
-ms-transform:scale(1.2) rotate(-5deg);
-moz-transform:scale(1.2) rotate(-5deg);
-webkit-transform:scale(1.2) rotate(-5deg);
transform:scale(1.2) rotate(-5deg);
}

.no-overlay figure:hover img {
-o-transform:scale(1) rotate(0deg);
-ms-transform:scale(1) rotate(0deg);
-moz-transform:scale(1) rotate(0deg);
-webkit-transform:scale(1) rotate(0deg);
transform:scale(1) rotate(0deg);
}


.noscale:hover img {
-o-transform:none;
-ms-transform:none;
-moz-transform:none;
-webkit-transform:none;
transform:none;
}

figure .text-overlay {
opacity:0;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
height:100%;
position:absolute;
text-decoration:none;
width:100%;
z-index:100;
background:rgba(0,0,0,0.60);
-webkit-transition:all .4s;
-moz-transition:all .4s;
-o-transition:all .4s;
transition:all .4s;
bottom:0;
}

figure:hover .text-overlay {
opacity:1;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.no-overlay figure .text-overlay {
display:none;
}
figure .text-overlay .info {
text-align:center;
top:40%;
width:100%;
left:0;
position:absolute;
margin-top:-25px;
color:#fff;
font-size:14px;
font-weight:300;
text-transform:uppercase;
-webkit-transition:all .4s;
-moz-transition:all .4s;
-o-transition:all .4s;
transition:all .4s;
}
figure a .text-overlay .info span i, figure .text-overlay .info span a  {
display: inline-block;
margin:0 2px;
width:50px;
height:50px;
background-color:rgba(255,255,255,.2);
border-radius:50%;
box-sizing: border-box;
-webkit-transition:all .4s;
-moz-transition:all .4s;
-o-transition:all .4s;
transition:all .4s;
}
figure a .text-overlay .info span i:hover, figure .text-overlay .info span a:hover  {
background-color:rgba(0,0,0,.5);
}
figure a .text-overlay .info span i, figure .text-overlay .info span a i {
font-size:24px;
line-height:50px;
color:rgba(255,255,255,0.9)!important;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

figure .text-overlay .info h5 {
color:#fff;
font-size:12px;
font-weight:500;
text-transform:none;
}

figure .text-overlay .info h5 a {
color:#fff!important;
}

figure:hover .text-overlay .info {
top:50%;
}
/* Flip box */

		/* horizontal flip */
		.dp-flipbox {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 
			-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05);
			-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05);
			box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05);		
		}
.dp-flipbox:hover .dp-flipbox-back, .dp-flipbox.hover .dp-flipbox-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
	overflow:hidden;
	box-sizing:border-box;
}

.dp-flipbox:hover .dp-flipbox-front, .dp-flipbox.hover .dp-flipbox-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

		.dp-flipbox, .dp-flipbox-front, .dp-flipbox-back {
			width: 100%;
			height: auto;
		}

		.flipper {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.dp-flipbox-front, .dp-flipbox-back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 0.6s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);

			position: absolute;
			top: 0;
			left: 0;
		}

		.dp-flipbox-front {
			-webkit-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
			z-index: 2;
			display:table;
		}

		.dp-flipbox-back {
			-webkit-transform: rotateY(-180deg);
		    -moz-transform: rotateY(-180deg);
		    -o-transform: rotateY(-180deg);
		    -ms-transform: rotateY(-180deg);
		    transform: rotateY(-180deg);
		}

		/* vertical flip*/
		.vertical.dp-flipbox {
			position: relative;
		}

			.vertical .dp-flipbox-back {
				-webkit-transform: rotateX(180deg);
				-moz-transform: rotateX(180deg);
				-ms-transform: rotateX(180deg);
				transform: rotateX(180deg);
			}

			.vertical.dp-flipbox .flipper {
				-webkit-transform-origin: 100% 213.5px;
				-moz-transform-origin: 100% 213.5px;
				-ms-transform-origin: 100% 213.5px;
				transform-origin: 100% 213.5px;
			}

			.vertical.dp-flipbox:hover .dp-flipbox-back, .vertical.dp-flipbox.hover .dp-flipbox-back {
			    -webkit-transform: rotateX(0deg);
			    -moz-transform: rotateX(0deg);
			    -o-transform: rotateX(0deg);
			    -ms-transform: rotateX(0deg);
			    transform: rotateX(0deg);
			}

			.vertical.dp-flipbox:hover .dp-flipbox-front, .vertical.dp-flipbox.hover .dp-flipbox-front {
			    -webkit-transform: rotateX(180deg);
			    -moz-transform: rotateX(180deg);
			    -o-transform: rotateX(180deg);
			    transform: rotateX(180deg);
			}

		/* Front and Back content styling */
		.dp-flipbox-front {
		background-color: #e6e6e6;
		}
		.dp-flipbox-back {
		background-color: #dbdbdb;
		}
		.dp-flipbox-front .icon-badge {
		display:table;
		padding:20px;
		text-align:center;
		margin:30px auto;
		}
		.dp-flipbox-front .icon-holder {
		margin:30px auto;
		}
		.dp-flipbox-front .icon-holder img {
		margin:0 auto;
		}
		.dp-flipbox-front h3, .dp-flipbox-front .front-content, .dp-flipbox-back h3, .dp-flipbox-back .back-content, .dp-flipbox-back .button-holder{
		text-align:center;
		padding: 0 10%;
		}
		.dp-flipbox-front .front-content, .dp-flipbox-back { padding-bottom:40px;}
		.dp-flipbox-back {
		background-color: #dbdbdb;
		}
		.dp-flipbox-back h3 {margin-top:30px;}
		.dp-flipbox-back .back-content { padding-bottom:10px;}

/* Portfolio carousel */
/*
* 	Owl Portfolio Carousel Theme 
*/
.owl-portfolio .owl-controls {
margin-top:10px;
text-align:center;
}

/* Styling Next and Prev buttons */
.owl-portfolio .owl-controls {
position:absolute;
width:100%;
height:100%;
top:-10px;
pointer-events:none;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
opacity:0;
}

.owl-portfolio:hover .owl-controls {
opacity:1;
}

.owl-portfolio .owl-controls .owl-prev {
position:absolute;
left:0;
pointer-events:auto;
}

.owl-portfolio .owl-controls .owl-next {
position:absolute;
right:0;
pointer-events:auto;
}

.owl-portfolio .owl-controls .owl-prev,.owl-portfolio .owl-controls .owl-next {
z-index:1;
cursor:pointer;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
background:rgba(255,255,255,0.2);
color:rgba(255,255,255,0.5);
line-height:1;
font-size:18px;
width:44px;
height:100%;
}

.owl-portfolio .owl-controls .owl-prev:hover,.owl-portfolio .owl-controls .owl-next:hover {
background:rgba(255,255,255,0.5);
color:#fff;
}

.owl-portfolio .owl-controls .owl-prev i,.owl-portfolio .owl-controls .owl-next i {
position:absolute;
top:49%;
left:15px;
}

/* Blog Carousel */
.blog-item-wrap {
margin:0 10px;
background-color:#fff;
}


.blog-item-wrap .post-content h2 {
font-size:20px;
}

.blog-item-wrap .post-content h2 a {
color:#000!important;
}

.blog-item-wrap .post-content h2 a:hover {
color:#EF1E1E!important;
}

/* Post teaser 
================================================== */
.dp-teaser figure {
margin-bottom:20px;
}

.dp-teaser .teaser-content {
padding:0 0 20px;
}

/* Post teaser 
================================================== */
.post-teaser .img-block {
width:50%;
height:auto;
float:left;
}

.post-teaser .text-block {
width:50%;
float:right;
}

.post-teaser.right .img-block {
float:right;
}

.post-teaser.right .text-block {
float:left;
}

.post-teaser .text-block h1 {
padding-top:20%;
padding-left:20px;
padding-right:20px;
text-transform:uppercase;
text-align:center;
}

.post-teaser .text-block h1 a {
color:#000!important;
}

.post-teaser .text-block h1 a:hover {
color:#EF1E1E!important;
}

.post-teaser .meta {
text-align:center;
font-size:16px;
}

.post-teaser div.meta span {
font-weight:200;
line-height:16px;
font-size:16px;
font-style:normal;
color:#666;
font-family:Georgia, "Times New Roman", Times, serif;
}

.post-teaser div.meta span {
color:#000;
}

.post-teaser div.meta span a {
color:#000!important;
}

.post-teaser div.meta a:hover {
color:#EF1E1E!important;
}

/* Number boxex */
.number-container {
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}

.number-box h3 {
font-size:17px;
font-weight:600;
letter-spacing:.5px;
margin-bottom:10px;
}

.number-box .number-container {
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
background-color:#fff;
border:3px solid #fff;
color:#EF1E1E;
-webkit-box-shadow:0 0 0 1px #EF1E1E;
-moz-box-shadow:0 0 0 1px #EF1E1E;
box-shadow:0 0 0 1px #EF1E1E;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
box-sizing:border-box;
}

.number-box .number-container span {
font-size:40px;
font-weight:700;
line-height:80px;
color:#EF1E1E;
font-family:Arial, Helvetica, sans-serif;
}

.number-box:hover .number-container {
background-color:#EF1E1E;
}

.number-box:hover .number-container span {
color:#fff;
}

/* Center */
.number-box.number-center {
text-align:center;
}

.number-box.number-center .number-container {
width:85px;
height:85px;
margin:0 auto;
margin-bottom:15px;
}

.number-box.number-center .desc {
text-align:center;
margin:10px 30px 20px;
}

/* Left */
.number-box.number-left {
text-align:left;
}

.number-box.number-left .number-container {
width:50px;
height:50px;
float:left;
margin:0;
text-align:center;
position:absolute;
left:0;
top:0;
}

.number-box.number-left .number-container span {
font-size:23px;
line-height:45px;
}

.number-box.number-left .desc {
padding-left:70px;
position:relative;
}

/* Right */
.number-box.number-right {
text-align:right;
}

.number-box.number-right .number-container {
width:50px;
height:50px;
float:right;
margin:0;
text-align:center;
position:absolute;
right:0;
top:0;
}

.number-box.number-right .number-container span {
font-size:23px;
line-height:45px;
}

.number-box.number-right .desc {
padding-right:70px;
position:relative;
}

/** Process box **/
.process-box {
text-align:center;
}

.process-box h3 {
font-size:17px;
font-weight:600;
letter-spacing:.5px;
color:#000;
margin-bottom:10px;
}

.process-box .symbol-container {
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
background-color:#fff;
border:3px solid #fff;
color:#EF1E1E;
-webkit-box-shadow:0 0 0 1px #EF1E1E;
-moz-box-shadow:0 0 0 1px #EF1E1E;
box-shadow:0 0 0 1px #EF1E1E;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:0 auto 30px;
text-align:center;
position:relative;
-webkit-perspective:600px;
-moz-perspective:600px;
-ms-perspective:600px;
perspective:600px;
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d;
z-index:100;
}

.process-box .symbol-container .front,.process-box .symbol-container .back {
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
position:absolute;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden;
}

.process-box .symbol-container .front {
color:#EF1E1E;
webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box 0 rotateX(0deg) rotateY(0deg);
-moz-transform:rotateX(0deg) rotateY(0deg);
transform:rotateX(0deg) rotateY(0deg);
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
transform-style:preserve-3d;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
backface-visibility:hidden;
/* -- transition is the magic sauce for animation -- */
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
}

.process-box .symbol-container .back {
background-color:#EF1E1E;
color:#fff;
-moz-background-clip:padding;
-webkit-background-clip:padding-box;
background-clip:padding-box;
webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
-webkit-transform:rotateY(-180deg);
-moz-transform:rotateY(-179deg);
/* setting to 180 causes an unnatural-looking half-flip */
transform:rotateY(-179deg);
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
transform-style:preserve-3d;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
backface-visibility:hidden;
/* -- transition is the magic sauce for animation -- */
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
}

.process-box:hover .front {
z-index:900;
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
transform:rotateY(180deg);
}

.process-box:hover .back {
z-index:1000;
-webkit-transform:rotateX(0deg) rotateY(0deg);
-moz-transform:rotateX(0deg) rotateY(0deg);
transform:rotateX(0deg) rotateY(0deg);
}

.process-box .progress-line {
width:100%;
height:1px;
border-bottom:dashed 2px #e5e5e5;
position:absolute;
top:50px;
left:50%;
}

.process-box.finish .progress-line {
display:none;
}

.process-box .symbol-container span {
font-weight:700;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:-.05em;
}

.process-box.small .symbol-container {
width:100px;
height:100px;
}

.process-box .symbol-container .front,.process-box .symbol-container .back {
width:95px;
height:95px;
left:3px;
top:3px;
}

.process-box.small .symbol-container i {
font-size:50px;
line-height:100px;
}

.process-box.small .symbol-container span {
font-size:45px;
line-height:95px;
}

.process-box.medium .symbol-container {
width:151px;
height:151px;
}

.process-box.medium .symbol-container .front,.process-box.medium .symbol-container .back {
width:145px;
height:145px;
}

.process-box.medium .symbol-container span {
font-size:60px;
line-height:140px;
}

.process-box.medium .symbol-container i {
font-size:70px;
line-height:145px;
}

.process-box.medium .progress-line {
top:75px;
}

.process-box.large .symbol-container {
width:200px;
height:200px;
}

.process-box.large .symbol-container .front,.process-box.large .symbol-container .back {
width:195px;
height:195px;
}

.process-box.large .symbol-container span {
font-size:75px;
line-height:190px;
}

.process-box.large .symbol-container i {
font-size:90px;
line-height:190px;
}

.process-box.large .progress-line {
top:100px;
}

.process-box .desc {
margin:10px 30px 20px;
}

/* Timeline */
.timeline {
min-height:300px;
position:relative;
}

.timeline .central_line {
height:100%;
position:absolute;
top:0;
left:50%;
width:3px;
}

.timeline .central_line.solid {
border-right:3px solid #E5E5E5;
}

.timeline .central_line.dotted {
border-right:3px dotted #e5e5e5;
}

.timeline .central_line.dashed {
border-right:3px dashed #e5e5e5;
}

.timeline_item {
width:100%;
}

.timeline_item .inner {
position:relative;
}

.timeline_item .timeline_node {
position:absolute;
left:50%;
top:23px;
width:20px;
height:20px;
background-color:#fff;
border:3px solid #EF1E1E;
margin-left:-8px;
border-radius:50%;
}

.timeline_item .item_date_container {
width:50%;
top:20px;
position:absolute;
}

.timeline_item.left .item_date_container {
margin-left:50%;
}

.timeline_item .item_date {
background:#EF1E1E;
color:#fff;
padding:5px 7px;
font-size:12px;
display:inline-block;
border-radius:5px;
}

.timeline_item.left .item_date {
float:left;
margin-left:25px;
}

.timeline_item.right .item_date {
float:right;
margin-right:25px;
}

.timeline_item .item_content {
width:45%;
padding:10px 0 20px;
margin-left:53%;
}

.timeline_item .item_content_inner {
position:relative;
background:#fff;
border:1px solid #E6e6e6;
padding:10px 20px 20px;
border-radius:5px;
}

.timeline_item .item_content_inner:after,.timeline_item .item_content_inner:before {
right:100%;
top:22px;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
}

.timeline_item .item_content_inner:after {
border-color:rgba(255,255,255,0);
border-right-color:#fff;
border-width:12px;
margin-top:-12px;
}

.timeline_item .item_content_inner:before {
border-color:rgba(230,230,230,0);
border-right-color:#e6e6e6;
border-width:13px;
margin-top:-13px;
}

.timeline_item.left .item_content {
width:47%;
margin-left:0;
}

.timeline_item.left .item_content_inner {
text-align:right;
}

.timeline_item.left .item_content_inner:after,.timeline_item.left .item_content_inner:before {
left:100%;
top:22px;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
}

.timeline_item.left .item_content_inner:after {
border-left-color:#fff;
border-width:12px;
margin-top:-12px;
}

.timeline_item.left .item_content_inner:before {
border-left-color:#e6e6e6;
border-width:13px;
margin-top:-13px;
}

.timeline_sep {
text-align:center;
position:relative;
z-index:1000;
margin:20px 0 30px;
}

.timeline_sep span {
background:#EF1E1E;
color:#fff;
padding:8px 30px;
font-size:15px;
border-radius:3px;
}

/* DP Text Box */
.dp-text-box {
border:1px solid #999;
box-sizing:border-box;
}

.dp-text-box .box-header {
padding:10px 15px;
background-color:#999;
}

.dp-text-box .box-header h4 {
color:#fff; line-height:19px; margin:0;
}

.dp-text-box .box-header i {
color:#fff;
font-size:17px;
float:left;
margin-right:10px;
}

.dp-text-box .content {
padding:15px 15px 0 15px;
}

/* Countdown timer */

.dp-countdown {margin:20px auto; display:table;}
.count-container {display: table-cell; text-align:center;}
.digit {font-size:60px; font-weight:300;padding:5px; line-height: 1em;}
.units {font-size:15px; text-transform:uppercase;;padding:5px;}
.updown .count-container {padding:30px;}
.byside .count-container {padding:15px;}
.byside .digit, .byside .units {display:inline;}

/* Popup notices */

.dp-popup-notification-closebutton{
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  font-size:11px;
  line-height:17px;
  text-align:center;
  color: rgba(255,255,255,.8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0,0,0,.2);
   -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;  
}
.dp-popup-notification-closebutton:hover {
  background-color:   rgba(0,0,0,.3);
}

.dp-popup-notification-timer-wrap{
position:absolute;
display:block;
bottom:0px;
left:0px;
height:3px;
background-color:rgba(0,0,0,.1);
width:100%;
}
.dp-popup-notification-timer-wrap .timer {display:block; width:0px; height:3px; background-color: rgba(255,255,255,.8);}

.dp-popup-notification {
  position: fixed;
  z-index: 100001;
  color: #555;
  background: #fff;
  width: auto;
  padding: 25px 10px 10px 10px;
  line-height: 160%;
  font-size: 13px;
  text-align: left;
  -webkit-box-shadow: 0 0 16px #666;
  -moz-box-shadow: 0 0 16px #666;
  box-shadow: 0 0 16px #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

}
.dp-popup-notification.OnTop {width:99%!important; top:0px;left:0px}
.dp-popup-notification.OnBottom {width:99%!important; bottom:0px; left:0px;}
.dp-popup-notification.TopLeft { top: 20px; left: 20px;}
.dp-popup-notification.TopRight {top:20px; right:20px}
.dp-popup-notification.BottomLeft {bottom:20px; left:20px}
.dp-popup-notification.BottomRight {bottom:20px; right:20px}

/* Modal windows */

.dp-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.dp-md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.dp-md-overlay.active {
	opacity: 1;
	visibility: visible;
}

.dp-md-trigger {
	cursor:pointer;
}

.dp-modal-close {
position:absolute;
right:10px;
top:10px;
width:20px;
height:20px;
font-size:20px;
line-height:20px;
color:rgba(0,0,0,.3);
cursor:pointer;
}
/* Content styles */
.dp-md-content {
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.dp-md-content h3 {
	margin: 0;
	padding: 0.4em;
	padding-left:40px;
	font-size: 1.7em;
	border-radius: 3px 3px 0 0;
	font-weight:500;
}


.dp-md-content > div {
	padding: 35px 40px 15px;
}

.modhavetitle .dp-md-content > div {
	padding-top:15px;
}


/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-style-1 .dp-md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-style-1 .dp-md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 2: Slide from the right */
.md-style-2 .dp-md-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-style-2 .dp-md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-style-3 .dp-md-content {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-style-3 .dp-md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 4: Rotate in */
.md-style-4 .dp-md-content {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.md-show.md-style-4 ~ .dp-md-overlay,
.md-style-4 .dp-md-content {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-style-4 .dp-md-content {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* Effect 5: fall */
.md-style-5.dp-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-style-5 .dp-md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg); 
	-moz-transform: translateZ(600px) rotateX(20deg); 
	-ms-transform: translateZ(600px) rotateX(20deg); 
	transform: translateZ(600px) rotateX(20deg); 
	opacity: 0;
}

.md-show.md-style-5 .dp-md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
}

/* Effect 6: side fall */
.md-style-6.dp-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-style-6 .dp-md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg); 
	opacity: 0;
}

.md-show.md-style-6 .dp-md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-style-7{
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.md-style-7 .dp-md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.md-show.md-style-7 .dp-md-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-style-8.dp-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-style-8 .dp-md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-style-8 .dp-md-content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-style-9.dp-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-style-9 .dp-md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-style-9 .dp-md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 10: 3D sign */
.md-style-10.dp-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-style-10 .dp-md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-style-10 .dp-md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 11: Super scaled */
.md-style-11 .dp-md-content {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-style-11 .dp-md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Responsive Stuff */
@media only screen and max-width 767px {
.one_half,.one_half_last,.one_third,.one_third_last,.two_third,.two_third_last,.one_fourth,.one_fourth_last,.two_fourth,.two_fourth_last,.three_fourth,.three_fourth_last,.one_fifth,.one_fifth_last,.two_fifth,.two_fifth_last,.three_fifth,.two_fifth_last,.four_fifth,.four_fifth_last,.one_sixth,.one_sixth_last,.two_sixth,.two_sixth_last,.three_sixth,.three_sixth_last,.four_sixth,.four_sixth_last,.five_sixth,.five_sixth_last {
width:100%;
margin-bottom:10px;
float:none;
}

.price-column {
float:none;
}

.two-column-table .price-column,.three-column-table .price-column,.four-column-table .price-column,.five-column-table .price-column,.six-column-table .price-column {
width:98%;
margin:0 auto;
}
}
/* 7. Animation engine
==================================== */
.dpanimated {
opacity: 0;

-webkit-animation-duration: 1s;
   -moz-animation-duration: 1s;
     -o-animation-duration: 1s;
        animation-duration: 1s;

-webkit-animation-fill-mode: both;
   -moz-animation-fill-mode: both;
     -o-animation-fill-mode: both;
        animation-fill-mode: both;

}

.dpanimated.hinge {
-webkit-animation-duration: 5s;
   -moz-animation-duration: 5s;
     -o-animation-duration: 5s;
        animation-duration: 5s;
}



/*===================================================================================*/
/*  pulse                                                                            */
/*===================================================================================*/

    @-webkit-keyframes pulse {
        0%   {-webkit-transform: scale(1);}
        50%  {-webkit-transform: scale(1.1);}
        100% {-webkit-transform: scale(1);}
    }
    @-moz-keyframes pulse {
        0%   {-moz-transform: scale(1);}
        50%  {-moz-transform: scale(1.1);}
        100% {-moz-transform: scale(1);}
    }
    @-o-keyframes pulse {
        0%   {-o-transform: scale(1);}
        50%  {-o-transform: scale(1.1);}
        100% {-o-transform: scale(1);}
    }
    @keyframes pulse {
        0%   { transform: scale(1);}
        50%  { transform: scale(1.1);}
        100% { transform: scale(1);}
    }

    .dpanimated.pulse {
        opacity: 1;

        -webkit-animation-name: pulse;
           -moz-animation-name: pulse;
             -o-animation-name: pulse;
                animation-name: pulse;
    }



/*===================================================================================*/
/*  flipInX                                                                          */
/*===================================================================================*/

    @-webkit-keyframes flipInX {
        0% {
            -webkit-transform: perspective(400px) rotateX(90deg);
            opacity: 0;
        }

        40% {
            -webkit-transform: perspective(400px) rotateX(-10deg);
        }

        70% {
            -webkit-transform: perspective(400px) rotateX(10deg);
        }

        100% {
            -webkit-transform: perspective(400px) rotateX(0deg);
            opacity: 1;
        }
    }
    @-moz-keyframes flipInX {
        0% {
            -moz-transform: perspective(400px) rotateX(90deg);
            opacity: 0;
        }

        40% {
            -moz-transform: perspective(400px) rotateX(-10deg);
        }

        70% {
            -moz-transform: perspective(400px) rotateX(10deg);
        }

        100% {
            -moz-transform: perspective(400px) rotateX(0deg);
            opacity: 1;
        }
    }
    @-o-keyframes flipInX {
        0% {
            -o-transform: perspective(400px) rotateX(90deg);
            opacity: 0;
        }

        40% {
            -o-transform: perspective(400px) rotateX(-10deg);
        }

        70% {
            -o-transform: perspective(400px) rotateX(10deg);
        }

        100% {
            -o-transform: perspective(400px) rotateX(0deg);
            opacity: 1;
        }
    }
    @keyframes flipInX {
        0% {
            transform: perspective(400px) rotateX(90deg);
            opacity: 0;
        }

        40% {
            transform: perspective(400px) rotateX(-10deg);
        }

        70% {
            transform: perspective(400px) rotateX(10deg);
        }

        100% {
            transform: perspective(400px) rotateX(0deg);
            opacity: 1;
        }
    }

    .dpanimated.flipInX {
        opacity: 1;

        -webkit-backface-visibility: visible !important;
           -moz-backface-visibility: visible !important;
             -o-backface-visibility: visible !important;
                backface-visibility: visible !important;

        -webkit-animation-name: flipInX;
           -moz-animation-name: flipInX;
             -o-animation-name: flipInX;
                animation-name: flipInX;
    }



/*===================================================================================*/
/*  fadeIn                                                                           */
/*===================================================================================*/

    @-webkit-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    @-moz-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    @-o-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    @keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    .dpanimated.fadeIn {
        opacity: 1;

        -webkit-animation-name: fadeIn;
           -moz-animation-name: fadeIn;
             -o-animation-name: fadeIn;
                animation-name: fadeIn;
    }



/*===================================================================================*/
/*  fadeInUp                                                                         */
/*===================================================================================*/

    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInUp {
        0% {
            opacity: 0;
            -moz-transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInUp {
        0% {
            opacity: 0;
            -o-transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .dpanimated.fadeInUp {
        opacity: 1;

        -webkit-animation-name: fadeInUp;
           -moz-animation-name: fadeInUp;
             -o-animation-name: fadeInUp;
                animation-name: fadeInUp;
    }



/*===================================================================================*/
/* fadeInDown                                                                        */
/*===================================================================================*/

    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInDown {
        0% {
            opacity: 0;
            -moz-transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInDown {
        0% {
            opacity: 0;
            -o-transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .dpanimated.fadeInDown {
        opacity: 1;

        -webkit-animation-name: fadeInDown;
           -moz-animation-name: fadeInDown;
             -o-animation-name: fadeInDown;
                animation-name: fadeInDown;
    }



/*===================================================================================*/
/*  fadeInLeft                                                                       */
/*===================================================================================*/

    @-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -moz-transform: translateX(-100px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -o-transform: translateX(-100px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }

    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            transform: translateX(-100px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .dpanimated.fadeInLeft {
        opacity: 1;

        -webkit-animation-name: fadeInLeft;
           -moz-animation-name: fadeInLeft;
             -o-animation-name: fadeInLeft;
                animation-name: fadeInLeft;
    }



/*===================================================================================*/
/*  fadeInRight                                                                      */
/*===================================================================================*/

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(100px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes fadeInRight {
        0% {
            opacity: 0;
            -moz-transform: translateX(100px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes fadeInRight {
        0% {
            opacity: 0;
            -o-transform: translateX(100px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translateX(100px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .dpanimated.fadeInRight {
        opacity: 1;

        -webkit-animation-name: fadeInRight;
           -moz-animation-name: fadeInRight;
             -o-animation-name: fadeInRight;
                animation-name: fadeInRight;
    }



/*===================================================================================*/
/*  fadeInUpBig                                                                      */
/*===================================================================================*/

    @-webkit-keyframes fadeInUpBig {
        0% {
            opacity: 0;
            -webkit-transform: translateY(2000px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInUpBig {
        0% {
            opacity: 0;
            -moz-transform: translateY(2000px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInUpBig {
        0% {
            opacity: 0;
            -o-transform: translateY(2000px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInUpBig {
        0% {
            opacity: 0;
            transform: translateY(2000px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .dpanimated.fadeInUpBig {
        opacity: 1;

        -webkit-animation-name: fadeInUpBig;
           -moz-animation-name: fadeInUpBig;
             -o-animation-name: fadeInUpBig;
                animation-name: fadeInUpBig;
    }



/*===================================================================================*/
/*  fadeInDownBig                                                                    */
/*===================================================================================*/

    @-webkit-keyframes fadeInDownBig {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInDownBig {
        0% {
            opacity: 0;
            -moz-transform: translateY(-2000px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInDownBig {
        0% {
            opacity: 0;
            -o-transform: translateY(-2000px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInDownBig {
        0% {
            opacity: 0;
            transform: translateY(-2000px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .dpanimated.fadeInDownBig {
        opacity: 1;

        -webkit-animation-name: fadeInDownBig;
           -moz-animation-name: fadeInDownBig;
             -o-animation-name: fadeInDownBig;
                animation-name: fadeInDownBig;
    }



/*===================================================================================*/
/*  fadeInLeftBig                                                                    */
/*===================================================================================*/

    @-webkit-keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }
    @-moz-keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -moz-transform: translateX(-2000px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }
    @-o-keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -o-transform: translateX(-2000px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }
    @keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            transform: translateX(-2000px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .dpanimated.fadeInLeftBig {
        opacity: 1;

        -webkit-animation-name: fadeInLeftBig;
           -moz-animation-name: fadeInLeftBig;
             -o-animation-name: fadeInLeftBig;
                animation-name: fadeInLeftBig;
    }



/*===================================================================================*/
/*  fadeInRightBig                                                                   */
/*===================================================================================*/

    @-webkit-keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -moz-transform: translateX(2000px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -o-transform: translateX(2000px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }

    @keyframes fadeInRightBig {
        0% {
            opacity: 0;
            transform: translateX(2000px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .dpanimated.fadeInRightBig {
        opacity: 1;

        -webkit-animation-name: fadeInRightBig;
           -moz-animation-name: fadeInRightBig;
             -o-animation-name: fadeInRightBig;
                animation-name: fadeInRightBig;
    }



/*===================================================================================*/
/*  bounceIn                                                                         */  
/*===================================================================================*/

    @-webkit-keyframes bounceIn {
        0% {
            opacity: 0;
            -webkit-transform: scale(.3);
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(1.05);
        }

        70% {
            -webkit-transform: scale(.9);
        }

        100% {
            -webkit-transform: scale(1);
        }
    }

    @-moz-keyframes bounceIn {
        0% {
            opacity: 0;
            -moz-transform: scale(.3);
        }

        50% {
            opacity: 1;
            -moz-transform: scale(1.05);
        }

        70% {
            -moz-transform: scale(.9);
        }

        100% {
            -moz-transform: scale(1);
        }
    }

    @-o-keyframes bounceIn {
        0% {
            opacity: 0;
            -o-transform: scale(.3);
        }

        50% {
            opacity: 1;
            -o-transform: scale(1.05);
        }

        70% {
            -o-transform: scale(.9);
        }

        100% {
            -o-transform: scale(1);
        }
    }

    @keyframes bounceIn {
        0% {
            opacity: 0;
            transform: scale(.3);
        }

        50% {
            opacity: 1;
            transform: scale(1.05);
        }

        70% {
            transform: scale(.9);
        }

        100% {
            transform: scale(1);
        }
    }

    .dpanimated.bounceIn {
        opacity: 1;

        -webkit-animation-name: bounceIn;
           -moz-animation-name: bounceIn;
             -o-animation-name: bounceIn;
                animation-name: bounceIn;
    }



/*===================================================================================*/
/*  bounceInUp                                                                       */
/*===================================================================================*/

    @-webkit-keyframes bounceInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(2000px);
        }

        60% {
            opacity: 1;
            -webkit-transform: translateY(-30px);
        }

        80% {
            -webkit-transform: translateY(10px);
        }

        100% {
            -webkit-transform: translateY(0);
        }
    }
    @-moz-keyframes bounceInUp {
        0% {
            opacity: 0;
            -moz-transform: translateY(2000px);
        }

        60% {
            opacity: 1;
            -moz-transform: translateY(-30px);
        }

        80% {
            -moz-transform: translateY(10px);
        }

        100% {
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes bounceInUp {
        0% {
            opacity: 0;
            -o-transform: translateY(2000px);
        }

        60% {
            opacity: 1;
            -o-transform: translateY(-30px);
        }

        80% {
            -o-transform: translateY(10px);
        }

        100% {
            -o-transform: translateY(0);
        }
    }

    @-ms-keyframes bounceInUp {
        0% {
            opacity: 0;
            -ms-transform: translateY(2000px);
        }

        60% {
            opacity: 1;
            -ms-transform: translateY(-30px);
        }

        80% {
            -ms-transform: translateY(10px);
        }

        100% {
            -ms-transform: translateY(0);
        }
    }

    @keyframes bounceInUp {
        0% {
            opacity: 0;
            transform: translateY(2000px);
        }

        60% {
            opacity: 1;
            transform: translateY(-30px);
        }

        80% {
            transform: translateY(10px);
        }

        100% {
            transform: translateY(0);
        }
    }

    .dpanimated.bounceInUp {
        opacity: 1;

        -webkit-animation-name: bounceInUp;
           -moz-animation-name: bounceInUp;
             -o-animation-name: bounceInUp;
                animation-name: bounceInUp;
    }



/*===================================================================================*/
/*  bounceInDown                                                                     */
/*===================================================================================*/

    @-webkit-keyframes bounceInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
        }

        60% {
            opacity: 1;
            -webkit-transform: translateY(30px);
        }

        80% {
            -webkit-transform: translateY(-10px);
        }

        100% {
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes bounceInDown {
        0% {
            opacity: 0;
            -moz-transform: translateY(-2000px);
        }

        60% {
            opacity: 1;
            -moz-transform: translateY(30px);
        }

        80% {
            -moz-transform: translateY(-10px);
        }

        100% {
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes bounceInDown {
        0% {
            opacity: 0;
            -o-transform: translateY(-2000px);
        }

        60% {
            opacity: 1;
            -o-transform: translateY(30px);
        }

        80% {
            -o-transform: translateY(-10px);
        }

        100% {
            -o-transform: translateY(0);
        }
    }

    @keyframes bounceInDown {
        0% {
            opacity: 0;
            transform: translateY(-2000px);
        }

        60% {
            opacity: 1;
            transform: translateY(30px);
        }

        80% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(0);
        }
    }

    .dpanimated.bounceInDown {
        opacity: 1;

        -webkit-animation-name: bounceInDown;
           -moz-animation-name: bounceInDown;
             -o-animation-name: bounceInDown;
                animation-name: bounceInDown;
    }



/*===================================================================================*/
/*  bounceInLeft                                                                     */
/*===================================================================================*/

    @-webkit-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
        }

        60% {
            opacity: 1;
            -webkit-transform: translateX(30px);
        }

        80% {
            -webkit-transform: translateX(-10px);
        }

        100% {
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -moz-transform: translateX(-2000px);
        }

        60% {
            opacity: 1;
            -moz-transform: translateX(30px);
        }

        80% {
            -moz-transform: translateX(-10px);
        }

        100% {
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -o-transform: translateX(-2000px);
        }

        60% {
            opacity: 1;
            -o-transform: translateX(30px);
        }

        80% {
            -o-transform: translateX(-10px);
        }

        100% {
            -o-transform: translateX(0);
        }
    }

    @keyframes bounceInLeft {
        0% {
            opacity: 0;
            transform: translateX(-2000px);
        }

        60% {
            opacity: 1;
            transform: translateX(30px);
        }

        80% {
            transform: translateX(-10px);
        }

        100% {
            transform: translateX(0);
        }
    }

    .dpanimated.bounceInLeft {
        opacity: 1;

        -webkit-animation-name: bounceInLeft;
           -moz-animation-name: bounceInLeft;
             -o-animation-name: bounceInLeft;
                animation-name: bounceInLeft;
    }



/*===================================================================================*/
/*  bounceInRight                                                                    */
/*===================================================================================*/

    @-webkit-keyframes bounceInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
        }

        60% {
            opacity: 1;
            -webkit-transform: translateX(-30px);
        }

        80% {
            -webkit-transform: translateX(10px);
        }

        100% {
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes bounceInRight {
        0% {
            opacity: 0;
            -moz-transform: translateX(2000px);
        }

        60% {
            opacity: 1;
            -moz-transform: translateX(-30px);
        }

        80% {
            -moz-transform: translateX(10px);
        }

        100% {
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes bounceInRight {
        0% {
            opacity: 0;
            -o-transform: translateX(2000px);
        }

        60% {
            opacity: 1;
            -o-transform: translateX(-30px);
        }

        80% {
            -o-transform: translateX(10px);
        }

        100% {
            -o-transform: translateX(0);
        }
    }

    @keyframes bounceInRight {
        0% {
            opacity: 0;
            transform: translateX(2000px);
        }

        60% {
            opacity: 1;
            transform: translateX(-30px);
        }

        80% {
            transform: translateX(10px);
        }

        100% {
            transform: translateX(0);
        }
    }

    .dpanimated.bounceInRight {
        opacity: 1;

        -webkit-animation-name: bounceInRight;
           -moz-animation-name: bounceInRight;
             -o-animation-name: bounceInRight;
                animation-name: bounceInRight;
    }



/*===================================================================================*/
/* rotateInUpLeft                                                                    */
/*===================================================================================*/

    @-webkit-keyframes rotateInUpLeft {
        0% {
            -webkit-transform-origin: left bottom;
            -webkit-transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            -webkit-transform-origin: left bottom;
            -webkit-transform: rotate(0);
            opacity: 1;
        }
    }

    @-moz-keyframes rotateInUpLeft {
        0% {
            -moz-transform-origin: left bottom;
            -moz-transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            -moz-transform-origin: left bottom;
            -moz-transform: rotate(0);
            opacity: 1;
        }
    }

    @-o-keyframes rotateInUpLeft {
        0% {
            -o-transform-origin: left bottom;
            -o-transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            -o-transform-origin: left bottom;
            -o-transform: rotate(0);
            opacity: 1;
        }
    }

    @keyframes rotateInUpLeft {
        0% {
            transform-origin: left bottom;
            transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            transform-origin: left bottom;
            transform: rotate(0);
            opacity: 1;
        }
    }

    .dpanimated.rotateInUpLeft {
        opacity: 1;

        -webkit-animation-name: rotateInUpLeft;
           -moz-animation-name: rotateInUpLeft;
             -o-animation-name: rotateInUpLeft;
                animation-name: rotateInUpLeft;
    }



/*===================================================================================*/
/*  RotateInDownLeft                                                                  */
/*===================================================================================*/

    @-webkit-keyframes rotateInDownLeft {
        0% {
            -webkit-transform-origin: left bottom;
            -webkit-transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            -webkit-transform-origin: left bottom;
            -webkit-transform: rotate(0);
            opacity: 1;
        }
    }

    @-moz-keyframes rotateInDownLeft {
        0% {
            -moz-transform-origin: left bottom;
            -moz-transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            -moz-transform-origin: left bottom;
            -moz-transform: rotate(0);
            opacity: 1;
        }
    }

    @-o-keyframes rotateInDownLeft {
        0% {
            -o-transform-origin: left bottom;
            -o-transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            -o-transform-origin: left bottom;
            -o-transform: rotate(0);
            opacity: 1;
        }
    }

    @keyframes rotateInDownLeft {
        0% {
            transform-origin: left bottom;
            transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            transform-origin: left bottom;
            transform: rotate(0);
            opacity: 1;
        }
    }

    .dpanimated.rotateInDownLeft {
        opacity: 1;

        -webkit-animation-name: rotateInDownLeft;
           -moz-animation-name: rotateInDownLeft;
             -o-animation-name: rotateInDownLeft;
                animation-name: rotateInDownLeft;
    }



/*===================================================================================*/
/*  rotateInUpRight                                                                  */  
/*===================================================================================*/

    @-webkit-keyframes rotateInUpRight {
        0% {
            -webkit-transform-origin: right bottom;
            -webkit-transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            -webkit-transform-origin: right bottom;
            -webkit-transform: rotate(0);
            opacity: 1;
        }
    }

    @-moz-keyframes rotateInUpRight {
        0% {
            -moz-transform-origin: right bottom;
            -moz-transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            -moz-transform-origin: right bottom;
            -moz-transform: rotate(0);
            opacity: 1;
        }
    }

    @-o-keyframes rotateInUpRight {
        0% {
            -o-transform-origin: right bottom;
            -o-transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            -o-transform-origin: right bottom;
            -o-transform: rotate(0);
            opacity: 1;
        }
    }

    @keyframes rotateInUpRight {
        0% {
            transform-origin: right bottom;
            transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            transform-origin: right bottom;
            transform: rotate(0);
            opacity: 1;
        }
    }

    .dpanimated.rotateInUpRight {
        opacity: 1;

        -webkit-animation-name: rotateInUpRight;
           -moz-animation-name: rotateInUpRight;
             -o-animation-name: rotateInUpRight;
                animation-name: rotateInUpRight;
    }



/*===================================================================================*/
/*  rotateInDownRight                                                                */
/*===================================================================================*/

    @-webkit-keyframes rotateInDownRight {
        0% {
            -webkit-transform-origin: right bottom;
            -webkit-transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            -webkit-transform-origin: right bottom;
            -webkit-transform: rotate(0);
            opacity: 1;
        }
    }

    @-moz-keyframes rotateInDownRight {
        0% {
            -moz-transform-origin: right bottom;
            -moz-transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            -moz-transform-origin: right bottom;
            -moz-transform: rotate(0);
            opacity: 1;
        }
    }

    @-o-keyframes rotateInDownRight {
        0% {
            -o-transform-origin: right bottom;
            -o-transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            -o-transform-origin: right bottom;
            -o-transform: rotate(0);
            opacity: 1;
        }
    }

    @keyframes rotateInDownRight {
        0% {
            transform-origin: right bottom;
            transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            transform-origin: right bottom;
            transform: rotate(0);
            opacity: 1;
        }
    }

    .dpanimated.rotateInDownRight {
        opacity: 1;

        -webkit-animation-name: rotateInDownRight;
           -moz-animation-name: rotateInDownRight;
             -o-animation-name: rotateInDownRight;
                animation-name: rotateInDownRight;
    }



/*===================================================================================*/
/*  lightSpeedRight                                                                  */
/*===================================================================================*/

    @-webkit-keyframes lightSpeedRight {
        0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
        60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
        80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    @-moz-keyframes lightSpeedRight {
        0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
        60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
        80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    @-o-keyframes lightSpeedRight {
        0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
        60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
        80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    @keyframes lightSpeedRight {
        0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
        60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
        80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    .dpanimated.lightSpeedRight {
        opacity: 1;

        -webkit-animation-name: lightSpeedRight;
           -moz-animation-name: lightSpeedRight;
             -o-animation-name: lightSpeedRight;
                animation-name: lightSpeedRight;

        -webkit-animation-timing-function: ease-out;
           -moz-animation-timing-function: ease-out;
             -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }

    .dpanimated.lightSpeedRight {
        opacity: 1;

        -webkit-animation-duration: 0.5s;
           -moz-animation-duration: 0.5s;
             -o-animation-duration: 0.5s;
                animation-duration: 0.5s;
    }



/*===================================================================================*/
/*  lightSpeedLeft                                                                  */
/*===================================================================================*/

    @-webkit-keyframes lightSpeedLeft {
        0% { -webkit-transform: translateX(-100%) skewX(-30deg); opacity: 0; }
        60% { -webkit-transform: translateX(20%) skewX(30deg); opacity: 1; }
        80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    @-moz-keyframes lightSpeedLeft {
        0% { -moz-transform: translateX(-100%) skewX(-30deg); opacity: 0; }
        60% { -moz-transform: translateX(20%) skewX(30deg); opacity: 1; }
        80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    @-o-keyframes lightSpeedLeft {
        0% { -o-transform: translateX(-100%) skewX(-30deg); opacity: 0; }
        60% { -o-transform: translateX(20%) skewX(30deg); opacity: 1; }
        80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    @keyframes lightSpeedLeft {
        0% { transform: translateX(-100%) skewX(-30deg); opacity: 0; }
        60% { transform: translateX(20%) skewX(30deg); opacity: 1; }
        80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    .dpanimated.lightSpeedLeft {
        opacity: 1;

        -webkit-animation-name: lightSpeedLeft;
           -moz-animation-name: lightSpeedLeft;
             -o-animation-name: lightSpeedLeft;
                animation-name: lightSpeedLeft;

        -webkit-animation-timing-function: ease-out;
           -moz-animation-timing-function: ease-out;
             -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }

    .dpanimated.lightSpeedLeft {
        opacity: 1;

        -webkit-animation-duration: 0.5s;
           -moz-animation-duration: 0.5s;
             -o-animation-duration: 0.5s;
                animation-duration: 0.5s;
    }



/*===================================================================================*/
/*  rollin                                                                          */
/*===================================================================================*/

    /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

    @-webkit-keyframes rollIn {
        0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
        100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
    }

    @-moz-keyframes rollIn {
        0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
        100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
    }

    @-o-keyframes rollIn {
        0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
        100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
    }

    @keyframes rollIn {
        0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
        100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
    }

    .dpanimated.rollIn {
        opacity: 1;

        -webkit-animation-name: rollIn;
           -moz-animation-name: rollIn;
             -o-animation-name: rollIn;
                animation-name: rollIn;
    }


/*---------------------------------
8. Pretty photo CSS
----------------------------------*/

/* ==========================================================================
   Pretty Photo style start
   ========================================================================== */
body div.pp_default .pp_top,
body div.pp_default .pp_top .pp_middle,
body div.pp_default .pp_top .pp_left,
body div.pp_default .pp_top .pp_right,
body div.pp_default .pp_bottom,
body div.pp_default .pp_bottom .pp_left,
body div.pp_default .pp_bottom .pp_middle,
body div.pp_default .pp_bottom .pp_right{
	background: none;
	display: none;
}

body div.pp_default .pp_content_container .pp_left, body div.pp_default .pp_content_container .pp_right{
	background: none; 
	padding: 0px;
}

body div.pp_default .pp_expand{
	display: none !important;
}

body div.pp_default .pp_content{
	background: none;
	margin: 0 auto;
}

div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:130px!important;position:relative; float: left;}
div.pp_default .pp_nav .currentTextHolder{font-family:inherit;color:#999;font-size:13px;left:65px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/loader.gif) center center no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background-color:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 0}
div.pp_default .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details{position:relative}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

body div.pp_overlay,
body div.pp_default .pp_content_container .pp_details{
	opacity: 0.7 !important;
}

body div.pp_default a.pp_next, 
body div.pp_default a.pp_previous{
	position: absolute;
	top: 50%;
	display: block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	margin: -23px 0 0;
	color: transparent;
	background: none !important;
	background-color: #aaa !important;
	font-size: 14px;
	text-align: center;
	text-indent: 0 !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-webkit-transform: translateZ(0px);
}

body div.pp_default a.pp_next:after, 
body div.pp_default a.pp_previous:after{
	position: absolute;
	top: 0;
	left: 46%;
	display: block;
	color: #fff;
	font-family: 'dpicomoon',serif;
}

body div.pp_default a.pp_previous:after{
	content: "\e065";
}

body div.pp_default a.pp_next:after{
	content: "\e059";
}

body div.pp_default a.pp_next{
	right: 0;
}

body div.pp_default a.pp_previous{
	left: 0;
}

body div.pp_default a.pp_next:hover, 
body div.pp_default a.pp_previous:hover{
	background-color: #2e2e2e !important;
}

body div.pp_default .pp_content:hover a.pp_next,
body div.pp_default .pp_content:hover a.pp_previous{
	opacity: 1;
}

body div.pp_default .pp_description{
	float: left;
	font-family: 'Opensance', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-style: italic;
	font-weight: 300;
	color: #fff;
	margin: 2px 0 0;
}

body div.pp_default .pp_nav .currentTextHolder{
	left: auto;
	position: relative;
	float: left;
	padding: 0px 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
}

body .pp_gallery{
	display: none !important;
}

body div.pp_default .pp_nav .pp_play,
body div.pp_default .pp_nav .pp_pause{
	display: none;
}

body div.pp_default a.pp_arrow_previous,
body div.pp_default a.pp_arrow_next{
	background: none;
	position: relative;
	left: 0px;
}

body div.pp_default a.pp_arrow_previous:after{
	color: #FFFFFF;
	content: "\e065";
	font-family: 'dpicomoon',serif;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 20px;
	text-indent: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

body div.pp_default a.pp_arrow_next:after{
	color: #FFFFFF;
	content: "\e059";
	font-family: 'dpicomoon',serif;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 20px;
	text-indent: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}

body div.pp_default .pp_close{
	background: none;
	opacity: 1 !important;
}

body div.pp_default .pp_close:after{
	color: #FFFFFF;
	content: "\e6fd";
	font-family: 'Default',serif;
	font-weight:100;
	font-size: 15px;
	height: 15px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	text-indent: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}



/*---------------------------------
9. CustomScrollbar CSS
----------------------------------*/

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
	margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0; 
	height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display:block;
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	top:100%;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
	margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	display:block;
	position:relative;
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	margin-left:-40px;
	float:right;
}
.mCustomScrollBox{
	-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCustomScrollBox:hover>.mCSB_scrollTools{
	opacity:1;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
	filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image:url(mCSB_buttons.png);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:0 0;
	/* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:0 -20px;
	/* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
	/* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
	/* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}
/*light-2*/
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-40px -56px;
}
/*dark-2*/
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-120px -56px;
}
/*light-thick*/
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-20px -56px;
}
/*dark-thick*/
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-100px -56px;
}
/*light-thin*/
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
/*dark-thin*/
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}

/*---------------------------------
10. OWL CSS
----------------------------------*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
 padding-bottom:1px;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 25px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:30px;
	height:30px;
	line-height:32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	border:1px solid #fff;
	text-align:center;
}
.owl-theme .owl-controls .owl-buttons .owl-prev { position:absolute; top:50%; left:-35px;margin-top:-15px;}
.boxed .owl-theme .owl-controls .owl-buttons .owl-prev {left: -20px}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
font-size:15px;
 
font-family: "SSGizmo";
content:'◅';margin-left:-1px;
margin-top:2px;}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
font-size:15px; 
font-family: "SSGizmo";
	content:'▻';
	margin-left:-1px;
margin-top:2px;}

.owl-theme .owl-controls .owl-buttons .owl-next { position:absolute; top:50%; right:-35px;margin-top:-15px;}
.boxed .owl-theme .owl-controls .owl-buttons .owl-next { right:-20px;}
.owl-theme .owl-controls .owl-buttons .owl-next:hover, .owl-theme .owl-controls .owl-buttons .owl-prev:hover {background-color:#fff; color: #EF1E1E;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #e5e5e5;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #EF1E1E;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/*---------------------------------
11. Flex slider CSS
----------------------------------*/

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

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

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

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


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px;position: relative; zoom: 1;}
.flexslider li {line-height: 1.5em}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 40px; height: 40px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;background-color:rgba(216,216,216,0.85);}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 20px; }
.flex-direction-nav .flex-prev {left: 20px;}
.flexslider:hover .flex-next {opacity: 0.9; right: 0px;}
.flexslider:hover .flex-prev {opacity: 0.9; left: 0px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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

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

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

/* Gallery theme */

#gallery .flex-control-paging li a { background: #e5e5e5;-webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none;}
#gallery .flex-control-paging li a:hover { background: #999;}
#gallery .flex-control-paging li a.flex-active { background: #EF1E1E;cursor: default; }
#gallery .flexslider:hover .flex-next {opacity: 0.7;}
#gallery .flexslider:hover .flex-prev {opacity: 0.7;}
#gallery .flex-direction-nav a {	display: block;
	height: 50px;
	width: 50px;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	line-height:40px;
	text-indent:0;
	color: #fff; 
	float:left;
	font-size:0px;
	text-align: center;
	background-image:none;
	}
#gallery .flex-direction-nav .flex-next {	border: 2px solid #fff;
	border-radius:50%;
	right: 10px; 
	opacity:0;
	text-align:center;
	background-color:transparent;}
	
#gallery .flex-direction-nav .flex-next:before {
	content: '\e8c2';
	font-family: 'Default'; 
	font-size:30px!important; 
	line-height:50px!important;
	color:#fff;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	}
	
#gallery .flex-direction-nav .flex-prev {opacity:1;left: 0;border: 2px solid #fff;
	border-radius:50%;
	left: 10px; 
	opacity:0;
	text-align:center;
	background-color:transparent;}
#gallery .flex-direction-nav .flex-prev:before {
	content: '\e8bf';
	font-family: 'Default'; 
	font-size:30px!important; 
	line-height:50px!important;
	color:#fff;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	}
#gallery .flex-direction-nav .flex-next:hover {opacity:1}
#gallery .flex-direction-nav .flex-next:hover:after {color:#fff;}
#gallery .flex-direction-nav .flex-prev:hover {opacity:1}
#gallery .flex-direction-nav .flex-prev:hover:after {color:#fff;}




/* Content carousel */

/*Style in content slider and carousel */
.flexslider, .incontent_image .flexslider{margin:0}
.flex-control-nav, .incontent_image .flex-control-nav {bottom: 15px;}
.incontent_image.flex-control-nav {bottom: 10px!important;}
.flexslider.carousel:hover .flex-next, .incontent_image .flexslider:hover .flex-next {opacity: 0.9; right: 0px;}
.flexslider.carousel:hover .flex-prev, .incontent_image .flexslider:hover .flex-prev {opacity: 0.9; left: 0px;}
.incontent_image img {width:100% position:relative;}
.incontent_image .slide_desc {width:100%; background :rgba(0,0,0,0.7); padding:10px;color:#fff;position:absolute;top:0;margin-top:-100%;	
	-webkit-transition:all 0.5s ease 0s; 
	-moz-transition:all 0.5s ease 0s; 
	-o-transition:all 0.5s ease 0s; 
 }
.incontent_image:hover .slide_desc {margin-top:0;}
.incontent_content .flexslider {margin:0 0 0 0;} 
.incontent_content .flex-control-nav {display:none}
.incontent_content .slides {margin-top:25px}
.incontent_content .flex-direction-nav {width:40px;position: absolute;top:0px;right:0px;}
.incontent_content .flex-direction-nav a {	display: block;
	height: 20px;
	width: 20px;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	line-height:20px;
	text-indent:0;
	color: #d5d5d5; 
	float:left;
	font-size:0px;
	text-align: center;
	background-image:none;}
.incontent_content .flex-direction-nav .flex-next {	border: 1px solid #d7dce1;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-left: none;
	right:0; 
	opacity:1;
	text-align:center;}
	
.incontent_content .flex-direction-nav .flex-next:after {
	content: '\f054';
	font-family: 'dpicomoon'; 
	font-size:15px; 
	line-height:20px;
	color:#d7dce1;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 

	}
.incontent_content .flex-direction-nav .flex-prev {opacity:1;left: 0;border: 1px solid #d7dce1;
	-webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-right: none;
text-align:center;}
.incontent_content .flex-direction-nav .flex-prev:after {
	content: '\f053';
	font-family: 'dpicomoon'; 
	font-size:15px; 
	line-height:20px;
	color:#d7dce1;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 

	}
.incontent_content .flex-direction-nav .flex-next:hover {border-color:#EF1E1E; background-color:#EF1E1E;}
.incontent_content .flex-direction-nav .flex-next:hover:after {color:#fff;}
.incontent_content .flex-direction-nav .flex-prev:hover {border-color:#EF1E1E; background-color:#EF1E1E;}
.incontent_content .flex-direction-nav .flex-prev:hover:after {color:#fff;}

.flex_content {margin-bottom:20px;}
.flexslider.carousel1 {margin:0 25px;}
.flexslider.carousel1 .flex-direction-nav a { height: 25px;
    width: 12px;
	background:transparent url('../images/slideshows/flex/arrows-light.png') no-repeat 0 0;    display: block;
    text-indent: -999em;
    margin-top: -13px;
    cursor: pointer;
	opacity:1;
	-webkit-transition:none;
	}
.flexslider.carousel1 .flex-direction-nav a.flex-next {background-position: 0 -25px;}
.flexslider.carousel1 .flex-direction-nav a.flex-next:hover {background-position: 0 -75px;}
.flexslider.carousel1 .flex-direction-nav a.flex-prev:hover {background-position: 0 -50px;}
.incontent_carousel .flex-next {right: -25px; }
.incontent_carousel .flex-prev  {left: -25px;}
.incontent_carousel .flexslider:hover .flex-next {right: -25px;}
.incontent_carousel .flexslider:hover .flex-prev {left: -25px;}
/* Description and link layout */
.slidedesc { position:absolute; width:auto; top:15%; margin-left:20px;}
.flexslider div.pad {background-color: rgba(0,0,0,0.4);background-image: url(../images/slideshows/lines.png);height:auto; min-width:230px; max-width:420px;position:relative}
.slidedesc h1{font-size:32px;color:#FFF;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25); padding:15px; line-height:0.9em; margin-bottom:10px;}
.pad p {margin:0; color:#FFF;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25); font-size:14px; padding:0px 15px 15px 15px;}
.pad .no_link {background-color:#E4754F;width:5px; position:absolute; top:0; bottom:0; right:-5px;}
.pad .link {background-color:#E4754F;width:40px; position:absolute; top:0; bottom:0; right:-40px; background-image:url(../images/slideshows/fwslider/slider-arrow.png); background-repeat:no-repeat; background-position: 50% 50%;-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;}
.pad .link:hover {width:50px;right:-50px;background-position: 70% 50%}

/**
 *
 * -------------------------------------------
 * Stylesheet for the template.gallery.php page style
 * -------------------------------------------
 * 
 **/
.flexgallery {width:100%; margin: 0 0 30px 0;}
.flexgallery.category { margin:0 0 30px 0; overflow:hidden;}
.flexgallery .flexslider .slides img {width:100%}
.flexgallery .flexslider, .flexslider.carousel  {margin:0}
.flexgallery .flex-control-nav {top:25px; z-index:10}
.flexgallery .flexslider .flex-next {width: 30px; height: 30px;opacity: 0; right: 0px; background:#2E2A27 url(../../images/slideshows/flex/arrowRight.png) no-repeat 50% 50%;}
.flexgallery .flexslider .flex-prev {width: 30px; height: 30px;opacity: 0; left: 0px; background:#2E2A27 url(../../images/slideshows/flex/arrowLeft.png) no-repeat 50% 50%;}

.flexgallery .flexslider:hover .flex-next, .flexgallery .flexslider:hover .flex-prev {opacity: 0.4;}
.flexgallery .flexslider .flex-next:hover, .flexgallery .flexslider .flex-prev:hover {opacity: 1; background-color:#EF1E1E}
.flexgallery .panel {position:absolute; bottom:15px;z-index:15;max-width:75%;margin-left: 10px;}
.flexgallery .gallery-post-title {color:#fff!important; text-transform:uppercase; font-size:18px; background-color:#EF1E1E;background-color: rgba(239, 30, 30, 0.9);line-height:18px; padding:12px 12px; display:inline-block;margin-bottom:4px;}
.flexgallery .gallery-post-text {color:#fff!important; font-size:13px; background-color:#2E2A27;background-color: rgba(34,34,34,0.8); line-height:1.5em; padding:10px 12px;}
.flexgallery figure {position:relative}
.flexgallery figcaption {
	background: rgba(0, 0, 0, 0.5);
	bottom: -100%;
	padding: 14px 20px 6px 20px;
	position: absolute;
	-webkit-transition: bottom 0.5s ease-out;
	-moz-transition: bottom 0.5s ease-out;
	-ms-transition: bottom 0.5s ease-out;
	-o-transition: bottom 0.5s ease-out;
	transition: bottom 0.5s ease-out;
	width: 100%;
	z-index: 2;
}
.flexgallery .flex-active-slide figcaption { bottom:0%}
.flexgallery figcaption h3 {
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.flexgallery figcaption p {
	color: #ddd;
	font-size: 12px;
	margin: 0;
}

.flexgallery figcaption small {
	color: #aaa;
	font-size: 9px;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

/*---------------------------------
12. Essential Grid additional CSS
----------------------------------*/
/* Portfolio grayscale */
.eg-portfolio-grayscale-wrapper .esg-entry-media img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
	-webkit-transition:all .2s ease 0;
-moz-transition:all .2s ease 0;
-o-transition:all .2s ease 0;

}
.eg-portfolio-grayscale-wrapper:hover .esg-entry-media img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);}
.eg-portfolio-grayscale-wrapper:hover .eg-portfolio-grayscale-element-4 {border-color:#EF1F1F!important}
/* Portfolio gallery style */
.eg-portfolio-gallery-style-container {background-color:#EF1E1E!important;}
.eg-portfolio-gallery-style-element-0:hover, .eg-portfolio-gallery-style-element-1:hover {color:#EF1E1E!important}

/* Navigation DP light */
.dp-light .esg-navigationbutton:hover,
.dp-light .esg-filterbutton:hover,
.dp-light .esg-sortbutton:hover,
.dp-light .esg-sortbutton-order:hover,
.dp-light .esg-cartbutton a:hover,
.dp-light .esg-filterbutton.selected {
											background-color:#EF1E1E!important;
											border-color:#EF1E1E!important;
											color:#fff!important;
											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
										  }
/* Portfolio grayscale */
.eg-blog-grayscale-wrapper .esg-entry-media img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
	-webkit-transition:all .2s ease 0;
-moz-transition:all .2s ease 0;
-o-transition:all .2s ease 0;

}
.eg-blog-grayscale-wrapper:hover .esg-entry-media img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);}
.eg-blog-grayscale-wrapper:hover .eg-portfolio-grayscale-element-4 {border-color:#EF1F1F!important}

/* Logo Grid */
.eg-logo-grid-element-3:after { 
content:" ";
width: 0px;
height: 0px;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #000 transparent transparent transparent;
left:50%;
margin-left:-5px; bottom:-5px; position:absolute; 
}
.eg-logo-grid-element-0 img { 
opacity: .5;	
-webkit-transition:all .4s ease 0;
-moz-transition:all .4s ease 0;
-o-transition:all .4s ease 0;
}
.eg-logo-grid-element-0 img:hover { 
opacity: 1;
}

.get-in-touch p {
	margin: 0 0 0 25px;
	padding-top:0px;
	line-height: 20px;
}
.get-in-touch li i {
	float: left;
	margin: 4px 0 0 0;
}