/*font*/
@import url('//fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i');
/* end font */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {color: #000; background: #ff0;}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
::selection {
    background-color: #2d2d2d;
    color: #ffffff;
}
::-moz-selection {
    background-color: #2d2d2d;
    color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a:link, a:active, a:visited {
    font-family: 'Raleway', sans-serif;
    font-size:14px;
    color: #2d2d2d;
    text-decoration:underline;
}
body .widget-article a:hover,
body .widget-article a:focus {
    color: rgba(0, 0, 0, 0.7);
}
img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: "Raleway",sans-serif;
  font-weight: 400;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p {
  color: #555555;
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 20px;
  padding-bottom: 0;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}
ul li, ol li {
  color: #555555;
  font-size: 14px;
  line-height: 26px;
}
table {
  max-width: 100%;
  table-layout: inherit;
    margin-bottom: 20px;
}
table th {
  font-size: 14px;
  font-weight: 600;
}
table, th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align:left;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background: #e45f64 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: auto;
    padding: 10px 25px;
    transition: all 300ms ease 0s;
}
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: none  #393a3a;
	color:#fff;
}
body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #BFBFBF none repeat scroll 0 0;
    border: medium none;
    color: #666;
}
/*form element desgin*/

.form-row {
    margin: 15px 0;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #cecece;
    box-sizing: border-box;
    height: 35px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
}
select,
.registration-form select {
    width: 350px;
}
textarea {
    height: 150px;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
/*layout*/
.page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
}
.page-content > .v-split-container > .v-split .widget,
.page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}
.page-content > .v-split-container > .v-split .widget.widget-snippet,
.page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.auto-page .page-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* =============================================== HADDER DESIGN ===============================================*/

body > .header::before {
  background-color: #2d2d2d;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.main-nav .nav-wrapper.horizontal a {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  padding: 15px 20px;
  text-transform: uppercase;
  text-decoration:none;
  color: rgba(0,0,0,1);
}
.main-nav .horizontal .navigation-item.active > a,
.main-nav .nav-wrapper.horizontal a:hover {
  color: rgba(0,0,0,0.7);
}
.main-nav .nav-wrapper.horizontal a:active {
  color: rgba(0,0,0,0.7);
}
.main-nav .horizontal .navigation-item.last a {
    padding-right: 0;
}
#wi-5AC807A8-C7AB-45A1-81E8-BCF97CF5C5F3 {
  bottom: auto;
  height: 67px;
  left:auto;
  right: 0;
  top: 13px;
  width: 274px;

}
.main-nav .nav-wrapper.horizontal {
  text-align: right;
}
.main-nav .nav-wrapper.horizontal .first a {
    padding-left: 0;
}
.main-nav .navigation-item-6.navigation-item.et_ecommerce_navigation.last a:last-child {
  padding-right: 0;
}
/* ================================================ BODY DESIGN ================================================*/

/*start:slider*/
div.jssor-slider-container .container,
div.jssor-slider-container {
    height: 298px;
}

.jssor-slider-container .container [u="caption"] {
  left: 0 !important;
  position: absolute;
  top: 71% !important;
  width: 100% !important;
}

.description.jssor-caption-1 {
  background:rgba(59,59,60,.7);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 14px 0 14px 195px;
}

div.jssor-slider-container .container [u="caption"] {
  height: auto;
}
div.jssor-slider-container .jssora20l {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-left: 745px;
  margin-top: 106px;
}
div.jssor-slider-container .jssora20r {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-right: 139px;
  margin-top: 106px;
}
.jssor-slider-container .jssora20l::before {
  color: #ffffff;
  content: "\f104";
  font-family: fontawesome;
  font-size: 17px;

}
.jssor-slider-container .jssora20r::before {
  color: #ffffff;
  content: "\f105";
  font-family: fontawesome;
  font-size: 17px;

}
div.jssor-slider-container .slide {
  display:none;
}
div.jssor-slider-container[jssor-slider="true"] .slide  {
  display:block;
}
/*end:slider*/

/*-----------------home-blog------------------*/
#spltr-CA9AF0AC-BA39-4D27-B37A-157C27669616 {
    padding-bottom: 60px;
    padding-top: 100px;
}


/*.snippet-home-blog .container .row .col-md-3:first-child {
  padding-left: 0;
}
.snippet-home-blog .container .row .col-md-3:last-child {
  padding-right: 0;
}
.snippet-home-blog .col-md-3 h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  padding-top: 35px;
}
.snippet-home-blog .col-md-3 p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding-bottom: 25px;
  padding-top: 20px;
}
.snippet-home-blog button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid;
  padding: 10px 12px;
}
.snippet-home-blog button a {
  color: #000000;
  font-size: 13px;
  line-height: 22px;
}

.snippet-home-blog button a:hover {
  background:#00000;
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
}
.snippet-home-blog button a::after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 16px;
  line-height: 22px;
  margin-left: 12px;
}
body .snippet-home-blog .col-md-3 > button:hover {
  background: #000 none repeat scroll 0 0;
}
*/

/*
.snippet-home-mid-banner .col-md-7 {
  padding: 63px 0;
  padding-left:0;
}
.snippet-home-mid-banner .col-md-7 h2 {
  color: #d8d8d7;
  font-size: 29px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  padding: 0;
}
.snippet-home-mid-banner .col-md-7 h1 {
  color: #fff;
  font-size: 37px;
  font-weight: 400;
  line-height: 42px;
}
.snippet-home-mid-banner .col-md-7 > p {
  color: #d8d8d7;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding-top: 20px;
}

.snippet-home-mid-banner .col-md-7 > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  margin-top: 35px;
   padding: 10px 12px;
}
.snippet-home-mid-banner .col-md-7 > button a {
  color: #d8d8d7;
}
.snippet-home-mid-banner .col-md-7 > button a:hover{
	background:#ffffff;
	color:000000;
}
.snippet-home-mid-banner button a::after {
  content: "\f105 ";
  font-family: fontawesome;
  font-size: 16px;
  line-height: 22px;
  margin-left: 12px;
}
*/

/* =============================================== FOOTER DESIGN ===============================================*/



body > .footer {
  background: #002235 none repeat scroll 0 0;
}

.footer-nav .horizontal .navigation-item a {
    color: #bbbbbb;
    font-size: 13px;
    font-weight:600;
    padding: 5px;
    text-transform: uppercase;
	text-decoration:none;	
}
.footer-nav .horizontal .navigation-item a:hover,.footer-nav .horizontal .navigation-item a:focus {
   color: rgba(255,255,255,0.6);
}
.footer-nav .horizontal .navigation-item a:active {
   color: rgba(255,255,255,0.6);
}

.footer .nav-wrapper.horizontal {
  text-align: center;
}

.footer-nav .horizontal > .navigation-item a::after {
  content: "/";
  margin-left:7px;
  color:#fff;
}
.footer-nav .horizontal > .navigation-item:last-child a::after {
  content: "";
  margin: 0;
}
.copy-right {
    color: #bbbbbb;
    font-size: 13px;
    text-align: center;
}
.article-item .copy-right {
  margin: 0;
  padding: 0;
}
.footer .copy-right > a {
    color: #bbbbbb;
    font-size: 13px;
	text-decoration:none;	
}
.footer .copy-right > a:hover,.footer .copy-right > a:focus {
   color: rgba(255,255,255,0.8);
}

body > .footer {
  background: #1c1c1c none repeat scroll 0 0;
 
}

.widget.widget-snippet .snipped-social ul li {
  margin: 7px 0;
}





/* ========= inner pages titel =========*/
#bs-18B9703F-CFAD-4B9F-9764-DEA5DE088EE0 {
    padding:100px 0;
}
div#bs-19E596D1-FFEF-4B29-89D8-49FE78891998.body-section:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:140px;
	background-color:rgba(45,45,45, 0.85);
}
div#bs-19E596D1-FFEF-4B29-89D8-49FE78891998.body-section {
  background-image:url(/template/4990c544/images/header-pattern.jpg);
  background-repeat:repeat-x;
  height: 140px;
  position:relative;
}
.widget.widget-pageHeading h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding: 47px;
    text-align: center;
    text-transform: capitalize;
}
.widget.widget-pageHeading h1::after {
  background-color: #fff;
  bottom: 40px;
  content: "";
  height: 1px;
  position: absolute;
  right: 570px;
  width: 33px;
}



/*gallery fic css start*/
.galleriffic-gallery-wrap .thumbs li {
  border: 2px solid #fff;
  display: inline-block;
  list-style: outside none none;
  margin:3px;
  padding: 0;
}
.galleriffic-gallery-wrap .thumbs li.selected {
  border-color:#000;
}
.gallery-pages .galleriffic-gallery-wrap .thumb {
    min-width: 160px;
}
.gallery-pages .galleriffic-gallery-wrap .thumb img {
    width: 100%;
}
.galleriffic-gallery-wrap .slideshow {
    font-size: 0;
    height: 600px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.galleriffic-content .image-wrapper {
    height: inherit;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.galleriffic-content .image-wrapper a {
    display: inline-block;
    font-size: 0;
    height: inherit;
    width:825px;
}
.galleriffic-gallery-wrap .slideshow-container img {
    max-height: 100%;
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    left: 50%;
    transform: translateX(-50%);
}
.galleriffic-gallery-wrap.alternate-layout .thumbs {
    padding: 0;
}
.galleriffic-gallery-wrap .pagination > * {
    float: left;
    height: 35px;
    line-height: 28px;
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
  margin-top: 0;
}
.galleriffic-gallery-wrap.caption-position-top .caption-container, .galleriffic-gallery-wrap.caption-position-bottom .caption-container {
  display: block;
  height: 45px;
  padding-left: 23em;
  text-align: left;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
  background: transparent none repeat scroll 0 0;
  right: 0;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::after {
  color: #000;
  content: "";
  font-family: fontawesome;
  font-size: 36px;
  height: 30px;
  left: 11px;
  position: absolute;
  right: auto;
  top: 40px;
  width: 30px;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev {
  background: transparent none repeat scroll 0 0;
  left: 0;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev::before {
  color: #000;
  content: "";
  font-family: fontawesome;
  font-size: 36px;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: 30px;
}
.galleriffic-gallery-wrap.caption-position-bottom .caption-container {
  margin-top: 15px;
}
.slideshow-container img {
    height: 100%;
    max-width: 100%;
}

/*gallery fic end*/



/* =========Contact pages css=========*/
#spltr-702228AE-2D8B-4C00-A2DE-FE72A05A9F36 ,
#spltr-D7544CC1-8F0E-49CB-825B-EAE4D9FFE2A7 {
    padding: 0 15px;
}
.widget.widget-googleMap.contact-us-add {
    margin: 0 -15px;
}

.widget-form .double-input-row > .form-row {
    margin: 0;
    padding: 5px 15px;
    width: 50%;
}
.top-mail{
	margin-bottom: 30px;
}
.widget.widget-form.contact-from > .widget-title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.top-mail a{
	font-size: 1em;
	text-decoration: none;
}
.errorlist.after .message-block {
    position: absolute;
}
.widget.contact-from {
	max-width: 715px;
	margin: 0 auto;
}
.widget.contact-from input {
    border:1px solid #222;
    box-sizing: border-box;
    color: #878787;
    font-size: 15px;
    height:45px;
    margin: 0;
    width: 100%;
}
.form-row label {
    padding: 7px 0;
    color: #000;
    font-size: 15px;
}
.widget.widget-form.contact-from > .custom-form textarea {
    border: 1px solid #222;
    box-sizing: border-box;
    color: #878787;
    font-size: 16px;
    height: 180px;
    margin: 0;
    width: 100%;
}
.widget.widget-form.contact-from .custom-form > .form-row.btn-row {
    display: inline-block;
    width: 100%;
}
.widget.widget-form.contact-from .custom-form .form-row.btn-row > label {
    display: none;
}
.widget.widget-form.contact-from .custom-form .form-row.btn-row > .submit-button {
	background: #1c1c1c none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    height: 42px;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}
.widget.widget-form.contact-from .custom-form .form-row.btn-row > .submit-button:hover {
    background: #000 none repeat scroll 0 0;
}
.double-input-row.mandatory label::after, .form-row.mandatory label::after {
    color: #ff0000;
    content: " *";
    font-size: 18px;
    font-weight: 700;
}

/*====================== 404 page ======================*/
.page_404 {
    margin: 100px 0;
    text-align: center;
}
.page_404 .ops {
    color:#0079C7;
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
}
.page_404 .ops .big_font {
    font-size: 104px;
    margin-right: -17px;
    color:#000;
}
.page_404 .big {
    color: #000;
    font-size: 104px;
    margin-left: -19px;
}
.page_404 .error {
    font-size: 36px;
}
.page_404 p {
    color: #a7adba;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 20px;
    text-align: center;
}


/*-------------chaild menu------------*/

div.main-nav .navigation-item .navigation-item-child-container .navigation-item a {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding: 15px 5px;
  position: relative;
  text-align: left;
}
.main-nav .navigation-item .navigation-item-child-container {
  background: rgba(0, 0, 0, 0) url("../../images/site/light-white-colo.png") repeat scroll left top;
  box-shadow: 0 2px 3px 1px;
  left: 24px;
  position: absolute;
  top: 43px;
  width: 250px;
  z-index: 10000;
}
.main-nav .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
  left: 250px;
  position: absolute;
  top: 0;
  width: 250px;
}
#webcommander-page  .aenean > h1{
	color:#2d2d2d;	
}
#webcommander-page .widget-snippet .aenean p {
    font-size: 15px;
    line-height: 24px;
}
.snippet-home-blog a.link,.snippet-contact-us-info > a{
	text-decoration:none;	
}

/*----------------------*/
.widget-navigation .menu-button em {
  background-color: #000;
  display: block;
  height: 2px;
  margin: 6px 0 5px 3px;
  transition: all 200ms ease 0s;
  width: 26px;
}
