/*
Theme Name: decoy
Theme URI: http://entiri.com
Description: Wordpress responsive website template
Author: entiri.com
Author URI: http://entiri.com
Version: 2.5
Tags: white, translation-ready, rtl-language-support, editor-style
License:
License URI:
*/
/* -------------------------------------------------------- */
/* Base */
/* -------------------------------------------------------- */

::-moz-selection { background: #353648; color: #ffffff; text-shadow: none; }
::selection { background: #353648; color: #ffffff; text-shadow: none; }
:focus { outline-color: transparent!important; outline-style: none!important; }

html {
  overflow-y:scroll;
  background:#ffffff; 
}

body {
  margin: 0;
  padding: 0;         
  padding-top:91px;             
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 24px;
  color:#8c9aaa;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; 
  cursor:default;
  overflow:hidden;
}
body.has-info-bar {
  padding-top: 136px;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Philosopher', sans-serif;
  font-weight:300; 
  color:#353648;
  line-height:1.6em;    
  margin:0px!important;
  margin-bottom:10px!important;
  padding:0px;
  clear:both;
}

h1 {
  font-size:38px;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size:30px;
  color:#c8cfd7;
}
h4.panel-title {
  font-size: 16px!important;
}
.input-checkbox {
  position: absolute;
}
.cleaner {
  clear: both;
}
.align-left {
  text-align: left;
}
.align-center, .aligncenter {
  text-align: center;
}
.align-right {
  text-align: right;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.gallery-caption {
  font-style: italic;
}
.banner-block h3 {
  margin-bottom: 0!important;
}
.fade {
  opacity: 1;
}
.panel-group .panel-heading h4 a {
  font-size: 13px!important;
}
.vc_row-fluid {
  width: auto!important;
}
.col-md-9 .vc_row-fluid > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.modal {
  z-index: 9999;
}
.h2-container{
  position:relative;
  text-align:center;
  margin:0px;
  padding:0px;
  height: 60px;
}

.h2-container h2{
  position:relative;
  font-size:34px;
  color:#c8cfd7;
  background:#ffffff;
  display:inline;
  padding-left:20px;
  padding-right:20px; 
  z-index:20; 
}

.h2-container .h2-line{
  position:absolute;
  top:30px;
  left:0px;
  height:1px;
  width:100%;
  background:#c8cfd7;
  z-index:1;
}
.h2-container.style3 .h2-line {
  top: 28px;
  height: 4px;
  background: transparent;
  border-top:1px solid #c8cfd7;
  border-bottom:1px solid #c8cfd7;
}
.h2-container.style3 .h2-line-left, .h2-container.style3 .h2-line-right,.h2-container.style4 .h2-line-left, .h2-container.style4 .h2-line-right,
.h2-container.style5 .h2-line-left, .h2-container.style5 .h2-line-right,.h2-container.style6 .h2-line-left, .h2-container.style6 .h2-line-right,
.h2-container.style7 .h2-line-left, .h2-container.style7 .h2-line-right,.h2-container.style8 .h2-line-left, .h2-container.style8 .h2-line-right {
  display: none;
}
.h2-container.style4 .h2-line {
  top: 28px;
  height: 4px;
  background: url(img/divider4.png) 0 0 repeat-x;
}
.h2-container.style5 .h2-line {
  top: 28px;
  height: 4px;
  background: url(img/divider5.png) 0 0 repeat-x;
}
.h2-container.style6 .h2-line {
  top: 30px;
  height: 1px;
  background: url(img/divider6.png) 0 0 repeat-x;
}
.h2-container.style7 .h2-line {
  top: 30px;
  height: 1px;
  background: url(img/divider7.png) 0 0 repeat-x;
}
.h2-container.style8 .h2-line {
  top: 30px;
  height: 1px;
  background: url(img/divider8.png) 0 0 repeat-x;
}
.h2-container .h2-line-left{
  position:absolute;
  display:block;
  top:20px;
  left:0px;
  height:20px;
  border-left:1px solid #c8cfd7;
}
.h2-container.style2 .h2-line-left, .h2-container.style2 .h2-line-right {
  width: 10px;
  height: 10px;
  border: 1px solid #c8cfd7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  top: 25px;
  z-index: 10;
}
.h2-container .h2-line-right{
  position:absolute;
  display:block;
  top:20px;
  right:0px;
  height:20px;
  border-right:1px solid #c8cfd7;
}

h3 {
  font-size:24px;
  font-weight:400; 
  font-weight:500; 
}

h4 {
  font-size:22px;
  font-weight:400; 
}

h5 {
  font-family: 'Open Sans', sans-serif;
  font-size:15px;
  text-transform:uppercase;
  font-weight:400; 
}    

h6 {
  font-family: 'Open Sans', sans-serif;
  font-size:17px;
}    

hr {
  background:#e9ecef;
  height:1px;
  margin:30px 0px;
  border:0px;
}

p {
  margin:0px 0px 25px 0px !important;
} 

ul {
  padding:0px;
}

article ul, .blog-container ul {
  padding-left: 20px;
}
.pagination ul {
  list-style-type: none;	
}
.pagination li {
  float: left;
  margin: 0 5px;
}
select {
  font-family: 'Open Sans', sans-serif;
  color:#646c78;
  height:36px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color:#8c9aaa;
}

blockquote {   
  position:relative;   
  font-size:16px;
  font-style:italic;  
  color:#8c9aaa;
  padding:0px 20px;
  border-left:5px solid #e3e7eb; 
  clear:both;
}

a {
  color:#54cde7;
  text-decoration:none;
  background: transparent;
}

a:hover {
  color:#38bbd7;
  text-decoration:none;
}

img {
  max-width:100%;
  height: auto;
}
.navbar {
  margin-bottom: 0;
}

/* -------------------------------------------------------- */
/* Main Classes */
/* -------------------------------------------------------- */

.animation {
  
  visibility: hidden;
  
}
.white {
  color:#ffffff;
}

.bold {
  font-weight:bold;
}

.strong {
  font-weight:bold;
}

.normal {
  font-weight:normal;
}

.space5 {
  height:5px;
  clear:both;
}

.space10 {
  height:10px;
  clear:both;
}

.space15 {
  height:15px;
  clear:both;
}

.space20 {
  height:20px;
  clear:both;
}

.space25 {
  height:25px;
  clear:both;
}

.space30 {
  height:30px;
  clear:both;
}

.space40 {
  height:40px;
  clear:both;
}

.space50 {
  height:50px;
  clear:both;
}

.space60 {
  height:60px;
  clear:both;
}

.space70 {
  height:70px;
  clear:both;
}

.space80 {
  height:80px;
  clear:both;
}

.space90 {
  height:90px;
  clear:both;
}

.space100 {
  height:100px;
  clear:both;
}

.space110 {
  height:110px;
  clear:both;
}
.space125 {
  height:110px;
  clear:both;
}

.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}
      
.f-left {
  float:left !important;
}

.f-right {
  float:right;
}
     
.p-t-0{
  padding-top:0px;
}

.pos-r {
  position:relative;
}

.c-b {
  clear:both;
}

.o-h {
  overflow:hidden;
}
.full-width-row, .container  {
  position: relative;
}
.full-width-row .portfolio .col-sm-3,.full-width-row .portfolio .col-sm-4, .full-width-row .portfolio .col-sm-6 {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
}
.full-width-row .portfolio .col-md-4 {

}
.full-width-row .portfolio .project {
  margin-top: 0!important;
}
.full-width-row #portfolio-filter {
  margin-bottom: 20px;
}
.vc-carousel {
  max-width: 100%;
}
.upb_video-bg {
  position: absolute;
  width: 100%!important;
}
.upb_video-bg iframe {
  width: 100%!important;
}
/* -------------------------------------------------------- */
/* Header */
/* -------------------------------------------------------- */
.header-wrapper {
  position: relative;
}
.info-bar {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  border-bottom: 1px solid #eee;
  color: #78818B;
  font-size: 13px;
  transition: all 0.3s ease-out 0s;
  background: #fafafd;
}
.info-bar .box {
  padding: 15px 22px;
  border-right: 1px solid #ebebf1;
  float: left;
}
.info-bar .box:hover {
  background: #fff;
}
.info-bar a {
  color: #78818B;
  font-size: 13px;
}
.info-bar .phone-email {
  border-left: 1px solid #ebebf1;
}
.info-bar .phone-email i {
  margin-right: 0px;
}
.info-bar .right-bar {
  border-left: 1px solid #ebebf1;
}
.social-header-divider {
  color: #eee;
}
.navbar-move .info-bar {
  /*display: none; */
  height: 0;
  overflow: hidden;
  padding: 0;
}
.info-bar a.social-icon-main i {
  font-size: 20px;
}
.header{
  background:#ffffff;
}

.logo{
  width:127px;
  padding-top:21px;
}

.triangle{
  position:absolute;
  width:auto;
  margin-left:-35px;
}

/* Navigation NEW */
.admin-bar .navbar-fixed-top {
  top: 32px;
}
.navbar {
  font-size:13px;
  width:100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.navbar .nav, .navbar .nav > ul {
  border:0px;
  margin:0px;
  float:right;
  list-style-type: none;
}
.navbar-nav > ul > li {
	float: left;	
}
.navbar-inner {
  box-shadow: none !important;
  transition: all 0.3s ease-out 0s;
  border-bottom: none !important; 
  background-color: transparent;
  background-image: none !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 0px solid #d4d4d4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
  background: #FFFFFF; 
  background: rgba(255, 255, 255, 1);
  min-height:91px;
  box-shadow: 5px 5px 3px;
}

.navbar-fixed-top {
  position: fixed;
}

.navbar .nav > li > a, .navbar .nav > ul > li > a {
  position:relative;
  line-height:35px;
  color: #8c9aaa !important;
  text-shadow: none; 
  padding:28px 20px 28px 20px;
  text-transform: uppercase;
  display:block;
}

.navbar .nav > li:hover > a, .navbar .nav > ul > li:hover > a {
  color: #ffffff !important;
  
}

.navbar .nav > li.current-menu-item > a, .navbar .nav > ul > li.current-menu-item > a {
  color: #54cde7 !important;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}

.navbar .nav > li.current-menu-item > a:hover, .navbar .nav > ul > li.current-menu-item > a:hover {
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  color: #ffffff !important;
}

  .navbar .nav > li > ul, .navbar .nav > ul > li > ul {
    display:none;
    z-index:999;
    list-style-type:none;
    margin:0px; 
    padding:6px 0px 6px 0px; 
    background:#fff;
    color: #8c99aa;
    position:relative;
    border:0px;
    border-radius:0px;
    
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15); 
  }     
  .navbar .nav > li > ul ul, .navbar .nav > ul > li > ul ul {
    display: none!important;
    position: absolute;
    left: 200px;
    top: -10px;
    padding:6px 0px 6px 0px; 
    background:#fff;
    color: #8c99aa;
    border:0px;
    border-radius:0px;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15); 
  }
  .navbar .nav > li > ul li:hover ul, .navbar .nav > ul > li > ul li:hover ul {
    display: block!important;
  }
   
     
  .navbar .nav li:hover ul, .navbar .nav > ul li:hover ul {
    position:absolute;
    display:block;
    list-style-type:none;
  }  
  
  .navbar .nav li ul li, .navbar .nav > ul li ul li {
    position: relative;
    font-size:13px;
    line-height:15px;
    text-align:left;
    margin:0px; 
    padding:0px;
    width:200px;
    padding-left: 15px;
    padding-right: 15px;  
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;
    transition:all 0.3s;  
  }
  .navbar .nav li ul li .fa-angle-right, .navbar .nav > ul li ul li .fa-angle-right {
    position: absolute;
    
    top: 4px;
  }
  
  .navbar .nav li ul li:last-child, .navbar .nav > ul li ul li:last-child {
     border-bottom:0px;
  }
  
  .navbar .nav li ul li a, .navbar .nav > ul li ul li a {
    color: #8c99aa;
    padding:6px 0px 6px 0px;
    margin:0px;
    display:block;
    text-decoration:none;
  }
  
  .navbar .nav li ul li:hover > a, .navbar .nav > ul li ul li:hover > a {
    color:#47485f;
  }    
  
  .navbar .nav li ul li.active a, .navbar .nav > ul li ul li.active a {
    color:#47485f !important;
  } 

  .navbar .nav li ul li.active a:hover, .navbar .nav > ul li ul li.active a:hover {
    color:#ffffff !important;
  } 


/* MegaMenu */
.navbar-inner .container {
  position: relative;
}
.ubermenu.ubermenu-loc-primary {
  width: auto;
  float: right;
  position: static;
}
.ubermenu ul.ubermenu-nav{
  position: static;
}
.ubermenu li li i.fa-angle-right { 
  position: absolute;
  color: #8c9aaa !important;
  top: 9px;
  
}
.ubermenu .ubermenu-submenu .ubermenu-column-auto {
  min-width: 190px!important;
}
.ubermenu.ubermenu-loc-primary ul.ubermenu-nav> li > ul, .ubermenu.ubermenu-loc-primary ul > ul {
  position: absolute;
  
  border: none;
  border-top: 0px solid #eee;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}


.ubermenu ul li ul ul {
  background: #fff;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15); 
  top: -19px!important;
  border: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ubermenu ul ul {
  width: 100%;
}
.ubermenu {
  background-color: transparent;
  border: none!important;
}
.ubermenu ul.ubermenu-nav> li.ubermenu-item > a {
  position:relative;
  line-height:35px;
  color: #8c9aaa !important;
  text-shadow: none; 
  padding:26px 20px 26px 20px;
  font-size: 13px;
  font-weight: normal;
  background: #fff!important;
  border: none;
}
.ubermenu ul.ubermenu-nav ul.ubermenu-submenu-drop {
  margin-top: 0px!important;
}
.ubermenu ul.ubermenu-nav> li.ubermenu-item.ubermenu-active > a span, .ubermenu ul.ubermenu-nav> li.ubermenu-item > a:hover span {
  color: #fff;
}
.ubermenu ul ul > li.ubermenu-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ubermenu ul ul > li.ubermenu-item a.ubermenu-target {
  border-bottom: none!important;
}
.ubermenu ul li.ubermenu-item ul li.ubermenu-item > a, .ubermenu ul li.ubermenu-item ul li.ubermenu-item > span {
  padding: 8px 25px 0px 20px;
}
.ubermenu ul.ubermenu-nav li.ubermenu-item li.ubermenu-item > a:after, 
.ubermenu ul.ubermenu-nav li.ubermenu-item > a:after, .ubermenu ul.ubermenu-nav li.ubermenu-item > a:after, 
.ubermenu ul.ubermenu-nav li.ubermenu-item li > span:after, 
.ubermenu ul.ubermenu-nav li.ubermenu-item > span.um-anchoremulator:after, 
.ubermenu ul.ubermenu-nav li.ubermenu-item > span.um-anchoremulator:after {
  display: none;
}
.ubermenu ul.ubermenu-nav> li.menu-item:hover > a, .ubermenu ul.ubermenu-nav> li.menu-item > a:hover, 
.ubermenu ul.ubermenu-nav> li.menu-item.megaHover > a, .ubermenu ul.ubermenu-nav> li.menu-item:hover > span.um-anchoremulator, 
.ubermenu ul.ubermenu-nav> li.menu-item > span.um-anchoremulator:hover, 
.ubermenu ul.ubermenu-nav> li.menu-item.megaHover > span.um-anchoremulator {
  color: #ffffff;
  background: #47485f;
}
.ubermenu ul.ubermenu-nav> li.menu-item > a span.wpmega-link-title, .ubermenu ul.ubermenu-nav> li.menu-item > span.um-anchoremulator span.wpmega-link-title {
  text-transform: none;
  font-weight: 400;
  text-transform: uppercase;
}
.ubermenu ul li.menu-item.ss-nav-menu-reg ul.sub-menu-1, .ubermenu ul li.menu-item.ss-nav-menu-reg ul.sub-menu ul.sub-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ubermenu ul.ubermenu-nav> li.menu-item > a span.wpmega-link-title:hover, .ubermenu ul.ubermenu-nav> li.menu-item > span.um-anchoremulator span.wpmega-link-title:hover {
  
}
.ubermenu ul.ubermenu-navli.menu-item > a span:hover, .ubermenu ul.ubermenu-navli.menu-item > span.um-anchoremulator span:hover {
  
}
.ubermenu ul.ubermenu-navli.current-menu-item > a span, .ubermenu ul.ubermenu-navli.current-menu-item > span.um-anchoremulator span {
  /*color: #A0ACBA!important;*/
}

.ubermenu ul li.menu-item.ss-nav-menu-mega ul li.menu-item.ss-nav-menu-item-depth-1 {
  padding: 5px 27px;
}
.ubermenu .ubermenuToggle {
  margin-top: 25px;
}
.ubermenu .ubermenuToggle .megaMenuToggle-icon {
  margin-top: -3px;
}

/* generated */

.ubermenu {
  border:none;
  border-bottom:;
  background-color:transparent;
  background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background:-webkit-linear-gradient(top,transparent,transparent);
  background:-moz-linear-gradient(top,transparent,transparent);
  background:-ms-linear-gradient(top,transparent,transparent);
  background:-o-linear-gradient(top,transparent,transparent);
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.ubermenu ul.ubermenu-nav> li.menu-item > a, .ubermenu ul.ubermenu-nav> li.menu-item > span.um-anchoremulator {
  font-size:12px;
  color:#333333;
  padding:12px 15px;
  font-weight:normal;
}
.ubermenu.megaMenuHorizontal ul.ubermenu-nav> li.menu-item:first-child > a {
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  text-transform: uppercase;
}
.ubermenu.megaMenuHorizontal ul.ubermenu-nav> li.menu-item > a, .ubermenu.megaMenuHorizontal ul.ubermenu-nav> li.menu-item > span.um-anchoremulator {
  border-left:none;
  -webkit-box-shadow:inset 0px 0px 0px 0px rgba(255,255,255,1);
  -moz-box-shadow:inset 0px 0px 0px 0px rgba(255,255,255,1);
  box-shadow:inset 0px 0px 0px 0px rgba(255,255,255,1);
}


.ubermenu.megaMenuVertical ul.ubermenu-nav> li.menu-item > a, .ubermenu.megaMenuVertical ul.ubermenu-nav> li.menu-item > span.um-anchoremulator {
  border-top:1px solid transparent;
  -webkit-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1);
  -moz-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1);
  box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1);
}
.ubermenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a, .ubermenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator, .ubermenu ul li.menu-item.mega-with-sub > a, .ubermenu ul li.menu-item.mega-with-sub > span.um-anchoremulator, .ubermenu ul li.menu-item.ss-nav-menu-mega > a, .ubermenu ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator { padding-right:20px; }
.ubermenu ul.ubermenu-nav> li.menu-item > a span.wpmega-link-title, .ubermenu ul.ubermenu-nav> li.menu-item > span.um-anchoremulator span.wpmega-link-title {
  text-transform: uppercase;
  text-shadow:0 -1px 1px transparent;
}
.ubermenu ul.ubermenu-nav> li.menu-item:hover > a, .ubermenu ul.ubermenu-nav> li.menu-item > a:hover, .ubermenu ul.ubermenu-nav> li.menu-item.megaHover > a, .ubermenu ul.ubermenu-nav> li.menu-item:hover > span.um-anchoremulator, .ubermenu ul.ubermenu-nav> li.menu-item > span.um-anchoremulator:hover, .ubermenu ul.ubermenu-nav> li.menu-item.megaHover > span.um-anchoremulator {
  color:#fff !important;
  border-bottom-color:transparent !important;
  background: #47485f;
}
.ubermenu ul.ubermenu-nav> li.menu-item:hover > a span.wpmega-link-title, .ubermenu ul.ubermenu-nav> li.menu-item:hover > span.um-anchoremulator span.wpmega-link-title, .ubermenu ul.ubermenu-nav> li.menu-item > a:hover span.wpmega-link-title, .ubermenu ul.ubermenu-nav> li.menu-item > span.um-anchoremulator:hover span.wpmega-link-title, .ubermenu ul.ubermenu-nav> li.menu-item.megaHover > a span.wpmega-link-title, .ubermenu ul.ubermenu-nav> li.menu-item.megaHover > span.um-anchoremulator span.wpmega-link-title { text-shadow:0 -1px 1px transparent; }
.ubermenu ul.ubermenu-nav> li.menu-item.current-menu-item > a, .ubermenu ul.ubermenu-nav> li.menu-item.current-menu-parent > a, .ubermenu ul.ubermenu-nav> li.menu-item.current-menu-ancestor > a { color:#000000; }
.ubermenu ul.ubermenu-nav> li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, .ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-reg ul.sub-menu {
  border-color:transparent;
  color:#ffffff;
  text-shadow:0px 1px 1px transparent;
  -webkit-box-shadow:1px 1px 1px transparent;
  -moz-box-shadow:1px 1px 1px transparent;
  box-shadow:1px 1px 1px transparent;
  background-color:#444444;
  background:-webkit-gradient(linear,left top,left bottom,from(#444444),to(#444444));
  background:-webkit-linear-gradient(top,#444444,#444444);
  background:-moz-linear-gradient(top,#444444,#444444);
  background:-ms-linear-gradient(top,#444444,#444444);
  background:-o-linear-gradient(top,#444444,#444444);
}
.ubermenu ul.ubermenu-navul.sub-menu .wpmega-postlist a { color:#ffffff; }
.ubermenu.megaMenuHorizontal ul.ubermenu-nav> li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, .ubermenu.megaMenuHorizontal ul.ubermenu-navli.menu-item.ss-nav-menu-reg > ul.sub-menu { border-top:; }
.ubermenu ul.ubermenu-nav> li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 > li.menu-item { min-width:100px; }
.ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > a, .ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a, .ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a, .ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > span.um-anchoremulator, .ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator, .ubermenu ul.ubermenu-nav.wpmega-widgetarea h2.widgettitle {
  color:#8c99aa;
  font-size:12px;
  font-weight:bold;
  text-shadow:0px 1px 1px transparent;
  padding-bottom:.4em;
  border-bottom:1px solid transparent;
  margin-bottom:.6em;
}
.ubermenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a { color:#dd3333; }
.ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > a, .ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > span.um-anchoremulator, .ubermenu ul.ubermenu-navul.sub-menu li.menu-item > a, .ubermenu ul.ubermenu-navul.sub-menu li.menu-item > span.um-anchoremulator {
  color:#8c99aa;
  font-size:12px;
  text-shadow:0px 1px 1px transparent;
  background-color:transparent;
}
.ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a:hover, .ubermenu ul.ubermenu-navul.sub-menu > li.menu-item:hover > a, .ubermenu ul.ubermenu-navul.sub-menu > li.current-menu-item > a span {
  
  background-color:transparent;
}
.ubermenu ul.ubermenu-navul.sub-menu > li.current-menu-item > a span, .ubermenu ul.ubermenu-navul.sub-menu > li > a span:hover {
  color:#47485f!important;
}
.ubermenu ul.ubermenu-nav> li.menu-item > .wpmega-nonlink > form#searchform { padding-top:2px; }
.ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-highlight > a, .ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-highlight > span.um-anchoremulator { color:#a0acba !important; }
.ubermenu .ss-nav-menu-with-img > a > .wpmega-link-title, .ubermenu .ss-nav-menu-with-img > a > .wpmega-link-description, .ubermenu .ss-nav-menu-with-img > a > .wpmega-item-description, .ubermenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-title, .ubermenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-description, .ubermenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-item-description { padding-left:45px; }
.ss-nav-menu-with-img { min-height:40px; }
.ubermenu ul.ubermenu-navli.menu-item a span.wpmega-item-description, .ubermenu ul.ubermenu-navli.menu-item span.um-anchoremulator span.wpmega-item-description {
  font-size:9px;
  line-height:1.4em;
  color:#bbbbbb;
  text-transform:none;
}
.ubermenu ul.ubermenu-navli.menu-item.mega-with-sub > a:after, .ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-mega > a:after, .ubermenu ul.ubermenu-navli.menu-item.mega-with-sub > span.um-anchoremulator:after, .ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after { border-top-color:transparent; }
.ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, .ubermenu ul.ubermenu-navli.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after { border-left-color:transparent; }
.ubermenu .wpmega-divider {
  border-top:1px solid transparent;
  border-bottom:1px solid rgba(255,255,255,0.05);
}
.ubermenu.megaMenuVertical > ul > li.menu-item > a, .ubermenu.megaMenuVertical > ul > li.menu-item > span.um-anchoremulator {
  background-color:transparent;
  background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background:-webkit-linear-gradient(top,transparent,transparent);
  background:-moz-linear-gradient(top,transparent,transparent);
  background:-ms-linear-gradient(top,transparent,transparent);
  background:-o-linear-gradient(top,transparent,transparent);
}
.ubermenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, .ubermenu.megaMenuVertical ul li.menu-item.mega-with-sub > a:after, .ubermenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega > a:after, .ubermenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after, .ubermenu.megaMenuVertical ul li.menu-item.mega-with-sub > span.um-anchoremulator:after, .ubermenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after { border-left-color:transparent; }
.ubermenu.megaMenuVertical ul.ubermenu-nav> li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, .ubermenu.megaMenuVertical ul.ubermenu-navli.menu-item.ss-nav-menu-reg > ul.sub-menu { border-left:; }
.ubermenu.megaMenuHorizontal ul.ubermenu-nav{ *border-bottom:none; }
.ubermenu.megaMenuVertical ul.ubermenu-nav{ *border-right:none; }
.ubermenu > ul.ubermenu-nav> li.menu-item > .wpmega-nonlink > form#searchform.ubersearch-v2 input[type="text"] {
  color:#ffffff;
  background:#666666;
}
.ubermenu > ul.ubermenu-nav> li.menu-item > .wpmega-nonlink > form#searchform.ubersearch-v2 input[type="submit"] {
  color:#ffffff;
  background:#666666;
}
.ubermenu > ul.ubermenu-nav> li.menu-item > .wpmega-nonlink > form#searchform.ubersearch-v2 input[type="submit"]:hover {
  color:#ffffff;
  background:#222222;
}
.ubermenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item {
  margin-bottom: 10px;
}


/* #######################################################################

  meanMenu
  --------
  To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
  
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  padding: 0px 0;
  top:0;
  height: 70px;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.has-info-bar.mean-container .mean-bar {
  top: 32px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #464646;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0ms ease-in; 
     -moz-transition: all 0ms ease-in;
      -ms-transition: all 0ms ease-in;
       -o-transition: all 0ms ease-in;
          transition: all 0ms ease-in;   
}
.has-info-bar.mean-container a.meanmenu-reveal {
  top: 50px;
  z-index: 9999;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #464646;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #FFF;
  margin-top: 0px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 94%;
  padding: 1em 3%;
  margin: 0;
  text-align: left;
  color: #464646;
  font-size:12px;  
  border-bottom: 1px solid #464646;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0ms ease-in; 
     -moz-transition: all 0ms ease-in;
      -ms-transition: all 0ms ease-in;
       -o-transition: all 0ms ease-in;
          transition: all 0ms ease-in;   
}

.mean-container .mean-nav ul li li a {
  width: 88%;
  padding: 1em 6%;
  border-bottom: 1px solid #464646;
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 20px;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #f4f4f4;
  color: #464646;
}

.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  height: 20px;
  border: 0px solid !important;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #FFF;
  color: #464646;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* -------------------------------------------------------- */
/* Layer Slider */
/* -------------------------------------------------------- */
        
.ls-layer * {
  font-family: Arial, Serif;
  white-space: nowrap;
  font-weight: normal;
  text-shadow: none;
}

.c {
  text-align: center;
}

.sl1, .sl2 {
  font-size: 50px;
  line-height: 100px;
  height: 100px;        
}

.sl1 {
  color: #eee;
  background: black;
  background: rgba(0,0,0,.75);
}

.sl2 {
  color: #444;
  background: white;
}

.text-a {
  font-weight: bold;
  box-shadow: -2px -2px 15px -3px black
  border-radius: 2px;
  padding: 15px 25px;
  font-size: 45px;
  color: #292b38;
  background: #54cde7;
}

.text-b {
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 60px;
  color: #54cde7;
  background: #292b38;        
}

.text-c {
  box-shadow: -2px -2px 15px -3px black
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 40px;
  color: #292b38;
  background: #54cde7;
}

.text-d {
  box-shadow: -2px -2px 10px -2px #292b38;
  border-radius: 2px;
  padding: 15px 30px 15px 30px;
  font-size: 45px;
  color: #54cde7;
  background: #292b38;
}

.text-e {
  padding: 8px 14px;
  font-size: 23px;
  color: #444f70;
  background: rgba(255,255,255,0.75);
}

/* -------------------------------------------------------- */
/* Owl Carousel carousel-top-navigation */
/* -------------------------------------------------------- */

.owl-theme .owl-controlls .owl-buttons div{
  position: absolute;
  display: inline-block;
  zoom: 1; 
 *display: inline;/*IE7 life-saver */
  width: 30px;
  height: 30px; 
  cursor: pointer;
  z-index: 100;    
  line-height:30px;
  font-size:18px;
  background:#c8cfd7;
  font-family:FontAwesome;
  font-weight:bold;
  font-style:normal;
  text-align:center;
}

.owl-theme .owl-controlls {
  position: absolute;
  top: -40px;
  right: 0;
  text-align: center;
}
     
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
       
.owl-theme .owl-controlls.clickable .owl-buttons div:hover{
  opacity: 1;
  text-decoration: none;
  background:#54cde7;
}

.owl-prev {
  right: 40px;   
}

.owl-next {
  right: 0px;
}
  
.owl-prev:before {
  content:"\f104";
  margin:0px auto;
  color:#FFFFFF;
}  

.owl-next:before {
  content:"\f105";
  margin:0px auto;
  color:#FFFFFF;
}

.owl-prev.disabled, .owl-next.disabled, .owl-prev.disabled:hover, .owl-next.disabled:hover {
  opacity:0.7;
}

/* -------------------------------------------------------- */
/* Parallax */
/* -------------------------------------------------------- */
                 
.parallax {
  width: 100%;
  height: 260px;
  padding: 0;
  margin: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;  
  color: #ffffff;
  text-transform:uppercase;
}
.parallax-slider {
  position: relative;
}
.parallax-slider .flex-1 {
  margin-top: 80px;
}

.parallax-mobile {
  background-position: 50% 0px !important; 
  background-attachment: scroll !important;
}

.parallax .parallax-text-container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  text-align:center;
}

.parallax .parallax-text-item {
  display: table-cell;
  vertical-align: middle;
}

.parallax-text-item {
  font-weight:700;
  font-size:36px;
  color:#ffffff;
  line-height:1em;  
}

.parallax h2, .parallax h3{
  font-family: 'Open Sans', sans-serif;
  color:#ffffff;
  background: transparent; 
}

.parallax h2{
  font-size:52px!important;
}

.parallax h3{
  font-size:20px;
}

#parallax-two {
  height: 400px;
}  

#parallax-three {
  height: 400px;
} 
 
/* -------------------------------------------------------- */
/* Refine Slider */
/* -------------------------------------------------------- */

ul.rs-slider {
  margin: 0 0 0px 0px;
  padding:0px;
}        

ul.rs-slider img {
  position:relative;
}
       
.rs-thumb-wrap { margin: 21px 0 0 0; }
.rs-thumb-wrap > a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  padding: 0px;
  *padding: 0;
    -moz-transition: opacity .7s ease-in-out;
    -webkit-transition: opacity .7s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    -ms-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;
}

.rs-thumb-wrap > a:hover,
.rs-thumb-wrap > a.active { opacity: 1 }
.rs-thumb-wrap > a:first-child { margin-left: 0!important; }

.rs-arrows {
  position:absolute;
  z-index:799;  
  width:100%;
  top:50%; 
  right:0px;  
}

.rs-arrows .rs-prev, .rs-arrows .rs-next {
  width: 50px; 
  height: 48px;
  display: block;
  position:absolute;
  right:30px; 
  margin-top:-25px;
  border-radius:3px;
  border:0px; 
  border-bottom:2px solid #47485f !important;
  background:#353648 !important; 
  opacity: 0.5 !important; 
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; 
}

.rs-arrows .rs-prev {
  left:30px; 
}    

.rs-arrows .rs-next {
  right:30px; 
}
    
.rs-arrows .rs-prev:hover, .rs-arrows .rs-next:hover { 
  background:#47485f !important; 
  border:0px; 
  border-bottom:2px solid #47485f !important;
  opacity: 1 !important; 
}

.rs-arrows .rs-prev i, .rs-arrows .rs-next i {
  text-indent: 0px;
  color:#ffffff;
  font-size: 20px;
  width: 47px;
  height: 50px;
  position: absolute;
  line-height: 49px;
  text-align: center;
  font-weight:400;
}

.rs-arrows .rs-next i {
  text-indent: 3px;
}
             
.rs-caption {
  padding: 20px;
  color: #ffffff;
  background: #000000;
  background: rgba(0, 0, 0, .6);
}

.rs-caption p {
  color: #ffffff;
  margin-bottom: 0;
}

/* -------------------------------------------------------- */
/* SLY Slider */
/* -------------------------------------------------------- */
       
/* Frame */

.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 50%;
}
.frame ul li {
  float: left;
  width: 327px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 0;
  color: #ddd;
  text-align: center;
  cursor: pointer;
  opacity:0.7;
}

.frame ul li.active {
  color: #fff;
  opacity:1;
}
      
/* Controls */
.controls { 
  margin: 0px 0; 
  text-align: center;
}

/* Effects */
.effects {
  height: 300px;
  line-height: 200px;
  -webkit-perspective: 1460px;
  -ms-perspective: 1460px;
  perspective: 1460px;
  -webkit-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  overflow-y: show;
}
.effects ul {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.effects ul li {
  position: relative;
  margin: 0 -20px;
  -webkit-transform: rotateY(60deg) scale(0.74);
  -ms-transform: rotateY(60deg) scale(0.74);
  transform: rotateY(60deg) scale(0.74);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
}
.effects ul li.active {
  z-index: 10;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.effects ul li.active ~ li {
  -webkit-transform: rotateY(-60deg) scale(0.74);
  -ms-transform: rotateY(-60deg) scale(0.74);
  transform: rotateY(-60deg) scale(0.74);
} 

.controls .btn {
  margin:0px;
}

.controls i {
  position:relative;
  top:2px !important;
}

.controls .next i {
  padding-left:7px !important;
  padding-right:0px !important;
}
 
/* -------------------------------------------------------- */
/* Flexlider */
/* -------------------------------------------------------- */

/* Flex-1 */

.slides li {
  display: none;
}
.flex-1 {
  margin: 0px;  
  border: 0px solid #ffffff; 
  position: relative; 
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  -o-border-radius: 0px; 
  border-radius: 0px; 
  box-shadow: 0 0px 0px #000000; 
  -webkit-box-shadow: 0 0px 0px #000000; 
  -moz-box-shadow: 0 0px 0px #000000; 
  -o-box-shadow: 0 0px 0px #000000; 
  zoom: 1;
}

.flex-1 .flex-direction-nav {
  height: 0px; 
  border: 0px;
}

.flex-1 .flex-direction-nav a {
  position: absolute;
  display: block; 
  width: 50px; 
  height: 48px; 
  background:#353648 !important; 
  margin: 0px 0px 0px 0px; 
  padding-bottom:0px;
  top: -40px;  
  z-index: 10; 
  cursor: pointer; 
  font-size:0px; 
  text-indent: -2500px; 
  opacity: 0.5; 
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

.flex-1 .flex-direction-nav .flex-prev,
.flex-1 .flex-direction-nav .flex-next {
  text-indent: 0px;
  position:absolute;
  top:50%;
  right:30px;
  margin-top:-25px;
  border:0px;
  border-radius:3px;
}

.flex-1 .flex-direction-nav .flex-prev {
  left:30px;
}

.flex-1 .flex-direction-nav .flex-next i, .flex-1 .flex-direction-nav .flex-prev i { 
  text-indent: 0px;
  color:#ffffff; 
  font-size: 20px;
  width: 47px;
  height: 50px;
  position: absolute;
  line-height: 49px;
  text-align: center;
  font-weight:400;
}

.flex-1 .flex-direction-nav .flex-next i { 
  text-indent: 3px;
}

.flex-1 .flex-direction-nav .flex-prev:hover,
.flex-1 .flex-direction-nav .flex-next:hover {
  opacity: 1 !important; 
  background:#353648 !important; 
}
  
.flex-1 .flex-direction-nav .flex-next:hover i, .flex-1 .flex-direction-nav .flex-prev:hover i {
  color:#ffffff;   
}

.flex-1 .flexslider:hover .flex-next:hover, .flex-1 .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-1 .flex-direction-nav .flex-disabled {
  opacity: .6!important; 
  filter:alpha(opacity=60); 
  cursor: default;
}

.flex-1 .flex-control-nav {display:none;}
      
/* Flex-2 */

.flex-2 {margin: 0px 0px 25px 0px; background: transparent; border: 0px solid #ffffff; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: 0 0px 0px #000000; -webkit-box-shadow: 0 0px 0px #000000; -moz-box-shadow: 0 0px 0px #000000; -o-box-shadow: 0 0px 0px #000000; zoom: 1;}
.flex-2 .flex-control-nav {width: 100%; height:40px; position: relative; text-align: center; background: transparent; border: 0px solid #000000; margin-top:20px; margin-bottom:0px;}
.flex-2 .flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline; padding-top:15px;}

.flex-2 .flex-control-paging li a {width: 60px; height: 10px; display: block; border:0px solid #e3e7eb; cursor: pointer; font-size:0px; text-indent: 0px;
-webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: inset 0 0 0px #000000; 
background: #e3e7eb !important;
}
.flex-2 .flex-control-paging li a:hover { background: #e3e7eb !important; }
.flex-2 .flex-control-paging li a.flex-active {position:relative; cursor: default; background:#47485f !important; }
.flex-2 .flex-direction-nav {display:none;}

.flex-2 .flex-viewport {max-height: 3500px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; border: 0px solid #000000; width:100%;}

/* Flex-3 */

.flex-3 {
  margin: 0px;  
  border: 0px solid #000000; 
  position: relative; 
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  -o-border-radius: 0px; 
  border-radius: 0px; 
  box-shadow: 0 0px 0px #000000; 
  -webkit-box-shadow: 0 0px 0px #000000; 
  -moz-box-shadow: 0 0px 0px #000000; 
  -o-box-shadow: 0 0px 0px #000000; 
  zoom: 1;
}

.flex-3 .flex-direction-nav {
  height: 0px; 
  border-bottom:0px solid #e3e7eb;
}

.flex-3 .flex-direction-nav a {
  position: absolute;
  display: block; 
  width: 30px; 
  height: 30px; 
  background:#c8cfd7 !important; 
  margin: 0px 0px 0px 0px; 
  padding-bottom:0px;
  top: -40px;  
  z-index: 10; 
  cursor: pointer; 
  font-size:0px; 
  text-indent: -2500px; 
  opacity: 1; 
  -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
       -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
}

.flex-3 .flex-direction-nav .flex-next {
  text-indent: 0px;
  position:absolute;
  right:0px; 
  border:0px;
  border-radius:0px;
}

.flex-3 .flex-direction-nav .flex-prev {
  text-indent: 0px;
  position:absolute;
  left:auto;
  right: 40px; 
  border:0px;
  border-radius:0px;
}

.flex-3 .flex-direction-nav .flex-next i, .flex-3 .flex-direction-nav .flex-prev i { 
  text-indent: 0px;
  color:#ffffff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  position: absolute;
  line-height: 30px;
  text-align: center;
  font-weight:400;
}

.flex-3 .flex-direction-nav .flex-next:hover  {
  opacity: 1; 
  background:#54cde7 !important; 
}
  
.flex-3 .flex-direction-nav .flex-prev:hover {
  opacity: 1; 
  background:#54cde7 !important; 
}
  
.flex-3 .flex-direction-nav .flex-next:hover i, .flex-3 .flex-direction-nav .flex-prev:hover i {
  color:#ffffff;   
}

.flex-3 .flexslider:hover .flex-next:hover, .flex-3 .flexslider:hover .flex-prev:hover {
  opacity: 1;
  color:#54cde7;   
}
.flex-3 .flex-direction-nav .flex-disabled {
  opacity: .6!important; 
  filter:alpha(opacity=60); 
  cursor: default;
}

.flex-3 .flex-control-nav {display:none;}

/* Flex-4 */

.flex-4 {margin: 0px 0px 25px 0px; background: transparent; border: 0px solid #ffffff; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: 0 0px 0px #000000; -webkit-box-shadow: 0 0px 0px #000000; -moz-box-shadow: 0 0px 0px #000000; -o-box-shadow: 0 0px 0px #000000; zoom: 1;}
.flex-4 .flex-control-nav {width: 100%; height:40px; position: relative; text-align: center; background: transparent; border: 0px solid #000000; margin-top:20px; margin-bottom:0px;}
.flex-4 .flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline; padding-top:15px;}

.flex-4 .flex-control-paging li a {width: 20px; height: 20px; display: block; border:0px solid #e3e7eb; cursor: pointer; font-size:0px; text-indent: 0px;
-webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; box-shadow: inset 0 0 0px #000000; 
background: #e3e7eb !important;
}
.flex-4 .flex-control-paging li a:hover { background: #54cde7 !important; }
.flex-4 .flex-control-paging li a.flex-active {position:relative; cursor: default; background:#47485f !important; }
.flex-4 .flex-direction-nav {display:none;}

.flex-4 .flex-viewport {max-height: 3500px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; border: 0px solid #000000; width:100%;}

/* -------------------------------------------------------- */
/* Home List Icon */
/* -------------------------------------------------------- */

.list-icon{
  position:relative;
  padding-left:25px;
  margin:8px 0px;
}

.list-icon i{
  position:absolute;
  top:5px;
  left:0px;
} 
       
/* -------------------------------------------------------- */
/* Say About Us */
/* -------------------------------------------------------- */
             
.say-about-us img{
  width:100px;
  border:6px solid #c8cfd7;
  border-radius:50%;
  float:right;
} 

.say-about-us h5{
  color:#47485f; 
  font-size:20px;
  margin-bottom:0px;
  padding-top:25px;
} 

.say-about-us h6{
  color:#54cde7;
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
} 

.say-about-us p{
  text-align:center;
  padding:20px 0px;
}   

@media (max-width: 991px) {

  .client-img {
    display:block;
    text-align:center;
  }

  .say-about-us img{
    float:none;
  } 
  
  .client-data {
    text-align:center;
  }
  
}  
 
/* -------------------------------------------------------- */
/* Our Team */
/* -------------------------------------------------------- */
.our-team {
  background:#f8f8f8;
}

.our-team .our-team-info {
  padding:20px 30px 20px 30px;
}

.our-team .our-team-info h4 {
  margin:0px!important;
}

.our-team .our-team-info h5 {
  margin-bottom:10px;
  font-size:13px;
}
/* -------------------------------------------------------- */
/* Last Projects */
/* -------------------------------------------------------- */

.last-projects{
  position:relative;
  background:#54cde7;
  overflow:hidden;
  margin-bottom: 30px!important;
}                

.last-projects img{
  position:relative;
  bottom:0px;
  z-index:6;
  -moz-opacity:100; filter:alpha(opacity=1); opacity:1; -khtml-opacity:1; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.last-projects:hover img{
  bottom:-300px; 
  -moz-opacity:0; filter:alpha(opacity=0); opacity:0; -khtml-opacity:0; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
       
.last-projects .title{
  position:relative;
  display:block;
  width:100%;
  left:0px;
  color:#ffffff;
  background:#f0f1f4;    
  z-index:99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
} 

.last-projects:hover .title{
  background:#47485f;
}  
      
.last-projects .title h4{
  padding:0px 20px 0px 20px;
  padding-top:25px;
  text-align:center;
  margin:0px;
}

.last-projects:hover .title h4{
  color:#ffffff !important;
}

.last-projects .title h5{
  color:#8c9aaa !important;
  padding:0px 20px 30px 20px;
  margin:0px;
  margin-bottom: 0px!important;
  text-align:center;   
}

.last-projects .info{
  position:absolute;
  display:block;
  top:0px; 
  left:0px;
  color:#ffffff;
  line-height:1.8em;
  padding:30px 40px;
  z-index:4;

  overflow:hidden;
  text-overflow:ellipsis; 
}

/* -------------------------------------------------------- */
/* Promo Box */
/* -------------------------------------------------------- */

.promo-box-container{
  position:relative;
  color: #ffffff;
  background:#54cde7;
  padding: 50px 0px; 
}

.promo-box-container .triangle{
  position:absolute;
  top:-10px;
  left:50%;
  border-width: 0 10px 10px;
  border-style:solid;
  border-color: #54cde7 transparent;
  margin-left: 0;
}

.promo-box{
  position:relative;
  display: inline-block;
}

.promo-box i{
  position:absolute;
  left:18px !important;
  top:0px !important;
  font-size:60px !important;
  color:#ffffff;
}
.promo-box i.entypo {
  left: 15px !important;
  top: 1px !important;
  font-size: 120px !important;
}

.osx .promo-box i.entypo {
  top: 26px !important;
}
.promo-box .text {
  padding-left: 96px;  
}
.promo-box .text p:last-child {
  margin-bottom: 0!important;
}
.promo-box .text.no-margin {
  padding-left: 0;
}
.promo-box h1, .promo-box h2, .promo-box h3, .promo-box h4, .promo-box h5, .promo-box h6 {
  margin-top: 0!important;
  text-align: left;
  margin-bottom: 0!important;
}
.promo-box h4{
  font-size:26px;
  color:#ffffff;
  
  
}
         
/* -------------------------------------------------------- */
/* Footer */
/* -------------------------------------------------------- */

.footer{
  color:#97a4b2;
  background:#353648;
}


.footer .logo-footer{
  width:auto;
  padding-top:10px;
}
                
.st-footer{
  color:#97a4b2;
  font-size:15px;
}

.footer a, .footer a:visited {
  color:#97a4b2 !important;
}

.footer a:hover{
  color:#54cde7 !important;
}

.footer h3{
  color:#ffffff;
  font-size:28px;
  padding-top:0px !important;
  padding-bottom:0px !important;
}
             
.footer h4, .footer .wpb_text_column h4:last-child{
  color:#ffffff !important;
  font-family: 'Roboto', sans-serif;
  font-size:14px!important;
  font-weight:400;
  padding-top:12px !important;
  padding-bottom:5px !important;
  text-transform: uppercase;
}

.footer .copyright{
  color:#97a4b2;
  background:#292b38;
}
.footer .copyright .wpb_row {
  padding-left: 0;
  padding-right: 0;
}
.footer .copyright p {
  padding-top: 14px;
  margin-bottom: 0!important
}
.footer .copyright .row {
  position: relative;
}
.footer .copyright a, .footer .copyright a:visited {
  color:#97a4b2 !important;
}

.footer .copyright a:hover {
  color:#54cde7 !important;
}
    
.footer-column{
  position:relative;
}  
  
.footer-column i{
  position:absolute;
  top:3px;
  font-size:17px;
}
.footer-column i.entypo {
  font-size: 30px;
  top: 14px;
}

.footer-column p{
  padding-left:30px;
  margin-bottom:10px!important;
}

.f-list i{
  top:3px;
  font-size:17px;
  margin-right:12px;
}
       
/* -------------------------------------------------------- */
/*  Portfolio */
/* -------------------------------------------------------- */

.portfolio{
  overflow:hidden;
  margin:0px;
}

.portfolio .span4, .portfolio .span6{
  margin-top:50px;
}

.portfolio .span2, .portfolio .span3{
  margin-top:40px;
}

.portfolio a{
  text-decoration:none;
}

.portfolio h5 {
	text-align: center;
}

.portfolio li{
  list-style:none;
}

.project {
  margin-top:20px !important;
} 
.project.col-md-6 {
  margin-right: -1px;
}
.row.last-portfolio2 {
  padding-right: 15px;
}
 
.project-item-isotope {
  padding: 10px;
  border: 1px solid #cccccc;
}
.project-item-isotope.no-border {
  padding: 0;
  border: none;
}
  /* -------------------------------------------------------- */
  /*  Portfolio Filter */
  /* -------------------------------------------------------- */

  #portfolio-filter{
    margin:0px;
    overflow:hidden;
  }
    
  #portfolio-filter li {
    list-style:none;
    float:left;
    margin-right:10px;
    margin-top:5px;
    padding:12px 0px;
  }
    
  #portfolio-filter li a {
    padding:12px 15px;
    margin:0px;
    border:0px;
    border-bottom:1px solid transparent;
    color:#8c9aaa;
  }
 
  #portfolio-filter li:hover a {
    color:#54cde7;
    border-bottom:1px solid #54cde7;
    text-decoration:none;
  }
    
  #portfolio-filter li.active a {
    color:#54cde7;
  }
  
  /* Isotope Fix for 4 Columns */
  .portfolio .col-sm-3{
    margin-right:-1px;
  }                        
  .filter-wrapper.align-center #portfolio-filter {
    text-align: center;
  }
  .filter-wrapper.align-right #portfolio-filter {
    text-align: right;
  }
  .filter-wrapper.align-center #portfolio-filter li, .filter-wrapper.align-right #portfolio-filter li {
    float: none;
    display: inline-block;
  }
  /* -------------------------------------------------------- */
  /*  Portfolio - Isotype (filtering tags) */
  /* -------------------------------------------------------- */

  .isotope-item {
    z-index: 2;
  }

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

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

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

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

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

/* -------------------------------------------------------- */
/* Image Overlay */
/* -------------------------------------------------------- */
               
.img-container-image {
  position:relative;
  overflow: hidden; 
  background:#54cde7;
  width: 100%;
}

.img-container-image img {
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
  max-width:100%;
  height:auto;        
  transform: scale(1.4,1.4);
  -ms-transform: scale(1.4,1.4);
  -webkit-transform: scale(1.4,1.4);
}

.img-container-image:hover img {
  -moz-opacity:0.4; filter:alpha(opacity=40); opacity:0.4; -khtml-opacity: 0.4; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  transform: scale(1.0,1.0);
  -ms-transform: scale(1.0,1.0);
  -webkit-transform: scale(1.0,1.0);
}
 
.img-container-image a {
  position: absolute;
  bottom: 50%;   
  left: 50%;
  width: 40px;
  height: 20px;
  border:0px;
  -moz-opacity:0; filter:alpha(opacity=0); opacity:0; -khtml-opacity:0; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  text-align:center;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.img-container-image:hover a { 
  -moz-opacity:0.8; 
  filter:alpha(opacity=80); 
  opacity:0.8; 
  -khtml-opacity: 0.8; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -o-transform: rotate(720deg);
  -ms-transform: rotate(720deg);  
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.img-container-image:hover a:hover {      
  -moz-opacity:1; 
  filter:alpha(opacity=100); 
  opacity:1; 
  -khtml-opacity: 1; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.img-container-image:hover i {     
  font-size:35px !important;
  -moz-opacity:0.9; 
  filter:alpha(opacity=90); 
  opacity:0.9; 
  -khtml-opacity: 0.9; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.img-container-image:hover .zoom-only { 
  margin-top:-20px; 
}

.img-container-image i {
  line-height:40px;
  font-size:10px;
  color:#ffffff;
  -moz-opacity:0.1; 
  filter:alpha(opacity=10); 
  opacity:0.1; 
  -khtml-opacity: 0.1; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.img-container-image .zoom-only {
  margin-top: -80px;
  margin-left: -20px;
}

/* -------------------------------------------------------- */
/* Shop Header */
/* -------------------------------------------------------- */

.header-shop{
  background:#47485f !important;
}

.logo-shop{
  width:auto;
  padding-top:0px;
}

.slogan h2{
  color:#353648;
  padding-top:0px;
  opacity:0.5;
  filter:alpha(opacity=50);
}

.header-cart{  
  position:relative;
  padding-right:90px;
  float:right;
  margin-bottom:5px;
  min-height: 70px;
}

.header-cart .circle{
  position:absolute;
  top:0px;
  right:0px;
  width:70px;
  height:70px;
  border-radius:2px;
  background:#e14a61;
}

.header-cart .circle i{
  position:absolute;
  top:20px;
  left:20px;
  color:#ffffff;
  font-size:28px;  
}

.header-cart .price{
  float:right;
  color:#e14a61;
  padding-top:5px;
  padding-bottom:5px;
}

.header-cart .items{
  float:right;
  font-size:16px; 
  color:#c8cfd7;
  padding-bottom:10px;
  clear:both;
}
.woocommerce .login label, .woocommerce .register label {
  width: 150px;
  float: left;
  clear: left;
}
.woocommerce .login .input-text, .woocommerce .register .input-text {
  float: left;
}
.woocommerce .login .btn, .woocommerce .register label {
  clear: both;
}
.woocommerce .login .lost_password, .woocommerce .register label {
  clear: both;
}
.form-row {
  clear: both;
}
.form-row:after {
  display: block;
  content: '';
  clear: both;
}

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

.menu-shop {
  background:#47485f;
}   

.menu-shop .navbar {
  background:#ffffff;
}
     
.menu-shop .navbar .nav > li > a {
  position:relative;
  text-transform:uppercase;
  font-size:14px;
  line-height:35px;
  color: #e9ecef !important;
  border-top:4px solid #47485f;
  text-shadow: none;                                             
  padding:6px 15px 12px 15px;
}

.menu-shop .navbar .nav > li:hover > a {
  color: #ffffff !important;
  border-top:4px solid #54cde7;
}

.menu-shop .navbar .nav > li.active > a {
  border-top:4px solid #54cde7;
}

.menu-shop .navbar .nav > li.active > a:hover {
  border-top:4px solid #54cde7;
}

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

.menu-panel{
  position:relative;
  margin:0px !important;
  padding: 0px 10px 20px 0px;
  display:block;
}

.menu-panel li{
  position:relative;
  list-style:none;
}

.menu-panel a{
  color:#47485f;
  line-height:20px;
  text-transform:uppercase;
  padding-left:70px;
  padding-top:15px;
  padding-bottom:30px;
  margin:0px !important;
  display:block;
}

.menu-panel a:hover{
  color:#54cde7;
}

.menu-panel i{
  position:absolute;
  top:0px;
  left:0px;
  width:50px !important;
  height:50px !important;
  line-height:50px !important;
  display:block;
  font-size:22px;
  color:#ffffff;
  background:#353648;
  border-radius:2px;
  text-align:center;
}

.menu-panel a:hover i{
  background:#54cde7;
}

.woocommerce-message {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-size: 16px;
}
/* -------------------------------------------------------- */
/* Shop Product */
/* -------------------------------------------------------- */

/*
.product{
  position:relative;
  overflow:hidden;
}

.product img{
  opacity:0.8;
  filter:alpha(opacity=80);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product:hover img{
  opacity:1;
  filter:alpha(opacity=100);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product .price-box{
  position:absolute;
  bottom:-150px;
  width:100%;
  height:150px;
  color:#ffffff;
  background:#353648;
  opacity:0.2;
  filter:alpha(opacity=20);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product:hover .price-box{
  bottom:0px;
  opacity:1;
  filter:alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product .circle{
  position:absolute;
  bottom:-150px;
  left:50%;
  margin-left:-40px;
  width:80px;
  height:80px;
  border-radius:2px;
  color:#ffffff;
  text-align:center;
  line-height:110px;
  background:#54cde7;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;  
  opacity:0.2;
  filter:alpha(opacity=20);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product:hover .circle{
  bottom:150px;
  margin-bottom:-40px;
  margin-left:-40px;
  opacity:1;
  filter:alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product .circle:hover{
  background:#e14a61;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product .circle i{
  position:absolute;
  top:20px;
  width:30px;
  font-size:22px;
}

.product .circle-2{
  position:absolute;
  bottom:30px;
  left:50%;
  margin-left:-30px;
  width:60px;
  height:60px;
  border-radius:2px;
  color:#ffffff;
  text-align:center;
  line-height:60px;
  background:#353648;
}

.product .product-title{  
  font-size:15px;
  text-align:center;
  padding-top:42px;
}

.product .product-title a{  
  position:relative;
  color:#ffffff;
  display:block; 
  line-height:30px;
  z-index:300;
}

.product .product-title a:hover{  
  color:#ffffff;
  text-decoration:underline; 
}

.product .price { 
  position:relative;
  text-align: center;
  padding:0px !important;
  padding-bottom:6px !important;
}

.product .price > .price-inner { 
  margin: 0 auto;
  line-height:18px;
}
             
.product .price-old{  
  font-size:14px;
  text-decoration:line-through;
}

.product .price-new{  
  font-size:18px;
  padding-left:20px;
}

.product .rating{
  clear:both;
  text-align:center;
}
*/
/* -------------------------------------------------------- */
/* Product Line */
/* -------------------------------------------------------- */

.product-2-container .product-2{
  margin-bottom:30px;
}

.product-2{
  position:relative;
  overflow:hidden;
  margin-bottom: 30px;
}

.product-2 .info-box{
  position:absolute;
  bottom:-110px;
  width:100%;
  height:110px;
  color:#ffffff;
  background:#353648;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-2:hover .info-box{
  bottom:0%;
}

.product-2 .p-title{
  font-size:15px;
  width:100%;
  text-align:center;
  padding-top:40px;
}

.product-2 .p-title a{
  color:#ffffff;
}

.product-2 .p-title a:hover{
  text-decoration:underline;
}

.product-2 .circle{
  position:absolute;
  bottom:50px;
  left:50%;
  margin-left:-30px;
  margin-bottom:-30px;
  width:60px;
  height:60px;
  border-radius:2px;
  color:#ffffff;
  text-align:center;
  line-height:70px;
  background:#353648;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-2 .circle a {
  color: #fff;
}

.product-2:hover .circle{
  bottom:110px;
  background:#54cde7;
}
.shop-item-price {
  text-align: center;
}
.product-2 .circle i{
  font-size:22px;
}

.load-product{
  color:#646c78;
  background:#f0f1f4;
  border:1px solid #e3e7eb;
  text-align:center;
  padding:10px 0px;
}

.load-product:hover{
  color:#ffffff;
  background:#54cde7;
  border:1px solid #54cde7;
}

.product-line-icons i{
  margin-right:15px;
  line-height:30px;
}

.product-line-icons a{
  color:#8c9aaa !important;
}

.product-line-icons a:hover, .product-line-icons .active{
  color:#54cde7 !important;
}

.product-line-showing{
  line-height:30px;
}

/* -------------------------------------------------------- */
/* Product Detail */
/* -------------------------------------------------------- */

.shop-select {
  display: inline-block;
  height: 30px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  border: 1px #C8CFD7 solid;
  border-width: 1px 1px 1px 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color:#A0ACBA;
  -webkit-box-shadow: 0 0px 0 #CCCCCC, 0 0px #fff inset;
  -moz-box-shadow: 0 0px 0 #CCCCCC, 0 0px #fff inset;
  box-shadow: 0 0px 0 #CCCCCC, 0 0px #fff inset;
  width: 100%;
}

.rating-shop-item{unicode-bidi:bidi-override;direction:rtl;font-size:22px;text-align: left; margin-bottom:15px; padding-top:6px;}
.rating-shop-item span.star{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;}
.rating-shop-item span.star:hover{cursor:pointer;}
.rating-shop-item span.star:before{content:"\f006";padding-right:5px;color:#A0ACBA;}
.rating-shop-item span.star:hover:before,.rating-shop-item span.star:hover~span.star:before{content:"\f005";color:#e3cf7a;}

.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  width: 20px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  color:#A0ACBA;
  background-color: #FFFFFF;
  border: 1px solid #C8CFD7;
  cursor: pointer;
}

.input-append, .input-prepend {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

.input-append .add-on i, .input-prepend .add-on i{
  display: inline-block;
  width: auto;
  height: 20px;
  width: 20px;
  padding: 0px 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  color:#A0ACBA;
  background-color: #FFFFFF;
}

.input-append input, .input-append select, .input-append .uneditable-input {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}

.input-group input {
  box-shadow:none;
}

.input-group input:focus {
  border:1px solid #C8CFD7 !important;
}

.input-group-addon {
  cursor:pointer;
}
.quantity .minus, .quantity .plus {
  padding: 9px 18px 9px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  font-size: 14px;
}
.quantity .minus {
  border-right: none;
}
.quantity .plus {
  border-left: none;
  padding: 9px 20px 9px 12px;
}
.quantity .qty {
  display: table-cell;
  width: 35%;
  margin-bottom: 0;
  box-shadow: none;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.add_to_cart_button, .variations_button .btn {
  margin-top: 37px;
}
.product-tabs .tab-content {
  padding-top: 20px;
}

.table .product-name {
  width: 45%;
}
.box-large-img, .line-img-2 {
  float: left;
}
.line-img-2 {
  margin-left: 20px;
}
.variation dt {
  float: left;
}
.variation p {
  margin-bottom: 10px!important;
}
#coupon_code {
  margin-left: 10px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.checkout .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
td.product-remove a {
  font-size: 16px;
}
.btn.apply_coupon {
  margin-bottom: 0;
  margin-left: 10px;
}
.cart_totals h2 {
  color: #353648;
  font-family: Open Sans;
  font-size: 15px!important;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
}
.woocommerce-checkout-payment {
    display: none;
  }
.cart_totals h3 {
  margin-bottom: 14px;
}
.cart_totals .wc-proceed-to-checkout {
  display: none;
}
.cart_totals tr:first-child {
  display: none;
}
#ship-to-different-address input {
  position: absolute;
  top: 8px;
  left: 0;
}
#ship-to-different-address {
  position: relative;
}
.payment_methods {
  list-style-type: none;
  margin-top: 40px;
  margin-bottom: 20px;
}
.order_details {
  list-style-type: none;
}
/* -------------------------------------------------------- */
/* Video Content */
/* -------------------------------------------------------- */

.video-content {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: -5px;
  border: none;
}

/* -------------------------------------------------------- */
/* Photo Stream */
/* -------------------------------------------------------- */

.photo-stream{
  width:29%;
  padding-right:4%;
  padding-bottom:4%;   
  float:left;
}

/* -------------------------------------------------------- */
/* Flickr */
/* -------------------------------------------------------- */

.flickr-photos{
  display:inline-block;
}

.flickr-photos img{
  width:31%;
  padding-right:2.3%;
  padding-bottom:2.3%;
  float:left;
}

/* -------------------------------------------------------- */
/*  About Us  */
/* -------------------------------------------------------- */

.about-us h3{
  font-size:22px;
}

.about-us i{
  font-size:22px;
  padding-right:10px;
}

/* -------------------------------------------------------- */
/*  Services  */
/* -------------------------------------------------------- */

.service{
  position:relative;
  padding-top:80px;
}

.service i{
  
  font-size: 47px;
  margin-top: 17px;
  color:#ffffff;
  border-radius:50%;  
}
.service i.entypo, .service.bg-2 .circle i.entypo, .service.bg-3 .circle i {
  /*
  left: 12px;
  top: 51px;
  font-size: 168px;
  */
}
.service i.entypo {
  font-size: 80px;
  padding-top: 10px;
  display: inline-block;
}    
.osx .service i.entypo {
  padding-top: 29px;
}
.service .circle{
  overflow:hidden;
}


.service:hover .circle{
  display:block;
  /*
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg); 
  transition: rotate(360deg); 
  */
}

.service h3{
  padding:30px 0px 5px 0px;
  text-align:center;
}

.service a{
  color:#54cde7;
}

.service a:hover{
  color:#646686;
}

.service p{
  color:#8c9aaa;
  margin:0px;
  padding:0px;
  text-align:center;
}

.service .circle{
  position:absolute;
  left:50%;
  top:0px;
  width:80px;
  height:80px;
  margin-left:-40px;
  border-radius:50%;
  background:#54cde7;  
  text-align: center;
  
  -webkit-transition: -webkit-transform 0.7s; 
  -moz-transition: -moz-transform 0.7s; 
  -ms-transition: -ms-transform 0.7s; 
  -o-transition: -o-transform 0.7s; 
  transition: transform 0.7s;

}

.service.bg-2 .circle{
  background:#47485f;      
}

.service.bg-2 .circle i{
  left:16px;
  top:6px;
}

.service.bg-2 a{
  color:#47485f;
}

.service.bg-2 a:hover{
  color:#54cde7;
}

.service.bg-3 .circle{
  background:#646686;        
}

.service.bg-3 .circle i{
  left:-6px;
  top:10px;
}

.service.bg-3 a{
  color:#646686;
}

.service.bg-3 a:hover{
  color:#54cde7;
}
          
/* -------------------------------------------------------- */
/*  Lists  */
/* -------------------------------------------------------- */

.styled-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li.list-a, .widget li  {
  position:relative;
  top:0px;
  left:0px;
  list-style:none;
  padding-left:25px;
  line-height:28px;
}

li.list-a i, .widget li i {
  position:absolute;
  top:0px;
  left:0px;
  font-size:16px;
  line-height:28px;
}

.list-a a,.widget li a {
  color:#353648;
  text-decoration:none;
}

.list-a a:hover, .widget li a:hover {
  color:#54cde7;
  text-decoration:none;
}

/* Sidebar */

.sidebar li  {
  list-style-type: none;
}

.widget {
  margin-bottom: 30px;
}
.widget:after {
  display: block;
  content: '';
  clear: both;

}
.widget li {
  list-style-type: none;
}
.widget-area select {
  max-width: 100%;
}
#wp-calendar th, #wp-calendar td {
  padding: 7px 11px !important;
}

/* -------------------------------------------------------- */
/*  Client Says  */
/* -------------------------------------------------------- */

.client-says {
  position: relative;
  font-style: italic;
  padding:30px 45px;
  color:#8c9aaa;  
  background:#f8f9fc;
  border: 1px solid #e9ecef;
}

.client-says-2 {
  position:relative;
  font-style:italic;
  color:#646686;
  text-align:right;
  padding-top:15px;
  padding-right:30px;
}

.client-name {
  float:left;
}

.client-name i {
  font-size: 26px;
  padding-left: 8px;
  padding-right: 35px;  
}

/* -------------------------------------------------------- */
/*  Progress Bar  */
/* -------------------------------------------------------- */

.progress {
  height:25px;
  border-radius:0px;
  background:#ffffff !important;
  -webkit-box-shadow:rgba(0, 0, 0, 0) 0 0 0 inset;
  margin-bottom:10px; 
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
  moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align:center;
  text-shadow: 0 0 0 rgba(0,0,0,0);
  font-size:14px !important;
  line-height:22px;
  background: #54cde7 !important;   
  border-bottom:4px solid #38bbd7; 
  border-radius:4px;
  background-image: -moz-linear-gradient(top,#ffffff,#ffffff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#ffffff));
  background-image: -webkit-linear-gradient(top,#ffffff,#ffffff);
  background-image: -o-linear-gradient(top,#ffffff,#ffffff);
  background-image: linear-gradient(to bottom,#ffffff,#ffffff);
  background-repeat: repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 rgba(0,0,0,0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.skill-shortcode .progress {
  margin-bottom: 10px!important;
}
/* -------------------------------------------------------- */
/*  Buttons  */
/* -------------------------------------------------------- */
  
.btn, .btn-small, .btn-large, .btn-large-icon, #submit, .wpcf7 input[type="submit"]{
  font-size:14px;
  line-height:50px;
  height:50px;
  color:#54cde7 !important;
  background:#ffffff !important;
  border:1px solid #54cde7 !important;
  text-transform:uppercase;
  padding:0px 40px;
  border-radius:0px;
  margin-bottom:10px;
  margin-right:10px;
  text-shadow:none;
  -webkit-box-shadow:rgba(0, 0, 0, 0) 0 0 0 !important;
  box-shadow:rgba(0, 0, 0, 0) 0 0 0 !important;
  font-family: 'Open Sans', sans-serif;
  color:#353648;
  -webkit-font-smoothing: subpixel-antialiased;
}
.btn {
  display: inline-block!important;
  border-radius: 0px!important;
  line-height: 50px!important;
  padding: 0 40px!important;
}
.btn i, .btn-small i, .btn-large i, .btn-large-icon i{
  font-size:18px;
  line-height:18px;
  padding-right:8px;
}

.btn:hover, .btn-small:hover, .btn-large:hover, .btn-large-icon:hover, #submit:hover, .wpcf7 input[type="submit"]:hover {
  color:#ffffff !important;
  background:#54cde7 !important;
}

.btn-small {
  font-size:13px;
  height:45px;
  line-height:45px;
}

.btn-large {
  font-size:15px;
  height:60px;
  line-height:60px;
  padding:0px 40px;
}

.btn-large-icon {
  font-size:15px;
  height:60px;
  line-height:60px;
  padding:0px 50px;
}

.bc-2, .btn.bc-2{
  color:#ffffff !important;
  background:#353648 !important;
  border:0px !important;
}

.bc-2:hover, .btn.bc-2:hover{
  background:#646686 !important;
}

.bc-3, .btn.bc-3{
  color:#ffffff !important;
  background:#8c9aaa !important;
  border:0px !important;
}

.bc-3:hover, .btn.bc-3:hover{
  background:#646c78 !important;
}

.bc-4, .btn.bc-4{
  color:#ffffff !important;
  background:#54cde7 !important;
  border:0px;
}

.bc-4:hover,.btn.bc-4:hover{
  background:#38bbd7 !important;
}

/* -------------------------------------------------------- */
/*  Paging  */
/* -------------------------------------------------------- */
  
.paging {
  float:left;
} 
  
.paging .btn{
  font-size:13px;
  line-height:8px !important;
  width:auto;
  height:30px;
  padding:0px 12px 0px 12px;
  color:#8c9aaa !important;
  border:1px solid #e9ecef !important;
}

.paging .btn:hover{
  line-height:8px !important;
  color:#ffffff !important;
  background:#54cde7 !important;
  border:1px solid #54cde7 !important;
}

/* -------------------------------------------------------- */
/*  Tags  */
/* -------------------------------------------------------- */

.tagcloud a {
  height:28px;
  font-size:13px!important;
  line-height:28px;
  color:#ffffff;
  background:#8c9aaa;
  border-radius:2px;
  padding:0px 12px;
  margin-right:8px;
  margin-bottom:8px;
  float:left;
}

.tagcloud a:hover {
  background:#54cde7;
  color: #fff;
}

/* -------------------------------------------------------- */
/* Projects */
/* -------------------------------------------------------- */

.project-container{
  display:block;
  padding-bottom:20px;
  overflow:hidden;
}

.project-img{
  width:47%;
  padding-right:3%;
  float:left;
}

.project-info{
  width:47%;
  padding-left:3%;
  float:left;
}
         
/* -------------------------------------------------------- */
/*  Accordion  */
/* -------------------------------------------------------- */

.panel-group .panel-default {
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  margin:0px !important;
  border:1px solid #c8cfd7; 
  border-bottom:0px;
}

.panel-group .panel-default:last-child {
  border-bottom:1px solid #c8cfd7; 
}

.panel-group .panel-heading {
  background:#FFF;
  height:50px;
  padding-left:20px;
}

.panel-group .panel-heading h4 a{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height:30px;
  text-transform:uppercase; 
}   

.panel-group .panel-heading { 
  border-bottom:0px;
}

.panel-group .panel-body {
  padding:30px; 
}

/* -------------------------------------------------------- */
/*  Tabs  */
/* -------------------------------------------------------- */

.nav-tabs {
  border:0px;
  margin-bottom:0px;
}

.tab-content h3 {
  color:#54cde7;
  padding-top:20px;
}

.tab-content img {
  width:200px !important;
}

.nav-tabs li a {
  color:#353648;
  background:#f8f9fc !important;
  padding:15px 25px;
  margin-right:0px;  
  border-radius:0px;
  border:1px solid #e9ecef; 
  border-right:0px !important;
  text-transform:uppercase;
}   

.nav-tabs li:last-child > a {
  border-right:1px solid #f0f1f4 !important; 
}  

.nav-tabs li a:hover {
  color:#54cde7;
  background:#ffffff !important;
  border:1px solid #f0f1f4;
}

.nav-tabs i {
  padding-right:10px;
}

.tab-content {
  color:#8c9aaa;
  background:#ffffff;
  border:1px solid #f0f1f4; 
  padding: 0px 20px 20px 20px; 
  margin-top: -1px;
}

.tab-content img {
  width:50%;
  margin-right:20px;
  margin-bottom:10px;
  float:left;
  border-radius: 3px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  background-color:#ffffff !important;
  border-color:#f0f1f4 #f0f1f4 transparent !important;
  border-style:solid;
  color:#47485f;
}
   
/* -------------------------------------------------------- */
/*  Alerts  */
/* -------------------------------------------------------- */
       
.alert {
  margin-bottom:9px;
  padding:20px;
  color:#789ab9;
  background:#e6edf2;
  border-radius:0px;
  border:0px !important;
  text-shadow:none !important;
}
.alert p {
  margin-bottom: 0!important;
}
.alert-error {
  color:#93545d;
  background:#ff92a1;
}

.alert-info {
  color:#7f7e00;
  background:#eae9b9;
}

.alert-success {
  color:#598157;
  background:#99de95;
}
   
/* -------------------------------------------------------- */
/* Boxes */
/* -------------------------------------------------------- */

.box-white h4, .box-gray h4, .box-theme-color h4{
  background: #54cde7; 
  padding:15px 20px !important;
  border:1px solid #efefef;
  margin:0px !important;
}

.box-gray h4{
  color:#fff;
  background: #8c9aaa;
}

.box-theme-color h4{
  color:#fff;
  background: #353648;
}

.box-white p, .box-gray p, .box-theme-color p{
  padding:15px 20px;
  border:1px solid #efefef;
  border-top:0px;
}

/* -------------------------------------------------------- */
/*  Icons  */
/* -------------------------------------------------------- */

.icons i{
  color:#8c9aaa;
  font-size:20px;
  margin-right:30px;
  margin-bottom:30px;
  width:20px;
  float:left;
}  

.icons h5{
  font-size:14px;
  padding-top:25px;
  padding-bottom:15px;
}  

/* -------------------------------------------------------- */
/*  Social Icons  */
/* -------------------------------------------------------- */

.social i, .social-2 i, .social-3 i, .social-4 i{
  color:#ffffff;
  background:#54cde7;
  font-size:18px;
  line-height:38px;
  width:38px;
  height:38px;
  margin-right:8px;
  margin-bottom:8px;
  text-align:center;
  border-radius:3px;
  float:left;
}   
.social-4 i {
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 1px;
  background: #3d3e53;
  border-radius:0px;
}
.social-4 i:hover {
  color: #fff;
}
.social i:hover{
  color:#ffffff;
  background:#38bbd7;
}  

.social-2 i{
  color:#ffffff;
  background:#47485f;
  border-radius:0px;
}   

.social-2 i:hover{
  color:#ffffff;
  background:#353648;  
} 

.social-3 i{
  color:#ffffff;
  background:#8c9aaa;
  border-radius:50%;
  line-height:38px;
  width:38px;
  height:38px;
} 

.social-3 i:hover{
  color:#ffffff;
  background:#54cde7;
} 

/* -------------------------------------------------------- */
/*  Map  */
/* -------------------------------------------------------- */

#map {
  position:relative;
  width:100%;
  height:270px;
  padding:0px;
  border:1px solid #e3e7eb;
}

/* -------------------------------------------------------- */
/* Entypo Icons */
/* -------------------------------------------------------- */

.entypo-icons i{
  display:inline-block;
  font-size:40px;
  line-height:40px;
  text-align:center;
  margin-right:5px;
  width:40px !important;
}   

/* -------------------------------------------------------- */
/* Breadcrumb */
/* -------------------------------------------------------- */

.breadcrumb {
  background:transparent;
  text-align:right;
  line-height:21px;
  float: right;
}

/* -------------------------------------------------------- */
/*  Tables  */
/* -------------------------------------------------------- */

table {
  width:100%;
  border-radius:0px !important;
  border:0px !important;
  border-collapse:collapse !important;
}

th {
  color:#ffffff;
  background:#47485f;
  border-radius:0px !important;
  border:1px solid #47485f !important;
  border-right:1px solid #f0f1f4 !important;
  font-weight:normal !important;
  padding:15px 20px !important;
}

.table-bordered thead:first-child tr:first-child>th:last-child, .table-bordered tbody:first-child tr:first-child>td:last-child, .table-bordered tbody:first-child tr:first-child>th:last-child{
  border-right:1px solid #47485f !important;
}

td {
  color:#8c9aaa;
  background:#ffffff;
  border-radius:0px !important;
  border:1px solid #e9ecef !important;
  padding:15px 20px !important;
}

table a:hover{
  text-decoration:none;
}   
         
.table-2 th {
  background:#54cde7;
  border:1px solid #54cde7 !important;
  border-right:1px solid #ffffff !important;
}

.table-2 td {
  background:#f8f9fc;
}

.table-2 .table-bordered thead:first-child tr:first-child>th:last-child,
.table-2 .table-bordered tbody:first-child tr:first-child>td:last-child,
.table-2 .table-bordered tbody:first-child tr:first-child>th:last-child{
  border-right:1px solid #54cde7 !important;
}

/* -------------------------------------------------------- */
/*  Testimonials  */
/* -------------------------------------------------------- */

.testimonials {
  color:#8c9aaa;
  background:#f8f9fc;
  border:1px solid #e9ecef;
  padding:25px; 
}

.w-position{
  color:#8c9aaa;
  padding-left:10px;
}

.testimonial-2{
  text-align:center;
}

.testimonial-2 h5{
  margin-top:10px;
  margin-bottom:0px;
}

.testimonial-2 p{
  text-align:left;
  margin-top:0px;  
}

.testimonial-2 .member-detail img{
  border-radius:50%;
}

.testimonial-2 .function{
  color: #54cde7 !important;
  text-align:center;
  font-style:italic;
}
                     
/* -------------------------------------------------------- */
/*  Blog  */
/* -------------------------------------------------------- */

.blog-icon {
  font-size:40px;
  color:#e3e7eb;
  width:30px;
  height:30px;
  padding-top:25px;
}

.post-info{
  padding-top:30px;
}

.post-info i{
  padding-right:8px;
}

.post-author{
  padding-right:16px;
}

.blog-v-center{
  padding-top:10px;
  float:left;
}
.blog-container-pagging {
  margin-bottom: 66px;
}
.blog-container-pagging-next {
  float: right;
}
.blog-container-pagging-prev {
  float: left;
}
  
  /* -------------------------------------------------------- */
  /*  Comments  */
  /* -------------------------------------------------------- */
  
  .comment-title h2, .contact-form-title h2 {
    padding-bottom:5px;
  }
  
  .c-icon{
    color:#353648;
    font-size:40px;
    text-align:right;
  }

  .comment {
    position:relative;
    margin-bottom:30px;
    padding-left:80px;
    background:url(img/comment-img.png) left 4px no-repeat;
  }

  .comment-author {
    color:#353648;
    font-weight:bold;
    padding-bottom:10px;
  }
  
  .comment-date {
    color:#353648;
    font-weight:normal;
    padding-left:12px;
  }
  
  .c-margin-2 {
    margin-left:50px;
  }
  
  .c-margin-3 {
    margin-left:100px;
  }
  
  .thank {
    padding-top:12px;
  }   
  
  .c-t-text{
    color:#38bbd7;
  }
  
  .comment-form input, .comment-form textarea, .wpcf7 input, .wpcf7 textarea {
    color:#646686;
    background:#ffffff;
    margin-top:10px;
    border:1px solid #f0f1f4;
    border-radius:0px;
    box-shadow: none;
  }    
  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
  }
  
  .comment-form textarea, .wpcf7 textarea {
    height:150px;
    resize:none;
  }   

  textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
    box-shadow: none !important;
    border:1px solid #f0f1f4 !important;
  }

  .comment-form #submit {
    margin-right:0px;
    float:right;
    margin-top: 20px;
  }

  .comment i {
    position:absolute;
    top:0px;
    left:0px;
    font-size:24px;
    line-height:60px;
    width:60px;
    heitht:60px;
    text-align:center;
    color: #e3e7eb;
    background: #c8cfd7;
    border:1px solid #f0f1f4;
  }
  
/* -------------------------------------------------------- */
/*  Pricing Tables  */
/* -------------------------------------------------------- */

.pricing-table {
  width:100%;
  background:transparent;
  border:1px solid #f0f1f4 !important;
}

.pricing-table th {
  font-size:16px;
  font-weight:bold;
  border:1px solid #f0f1f4 !important;  
  background:#47485f;
  text-align:center;
  padding: 30px !important;
}

.pricing-table td {
  padding:8px 0px;
  color:#353648;
  background:#ffffff;
  border:1px solid #f0f1f4 !important;                                    
  text-align:center;
}

.pricing-table .plan-title  {
  font-family: 'Titillium Web', sans-serif; 
  font-weight:bold;
  font-size:24px;
  line-height:30px;
  color: #ffffff;     
}

.price {
  font-size:36px !important;
  padding-top:36px;   
  line-height:30px;
}

.price2 {
  position:relative;
  top:-7px;
  font-size:14px;
  color: #ffffff;  
}

.pricing-table .table-footer {
  font-size:16px;
  color:#ffffff !important;
  background:#47485f !important;
  padding:44px 0px !important;
  border:0px !important;
}

.pricing-table:hover th, .pricing-table:hover .table-footer {
  color:#ffffff;
  font-weight:bold;  
  border:1px solid #f0f1f4 !important;   
  background:#54cde7 !important;
}

.pricing-table:hover td {
  color:#54cde7;
}

.pricing-table:hover .table-footer {
  border:0px;
  background:#54cde7 !important;
  font-weight:bold;
}

.pricing-table:hover .table-footer a{
  color:#47485f;
}

.pricing-tables:hover .table-footer a:hover{
  color:#ffffff;
}

.table-footer a{
  color:#c8cfd7;
}

.table-footer a:hover{
  color:#ffffff;
}

/* -------------------------------------------------------- */
/* Search 404 */
/* -------------------------------------------------------- */
          
.search-404 .btn{
  width:40px;
  height:40px;
  line-height:40px!important;
  padding:0px!important;
  color: #c8cfd7 !important;
  border:1px solid #c8cfd7 !important;
  border-left:0px !important;
}

.search-404 .btn:hover{
  color: #fff !important;
}

.search-404 input{
  height:40px;
  box-shadow: none;
}

.search-404 input:focus{
  border:1px solid #c8cfd7 !important;
}

.search-404 .btn i{
  width:40px;
  text-align:center;
  padding:0px;
}

/* -------------------------------------------------------- */
/* Back To Top Button */
/* -------------------------------------------------------- */

.back-tt {
  position: absolute;
  right: 0;
  top: 0;
  width:50px;
  height:50px;
  line-height:50px;
  padding:0px;
  background: #3d3e53;
}
.btn-small.back-tt {
  border: none!important;
}
.back-tt i {
  background:#3d3e53;
  color: #fff;
  width:50px;
  height:50px;
  line-height:50px;
  padding:0px;
  text-align:center;
}

.back-tt i:hover {
  
}
.woocommerce-breadcrumb {
  margin-top: 20px;
  float: right;
}

.recent-posts {
  list-style-type: none;
}
.recent-posts li:first-child a {
  padding-top: 0;
}
.recent-posts a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3c3e48;
}
.ls-carousel .ls-nav-prev, .ls-carousel .ls-nav-next {
  z-index: 8000!important;
}
.selectnav { display: none;  }

