/*
Theme Name: Arkhane Asylum Style
Theme URI: https://themegrill.com/themes/himalayas/
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Himalayas is modern style free one page parallax responsive WordPress theme. Inform your visitors all they need to know right from your home page without requiring to go to the other pages. Himalayas can be used for business, portfolio, corporate, agency, photography, freelancers and almost any kind of sites. Get free support at https://themegrill.com/support-forum/ and check the demo at https://demo.themegrill.com/himalayas/
Version: 1.1.1
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-menu, featured-images, sticky-post, translation-ready, threaded-comments, theme-options, footer-widgets, blog, portfolio, e-commerce
Text Domain: himalayas

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    /* vertical-align: baseline; */
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}

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

ol,
ul {
    list-style: none;
}

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

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

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

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

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

a img {
    border: 0;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
input,
select,
textarea {
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

button {
    color: #333333;
    font-family: Baron, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    font-family: Baron, Arial, sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #333333;
    font-weight: 700;
}

.sub-title {
    color: #656363;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 32px;
}

p {
    margin-bottom: 10px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: italic;
    font-family: Arial, sans-serif;
    font-weight: 300;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
.button,
.ui-widget button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.cat-item a, .cat-item a:visited,
.next a, .next a:visited,
.previous a, .previous a:visited {
    background: #333333;
    color: #fff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    font-family: Baron, Arial, sans-serif !important;
	font-size: 14px;
    line-height: 13px;
    height: 33px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.navigation .nav-links a:hover,
.bttn:hover,
a.button:hover,
.ui-widget button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.cat-item a:hover,
.next a:hover,
.previous a:hover {
    background: #dd3333;
    color: #ffffff !important;
}

.cat-item{ display: inline-block; position: relative; }

.cat-item.current-cat a, .cat-item.current-cat a:visited,
.button.vert,
.ui-widget button.vert,
button.vert,
input[type="button"].vert,
input[type="reset"].vert,
input[type="submit"].vert { background :#0FBE7C; color:#FFF; }

.cat-item.current-cat a:hover,
.button.vert:hover,
.ui-widget button.vert:hover,
button.vert:hover,
input[type="button"].vert:hover,
input[type="reset"].vert:hover,
input[type="submit"].vert:hover { background :#dd3333; color:#FFF; }

#tooltip .url{ display:none !important; }
#tooltip h3{ 	
			padding: 10px 20px;
			font: bold 14px "Helvetica Neue", Sans-Serif;
			line-height:20px;
}
  

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 6px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
    width: 100%;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #32c4d1;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
    color: #f20c0c;
}


/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

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

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


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
	margin-bottom:10px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
	margin-bottom:10px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.tg-container:after,
.tg-container:before {
    content: '';
    display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.tg-container:after {
    clear: both;
}

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

.widget {
    margin: 0 0 25px;
    padding-bottom: 10px;
}


/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}


/* Search widget */

.widget_search .search-submit {
    display: none;
}


/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

h1.entry-title {
    color: #353535;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}

h1.entry-title a {
    color: #3d3d3d;
}

.hentry {
    margin: 0 0 15px;
}

.updated {
    display: none;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
    display: inline;
    font-family: Baron, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.cat-links {
    margin-right: 10px;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 15px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDD;
}

article.hentry h1.entry-title {
    margin-bottom: 5px;
    line-height: 1.2;
}

article.hentry .entry-footer > span {
    margin-right: 15px;
    font-size: 13px;
}

.page-header .page-title {
    color: #333333;
    padding-bottom: 15px;
}

.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
    color: #aeaeae;
}

.byline:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
    color: #aeaeae;
}

.cat-links:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
    color: #aeaeae;
}

.comments-link:before {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
    color: #aeaeae;
}

.tags-links:before {
    content: "\f02c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 3px;
    color: #aeaeae;
}

.entry-footer a {
    color: #999;
}

.entry-footer a:hover {
    color: #DC3522;
}

.nav-links .meta-nav {
    display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    width: 50%;
    float: left;
}

.nav-links .nav-next {
    text-align: right;
}

.nav-links .nav-previous a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.entry-thumbnail {
    margin-bottom: 34px;
    position: relative;
    display: inline-block;
	float:left;
}

.single .entry-thumbnail {
    margin-right: 20px;
}

.entry-thumbnail.entry-content{
	margin-right:20px;
	margin-top:0;
}

.entry-thumbnail.post-thumbnail{
	float:none;
	width:100%;
}

.entry-thumbnail.post-thumbnail img{
	width:100%;
}

.entry-exrecpt {
    width: 60%;
    float: right;
}

.short-content {
    margin-bottom: 10px;
}

.short-content + .bttn {
    float: right;
}

.entry-footer {
    margin-top: 10px;
}

.full-width {
    float: none;
    width: 100%;
}


/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
    border-top: 1px solid #F8F8F8;
    padding-top: 15px;
}

#comments i {
    font-size: 16px;
    color: #AAAAAA;
    padding-right: 10px;
}

.comments-title {
    font-size: 24px;
}

.comment-content a {
    word-wrap: break-word;
}

.comment-navigation {
    margin-bottom: 15px;
}

.bypostauthor {}

#comments .comments-title {
    margin-bottom: 10px;
}

.avatar {
    border-radius: 50%;
    float: left;
}

.comments-area article header {
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
}

.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
    display: block;
    margin-left: 100px;
    color: #999999;
}

#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
    color: #c5111c;
}

.comments-area .comment-author-link a {
    color: #999999;
}

.comments-area .comment-author-link a:hover {
    color: #c5111c;
}

.comments-area .comment-author-link span {
    margin-left: 10px;
    padding: 0 5px;
    background-color: #32C4D1;
    color: #FFFFFF;
    border-radius: 3px;
}

.comments-area article header .comment-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #AAAAAA;
    font-size: 16px;
    padding-right: 10px;
}

.comment-content {
    padding: 15px 15px 25px;
    background-color: #F8F8F8;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
}

.comment {
    margin-bottom: 20px;
}

.comment ul,
.comment ol {
    margin: 0 0 20px 20px;
}

.comment ul {
    list-style: square outside none;
}

.comment .comment-reply-link {
    float: right;
    color: #AAAAAA;
}

.comment .comment-reply-link:before {
    content: "\f112";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #AAAAAA;
    font-size: 16px;
    padding-right: 10px;
}

.comment .comment-reply-link:hover {
    color: #c5111c;
}

.comment-list {
    margin-bottom: 25px;
}

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

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

.nav-previous,
.nav-next {
    margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
    color: #c5111c;
    cursor: pointer;
    font-size: 16px;
}

.nav-previous a {
    float: left;
}

.nav-next a {
    float: right;
}

.nav-previous a:hover,
.nav-next a:hover {
    text-decoration: underline;
}


/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer {
    display: none;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

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

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
Gallery-layoout
--------------------------------------------------------------*/

.gallery {
    margin: 0 auto 2em;
}

.gallery .gallery-item {
    float: left;
    display: block;
    background: #fff;
    margin: 10px 1.5% 20px;
    text-align: center;
}

.gallery .gallery-item:hover {}

.gallery .gallery-icon {
    text-align: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 0;
}

.gallery-columns-1 .gallery-item {
    float: none;
    text-align: center;
    width: 100%;
    margin: 10px 0 20px;
}

.gallery-columns-2 .gallery-item {
    width: 47%;
}

.gallery-columns-3 .gallery-item {
    width: 30.33%;
}

.gallery-columns-4 .gallery-item {
    width: 22%;
}

.gallery-columns-5 .gallery-item {
    width: 17%;
}

.gallery-columns-6 .gallery-item {
    width: 13.6%;
}

.gallery-columns-7 .gallery-item {
    width: 12.25%;
    margin: 10px 1% 10px;
}

.gallery-columns-8 .gallery-item {
    width: 10.5%;
    margin: 10px 1% 10px;
}

.gallery-columns-9 .gallery-item {
    width: 9.11%;
    margin: 10px 1% 10px;
}

.gallery dl a {
    display: block;
}

.gallery dl a img {
    height: auto;
    margin: 0 auto;
}

.gallery .gallery-caption {
    font-size: 20px;
    line-height: 1.2;
    margin: 10px 0 0;
}

.gallery br+br {
    display: none;
}


/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/

.tg-column-wrapper {
    clear: both;
    margin-left: -5%;
}

.tg-column-1 {
    width: 100%;
    float: left;
    margin-left: 5%;
}

.tg-column-2 {
    width: 45%;
    margin-left: 5%;
    float: left;
}

.tg-column-3 {
    float: left;
    margin-left: 5%;
    width: 28.33%;
}

.tg-column-4 {
    width: 18%;
    margin-left: 5%;
    float: left;
}

.tg-column-bottom-margin {
    margin-bottom: 5%;
}


/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
    font-weight: 300;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.tg-container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.header-wrapper .tg-container { width: 90%; }

.hide {
    display: none;
}

/*--------------------------------------------------------------
Header css
--------------------------------------------------------------*/

#masthead .logo {
    float: left;
    padding: 0 5px;
}

#header-text {
    float: left;
    margin-left: 10px;
    position: relative;
    top: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.stick #header-text {
    /* margin-left: -3%; */
}

.header-wrapper #site-title {
    display: inline-block;
    font-size: 23px;
    text-transform: uppercase;
}

.header-wrapper #site-description {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
	font-family: Baron, Arial, sans-serif;
}

#masthead .header-wrapper .logo img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#masthead .header-wrapper.stick .logo img {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

#site-navigation,
.home-search {
    float: right;
}

.menu-search-wrapper {
    float: right;
}

#wp-custom-header-video {
    display: block;
    min-height: 300px;
    min-height: 75vh;
    width: 100%;
}
.wp-custom-header{
    position: relative;
    text-align: center;
}
.wp-custom-header-video-button{
    position: absolute;
    bottom: 0;
    left: 0;
}

/*--------------------------------------------------------------
Menu css
--------------------------------------------------------------*/

#site-navigation .menu,
#site-navigation ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    font-family: Baron, Arial, sans-serif;
	margin-right: 10px;
}

#site-navigation .menu li {
    float: left;
    line-height: 58px;
    margin-left: 20px;
    position: relative;
}

.header-wrapper.stick #site-navigation .menu li {
    line-height: 60px;
}

#site-navigation .menu li:first-child {
    margin-left: 0;
}

#site-navigation .menu li a {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    font-weight: 300;
    display: block;
}

.header-wrapper.stick #site-navigation .menu li a,
.header-wrapper.no-slider #site-navigation .menu li a {
    color: #ffffff;
}

#site-navigation .menu li:hover > a,
#site-navigation .menu li.current-one-page-item > a,
.header-wrapper.stick #site-navigation .menu li:hover > a,
.header-wrapper.stick #site-navigation .menu li.current-one-page-item > a,
.header-wrapper.no-slider #site-navigation .menu li:hover > a,
.header-wrapper.no-slider #site-navigation .menu li.current-one-page-item > a {
    color: #32c4d1;
}


/*--------------------------------------------------------------
## sub-Menu css
--------------------------------------------------------------*/

#site-navigation .menu .sub-menu li {
    display: block;
    float: none;
    text-align: center;
}

#site-navigation ul.sub-menu {
    background: #333333 none repeat scroll 0 0;
    width: 210px;
    opacity: 0;
    padding: 0;
    position: absolute;
    left: -50%;
    -webkit-transform: X(-50%);
    -moz-transform: X(-50%);
    -ms-transform: X(-50%);
    -o-transform: X(-50%);
    transform: X(-50%);
    top: 130%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 9999;
}

.home #site-navigation ul.sub-menu {
    background: rgba(239, 238, 238, 0.2) none repeat scroll 0 0;
}

.home .stick #site-navigation ul.sub-menu,.home.non-transparent  #site-navigation ul.sub-menu, .home.non-stick    #site-navigation ul.sub-menu{
    background: #333333;
}
#site-navigation ul li:hover > ul.sub-menu,
.home #site-navigation ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 120%;
}

.header-wrapper.stick #site-navigation ul li:hover > ul.sub-menu,
.home .stick #site-navigation ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#site-navigation ul li ul.sub-menu ul,
.home #site-navigation ul li ul.sub-menu ul {
    top: 0;
    left: 120%;
}

.home #site-navigation ul ul.sub-menu li:hover > ul,
#site-navigation ul ul.sub-menu li:hover > ul,
.home .stick #site-navigation ul ul.sub-menu li:hover > ul,
.header-wrapper.stick #site-navigation ul ul.sub-menu li:hover > ul
 {
    left: 100%;
    top: 0;
}

#site-navigation .menu li ul.sub-menu li, .stick #site-navigation .menu li ul.sub-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 20px;
  padding: 10px 20px;
}
#site-navigation .menu li ul.sub-menu li:first-child, .stick #site-navigation .menu li ul.sub-menu li:first-child {
  border-top: none;
}

#site-navigation .sub-menu li {
    display: block;
    float: none;
    margin: 0;
    text-align: center;
}

.sub-toggle {
    display: none;
}

.search-icon, .login-icon, .shopping-icon {
    line-height: 58px;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
	display: inline-block;
}

.search-icon i, .login-icon i, .shopping-icon i{
    display: block;
    line-height: 60px;
	font-size:18px;
}

/* .search-icon:before {
    position: absolute;
    content: "";
    font-size: 15px;
    top: 0;
    left: 26px;
}

.search-icon:hover:before {
    color: #ffffff;
} */

.search-box, .login-box, .eshopcarti_widget {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-box.active, .login-box.active, .eshopcarti_widget.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.login-box, .login-box h2 {
    color : #FFF;
}

.login-box .tml {
    max-width : none;
}

.search-box .searchform, .login-box .loginform, .shopping-box {
    left: 10%;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
	max-height:80%;
	overflow:auto;
}

.search-box .search-field{
    border: medium none;
    font-size: 40px;
    height: 80px;
    width: 89%;
    float: left;
    padding: 0 30px;
	font-family: Baron, Arial, sans-serif;
}

.login-box .loginform .input {
    border: medium none;
    font-size: 40px;
    height: 80px;
    width: 100%;
    float: left;
    padding: 0 30px;
}

.search-box .searchsubmit{
    font-size: 27px;
    height: 80px;
    line-height: 50px;
    width: 80px;
}

.login-box .loginform .tml-submit-wrap input {
    font-size: 27px;
	height:70px;
	background:#FFF;
	color:#dd3333;
}

.login-box .loginform .tml-submit-wrap input:hover {
    background:#dd3333;
	color:#FFF;
	-webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}


.login-box .loginform .tml-action-links a, .login-box .loginform .tml-action-links a:visited, .shopping-box a.button, .shopping-box a.button:visited, 
#top-footer .shopping-box a.button, #top-footer .shopping-box a.button:visited {
    margin: 10px;
	background: #FFF;
	padding: 10px;
	color: #333333;
	font-family: Baron, Arial, sans-serif;
}

.login-box .loginform .tml-action-links a:hover, .shopping-box a.button:hover,
 #top-footer .shopping-box a.button:hover {
	background: #dd3333;
	color:#FFF;
	-webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

.login-box .loginform label {
    width:100%;
}

.search-box .close, .login-box .close, .eshopcarti_widget .close {
    color: #ffffff;
    font-size: 140px;
    font-weight: 300;
    position: absolute;
    right: 50px;
    top: -40px;
    cursor: pointer;
	z-index:10000;
	 font-family: Baron, Arial, sans-serif;
}

.header-wrapper.stick .search-icon, .header-wrapper.stick .login-icon, , .header-wrapper.stick .shopping-icon,
.header-wrapper.stick .search-icon:hover:before, .header-wrapper.stick .login-icon:hover:before, .header-wrapper.stick .shopping-icon:hover:before,
.header-wrapper.no-slider .search-icon, .header-wrapper.no-slider .login-icon, .header-wrapper.no-slider .shopping-icon,
.header-wrapper.no-slider .search-icon:hover:before, .header-wrapper.no-slider .login-icon:hover:before, .header-wrapper.no-slider .shopping-icon:hover:before {
    color: #ffffff;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.search-icon:hover, .login-icon:hover, .shopping-icon:hover,
.header-wrapper.stick .search-icon:hover, .header-wrapper.stick .login-icon:hover, .header-wrapper.stick .shopping-icon:hover,
.header-wrapper.no-slider .search-icon:hover, .header-wrapper.no-slider .login-icon:hover, .header-wrapper.no-slider .shopping-icon:hover {
    color: #32C4D1;
}


/*-------------------------
Shop Menu
------------------*/

#shop_menu{
	float:left;
	display:inline-block;
	font-family: Baron, Arial, sans-serif;
    font-size: 15px;
	line-height: 1.8;
	width:250px;
	padding : 0 30px 0 0;
	margin-right:30px;
	border-right:1px solid #CCC;
}

#shop_menu ul{	margin-left:0px; }
#shop_menu ul li{ list-style:none; padding:10px; margin-top:20px; border-radius:10px;}
#shop_menu ul li:hover{ background:#efdbdb; }
#shop_menu ul li.current-menu-item{ background:#efdbdb; }
#shop_menu ul li.current-menu-item .menu-image-title-above{ color:#000; }
#shop_menu .menu-image-title-above{ line-height: 20px; margin-bottom:5px;}
#shop_menu .menu-image-title-above:hover{ color:#000; }
#shop_menu img{ padding-top:0px; }
.shop_pagination.pagination{ display:block; text-align:center; margin:20px; }
h1.shop_title{ 
	clear:none; 
	/*
	color:#FFF;
	background: rgb(157,157,156);
	background: -moz-linear-gradient(90deg, rgba(157,157,156,1) 0%, rgba(157,157,156,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(157,157,156,1) 0%, rgba(157,157,156,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(157,157,156,1) 0%, rgba(157,157,156,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9d9d9c",endColorstr="#ffffff",GradientType=1); 
	*/
}

/*/*--------------------------------------------------------------
Non stick header with slider
--------------------------------------------------------------*/
.transparent .header-wrapper,
.non-transparent .header-wrapper {
    background: #1b1b1b;
    left: 0;
    padding: 10px 0 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*
.header-wrapper::after{ 
height:auto;
background: url(images/arkhanheader.png) repeat-x scroll center bottom #FFF; 
padding-bottom:0px;
height:0px;
width:100%;
margin-top:10px;
}
*/

.home.transparent .header-wrapper {
    background: rgba(239, 238, 238, 0.2);
}

.transparent .header-wrapper.stick,
.non-transparent .header-wrapper.stick {
	background: #1b1b1b;
    padding: 0;
}

.logged-in.customize-support .header-wrapper {
    top: 32px;
}

.stick.non-transparent #content {
    margin-top: 200px;
}

.non-stick.non-transparent #content{
    margin-top: 70px;
}

.home.non-stick.non-transparent #content {
    margin-top: 0;
}

.home.stick.non-transparent #content {
    margin-top: 0px;
}

.non-stick.transparent .header-wrapper,
.non-stick.non-transparent .header-wrapper {
    position: static;
}

.home.non-stick.transparent .header-wrapper {
    background: #333333;
}

.non-stick.transparent #masthead .header-wrapper.stick .logo img,
.non-stick.non-transparent #masthead .header-wrapper.stick .logo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.non-stick.transparent .header-wrapper.stick,
.non-stick.non-transparent .header-wrapper.stick {
    padding: 10px;
}

.page-template-page_shop #content, .tax-categorie #content, .single-product #content{
	background: url(images/Filigrane-Arkhane.png) no-repeat fixed center 250px #FFF;
	background-size: contain;
}

/*

.home .header-wrapper.transparent.non-stick.stick {
    background: rgba(239, 238, 238, 0.2) none repeat scroll 0 0;
    position: absolute;
    margin-bottom: 0;
    -webkit-transition: background 0s ease;
    -moz-transition: background 0s ease;
    -ms-transition: background 0s ease;
    -o-transition: background 0s ease;
    transition: background 0s ease;
    top: 0;
}

.header-wrapper.non-transparent,
.header-wrapper.transparent,
.header-wrapper.non-stick {
    background: #333333;
    padding: 10px 0;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

.home .header-wrapper.non-transparent {
    margin-bottom: 0;
}

.header-wrapper.non-transparent.stick,
.header-wrapper.transparent.stick {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home .header-wrapper.non-stick,
.header-wrapper.non-stick,
.header-wrapper.non-stick.stick,
.home .header-wrapper.non-stick.stick {
    background: #333333;
    position: static;
    margin-bottom: 0;
    padding: 10px 0;
}

.header-wrapper.non-stick,
.header-wrapper.non-stick.stick {
    margin-bottom: 70px;
}

.non-stick #header-text {
    margin-left: 10px;
}

.header-wrapper.stick .search-icon,
.header-wrapper.stick .search-icon i {
    line-height: 60px;
}
*/

/*--------------------------------------------------------------
Slider css
--------------------------------------------------------------*/

.slider-wrapper,
.slider-wrapper .bxslider {
    margin: 0;
    padding: 0;
    position: relative;
}

.slider-wrapper {
    overflow: hidden;
}
.non-transparent .slider-wrapper .bxslider{
    margin-top: 80px;
}
.slider-wrapper .parallax-overlay {
    background: url(images/pattern-overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

.slider-wrapper figure {
    text-align: center;
}

.slider-wrapper .bxslider img {
    width: 100%;
}

.slider-wrapper .tg-container {
    left: 50%;
    margin-left: -585px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
	z-index:100001;
}

.caption-title {
    border: 4px solid rgba(255, 255, 255, 0.7);
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 50px;
    text-shadow: 0 2px 5px #333333;
    border-right: none;
    border-left: none;
    width: 78%;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.caption-title a {
    color: #ffffff;
}

.caption-title a:hover {
    color: #32C4D1;
}

.caption-title span {
    display: block;
    padding: 26px 40px;
    position: relative;
}

.caption-title span:after,
.caption-title span:before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: -102px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 102px;
}

.caption-title span:before {
    left: auto;
    right: -102px;
}

.caption-title:before,
.caption-title:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(images/slider-title-new-arrow.png) no-repeat scroll 0 center;
    width: 4px;
    height: 100%;
}

.caption-title:after {
    right: 0;
    left: auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.caption-sub {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 38px;
    text-align: center;
    width: 1068px;
    margin: 50px auto;
	font-family: Baron, Arial, sans-serif;
	z-index:200000;
}

a.slider-readmore, a.slider-readmore:visited{
    border: 1px solid #FFF;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    padding: 12px 18px;
    display: inline-block;
    position: relative;
	font-family: Baron, Arial, sans-serif;
	z-index:300000;
}

a.slider-readmore:hover {
    color: #ffffff;
    border: 1px solid #FFF;
	background: #dd3333;
}

.slider-wrapper .bx-prev,
.slider-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("images/slider-arrow.png") no-repeat scroll 0 0;
    color: transparent;
    font: 0px/0 a;
    height: 48px;
    left: -23px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 23px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-wrapper .bx-next {
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    right: -23px;
    left: auto;
}

.slider-wrapper:hover .bx-prev {
    left: 30px;
}

.slider-wrapper .bx-prev:hover,
.slider-wrapper .bx-next:hover {
    background: url(images/slider-arrow-hover.png) no-repeat scroll 0 0;
}

.slider-wrapper:hover .bx-next {
    left: auto;
    right: 30px;
}

.scroll-down {
    bottom: 90px;
    color: #32C4D1;
    font-size: 24px;
    left: 50%;
    position: absolute;
    z-index: 99;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scroll-down i {
    display: block;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    -webkit-animation: flow-down 2s linear 3s infinite;
    /* Chrome, Safari, Opera */
    animation: flow-down 2s linear 3s infinite;
    /* Standard syntax */
    position: relative;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes flow-down {
    0% {
        top: 0px;
        opacity: 0.8;
    }
    50% {
        top: 9px;
        opacity: 1;
    }
    100% {
        top: 0;
        opacity: 0.8;
    }
}


/* Standard syntax */

@keyframes flow-down {
    0% {
        top: 0px;
        opacity: 0.8;
    }
    50% {
        top: 9px;
        opacity: 1;
    }
    100% {
        top: 0;
        opacity: 0.8;
    }
}


/*--------------------------------------------------------------
Video background css
--------------------------------------------------------------*/

#video-bg {
    width: 100%;
}

.video-background {
    position: relative;
}

.video-btn-wrap {
    position: absolute;
    right: 30px;
    top: 20px;
}

#vidpause,
#mute {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    z-index: 999;
    margin-left: 10px;
    font: 0/0 a;
    color: transparent;
    -webkit-transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -ms-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    transition: border 0.5s ease;
}

#vidpause:hover,
#mute:hover {
    border-color: rgba(255, 255, 255, 1);
}

#vidpause:after,
#mute:after {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
    content: "\f04c";
    font-family: FontAwesome;
    opacity: 0.4;
    font-size: 14px;
    width: 38px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#mute:after {
    content: "\f028";
}

#vidpause.active:after {
    content: "\f04b";
    width: 40px;
}

#mute.active:after {
    content: "\f026";
}

#vidpause:hover:after,
#mute:hover:after {
    opacity: 1;
}

.video-wrapper .tg-container {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-caption-title {
    border: 4px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    border-left: none;
    border-right: none;
    width: 85%;
    margin: 0 auto;
}

.video-logo {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.video-wrapper .parallax-overlay {
    background: url(images/pattern-overlay.png) repeat scroll rgba(0, 0, 0, 0.3);
}


/*--------------------------------------------------------------
    Slider style 2 design css
--------------------------------------------------------------*/

.slider-style-2 .tg-container {
    text-align: left;
}

.slider-style-2 .caption-title::before,
.slider-style-2 .caption-title::after,
.slider-style-2 .caption-title span::after,
.slider-style-2 .caption-title span::before {
    display: none;
}

.slider-style-2 .caption-title {
    clear: both;
    margin: 0;
    text-align: left;
    border-width: 2px;
    width: auto;
    display: inline-block;
}

.slider-style-2 .caption-title span {
    display: block;
    padding: 20px;
    position: relative;
}

.slider-style-2 .caption-sub {
    margin: 40px 0;
    text-align: left;
    width: 100%;
}

/*--------------------------------------------------------------
    Section common css
--------------------------------------------------------------*/

.section-wrapper {
    padding: 90px 0;
}

.main-title {
    display: inline-block;
    letter-spacing: 2px;
    margin: 0 0 15px;
    position: relative;
    font-family: Baron, Arial, serif;
    text-transform: uppercase;
    font-weight: 700;
}

.main-title:before,
.main-title:after {
    position: absolute;
    left: -148px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 108px;
    content: "";
    border-top: 2px solid #32C4D1;
}

.main-title:after {
    left: auto;
    right: -148px;
}

.section-title-wrapper {
    text-align: center;
    margin-bottom: 100px;
}


/*--------------------------------------------------------------
    about section css
--------------------------------------------------------------*/

.about-title,
.contact-title {
    font-family: Baron, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-title a {
    color: #333333;
}

.about-title a:hover {
    color: #32C4D1;
}

.about-content,
.contact-content {
    color: #373636;
    font-weight: 300;
}

.about-btn a {
    background: #302b2b none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 42px;
    margin: 20px 20px 0 0;
    padding: 0 15px;
	 font-family: Baron, Arial, sans-serif;
}

.about-btn a:hover {
    background: #32C4D1;
}

.about-btn a i {
    display: inline-block;
    margin-left: 5px;
}


/*--------------------------------------------------------------
    call-to-action-form section css
--------------------------------------------------------------*/

#call-to-action-form {
    background-image: url("images/call-to-action.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax-section,
.no-bg-image {
    position: relative;
}

.parallax-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.no-bg-image .parallax-overlay {
    background: none !important;
}

.cta-form-section-wrapper .main-title {
    color: #ffffff;
}

.cta-form-section-wrapper .sub-title {
    color: #dfdbdb;
    margin-bottom: 70px;
}

.subscribe-form .subscribe-field {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    height: 48px;
    margin: 0 auto;
    text-align: center;
    width: 60%;
}

.subscribe-form .subscribe-submit {
    display: block;
    margin: 30px auto 0;
    width: 196px;
}

.subscribe-form .subscribe-submit .subscribe-btn {
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 56px;
    width: 100%;
    border-bottom: 3px solid #338087;
    background: #32C4D1;
	font-family: Baron, Arial, sans-serif;
}

.subscribe-form .subscribe-submit .subscribe-btn:hover {
    background: #46b3bd;
}


/*--------------------------------------------------------------
    Services section css
--------------------------------------------------------------*/

.service-title {
    font-family: Baron, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service-title a {
    color: #333333;
}

.service-title a:hover {
    color: #32C4D1;
}

.service_image_class .image-wrap{
	border: 0px solid #d8d7d7 !important;
}

.service_icon_class .image-wrap {
    border: 1px solid #d8d7d7;
    height: 96px;
    line-height: 96px;
    margin: 0 0 26px;
    padding: 4px;
    text-align: center;
    width: 96px;
    display: block;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
    overflow: hidden;
}

.service_icon_class .image-wrap i,
.icon-img-wrap {
    background: #f3f2f2 none repeat scroll 0 0;
    display: block;
    font-size: 36px;
    line-height: 86px;
    color: #333333;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.icon-wrap:hover {
    border-color: #32c4d1;
}

.service_icon_class .image-wrap:hover i,
.icon-img-wrap:hover {
    background: #32C4D1;
    color: #ffffff;
}

.service-content {
    color: #625e5e;
    font-weight: 300;
    margin: 20px 0 0;
}

.service-read-more {
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
	 font-family: Baron, Arial, sans-serif;
}

.service-read-more i {
    margin-left: 5px;
}

.widget_service_block .section-wrapper {
    padding: 80px 0 20px;
}


/*--------------------------------------------------------------
    Services image css
--------------------------------------------------------------*/

.image-wrap {
    border: 1px solid #d8d7d7;
    line-height: 96px;
    margin: 0 0 26px;
    padding: 4px;
    text-align: center;
    width: 100%;
    display: block;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
    overflow: hidden;
}

.image-wrap:hover {
    border-color: #32c4d1;
}


/*--------------------------------------------------------------
    service-style-2 css
--------------------------------------------------------------*/

.service-style-2 .service-desc-wrap {
    float: right;
    width: 67%;
}

.service-style-2 .service-icon-block,
.service-style-2 .service-image-block {
    float: left;
    width: 28%;
}

.service-style-2 .service-image-block .image-wrap {
    line-height: normal;
}

.service-style-2 .icon-img-wrap {
    height: 86px;
    padding: 13px;
}


/*--------------------------------------------------------------
    Call to action text section css
--------------------------------------------------------------*/

.widget_call_to_action_block .parallax-overlay {
    background: rgba(50, 196, 209, 0.9);
}

.cta-text-content {
    float: left;
    width: 70%;
}

.cta-text-title h2 {
    color: #ffffff;
    font-family: Baron, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 1px 3px 2px rgba(204, 204, 204, 0.7);
    text-transform: uppercase;
}

.cta-text-desc {
    color: #f4f3f3;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 20px;
    font-weight: 300;
}

.section-wrapper.cta-text-section-wrapper {
    padding: 70px 0 57px;
}

.cta-text-btn {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    color: #ffffff;
    display: block;
    float: right;
    font-family: Baron, Arial, sans-serif;
	font-size: 24px;
    padding: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 21%;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.cta-text-btn:hover {
    background: #ffffff;
}


/*--------------------------------------------------------------
    Call to action text style 2 section css
--------------------------------------------------------------*/

.cta-text-style-2 .cta-text-content {
    float: none;
    text-align: center;
    width: 100%;
}

.cta-text-style-2 .cta-text-btn {
    font-family: Baron, Arial, sans-serif;
	bottom: 0;
    display: block;
    float: none;
    margin: 40px auto 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 21%;
}

.cta-text-style-2 .section-wrapper.cta-text-section-wrapper {
    padding: 70px 0;
}


/*--------------------------------------------------------------
    Portfolio section css
--------------------------------------------------------------*/

.widget_portfolio_block .section-wrapper {
    padding-bottom: 0;
}

.portfolio-images-wrapper {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
}

.port-img img {
    height: auto;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.portfolio-images-wrapper:hover .port-img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio-hover {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.portfolio-images-wrapper:hover .portfolio-hover {
    opacity: 1;
    visibility: visible;
}

.port-link {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-images-wrapper:hover .port-link {
    opacity: 1;
    visibility: visible;
    top: 30%;
}

.port-link a {
    border: 1px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    margin-left: 15px;
    text-align: center;
    width: 52px;
}

.port-link a:first-child {
    margin-left: 0;
}

.port-link a:hover {
    background: #32c4d1 none repeat scroll 0 0;
    border-color: #32c4d1;
}

.port-title-wrapper {
    bottom: 2%;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: bottom 0.5s ease;
    -moz-transition: bottom 0.5s ease;
    -ms-transition: bottom 0.5s ease;
    -o-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
}

.portfolio-images-wrapper:hover .port-title-wrapper {
    opacity: 1;
    visibility: visible;
    bottom: 10%;
}

.port-title-wrapper .port-title {
    font-family: Baron, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.port-title-wrapper .port-title a {
    color: #ffffff;
}

.port-title-wrapper .port-desc {
    color: #32c4d1;
    letter-spacing: 1px;
}

.home section.widget {
    padding: 0;
    margin: 0;
}


/*--------------------------------------------------------------
    Blog section css
--------------------------------------------------------------*/

.widget_featured_posts_block .parallax-overlay {
    background: rgba(255, 255, 255, 0.85);
}

.blog-block {
    background: #ffffff none repeat scroll 0 0;
    padding: 15px;
}

.blog-title {
    margin: 20px 0 10px;
}

.blog-title a {
    color: #333333;
}

.blog-title a:hover {
    color: #32C4D1;
}

.posted-date {
    color: #9c9c9c;
    font-size: 13px;
    margin-bottom: 20px;
	font-family: Baron, Arial, sans-serif;
}

.blog-readmore {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
	font-family: Baron, Arial, sans-serif;
}

.blog-view {
    background: #32c4d1 none repeat scroll 0 0;
    border-bottom: 2px solid #338087;
    color: #ffffff;
    display: block;
    margin: 40px auto;
    padding: 8px 15px;
    text-align: center;
    text-transform: capitalize;
    width: 100px;
	font-family: Baron, Arial, sans-serif;
}

.blog-view:hover {
    background: #46B3BD;
    color: #ffffff;
}

.default-wp-page a {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
}

.default-wp-page a:hover {
    background: #32C4D1;
}

.default-wp-page {
    list-style: none;
    margin: 0;
}

.default-wp-page li.previous {
    float: left;
}

.default-wp-page li.next {
    float: right;
}


/*--------------------------------------------------------------
    Team section css
--------------------------------------------------------------*/

.widget_our_team_block .parallax-overlay {
    background: rgba(0, 0, 0, 0.66);
}

.widget_our_team_block .main-title,
.widget_our_team_block .sub-title {
    color: #ffffff;
}

.team-img-wrapper .team-name,
.team-desc-wrapper .team-name {
    background: #f6f6f6 none repeat scroll 0 0;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
	 font-family: Baron, Arial, sans-serif;
}

.team-block {
    overflow: hidden;
    position: relative;
}

.team-img-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team-desc-wrapper {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 0;
    opacity: 1;
    position: absolute;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #32C4D1;
    padding: 20px 39px 0;
    height: 100%;
    width: 100%;
	 font-family: Baron, Arial, sans-serif;
}

.team-block:hover .team-desc-wrapper {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    visibility: visible;
}

.team-block:hover .team-img-wrapper {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-deg {
    color: #ffffff;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: capitalize;
}

.team-deg:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: 28px;
    width: 25px;
}

.team-content {
    color: #ffffff;
    font-weight: 300;
    margin: 35px 0;
    text-align: center;
}

.team-content p {
    margin: 0;
}

.team-social {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    text-align: center;
}

.team-social a {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    margin: 23px 0 0 12px;
}

.team-social a:first-child {
    margin-left: 0;
}

.team-desc-wrapper .team-name {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    margin: 16px 0 17px;
    padding: 0;
    text-align: center;
}


/*--------------------------------------------------------------
    contact section css
--------------------------------------------------------------*/

.contact-title {
    margin-bottom: 26px;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
    color: #534f4f;
    font-weight: 300;
    height: 38px;
    margin-bottom: 2px;
    font-size: 14px;
}

.contact-form-wrapper textarea {
    height: 100px;
    resize: none;
}

.contact-form-wrapper input[type="submit"] {
    background: #32C4D1;
    color: #ffffff;
}

.contact-form-wrapper input[type="submit"]:hover {
    background: #28a8b3;
}

.detail-block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.detail-block:last-child {
    border-bottom: none;
}

.detail-title i {
    font-size: 18px;
    width: 22px;
}

.detail-text {
    font-size: 15px;
    font-weight: 300;
    padding-left: 27px;
}

.detail-block {
    margin-bottom: 15px;
}

#map iframe {
    display: none;
    width: 100%;
    height: 620px;
}

.map-btn {
    font-family: Baron, Arial, sans-serif;
	background: #333333 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    cursor: pointer;
    line-height: 33px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
}

.detail-block p {
    margin-bottom: 0;
}

.contact-content .wpcf7 {
    display: none;
}


/*--------------------------------------------------------------
    footer css
--------------------------------------------------------------*/

#colophon {
    text-align: center;
    margin-top: 70px;
}

.home #colophon {
    margin-top: 0;
}

.footer-logo {
    margin-bottom: 25px;
}

.copyright {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 30px;
    padding: 0 0 30px;
}

.copyright span {
    display: block;
}

.footer-social a {
    color: #ffffff;
    display: inline-block;
    font-size: 65px;
    margin-left: 40px;
}

.footer-social a:first-child {
    margin-left: 0;
}

.footer-social a:hover {
    color: #32C4D1;
}

.footer-nav {
    float: right;
}

.footer-nav ul {
    margin: 0;
    padding: 7px 0;
    list-style: none;
}

.footer-nav li {
    border-left: 1px solid #ffffff;
    float: left;
    line-height: 14px;
    margin-left: 15px;
    padding-left: 15px;
}

.footer-nav li:first-child {
    border-left: none;
}

.footer-nav li a {
    color: #ffffff;
}

.footer-nav li a:hover {
    color: #32C4D1;
}


/*--------------------------------------------------------------
    footer with widget css
--------------------------------------------------------------*/

#colophon.footer-with-widget {
    margin: 60px 0 0;
}

#colophon.footer #top-footer {
    padding: 70px 0 30px;
}

#top-footer,
#top-footer a {
    color: #ffffff;
    text-align: left;
}

#top-footer a:hover {
    color: #32C4D1;
}

#top-footer {
    background: #333333 none repeat scroll 0 0;
    padding: 100px 0 60px;
}

.widget ul.contact-list li::before {
    display: none;
}

#top-footer .widget ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 40px;
}

#top-footer .widget ul.contact-list li {
    padding-left: 5px;
}

#top-footer .widget-about-text {
    margin-top: 22px;
}

.widget ul.contact-list li i {
    margin-right: 10px;
}

#top-footer .widget-title {
    color: #ffffff;
}

.widget.widget-gallery ul li::before {
    display: none;
}

.widget.widget-gallery ul li {
    border: medium none;
    float: left;
    margin: 0 0 3% 3%;
    padding-left: 0;
    width: 22%;
}

#top-footer .gallery-wrap {
    margin-left: -3%;
}

#bottom-footer .copyright {
    border: medium none;
    margin: 0;
    padding: 0;
    font-size: 12px;
	font-family: Baron, Arial, sans-serif;
}

.footer-with-widget .copyright span.copyright-text {
    float: left;
}

.footer-with-widget .copyright .reserved {
    float: right;
}

#bottom-footer {
    background: url(images/dark_wall.png) repeat scroll 0 0 #333333;
    padding: 10px 0;
}


/*--------------------------------------------------------------
    footer-layout second css
--------------------------------------------------------------*/

#colophon.footer-layout-two {
    background: #333333;
    padding: 70px 0;
}

#colophon.footer-layout-two #bottom-footer {
    background: none;
}

.footer-with-widget.footer-layout-two .copyright span.copyright-text {
    float: none;
}

#colophon.footer-layout-two .footer-logo {
    margin-bottom: 0;
}

#colophon.footer-layout-two #bottom-footer .copyright {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    float: none;
    margin: 0 0 30px;
    padding: 0 0 30px;
}

.footer-nav #social li {
    border: medium none;
    padding: 0;
    display: inline-block;
    float: none;
}

#colophon.social .footer-nav {
    float: none;
}

#colophon.footer-layout-two .footer-nav li a:before {
    color: #ffffff;
    font-size: 45px;
    padding: 30px 15px 0;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

#colophon.footer-layout-two .footer-nav li a:hover:before {
    color: #32C4D1;
}

#colophon.footer-layout-two #bottom-footer .copyright {
    font-size: 14px;
}

.footer-layout-two .footer-nav {
    float: none;
    text-align: center;
}

.footer-layout-two .footer-nav li {
    border: medium none;
    display: inline-block;
    float: none;
}

.footer-layout-two #footer-layout-two {
    margin-top: -20px;
}

.footer-layout-two .footer-nav {
    margin-left: -15px;
}

#colophon.footer-layout-two #top-footer {
    padding: 0 0 40px;
}


/*--------------------------------------------------------------
    scroll top css
--------------------------------------------------------------*/

.scrollup {
    background-color: #32c4d1;
    border-radius: 2px;
    bottom: 30px;
    color: #ffffff;
    display: none;
    font-size: 30px;
    height: 40px;
    line-height: 36px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
}

.scrollup:hover,
.scrollup:active,
.scrollup:focus {
    color: #ffffff;
}


/*--------------------------------------------------------------
    stick navigation css
--------------------------------------------------------------*/

#stick-navigation ul.menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#stick-navigation {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    left: 0;
    padding: 10px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
}

#stick-navigation li a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    color: transparent;
    font: 0px/0 a;
    height: 10px;
    margin-top: 8px;
    opacity: 0.7;
    width: 10px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    display: block;
}

#stick-navigation li.current-one-page-item a,
#stick-navigation li:hover a {
    opacity: 1;
    background: #32C4D1;
}


/*--------------------------------------------------------------
    Inner page layout css
--------------------------------------------------------------*/

#primary {
    float: left;
    width: 67%;
}

.no-sidebar #primary {
    float: none;
    margin: 0 auto;
}

.left-sidebar #primary {
    float: right;
}

#secondary {
    float: right;
    width: 28%;
}

.left-sidebar #secondary {
    float: left;
}

.no-sidebar-full-width #primary {
    width: 100%;
}


/*--------------------------------------------------------------
    Blog page css
--------------------------------------------------------------*/

.home #main {
    margin-top: 80px;
}

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

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

.entry-meta {
    margin: 30px 0;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
    line-height: 30px;
}

.entry-meta a {
    color: #aeaeae;
    font-size: 12px;
}

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

.entry-meta > span:after {
    color: #aeaeae;
    content: "/";
    left: 10px;
    position: relative;
    top: 0;
}

.entry-meta > span:last-child:after {
    content: "";
}

.entry-meta > span {
    margin-right: 20px;
}

.posted-on {
    font-style: normal;
}

.entry-thumbnail .blog-hover-effect {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
}

.entry-thumbnail:hover .blog-hover-effect {
    opacity: 1;
    visibility: visible;
}

.blog-hover-link {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-hover-link a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    margin-left: 18px;
    text-align: center;
    width: 80px;
    font-size: 24px;
    color: #333333;
}

.blog-hover-link a:first-child {
    margin-left: 0;
}

.blog-hover-link a:hover {
    color: #ffffff;
    background: #32C4D1;
}

.blog-hover-link .image-popup,
.blog-hover-link .blog-inner-link {
    position: relative;
    top: -60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-hover-link .blog-inner-link {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.blog-hover-link .blog-inner-link:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.entry-thumbnail:hover .blog-hover-link .image-popup,
.entry-thumbnail:hover .blog-hover-link .blog-inner-link {
    top: 0;
}

.entry-btn .btn {
    font-family: Baron, Arial, sans-serif;
	background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 8px 15px;
    margin-top: 16px;
}

.entry-btn .btn:hover {
    background: #32C4D1;
}

article {
    /*border-bottom: 1px solid #e1e1e1;*/
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.single-post article {
    padding-bottom: 20px;
}

.single article.hentry h1.entry-title,
.page article.hentry h1.entry-title {
    font-size: 30px;
    line-height: 1.3;
    text-transform: none;
}


/*--------------------------------------------------------------
    Sidebar css
--------------------------------------------------------------*/

.blog-search input[type="text"] {
    float: left;
    width: 76%;
}

.blog-search input[type="submit"] {
    height: 36px;
    padding: 0 16px;
    position: relative;
    text-transform: capitalize;
}

#secondary .widget-title,
#top-footer .widget-title {
    padding-bottom: 10px;
    text-transform: capitalize;
}

#secondary .widget-title:after,
#top-footer .widget-title:after {
    background: #32c4d1 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    top: 8px;
    width: 50px;
}

.widget_search .search-field {
    float: left;
    width: 86%;
}

.widget_search .searchsubmit {
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 14%;
}

.widget ul {
    list-style: outside none none;
    margin: 0;
}

.widget ul li {
    border-bottom: 1px solid #e1e1e1;
    line-height: 35px;
    padding-left: 25px;
    position: relative;
}

.widget ul li:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: "\f105";
    font-family: FontAwesome;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.widget ul li a {
    color: #333333;
}

.widget ul li a:hover,
.widget ul li:hover:before {
    color: #32C4D1;
}

.widget-tags a {
    border: 1px solid #e1e1e1;
    color: #333333;
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 5px 10px;
}

.widget-tags a:hover {
    background: #32C4D1;
    color: #ffffff;
    border: 1px solid #32C4D1;
}


/*--------------------------------------------------------------
    404-error css
--------------------------------------------------------------*/

.error-wrap span {
    display: block;
    text-align: center;
}

.num-404 {
    color: #32c4d1;
    font-size: 300px;
    font-weight: 700;
    line-height: 300px;
}

.error {
    background: #32c4d1 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 35px;
    margin: 20px auto;
    padding: 2px 28px;
    text-transform: uppercase;
    width: 100%;
}

.error-404 .page-header,
.error-404 p {
    text-align: center;
}

.sticky {}

.error-404 .search-field,
.no-results .search-field {
    margin-right: -4px;
    width: 60%;
}

.error-404 .searchsubmit,
.no-results .searchsubmit {
    height: 36px;
}


/*--------------------------------------------------------------
   Social Link css
--------------------------------------------------------------*/

#social li a::before {
    display: inline-block;
    padding: 0 10px;
    font-family: FontAwesome;
    font-size: 20px;
    vertical-align: top;
    content: "\f005";
    color: #ccc;
}

.footer-nav li a::before {
    display: inline-block;
    padding: 0 10px;
    font-family: FontAwesome;
    font-size: 20px;
    vertical-align: top;
}

.footer-nav li a[href*="facebook.com"],
.footer-nav li a[href*="instagram.com"],
.footer-nav li a[href*="twitter.com"],
.footer-nav li a[href*="plus.google.com"],
.footer-nav li a[href*="youtube.com"],
.footer-nav li a[href*="pinterest.com"] {
    font: 0/0 a;
    color: transparent;
}

.footer-nav li a[href*="facebook.com"]::before,
.footer-nav li a[href*="instagram.com"]::before,
.footer-nav li a[href*="twitter.com"]::before,
.footer-nav li a[href*="plus.google.com"]::before,
.footer-nav li a[href*="youtube.com"]::before,
.footer-nav li a[href*="pinterest.com"]::before {
    content: '\f09a';
    font-size: 21px;
    line-height: 15px;
    padding: 0;
    color: #ffffff;
}

.footer-nav li a[href*="twitter.com"]::before {
    content: '\f099';
}

.footer-nav li a[href*="plus.google.com"]::before {
    content: '\f0d5';
}

.footer-nav li a[href*="youtube.com"]::before {
    content: '\f167';
}

.footer-nav li a[href*="pinterest.com"]::before {
    content: '\f0d2';
}

.footer-nav li a[href*="instagram.com"]::before {
    content: '\f16d';
}

.social-icons-lists li {
    padding-bottom: 10px;
}
/*--------------------------------------------------------------
Header media css
--------------------------------------------------------------*/
.wp-custom-header {
    position: relative;
}

iframe#wp-custom-header-video {
    width: 100%;
}
.wp-custom-header-video-button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 62px;
    height: 50px;
    font: 0px/0 a;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wp-custom-header:hover .wp-custom-header-video-button {
    visibility: visible;
    opacity: 1;
}

.wp-custom-header-video-button:before {
    content: '\f04b';
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause:before{
    content: '\f04c';
}

/************************************************************************************
Eshop module specific style
************************************************************************************/
.eshopw_panels li{ list-style-type:none; list-style-image:none;text-align:center;}
.eshopw_panels li img{margin:1px;}

#container  .eshop fieldset .eshop_ajax_message a, #container  .eshop fieldset .eshop_ajax_message a:visited{ color:#FFF; }
#container  .eshop.home fieldset .eshop_ajax_message a, #container  .eshop.home fieldset .eshop_ajax_message a:visited{ color:#C4561B; }

.addtocart select { margin : 0px;}

.iqty{ text-align:center; }

input.eshopbutton:hover{ border : 0 none;}

/* table.eshop .shippingrow td, table.eshop .total td, table.eshopshiprates td { text-align:center; } */

.eshopform .fld0 { margin-bottom: 0px; }

form.eshop.eshopzones { margin-top: 20px; }

#customzone { text-indent: 0px; }
		
/****************************************************** Eshop */

/*  Default css for eShop display */
/* PANEL DIMENSIONS : adjust to accomodate the height of your product images */
ul.eshoppanels > li {
	width:200px;
	height:300px; 
}
/* FLOATS & CLEARS: invert the floats & clears to suit your theme */
ul.eshop li,
.continue-proceed,
#eshopgateway,
.pagfoot {
	clear:left;
}
table.eshop img,
ul.eshop li a img,
ul.eshoppanels li,
.paginate ul li {
	clear:none;
}

/* adjust to suit if you are using an Add To Cart image rather than a button */
form.eshop input.buttonimg {
	width:124px;
	height:31px;
	position:relative;
	top:10px;
	margin:0; 
}

/* COLORS & BORDERS */

table.eshop th,
table.eshop td,
.eshop legend {
	border:1px solid #ccc;
}
.eshopform .eshopshiprates {
	background:#fff;
}
ul.eshoppanels > li {
	border:1px solid #e7e7e7;
}
.eshop legend {
	border:1px solid #eee;
}

table.eshop tr.alt td{ background:#E2DEDD; }
.ajaxcart table.eshop tr.alt td{ background:transparent; }
.ajaxcart table.eshop tr td{ font-weight:bold; }

a .eshopcartlink, a.eshopcartlink{
	color:#fff;
	padding : 1px 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	border-radius : 5px;
	-moz-box-shadow: 3px 3px 7px #CCC;
	-webkit-box-shadow: 3px 3px 7px #CCC;
	box-shadow: 3px 3px 7px #CCC;
}

.eshop .reqd,
.eshopcustdetails .reqd,
.eshoperror,
.eshoperrors strong,
.eshop .amts strong {
	color:#000;
}
.eshop .onsale span {
	background:#000;
	color:#fff;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
	-box-shadow:0 2px 2px rgba(0,0,0,0.2);
}
.paginate .page-numbers a, 
.paginate .page-numbers a:visited {
    background:#f1f1f1;
}
.paginate .page-numbers a:hover, 
.paginate .page-numbers a:active,
.paginate .page-numbers a:hover {
    background:#666;
    color:#fff;
}
.eshop fieldset fieldset,
.eshop fieldset fieldset legend,
ul.eshoppanels > li .addtocart fieldset,
ul.eshoppanels > li .addtocart legend {
	border:none;
}
ul.eshoppanels > li {
	-moz-border-radius : 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
}
form.eshop legend {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.onsale span {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
/* no bullets */
.eshop li,
ul.eshopfeatured li,
ul.eshopfeatured li,
ul.eshopsubpages li,
ul.eshopcats li,
ul.eshoprandomlist li,
ul.eshopshowproduct li,
ul.eshoppanels li,
.eshop fieldset.eshoppayvia li,
.pagfoot ul li,
ul.continue-proceed li {
	list-style-type:none;
	list-style-image:none;
}

/* LAYOUT */
.eshop input.button:hover,
.eshop input.button:focus,
.eshop input.button:active {
	cursor:pointer;
}
/* generic form layout */
/*form.eshop  { margin:0 auto; }*/
form.eshop  img { border:none; -moz-box-shadow: 0 0 0 #FFF; -webkit-box-shadow: 0 0 0 #FFF; box-shadow: 0 0 0 #FFF; margin-bottom : 0; margin-left:0;}
.eshopform br { display:none; }

form.eshop fieldset { display : inline-block; }
form.eshop fieldset fieldset {}
form.eshop fieldset + fieldset {}
form.eshop legend {}
form.eshop fieldset fieldset legend {}

form.eshop label  {
	margin:  0 2px 0 0;
	vertical-align:middle;
	min-width:0px;
}
form.eshop label.qty { letter-spacing:1px; }
form.eshop input[type="text"], 
form.eshop textarea,
form.eshop select {
    padding:2px;
	vertical-align: middle;
}
form.eshop input[type="text"],
form.eshop textarea {}
form.eshop input[type="radio"] {
	margin-left:10px;
}
form.eshop input[type="checkbox"] {
	margin-right:5px;
}
form.eshop .eshopradio { margin:0 0 5px 0; }
form.eshop .eshopradio input{ margin:0; }
form.eshop textarea {
	width:99%;
}
form.eshop .buttonwrap {
	display:inline-block;
	float:right;
}
/* add to cart forms */
/*.addtocart {
	margin-top:20px;
	padding:5px;
}
.addtocart select {
	width:auto;
	margin : 10px;
}*/
.addtocart label {
	display:inline;
}
.addtocart dfn {
	font-style:normal;
}
.addtocart .eshopajax {
	font-weight:bold;
	/*width:90%;
	margin:0 auto;*/
	text-align:center;
}

.thumb_post .addtocart{display:inline-block; max-width:190px;}

.addtocart p { margin-bottom:5px; }
.addtocart .eshopajax  p{ padding-top:5px; }
.addtocart .eshopajax  a, .addtocart .eshopajax  a:visited{ text-shadow: none; }

/* checkout */
.eshop .amts strong span {
	font-weight:bold;
	font-size:.8em;
}
.eshopform { margin-top:10px; }
.eshopform p,
.eshopform select {
	margin-bottom:.75em;
}
.eshopform .fld0 { padding-top:0; }
.eshopform .fld2 label,
.eshopform .fld4 label,
.eshopform label[for="eshop-comments"] {
	display:block;
}
.eshopcustdetails > p { margin-bottom:0; }
.eshopcustdetails .privacy { font-size:.8em; }
/* payment via options */
.eshopform .eshoppayvia { display:inline-block; float:left; width : 330px; }
.eshopform .eshoppayvia legend { padding-bottom:0; }
.eshopform .eshoppayvia ul { margin:0; padding:0; }
.eshopform .eshoppayvia li { margin-right:10px; padding-top:5px; }
.eshopform .eshoppayvia li input { margin:0; }
.eshopform .eshop_tandc a, .eshopform .eshop_tandc a:visited{ vertical-align:middle; color:#000;}
#eshop_tandc{ vertical-align:middle; } 

.eshopform label[for="submitit"] {
	display:block;
	margin-right:0;
}
.eshopform label[for="submitit"],
.eshopform .buttonwrap {
	text-align:right;
	margin-top:0;
}
form.eshop-confirm {
	width:315px;
	float:left;
	margin : 1%;
}
/* downloads */
#eshopdlform {
	margin:40px 0 0;
}
#eshopdlform br {
	display:none;
}
#eshopdlform fieldset {
	width:17em;
}
#eshopdlform input#email {
	width:99%;
}
#eshopdlform input#email,
#eshopdlform input#code {
	margin:0 0 10px;
}
#eshopdlform label {
	display:block;
}
#eshopdlform .buttonwrap,
form.dlproduct .buttonwrap {
	display:inline-block;
	margin-left:10px;
}
form.dlproduct {
	margin-top:40px;
}
form.dlproduct .ro {
	width:1em;
	margin-right:10px;
}

/*********** tables ***************/
table.eshop {
	width:99%;
	border-collapse:collapse;
}
table.eshop caption {
	margin-bottom:0;
	padding:2px 0;
	position:absolute;
	top:-5000px;
	left:-5000px;
	text-indent:-5000px;
}

table.eshop tbody th, table.eshop td { 	vertical-align:middle; }

table.eshop .shippingrow th,
table.eshop th#cTotal,
table.eshop th#subtotal,
table.eshop td[headers*="price"],
table.eshop *[headers*="weight"],
table.eshop td[headers*="stk"],
table.eshopshiprates{ margin : 10px 5px; }
table.eshopshiprates td {
	text-align:right;
	padding-right:6px;
}
table.eshop tbody th { font-size:100%; text-transform:none; }
table.eshop .center { text-align:center; }
table.eshop dfn { 	font-style:normal; }
table.eshop img { 	margin: 5px ; 	vertical-align:top; }
/* cart */
table.cart th img {
	margin:0;
	float:none;
	vertical-align:middle;
}
table.eshop .cqty {
	text-align:center;
}
table.eshop .eshopoptsets {
	display:block;
	margin-left:50px;
	font-size:.8em;
}
table.eshop .eshopoptsets br {
	display:none;
}
table.eshop .eshopoptset {
	display:block;
}
table.eshop .deletecartitem {
	padding:0;
	text-align:center;
}
table.eshop .deletecartitem input[type="image"] {
	margin:0;
	vertical-align:middle;
}

form.eshop.eshopzones {
	margin-top:20px;
}
form.eshopzones label {
	display:inline;
}
form.eshopzones select {
	margin-left:5px;
}
form.eshop.eshopzones .buttonwrap {
	display:inline;
}
.eshopzones input[type="submit"] {
	margin:0;
}
#customzone {}

/* eshop discounts */
table.eshopdiscounts thead th#ediscount {
	width:8em;
}
table.eshopdiscounts tbody th {
	text-align:center;
}
table.eshopdiscounts td.amts {
	text-align:right;
}
table.eshopdiscounts td.disc  {
	text-align:right;
}
.shipdiscount span {
	font-weight:bold;
}
/*********** LISTS ***************/
/* generic eshop listings */
ul.eshop {
	margin:0;
	padding:0
}
ul.eshop li a {
	clear:left;
	display:block;
	margin:0 0 10px;
	padding:0;
	text-decoration:none;
}
ul.eshop li a img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
ul.eshop li a.itemref {
	font-size:1.3em;
}
/* eshop panel listings */
ul.eshoppanels > li {
	text-align:center;
	margin-right:20px;
	margin-bottom:20px;
}
ul.eshoppanels > li a {
	margin:0;
}
ul.eshoppanels > li a img {
	float:none;
	display:block;
	margin:5px auto 0;
}
ul.eshoppanels .onsale {
	margin:-5px 3px 0 -3px;
	position:relative;
	z-index:5;
}
ul.eshoppanels .sale a.itemref {
	position:relative;
	margin-top:-20px;
}
/* eshop panels with form */
ul.eshoppanels > li form.input {
	display:block;
}
ul.eshoppanels > li form {
	width:auto;
	margin-top:0;
	padding:0;
}
ul.eshoppanels > li form legend {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
ul.eshoppanels > li form fieldset {
	margin:0;
	padding:0 3px;
}
ul.eshoppanels > li form select,
ul.eshoppanels > li form input {
	width:auto;
	margin:0 auto 10px;
	display:block;
}
ul.eshoppanels > li form .eshopradio,
ul.eshoppanels > li form .eshopradio > li {
    margin:0;
    padding:0;
}
ul.eshoppanels > li form .eshopradio input {
       display:inline;
}
ul.eshoppanels > li form .eshopradio label {
       margin-left:5px;
}
ul.eshoppanels > li form input.eshopbutton {
	clear:both;
	display:inline-block;
	margin:0 auto;
	position:relative;
	top:5px;
}
/* non-cart payment options */
.eshoppayoptions li {
	display:inline;
}
/*********** A-Z LISTING ***************/
ul.eshopaz li {
	line-height:1.8em;
	list-style:none;
	display:inline;
	margin:0 1px 0 0;
}
ul.eshopaz li a {
	display:inline;
	padding:1px 3px;
	margin:0;
	text-decoration:underline
}
ul.eshopaz li a:active,
ul.eshopaz li a:hover,
ul.eshopaz li a:focus {
	text-decoration:none;
}
ul.eshopaz li span {
	padding:1px 3px;
}
/*********** OTHER ***************/
strong.onsale {
	display:block;
	text-align:left;
	font-variant:small-caps;
	word-spacing:.3em;
}
.onsale span {
	display:inline-block;
	padding:0 7px;
}
/* cart options */
.cartopt {
	text-align:center;
	margin:10px auto;
}

.continue-proceed {
	margin:0;
	padding:20px 0 0;
	text-align:center;
}
.continue-proceed li {
	margin:0 10px;
	padding:0;
	display:inline;
}
.redirect {
	text-align:left;
}
.redirect li {
	margin-left:0;
}
/*Checkout confirmation with discount code (cart section only) */
.eshop_dcode {
	text-align:center;
	font-weight:bold;
}
.eshop_dcode span,
#process strong {
	font-size:1.2em;
}
/* Automatic redirect to paypal */
#process {
	 width:90%;
	 margin:10px auto 0;
	 padding:0 15px;
}
#process em {
	 font-weight:bold;
	 font-style:normal;
}
#eshopgateway {
	text-align:right;
	padding-bottom:10px;
}
/* eshop widget */
p.eshopwidget span {
	font-size:2em;
	letter-spacing:.02em;
}
/* pagination */
.paginate,
.epaginate {
	margin:0 2px 20px;
	letter-spacing:.05em;
}
.paginate p,
.epaginate p { 
	padding:0; 
	line-height:2em;
}
.paginate p span,
.epaginate p span {
	font-weight:bold;
}
.paginate .page-numbers,
.epaginate .page-numbers {
	margin:0;
	padding:0;
}
.paginate .page-numbers li,
.epaginate .page-numbers li {
	float:left;
	padding:0 4px;
	margin-right:5px;
}
.paginate .page-numbers a,
.epaginate .page-numbers a {
	display:block;
}
.paginate .page-numbers .current {
	display:inline-block;
    font-weight:bold;
}
.paginate .page-numbers .current,
.paginate .page-numbers a {
    padding:1px 5px;
}
.paginate .page-numbers a, 
.paginate .page-numbers a:visited {
    text-decoration:none;
}
.paginate .page-numbers a:hover, 
.paginate .page-numbers a:active,
.paginate .page-numbers a:hover {
    text-decoration:underline;
}
/* downloads page */
p.jdl {
	text-align:center;
	font-size:1.2em;
}
/* more link */
a.eshopmore {
	display:block;
	text-align:right;
}
/* can be used to position text offscreen */
.eshop .offset {
}

/* testing message */
.eshop .testing {
}
/* credits */
.creditline {
	text-align:center;
}

/* JBES */

.cartlink img{ vertical-align : middle; }

.eshopcustdetails form.eshop label{min-width : 60px;}

.eshopempty input{ background : none !important; color : #888 !important; border:none !important;} 
.eshopempty input:hover{text-decoration:underline;}

.visualize.visualize-bar {padding : 70px 40px 40px; }

#subtotal input{margin: 0 10px; }


/*-------------------------------- My Styles ---------------------------------------------------------------------------*/

.cache	{ display:none;}
.inline	{ display:inline-block;}
.bloc	{ display:block;}
.nound	{ text-decoration : none;}
.milieu	{ text-align:center; }
.pagras	{ font-weight : normal; }
.trans	{ opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; }
.decal	{ margin-left:20px; display:block;}
.vertic	{ vertical-align:middle;}
.cadre10{ margin : 10px; }
.cadre5  { margin : 5px; }
.inter5  { padding : 5px; }
.cadretr{ margin : 10px 10px 0 0; }
.uppercase{ text-transform : uppercase; }
.borblan{ border : 1px solid #FFF; }
.nobor, .box .nobor, .box img.nobor{ border : 0px solid #FFF; }
.rspace	{ margin-right : 10px; }
.fsmall, .fsmall select, select.fsmall{ font-size : 80%; }
.fnormal{ font-size:100%;}
.fbig, a.fbig, a.fbig:visited{ font-size:150%;}
.cleft , .alignleft{ 	float: left; }
.cright , .alignright { 	float: right !important; }
.nofloat  { 	float: none !important; }
.dblock{ display : inline-block; }
.dright { float: right; 	margin-right : 10px; }
.clear { clear:both; }
.tableft{ padding-left : 30px; }
.center { text-align: center; }
.tleft, #main-content.tleft { text-align: left; }
.tright { text-align: right; }
.description { font-style : italic; }
.hidden { clear: both; visibility: hidden; }
.hide { 	display:none; }
.nopad{ padding : 0 !important; }
.nooverflow{ overflow:hidden; }
.signature{ text-align:right; margin-top:15px;margin-right: 25px; float:right;}
.middle{ vertical-align: middle; }
.top{ vertical-align: top; }
.bottom{ vertical-align: bottom; }
.white { color: #FFF;}
.backwhite { background: #FFF;}
.soft, a.soft, a.soft:visited, .box a.soft, .box a.soft:visited{ color: #AAA; font-weight:normal;}
a.soft:hover, .box a.soft:hover{ color: #000;}
.hauto{ height : auto !important; }
.upper{ text-transform : uppercase;}
.downer{ text-transform : none;}
.ombre{ -moz-box-shadow: 4px 4px 15px #333; -webkit-box-shadow: 4px 4px 15px #333; box-shadow: 4px 4px 15px #333;}
.noshadow{ -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; text-shadow:none;}
.tshadow{ text-shadow: 2px 2px 0px #212D1A; }
.decaleft{ padding-left : 20px; }
.gras{ font-weight:bold;}
.norital{ font-style:normal;}
.margin1p{margin:1%;}
.margin2p{margin:2%;}
.margin10{margin:10px;}
.margin20{margin:20px;}
.margin2{margin:2px;}
.margin3{margin:3px;}
.margin5{margin:5px;}
.margin0{margin:0px !important;}
.padding1p{padding:1%;}
.padding2p{padding:2%;}
.padding10{padding:10px;}
.padding5{padding:5px;}
.padding3{padding:1px 3px;}
.padding2{padding:2px;}
.padding0{padding:0px;}
.req{ color:red; font-weight:bold; }

.mright{ margin-right : 10px; }
.mtop{ margin-top : 10px; }
.pointeur:hover{cursor:pointer;}

.pluslink{ font-family: Baron, Arial, sans-serif; }

input[type="submit"].softlink{ background:transparent;color: #AAA; font-weight:normal;font-family:Arial, sans-serif !important; padding:0; margin:0; height:auto; font-style:italic; }
input[type="submit"].softlink:hover{ background:transparent; color: #000 !important;}

input[type="submit"].eshop_minusplusqty{ 	font-size: 23px;
											background: #AAA;
											line-height: 30px;
											padding: 0px;
											height: 32px;
											font-family: Verdana, sans-serif !important;
											vertical-align: middle;
											font-weight: bold;
											width: 35px;
											text-align: center; }

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.error_message {
    padding: 2%;
	margin: 2%;
	border: 1px solid #c00;
    background-color: #ffebe8;
    color: #c00;
	box-shadow: 4px 4px 15px #333;
	border-radius: 5px;
}

.cleantab{ margin:0; padding : 0; }
.cleantab tr td { margin:0; padding : 0; border : none; vertical-align:middle;}
table.cleantab tr:hover { background : transparent;}
 
.infovert, .login .message, .message, .login p.message  {
	background-color: #f8cccf;
    color: #222;
    margin: 2%;
    padding: 2%;
	border-radius : 5px;
	box-shadow: 2px 2px 7px #bc121d;
	border: 1px solid #bc121d;
}

.infovert.blanc{ background-color: #FFFFFF; }
.infovert.black{ background-color: #000; border: 2px solid #6F853F; }
.infovert.red{ background-color: #c00; border: 2px solid #F00; color:#FFF; }
.infovert.red a, .infovert.red a:visited{ color:#FFF200; }
.infovert.red a:hover{ color:#77A15B;}

.infovert a, .infovert a:visited{ font-weight:bold; }
.infovert h2, .box.blanche .infovert h2, .infovert h3{ font-weight:normal; }
.infovert h3{ padding-bottom:0; }

.download-button {
    background-color: #222;
    background-image: -webkit-linear-gradient(#666,#444,#222);
    background-image: -moz-linear-gradient(#666,#444,#222);
    border: 1px solid #888;
	font-family: Baron, Arial, sans-serif;
}

.download-button:hover {
    color: #fff;
    background-color: #000;
    background-image: -webkit-linear-gradient(#222,#000);
    background-image: -moz-linear-gradient(#222,#000);
}

.download-box {
    width: 300px;
}

.portfolio-title{ padding: 10%; }

/*--------------qtranslate-----------------*/

#header-right-section .widget.qtranxs_widget{ padding-top:15px; }

/*----------- eshop ------------------*/

.fld1, .grey{
	background : #DDD;
}

.fld2, .fld4, .fld5, .fld6, .eshopcheckoutconf{
	width:46%;
	display:inline-block;
	float:left;
	vertical-align:top;
	margin:2%;
}

/* no bullets */
.eshop li,
ul.eshopfeatured li,
ul.eshopfeatured li,
ul.eshopsubpages li,
ul.eshopcats li,
ul.eshoprandomlist li,
ul.eshopshowproduct li,
ul.eshoppanels li,
.eshop fieldset.eshoppayvia li,
.pagfoot ul li,
ul.continue-proceed li {
	list-style-type:none;
	list-style-image:none;
}

.product_resume{ display:inline-block; margin:10px; position:relative; text-align:center; max-width:200px;}
.product_resume h2{ padding-bottom: 0; font-size:18px; line-height: 20px; }
.product_resume h2 a, .product_resume h2 a:visited{ color:#888; }
.product_resume h2 a:hover{ color:#dd3333; }
.product_resume .price{ display: block; }
.price{ font-weight:bold; font-size: 25px; line-height: 25px; vertical-align: middle; margin: 0 10px; }
.price s{ color:#dd3333;;font-weight:normal; font-size: 80%; }

.half_page{ width:42%; min-width:350px; }

#pledge_connexion{ position:relative; }  

.addtocart .eshopbutton, .eshop-confirm{ margin: 10px }

#shopping-circle{ 
	position: absolute;
	left: -5px;
	bottom: -10px;
	border-radius: 15px;
	background: #dd3333;
	color: #FFF;
	height: 30px;
	width: 30px;
	line-height: 22px;
	font-size: 20px;
	text-align: center;
	font-family: Baron, Arial, sans-serif;
 }
 
 #shopping-circle:hover{ 
	background: #FFF;
	color: #dd3333;
 }

/*-------------------------------sidebar pledge manager */

#side_pledge { 	width : 200px;  max-height:100%; overflow-y:auto; overflow-x:hidden; line-height: 15px; text-align:left; z-index:15000; position: fixed; left:-10px; top:-10px;
				background: #FFF; border-radius: 0 0 15px 0; padding: 10px; box-shadow: 2px 2px 7px #888;}
				
@media screen and (max-width: 1450px) {
	#side_pledge{ display: none; }
}

#side_pledge .stitre{ background:#eaeaea; width:203px; border-radius: 0; padding-left:20px; padding-bottom:0; margin-bottom: 10px; font-size:16px; display:block; clear:both; }
#side_pledge ul li img{ vertical-align:middle; margin-bottom: 0; margin-right: 5px; }
#side_pledge ul{ padding: 0 10px 10px 10px; }
#side_pledge ul li{ clear:both; font-size: 12px; }

img.flag{ margin: 0 10px 0 0; vertical-align: middle;}
table th{ vertical-align:middle; background:#bc121d; color : #FFF; }
#pledge_payment .kickstarter-manager{ display:inline; }

li.addon_lang{ display:inline-block; margin: 10px; }
li.addon_lang img{ margin-bottom: 5px; opacity:0.5;}
li.addon_lang.active img{ margin-bottom: 5px; opacity:1;}

#finalpledgefooter{ font-style:italic; color:#aaa; margin-top:50px; font-family: Baron, Arial, sans-serif; }
.logo_finalpledge{ margin-right:10px; }
.logo_finalpledge img{ height:25px; }
#finalpledgefooter a, #finalpledgefooter a:visited{ color:#666; }
#finalpledgefooter a:hover{ color:#333; }



/*----------------------- open layers ---------------*/

.bigmap{
	width: 100%;
	height: 500px;
	border: 1px solid #ccc;
}

.smallmap {
	width: 100%;
	height: 250px;
	border: 1px solid #ccc;
	margin:5px;
}

.olPopup img{ max-width: none; }

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 20px  10px 10px 10px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-content {
    position: relative;
    min-width: 100px;
    height: auto;
    padding:2px;
    white-space: normal;        
    background-color: #FFF;
    overflow-y: auto;
    overflow-x: hidden;
}
.ol-popup-content p{
    font-size: 14px;
    padding: 2px 4px;
    color: #222;
    margin-bottom: 15px;
}
.ol-popup-closer {
    position: absolute;
    top: 0px;
    right: 13px;
    font-size: 100%;
    color: #333;
    text-decoration: none;
}
a.ol-popup-closer:hover{
    color: #005580;
    text-decoration: underline;
}
.ol-popup-closer:after {
    content: "X";
}

.custom-mouse-position{ display:inline-block; }

.orange{ color:#F58220; }
.rouge{ color:#c00; }
.bleu{ color:#186ea6; }
.noir{ color:#000; }
.vert{ color :#0FBE7C; }

.fond_bleu{ background-color:#c7e4f7; }
.fond_rouge	{ background-color : #D99A8B; }
.bor_rouge	{ border : 1px solid #C86E5A; }

#commandes_box ul{ 
	list-style: circle;
	padding-left:20px;
}

.overlay_popup{ background:#FFF; border-radius:20px; padding:2em; margin:1em; min-width:50%; min-height:50%; } 
body.page .overlay_popup h2, body.page .overlay_popup h1, body.page .overlay_popup h3{ clear:none; }

.overlay_popup button{
    color: #FFFFFF;
    display: inline-block;
    margin: 10px;
    padding: 5px 25px;
    appearance: none !important;
    cursor: pointer;
    background-color: #dd3333;
    border: 0px;
    border-radius: 5px;
}

a.popup_cursor:hover{ cursor:zoom-in; }
#colorbox, #cboxOverlay, #cboxWrapper, #fancybox-wrap { z-index:1009999 !important;}

.intl-tel-input{ display : unset; }

/*------------- jQuery Accordion -----------------------*/

.ui-accordion .ui-accordion-header{ font-size:28px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 
    border: 1px solid #186ea6;
    background: #c7e4f7;
}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: inherit; font-size: inherit; }
.ui-widget-content{ color : inherit; }

#user_pledge{ margin-bottom:20px; }

.profil_state input, .profil_state select, .shipstate_kickstarter input, .shipstate_kickstarter select{ width: 45%; } 

article .simplePullQuote {
    width:auto;
	float:none;
	padding: 20px;
    margin: 20px;
}

#pledgemanager_menu{ display: block; margin: 20px; }

ul li ul li{ list-style: circle; }

input[type="submit"].delete_button, input[type="submit"].delete_button:hover{ 
	background:url(images/suppr.png) top left no-repeat;
	width:15px;
	height: 15px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border:0;
	display:inline-block;
	text-indent:-9999px;
	box-shadow:unset;
	-webkit-box-shadow: none;
}
			
input[type="submit"].delete_link{
	background:transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border:0;
	box-shadow:unset;
	-webkit-box-shadow: none;
	color:#C7472A;
	text-decoration:underline;
	text-transform: none;
	font-weight:normal;
}

input[type="submit"].delete_link:hover{
	background:transparent;
	padding: 0;
	margin: 0;
	border:0;
	box-shadow:unset;
	-webkit-box-shadow: none;
	color:#A9C968;
	text-transform: none;
	font-weight:normal;
}

fieldset.eshop label{ min-width:110px; display:inline-block; }
fieldset.eshop input#address2, fieldset.eshop input#address3, 
fieldset.eshop select#country, fieldset.eshop select#state,
fieldset.eshop input#altstate,
fieldset.eshop input#ship_address2, fieldset.eshop input#ship_address3, 
fieldset.eshop select#shipcountry, fieldset.eshop select#ship_state,
fieldset.eshop input#ship_altstate{ width:97%; }
fieldset.eshop input#phone, fieldset.eshop input#ship_phone{ width:235px; }
.eshop_tandc label{ font-size:14px; }
.eshop_tandc input{ margin-right:10px; vertical-align: middle; }

/*------------- FONT -------------------*/

@font-face {
    font-family: Baron;
    src: url("css/font/Baron_Neue.otf") format("opentype");
}

@font-face {
    font-family: Baron;
    font-weight: bold;
    src: url("css/font/Baron_Neue_Bold.otf") format("opentype");
}

h1, h1 a, h2, h3, 
.post-edit-link, .nav-previous a, .nav-next a,
.comments-area article header, .comment .comment-reply-link,
.entry-meta
{ font-family: Baron, Arial, sans-serif; }

/*------------ Menus ---------------------*/

.ark_user_links{ text-align:center; }
.ark_user_link{ display:inline-block; margin:20px;}
.ark_user_link .fa{ font-size:60px; margin:10px;}
#shop_header{ font-family: Baron, Arial, sans-serif; }

/*--------------------------------------------------------------
    Responsive css
--------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1400px) {
    .scroll-down {
        bottom: 20px;
    }
    .caption-title {
        font-size: 40px;
        line-height: 40px;
        width: 64%;
        font-weight: 700;
    }
    .caption-sub {
        font-size: 22px;
        line-height: 38px;
        margin: 30px auto;
        width: 1068px;
    }
    .slider-readmore {
        font-size: 18px;
        line-height: 13px;
        padding: 13px 18px;
    }
    .search-box .search-field{
        width: 93%;
    }
	.login-box .loginform .input {
        width: 100%;
    }
    .search-box .searchsubmit{
        width: 7%;
    }
}

@media (min-width: 769px) {
	#site-navigation .menu-primary-container,
	#site-navigation div.menu{
		display: block !important;
	}
}


/* Large desktop */

@media (max-width: 1200px) {
    .tg-container {
        width: 99%;
        padding: 0 1%;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .caption-title {
        font-size: 32px;
        line-height: 30px;
        width: 70%;
        font-weight: 700;
    }
    .caption-sub {
        width: 100%;
        margin: 20px auto;
        font-size: 22px;
    }
    .slider-wrapper .tg-container {
        margin-left: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .scroll-down {
        bottom: 30px;
        font-size: 18px;
    }
    .scroll-down i {
        font-size: 30px;
    }
    .portfolio-images-wrapper {
        width: 33.33%;
    }
    .team-desc-wrapper {
        height: 100%;
        padding: 20px;
    }
    .entry-thumbnail {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
	.stick.non-transparent #content {
		margin-top: 170px;
	}
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 769px) and (max-width: 979px) {
    #site-navigation .menu li {
        margin-left: 20px;
    }
    .caption-sub {
        font-size: 16px;
        line-height: 26px;
        margin: 15px auto;
    }
    .caption-title {
        font-size: 22px;
        line-height: 10px;
    }
    .caption-title span {
        padding: 20px 25px;
    }
    .slider-readmore {
        font-size: 14px;
        line-height: 8px;
        padding: 10px;
    }
    .scroll-down {
        bottom: 30px;
        font-size: 15px;
        line-height: 10px;
    }
    .cta-text-content {
        float: none;
        text-align: center;
        width: 100%;
    }
    .cta-text-btn {
        float: none;
        margin: -20px auto 0;
        width: 32%;
    }
    .section-wrapper.cta-text-section-wrapper {
        padding: 40px 0 75px;
    }
    .team-desc-wrapper {
        height: 100%;
        padding: 10px;
    }
    .search-box .search-field{
        width: 82%;
    }
	.login-box .loginform .input {
        width: 100%;
    }
    .num-404 {
        color: #32c4d1;
        font-size: 250px;
        font-weight: 700;
        line-height: 250px;
    }
	
	.stick.non-transparent #content {
		margin-top: 170px;
	}
}


/* Landscape phone to portrait tablet */

@media (max-width: 768px) {
    .logged-in.customize-support .header-wrapper.stick,
    .home.logged-in.customize-support .header-wrapper {
        top: 46px;
    }
    #site-navigation .menu,
    #site-navigation ul {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 95%;
    }
    .non-stick.transparent .header-wrapper.stick, .non-stick.non-transparent .header-wrapper.stick {
        padding: 0;
    }
    #site-navigation .menu li:first-child,
    #site-navigation .menu li {
        margin-left: 20px;
        float: none;
    }
    #site-navigation .menu-primary-container,
    #site-navigation div.menu {
        background: #333333 none repeat scroll 0 0;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        display: none;
        z-index: 99;
    }
	
	#site-navigation, .home-search {
		float: left;
	}
	
    .header-wrapper .tg-container {
        padding: 0;
        width: 100%;
    }
    .home-search {
        padding-right: 1%;
		float:left;
    }
	
	.search-icon i, .login-icon i, .shopping-icon i {
		line-height: 40px;
	}
	
	#shopping-circle{ 
		left: -8px;
		bottom: -15px;
	 }
	
    .menu-toggle {
        display: block;
        height: 30px;
        margin: 3px 10px;
        width: 30px;
        cursor: pointer;
        color: #fff;
        font-size: 22px;
    }

    .menu-toggle::before {
        content: '\f0c9';
        font-family: FontAwesome;
    }
    .menu-search-wrapper {
        float: none;
    }
    #site-navigation .menu li:first-child,
    #site-navigation .menu li,
    .header-wrapper.stick #site-navigation .menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        float: none;
        line-height: 40px;
        margin-left: 20px;
        width: 100%;
    }
   .sub-toggle {
        background: #32C4D1 none repeat scroll 0 0;
        color: #ffffff;
        cursor: pointer;
        display: block;
        height: 24px;
        line-height: 21px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 9px;
        width: 24px;
    }
	#site-navigation ul.sub-menu {
		float: none;
		min-width: auto;
		opacity: 1;
		position: static;
		visibility: visible;
		width: 100%;
		border: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		display: none;
	}
	.home #site-navigation ul.sub-menu{
		background: #333;
	}
	#site-navigation .sub-menu li a {
		text-align: left;
	}
	#site-navigation .sub-menu li:first-child,
	#site-navigation .sub-menu li,
	.header-wrapper.stick #site-navigation .sub-menu li{
		border: none;
	}
    .caption-title {
        font-size: 24px;
        width: 62%;
    }
    .caption-title span {
        padding: 10px;
        line-height: 20px;
    }
    .caption-sub {
        font-size: 17px;
        line-height: 24px;
        margin: 20px auto;
    }
    .slider-wrapper .tg-container {
        margin-left: 0;
        -webkit-transform: translate(-50%, -30%);
        -moz-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
        -o-transform: translate(-50%, -30%);
    }
    .slider-readmore {
        font-size: 14px;
        padding: 10px 12px;
    }
    #primary,
    #secondary {
        width: 100%;
        float: none;
    }
    #secondary {
        margin-top: 30px;
    }
    .about-content-wrapper.tg-column-wrapper {
        margin-left: 0;
        text-align: center;
    }
    .about-image.tg-column-2 {
        display: inline-block;
        margin: 0 auto 40px;
        width: 80%;
        float: none;
    }
    .about-content.tg-column-2 {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .cta-text-content {
        float: none;
        text-align: center;
        width: 100%;
    }
    .cta-text-style-2 .cta-text-btn,
    .cta-text-btn {
        float: none;
        margin: 0 auto;
        transform: none;
        width: 35%;
    }
    .portfolio-images-wrapper {
        width: 50%;
    }
    .service-content-wrapper .tg-column-wrapper,
    .blog-content-wrapper .tg-column-wrapper,
    .team-content-wrapper .tg-column-wrapper,
    .footer-with-widget .tg-column-wrapper,
    .contact-form-wrapper .tg-column-wrapper {
        margin-left: 0;
    }
    .team-content-wrapper .tg-column-3,
    .service-content-wrapper .tg-column-3,
    .blog-content-wrapper .tg-column-3,
    .contact-form-wrapper .tg-column-2 {
        display: block;
        float: none;
        margin: 0 auto 30px;
        width: 70%;
    }
    .blog-content-wrapper img,
    .team-content-wrapper img,
    .service-content-wrapper img {
        width: 100%;
    }
    .search-box .search-field{
        border: medium none;
        float: left;
        font-size: 22px;
        height: 60px;
        padding: 0 30px;
        width: 82%;
    }
	.login-box .loginform .input {
        border: medium none;
        float: left;
        font-size: 22px;
        height: 60px;
        padding: 0 30px;
        width: 100%;
    }
    .search-box .searchsubmit{
        font-size: 27px;
        height: 60px;
        line-height: 40px;
        width: 60px;
    }
    .num-404 {
        color: #32c4d1;
        font-size: 200px;
        font-weight: 700;
        line-height: 210px;
    }
    #header-text {
        float: left;
        margin: 0 0 0 10px;
        width: 65%;
        top: 0;
    }
    .stick #header-text {
        margin-left: 0;
    }
    .header-wrapper #site-title {
        margin: 0;
		font-size:100%;
    }
    .header-wrapper #site-description {
        border: medium none;
        display: block;
        margin: 0;
        padding: 0;
		font-size:90%;
    }
    #masthead .show-both .logo {
        display: none;
    }
    .show-both #header-text {
        margin: 0;
        padding: 0 5px;
        position: relative;
        text-align: left;
        top: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        width: 69%;
    }
    .header-wrapper.show-both #site-title {
        display: block;
        float: none;
        margin: 0 0 5px;
        text-align: left;
        width: 100%;
    }
    .header-wrapper.show-both #site-description {
        border: medium none;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    #top-footer .tg-column-3 {
        float: none;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .caption-sub {
        display: none;
    }
    .caption-title {
        font-size: 16px;
        width: 80%;
    }
    .caption-title span::after,
    .caption-title span::before {
        left: -30px;
        width: 30px;
    }
    .caption-title span::before {
        right: -30px;
        left: auto;
    }
    .caption-title span {
        padding: 5px;
        line-height: 18px;
    }
	.slider-readmore {
	  font-size: 14px;
	  margin-top: 5px;
	  padding: 3px 5px;
	}
    .slider-wrapper .tg-container {
        margin-left: 0;
        -webkit-transform: translate(-50%, -10%);
        -moz-transform: translate(-50%, -10%);
        -ms-transform: translate(-50%, -10%);
        -o-transform: translate(-50%, -10%);
        transform: translate(-50%, -10%);
    }
    .main-title {
        font-size: 20px;
    }
    .main-title:before,
    .main-title:after {
        left: -80px;
        width: 60px;
    }
    .main-title:after {
        left: auto;
        right: -80px;
    }
    .sub-title {
        font-size: 16px;
        line-height: 20px;
    }
    .cta-text-title h2 {
        font-size: 20px;
    }
    .cta-text-desc {
        font-size: 16px;
        line-height: 24px;
    }
    .cta-text-btn {
        float: none;
        font-size: 16px;
        margin: 0 auto;
        padding: 10px 0;
        width: 35%;
    }
    .portfolio-images-wrapper {
        width: 100%;
    }
    .team-content-wrapper .tg-column-3,
    .service-content-wrapper .tg-column-3,
    .blog-content-wrapper .tg-column-3,
    .contact-form-wrapper .tg-column-2 {
        width: 80%;
    }
    .blog-content-wrapper .tg-column-3 {
        box-shadow: 0 0 4px #cccccc;
    }
    .widget_contact_block .tg-column-wrapper {
        margin-left: 0;
    }
    .section-wrapper {
        padding: 50px 0;
    }
    .home #main {
        margin-top: 0;
    }
    .footer-with-widget .copyright span.copyright-text {
        float: none;
        display: block;
        text-align: center;
    }
    .footer-nav {
        display: block;
        float: none;
        margin: 0;
        text-align: center;
    }
    .footer-nav li {
        display: inline-block;
        float: none;
    }
    #bottom-footer {
        padding: 20px 0 10px;
    }
    .search-icon i,
    .search-icon {
        line-height: 50px;
    }
    .menu-toggle {
        margin: 10px;
    }
    .home .header-wrapper.transparent,
    .home .header-wrapper.transparent.non-stick {
        padding: 5px 0;
    }
    .slider-wrapper .bx-controls {
        display: none;
    }
    .search-box .close, .login-box .close, .eshopcarti_widget .close {
        font-size: 70px;
        top: 0;
    }
    .show-both #header-text {
        margin-left: 0;
    }
	
	.ark_user_link{
		margin:10px;
	}
	
	#site-navigation, .home-search {
		float: left;
	}
}


/* Landscape phones and down */

@media (max-width: 480px) {
    .main-title::before,
    .main-title::after {
        left: -30px;
        width: 20px;
    }
    .main-title::after {
        left: auto;
        right: -30px;
    }
    .sub-title {
        font-size: 14px;
        line-height: 20px;
    }
    .section-title-wrapper {
        margin-bottom: 50px;
    }
    .service-content-wrapper .tg-column-3,
    .blog-content-wrapper .tg-column-3,
    .team-content-wrapper .tg-column-3,
    .team-img-wrapper img,
    .blog-content-wrapper img {
        width: 100%;
    }
    .cta-text-btn {
        width: 50%;
    }
    #site-navigation .menu li:first-child,
    #site-navigation .menu li,
    .header-wrapper.stick #site-navigation .menu li {
        margin-left: 15px;
        width: 96%;
    }
    .caption-title span::after,
    .caption-title span::before,
    .caption-title::before,
    .caption-title::after {
        display: none;
    }
    .caption-title {
        border: medium none;
        font-size: 14px;
        line-height: 8px;
        width: 100%;
    }
    .blog-hover-link a {
        height: 60px;
        line-height: 60px;
        margin-left: 14px;
        width: 60px;
    }
    .search-box .search-field{
        border: medium none;
        float: left;
        font-size: 22px;
        height: 40px;
        padding: 0 20px;
        width: 75%;
    }
    .search-box .searchsubmit{
        font-size: 14px;
        height: 40px;
        line-height: 20px;
        width: 40px;
    }
    .num-404 {
        font-size: 130px;
        line-height: 130px;
    }
    #colophon.footer-layout-two .footer-nav li a::before {
        color: #ffffff;
        font-size: 35px;
        padding: 30px 5px 0;
    }
    .team-content-wrapper .tg-column-3,
    .service-content-wrapper .tg-column-3,
    .contact-form-wrapper .tg-column-2,
    .blog-content-wrapper .tg-column-3 {
        width: 100%;
    }
    .cta-text-style-2 .cta-text-btn {
        width: 50%;
    }
    #masthead .header-wrapper .logo img {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	.home.transparent .header-wrapper,
	.home.non-transparent .header-wrapper {
		padding: 3px 0;
		opacity:1;
		background:#333;
	}
	
	.slider-wrapper{
		margin-top:100px;
	}
	
	.login-box .loginform .input {
        font-size: 20px;
        height: 40px;
        padding: 0 20px;
    }
	/*	
	.tml .tml-action-links li {
		margin: 0;
		padding: 0;
	}
	*/
	.login-box .loginform .tml-action-links a, .login-box .loginform .tml-action-links a:visited, .shopping-box a.button, .shopping-box a.button:visited, #top-footer .shopping-box a.button, #top-footer .shopping-box a.button:visited {
		margin: 5px;
	}
	
	.login-box .loginform .tml-submit-wrap input {
		height: 50px;
	}
	
	.login-box .tml input, .login-box .tml textarea, .login-box .tml select {
		margin: 5px 0;
	}
	
	.non-transparent .slider-wrapper .bxslider{
		margin-top: 0px;
	}
}


/* removing the search results title */

.search .page-header {
    display: none;
}

.mfp-bg { z-index: 10042 !important; }
.mfp-wrap { z-index: 10043 !important; }


/************************************************************************************
Pagination
************************************************************************************/
.pagination{ padding:0; display:inline-block;font-weight:bold; font-family: Baron, Arial, sans-serif;  }
.pagination span, .pagination a{display:inline-block; margin:2px 2px 2px 0; padding:6px 9px 5px 9px; text-decoration:none; width:auto; color:#FFF; background:#333333;}
.pagination a:hover{background:#dd3333; color:#FFF}
.pagination a, .pagination a:visited{color:#FFF;}
.pagination .current{ background:#dd3333; color:#FFF;}

/*--------- Avatar -------------*/

#wpua-edit-attachment-existing{ display:none; }
#wpua-remove-button-existing, #wpua-undo-button-existing{ display:inline-block; }

.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip { z-index : 10; }

/*------------- jQuery Accordion -----------------------*/
.ui-accordion .ui-accordion-header{ font-size:28px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 
    border: 1px solid #186ea6;
    background: #c7e4f7;
}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: inherit; font-size: inherit; }
.ui-widget-content{ color : inherit; }

#user_pledge{ margin-bottom:20px; }

.profil_state input, .profil_state select, .shipstate_kickstarter input, .shipstate_kickstarter select{ width: 45%; } 

.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip { z-index : 10; }

td.jqplot-table-legend {
   line-height: 14px;
    padding: 5px;
}

.StripeElement, #cardholder-name {

    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
	margin:10px auto;
	max-width:600px;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

#card-errors {
    color: #fa755a;
}