﻿
/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 2.Sidebar Header
 3.content - home all modules
 5.portfolio 2col, 3col
 6.About page
 7.blog 1col
 8.Contact
 12.Single Post
 13.Dark version
 14.Footer
 15.Responsive Part

-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-------------------------------------------------*/
/* =  Sidebar - header
/*-------------------------------------------------*/
html {
  height: 100%;
}
body {
  min-height: 100%;
  background: #000000;
}
#container {
  padding-top: 20px;
}
#container.fullscreen {
  padding-top: 0px;
}
#sidebar {
  width: 270px;
  float: left;
}
#sidebar .sidebar-section {
  margin-bottom: 20px;
}
#sidebar .sidebar-section.white-box {
  background: #ffffff;
  padding: 20px;
}
#sidebar .sidebar-section.white-box h2 {
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #444444;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 20px;
}
.right-menu-sidebar #sidebar {
  float: right;
}
.fullscreen #sidebar {
  float: left;
}
.fullscreen #sidebar .sidebar-section {
  margin-bottom: 0px;
}
header {
  position: relative;
  z-index: 999;
}
header .header-logo {
  padding: 0px 0px 20px 0px;
  text-align: center;
}

header .header-logo img {
  max-width:270px;	
}

header .main-menu {
  margin: 0;
  padding: 0;
}
header .main-menu > li {
  display: block;
  position: relative;
}
header .main-menu > li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  display: block;
  background: #FFFFFF;
  color: #000000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 14px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backface-visibility: hidden;
  position: relative;
}
header .main-menu > li a i {
  font-size: 18px;
  margin-right: 12px;
}
header .main-menu > li > a.active,
header .main-menu > li a:hover {
  background: #f09f29;
}
header .main-menu > li > a.active:after,
header .main-menu > li > a:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border: 4px solid #f09f29;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  margin-top: -4px;
}
header .main-menu li.drop ul.drop-down {
  margin: 0;
  padding: 0;
  margin-left: 1px;
  position: absolute;
  top: 0;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  left: 100%;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-backface-visibility: hidden;
}
header .main-menu li.drop ul.drop-down li {
  display: block;
  position: relative;
}
header .main-menu li.drop:hover > ul.drop-down {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.right-menu-sidebar header li.drop ul.drop-down {
  margin-left: 0px;
  margin-right: 1px;
  left: inherit;
  right: 100%;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.social-box ul {
  margin: 0;
  padding: 0;
}
.social-box ul li {
  display: inline-block;
  margin-left: 5px;
}
.social-box ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f09f29;
  width: 28px;
  height: 28px;
  text-align: center;
}
.social-box ul li a i {
  font-size: 15px;
  color: #ffffff;
  line-height: 28px;
}
.social-box ul li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.social-box ul li:first-child {
  margin-left: 0;
}
.recent-post-box ul {
  margin: 0;
  padding: 0;
}
.recent-post-box ul li {
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  overflow: hidden;
}
.recent-post-box ul li img {
  float: left;
}
.recent-post-box ul li p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-left: 64px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}
.recent-post-box ul li p a {
  display: inline-block;
  color: #919191;
}
.recent-post-box ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.contact-info-box ul {
  margin: 0;
  padding: 0;
}
.contact-info-box ul li {
  list-style: none;
  color: #797979;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 8px;
}
.contact-info-box ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  color: #797979;
}
.contact-info-box ul li i {
  font-size: 16px;
  color: #f09f29;
  margin-right: 12px;
}
.contact-info-box ul li:first-child {
  margin-top: 0;
}
.text-box p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  color: #aeaeae;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.text-box p:last-child {
  margin-bottom: 0;
}
a.elemadded {
  display: none;
  background: #f09f29;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 14px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  position: relative;
  border-top: 1px solid rgba(56, 56, 56, 0.2);
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
a.elemadded:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  content - home all modules
/*-------------------------------------------------*/
#content {
  float: right;
  width: 850px;
}
.right-menu-sidebar #content {
  float: left;
}
.fullscreen #content {
  width: auto;
  float: none;
  padding: 20px;
  margin-left: 270px;
}
#slider {
  background: #000000;
  padding: 0px;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
  background: #f09f29;
}
p.flex-caption {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 30px !important;
    color: #FFFFFF !important;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    margin: 0 0 20px;
    font-size: 18px;
    color: #ffffff;
    padding: 0px;
    background: #f09f29;
    margin: 0;
    width: 45%;
    z-index: 3;
    text-transform: uppercase;
    text-align: center;
}

.box-section {
  padding: 0px;
  margin-bottom: 20px;
  background: #fff;
}
.box-section h1 {
  color: #000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: -1px;
}
.box-section h2 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 16px;
    background-color: #3686c3;
    line-height: 1em;
    letter-spacing: 2px;
    padding: 15px 20px;
}

#topBar .row {
	padding: 0px;	
}

.services-section.box-section {
  background: url('../upload/banners/1.jpg');
  text-align: center;
}
.services-section.box-section h1 {
  color: #ffffff;
  font-weight: 300;
}
.services-section.box-section .services-post {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px;
}
.services-section.box-section .services-post .inner-services-post {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 10px;
}
.services-section.box-section .services-post .inner-services-post span {
  display: inline-block;
  margin-bottom: 15px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.services-section.box-section .services-post .inner-services-post span i {
  font-size: 40px;
  color: #ffffff;
}
.services-section.box-section .services-post .inner-services-post p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  color: #ffffff;
  margin-bottom: 15px;
}
.services-section.box-section .services-post .inner-services-post a {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f09f29;
  padding: 9px 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.services-section.box-section .services-post .inner-services-post a:hover {
  background: #f09f29;
  border: 1px solid #f09f29;
}
.services-section.box-section .services-post:hover .inner-services-post span {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.unik-section .image-place img {
  max-width: 100%;
  margin-bottom: -20px;
}
.unik-section ul.feature-list {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.unik-section ul.feature-list li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 18px;
}
.unik-section ul.feature-list li a {
  float: left;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  margin-right: 16px;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f09f29;
  text-align: center;
}
.unik-section ul.feature-list li a i {
  color: #ffffff;
  font-size: 22px;
  line-height: 52px;
}
.unik-section ul.feature-list li h3 {
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  margin-top: 4px;
}
.unik-section ul.feature-list li p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 0;
}
.vertical-tabs-box .nav-tabs,
.horizontal-tabs-box .nav-tabs {
  float: left;
  width: 234px;
  border: none;
}
.vertical-tabs-box .nav-tabs li,
.horizontal-tabs-box .nav-tabs li {
  display: block;
  float: none;
  border: 1px solid #eeeeee;
  border-top: none;
  margin: 0;
  border-right: none;
}
.vertical-tabs-box .nav-tabs li a,
.horizontal-tabs-box .nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #ffffff;
  display: block;
  border: none !important;
  margin: 0;
  padding: 25px 25px;
  color: #797979;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
}
.vertical-tabs-box .nav-tabs li a i,
.horizontal-tabs-box .nav-tabs li a i {
  color: #b6b6b6;
  font-size: 24px;
  margin-right: 18px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  float: left;
  line-height: 24px;
}
.vertical-tabs-box .nav-tabs li:first-child,
.horizontal-tabs-box .nav-tabs li:first-child {
  border-top: 1px solid #dedede;
}
.vertical-tabs-box .nav-tabs li.active a,
.horizontal-tabs-box .nav-tabs li.active a {
  color: #ffffff;
  background: #f09f29;
}
.vertical-tabs-box .nav-tabs li.active a i,
.horizontal-tabs-box .nav-tabs li.active a i {
  color: #ffffff;
}
.vertical-tabs-box .tab-content,
.horizontal-tabs-box .tab-content {
  margin-left: 233px;
  border: 1px solid #eeeeee;
}
.vertical-tabs-box .tab-content .tab-pane,
.horizontal-tabs-box .tab-content .tab-pane {
  padding: 15px 20px 0px;
  overflow: hidden;
}
.vertical-tabs-box .tab-content .tab-pane p,
.horizontal-tabs-box .tab-content .tab-pane p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
}
.pow-section {
  text-align: center;
}
.pow-section h1 {
  color: #f09f29;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  margin-bottom: 15px;
}
.pow-section p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 30px;
}
.pow-section img {
  max-width: 100%;
}
.skills-section p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 10px 0 0;
}
.video-section iframe {
  width: 100%;
  height: 250px;
}
.services-section2 {
  background: url('../upload/banners/1.jpg');
  text-align: center;
}
.services-section2 h1 {
  color: #ffffff;
  font-weight: 300;
}
.services-section2 .services-post span {
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f09f29;
  margin-bottom: 15px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.services-section2 .services-post span i {
  color: #ffffff;
  font-size: 28px;
  line-height: 80px;
}
.services-section2 .services-post h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: inherit;
  color: #ffffff;
  margin: 0 0 5px;
}
.services-section2 .services-post p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 15px;
  color: #ffffff;
}
.services-section2 .services-post a {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f09f29;
  padding: 9px 16px;
  background: transparent;
  border: 1px solid #dedede;
  margin-bottom: 5px;
}
.services-section2 .services-post a:hover {
  background: #f09f29;
  border: 1px solid #f09f29;
}
.services-section2 .services-post:hover span {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.float-image-section .float-box {
  overflow: hidden;
}
.float-image-section .float-box img {
  float: right;
  margin-left: 4px;
}
.float-image-section .float-box p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
}
.float-image-section .float-box a {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f09f29;
  padding: 9px 16px;
}
.float-image-section .float-box a:hover {
  opacity: 0.8;
}
.float-image-section .image-box img {
  width: 100%;
}
.float-image-section .cont-box h2 {
  color: #000000;
  margin-bottom: 8px;
}
.float-image-section .cont-box p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
}
.float-image-section .cont-box p:last-child {
  margin: 0;
}
.pricing-section ul.pricing-table {
  margin: 0;
  padding: 0;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  width: 100%;
}
.pricing-section ul.pricing-table li {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #dbdbdb;
  border-top: none;
  background: #fff;
}
.pricing-section ul.pricing-table li p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  font-size: 13px;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.pricing-section ul.pricing-table li a {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f09f29;
  padding: 9px 16px;
  font-weight: 700;
  font-size: 16px;
  padding: 13px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.pricing-section ul.pricing-table li a:hover {
  opacity: 0.8;
}
.pricing-section ul.pricing-table li:first-child {
  padding: 20px 0;
  border: none;
  background: #f09f29;
}
.pricing-section ul.pricing-table li:first-child p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.pricing-section ul.pricing-table li:first-child span {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 16px;
}
.pricing-section ul.pricing-table:hover {
  box-shadow: 0 0 20px #c6c6c6;
}
.team-section .team-post {
  overflow: hidden;
  margin-bottom: 35px;
}
.team-section .team-post .left-part {
  width: 45%;
  float: left;
  padding-right: 20px;
}
.team-section .team-post .left-part img {
  padding: 8px;
  border: 1px solid #ededed;
  max-width: 100%;
  margin-bottom: 13px;
}
.team-section .team-post .left-part ul.social-team {
  margin: 0;
  padding: 0;
}
.team-section .team-post .left-part ul.social-team li {
  display: inline-block;
  margin-left: 5px;
}
.team-section .team-post .left-part ul.social-team li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f09f29;
  width: 28px;
  height: 28px;
  text-align: center;
}
.team-section .team-post .left-part ul.social-team li a i {
  font-size: 15px;
  color: #ffffff;
  line-height: 28px;
}
.team-section .team-post .left-part ul.social-team li a:hover {
  opacity: 0.7;
}
.team-section .team-post .left-part ul.social-team li a.google {
  background: #cb401f;
}
.team-section .team-post .left-part ul.social-team li a.twitter {
  background: #48cced;
}
.team-section .team-post .left-part ul.social-team li a.dribble {
  background: #ff82cc;
}
.team-section .team-post .left-part ul.social-team li a.facebook {
  background: #476bb0;
}
.team-section .team-post .left-part ul.social-team li:first-child {
  margin-left: 0;
}
.team-section .team-post .right-part {
  width: 55%;
  float: right;
}
.team-section .team-post .right-part h3 {
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
}
.team-section .team-post .right-part ul.contact-info {
  margin: 0;
  padding: 0;
}
.team-section .team-post .right-part ul.contact-info li {
  list-style: none;
  color: #797979;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 8px;
}
.team-section .team-post .right-part ul.contact-info li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  color: #797979;
}
.team-section .team-post .right-part ul.contact-info li i {
  font-size: 16px;
  color: #b7b7b7;
  margin-right: 8px;
}
.team-section .team-post .right-part ul.contact-info li:first-child {
  margin-top: 0;
}
.team-section .team-post .right-part > a {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f09f29;
  padding: 9px 16px;
  margin-top: 20px;
}
.team-section .team-post .right-part > a:hover {
  opacity: 0.8;
}
.features-section .features-post {
  overflow: hidden;
}
.features-section .features-post img {
  float: left;
  max-width: 100%;
  margin-right: 20px;
}
.features-section .features-post h4 {
  color: #f09f29;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 10px 0 5px;
}
.features-section .features-post p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 10px;
}
.features-section .features-post a {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f09f29;
  padding: 9px 16px;
}
.features-section .features-post a:hover {
  opacity: 0.7;
}
.features-section2 {
  padding: 50px;
}
.features-section2 img {
  max-width: 100%;
}
.features-section2 ul.feat-list {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.features-section2 ul.feat-list li {
  list-style: none;
  position: relative;
  margin-bottom: 25px;
  padding-top: 25px;
}
.features-section2 ul.feat-list li div {
  overflow: hidden;
}
.features-section2 ul.feat-list li div span {
  float: left;
  display: inline-block;
  margin-right: 20px;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-left: 1px solid #d9dcd7;
  border-top: 1px solid #d9dcd7;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.features-section2 ul.feat-list li div span i {
  color: #f09f29;
  font-size: 22px;
  line-height: 65px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.features-section2 ul.feat-list li div h3 {
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-weight: 100;
  font-size: 20px;
  margin: 20px 0 0;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.features-section2 ul.feat-list li:hover div span {
  border: 1px solid #f09f29;
  background: #f09f29;
}
.features-section2 ul.feat-list li:hover div span i {
  color: #ffffff;
}
.features-section2 ul.feat-list li:hover div h3 {
  color: #f09f29;
}
.features-section2 ul.feat-list li:before {
  position: absolute;
  top: 0;
  left: 34px;
  content: '';
  height: 1px;
  width: 100%;
  background: #d9dcd7;
  background: -moz-linear-gradient(left, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d9dcd7), color-stop(100%, rgba(217, 220, 215, 0)));
  background: -webkit-linear-gradient(left, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
  background: -o-linear-gradient(left, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
  background: -ms-linear-gradient(left, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
  background: linear-gradient(to right, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9dcd7', endColorstr='#d9dcd7', GradientType=1);
}
.features-section2 ul.feat-list li:after {
  position: absolute;
  top: -4px;
  left: 29px;
  content: '';
  height: 9px;
  width: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #d9dcd7;
}
.features-section2 ul.feat-list li:last-child {
  margin-bottom: 0;
}
.accord-elem {
  margin-top: 20px;
}
.accord-elem:first-child {
  margin-top: 0px;
}
.accord-title {
  padding: 24px 30px;
  background: #f09f29;
  position: relative;
}
.accord-title h3 {
  padding-right: 64px;
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 18px;
  color: #ffffff;
}
.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  position: absolute;
  width: 64px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  border-left: 1px solid #ffffff;
}
.accord-title a.accord-link:after {
  font-family: 'FontAwesome';
  content: '\f055';
  font-size: 37px;
  color: #fff;
  line-height: 64px;
  opacity: 0.5;
}
.accord-elem.active a.accord-link:after {
  content: '\f056';
  opacity: 1;
}
.accord-content {
  display: none;
  padding: 20px 0 0;
  overflow: hidden;
}
.accord-content img {
  float: left;
  margin-right: 20px;
}
.accord-content p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 0;
}
.accord-elem.active .accord-content {
  display: block;
}
.skills-progress p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  font-size: 14px;
  color: #f09f29;
  margin-bottom: 8px;
}
.skills-progress p span {
  display: inline-block;
  float: right;
  font-weight: 400;
}
.meter {
  height: 20px;
  /* Can be anything */
  position: relative;
  background: transparent;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.meter > span {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #f09f29;
}
.fontawesome-section ul.icon-list {
  margin: 0;
  padding: 0;
}
.fontawesome-section ul.icon-list li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.fontawesome-section ul.icon-list li i {
  color: #f09f29;
  font-size: 20px;
  display: inline-block;
  margin-right: 14px;
  line-height: 22px;
}
.fontawesome-section ul.icon-list li p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 0;
}
.fontawesome-section ul.icon-list li:first-child {
  border-top: 1px solid #eeeeee;
}
.features-section3 {
  text-align: center;
}
.features-section3 ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.features-section3 ul li {
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 6px;
}
.features-section3 ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  width: 80px;
  height: 80px;
  border: 1px solid #f09f29;
}
.features-section3 ul li a i {
  color: #f09f29;
  line-height: 80px;
  font-size: 26px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.features-section3 ul li a:hover {
  background: #f09f29;
}
.features-section3 ul li a:hover i {
  color: #ffffff;
}
.features-section3 h1 {
  color: #f09f29;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  margin-bottom: 7px;
}
.features-section3 p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 0;
}
.services-section3 .services-post {
  border: 1px solid #eeeeee;
  text-align: center;
}
.services-section3 .services-post .up-part {
  background: #f4f4f4;
  padding: 24px 15px;
  position: relative;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.services-section3 .services-post .up-part h2 {
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  margin-bottom: 16px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.services-section3 .services-post .up-part span {
  display: inline-block;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}
.services-section3 .services-post .up-part span i {
  font-size: 32px;
  color: #474747;
  line-height: 80px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.services-section3 .services-post .up-part:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -37px;
  width: 74px;
  height: 3px;
  background: #f09f29;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.services-section3 .services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  display: block;
  color: #0b0b0b;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  padding: 12px;
  border-top: 1px solid #eeeeee;
}
.services-section3 .services-post:hover .up-part {
  background: #ffffff;
}
.services-section3 .services-post:hover .up-part h2 {
  color: #f09f29;
}
.services-section3 .services-post:hover .up-part span {
  border: 1px solid #f09f29;
}
.services-section3 .services-post:hover .up-part span i {
  color: #f09f29;
}
.services-section3 .services-post:hover .up-part:after {
  top: 0;
}
.services-section3 .services-post:hover a {
  color: #ffffff;
  background: #f09f29;
}
.table-section .table-responsive {
  text-align: center;
}
.table-section .table-responsive th {
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-align: center;
  padding: 14px !important;
  background: #f09f29;
  color: #ffffff;
  font-size: 17px;
  border: 1px solid #7ca624 !important;
}
.table-section .table-responsive td {
  padding: 14px !important;
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 0;
  background: #ffffff;
  border: 1px solid #dedede !important;
}
.table-section .table-responsive tr:nth-child(2n+1) td {
  background: #f5f5f5;
}
.testimonial-section img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #eeeeee;
  float: left;
}
.testimonial-section ul {
  margin: 0;
  padding: 0;
}
.testimonial-section ul li {
  overflow: hidden;
}
.testimonial-section .message-content {
  margin-left: 180px;
  padding-top: 25px;
  padding-right: 65px;
}
.testimonial-section .message-content p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.testimonial-section .message-content h6 {
  font-size: 16px;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  position: relative;
  margin: 20px 0 0;
}
.testimonial-section .message-content h6 span {
  font-weight: 600;
}
.testimonial-section .message-content h6:before {
  content: '';
  width: 110px;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  top: -10px;
}
.testimonial-section .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonial-section .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f09f29;
  border: 1px solid #f09f29;
}
.project-post {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.project-post img {
  width: 100%;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.project-post .hover-box {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.project-post .hover-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  width: 40px;
  height: 40px;
  background: #f09f29;
}
.project-post .hover-box a i {
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
}
.project-post .hover-box a.zoom {
  margin-left: 40px;
}
.project-post .hover-box a.page {
  margin-right: 40px;
}
.project-post:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.project-post:hover .hover-box {
  opacity: 1;
  visibility: visible;
}
.project-post:hover .hover-box a.zoom {
  margin-left: 0px;
}
.project-post:hover .hover-box a.page {
  margin-right: 0px;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
.carousel-control .glyphicon {
  display: none;
}
.carousel-control {
  width: 47px;
  height: 47px;
  background: none;
  text-align: center;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  opacity: 1;
  top: 50%;
  margin-top: -23px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.carousel-control.left {
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-control.left:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 19px;
  line-height: 47px;
  color: #fff;
  top: -1px;
  left: 8px;
}
.carousel-control.right {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-control.right:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 19px;
  line-height: 47px;
  color: #fff;
  top: -1px;
  left: 10px;
}
.carousel-control.left:hover {
  background: #000000;
}
.carousel-control.right:hover {
  background: #000000;
}
.horizontal-tabs-box .nav-tabs {
  float: none;
  width: auto;
  border: none;
}
.horizontal-tabs-box .nav-tabs li {
  float: left;
  border: 1px solid #eeeeee;
  border-bottom: none;
  margin: 0;
  margin-right: 10px;
}
.horizontal-tabs-box .nav-tabs li a {
  padding: 20px;
}
.horizontal-tabs-box .nav-tabs li a i {
  margin-right: 8px;
}
.horizontal-tabs-box .nav-tabs li.active a {
  color: #ffffff;
  background: #f09f29;
}
.horizontal-tabs-box .nav-tabs li.active a i {
  color: #ffffff;
}
.horizontal-tabs-box .tab-content {
  margin-left: 0px;
}
.unik-line-section {
  background: #f09f29;
  overflow: hidden;
}
.unik-line-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  float: right;
  padding: 15px 36px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  color: #444444;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.unik-line-section a:hover {
  opacity: 0.7;
}
.unik-line-section p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  margin: 15px 0 0;
}
.unik-line-section p span {
  font-weight: 600;
}
ul.clients {
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin: 0 -10px;
}
ul.clients li {
  float: left;
  width: 33.333333%;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
ul.clients li a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  background: #c9c9c9;
}
ul.clients li a img {
  width: 100%;
}
ul.clients li a:hover {
  opacity: 0.7;
}
.blog-section .blog-post {
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
}
.blog-section .blog-post .post-box {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.blog-section .blog-post .post-box ul.post-tags {
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  padding: 20px 0;
  width: 100px;
}
.blog-section .blog-post .post-box ul.post-tags li {
  list-style: none;
  padding: 8px 0;
}
.blog-section .blog-post .post-box ul.post-tags li i {
  display: block;
  font-size: 20px;
  color: #b6b6b6;
  margin-bottom: 4px;
}
.blog-section .blog-post .post-box ul.post-tags li span {
  display: inline-block;
  color: #a1a1a1;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0;
}
.blog-section .blog-post .post-box ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  color: #a1a1a1;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.blog-section .blog-post .post-box ul.post-tags li a:hover {
  color: #f09f29;
}
.blog-section .blog-post .post-gal {
  float: right;
  position: relative;
  width: 310px;
}
.blog-section .blog-post .post-gal img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.blog-section .blog-post .post-gal .hover-post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.blog-section .blog-post .post-gal .hover-post a {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100px;
  text-align: center;
  margin-left: -50px;
  margin-top: -19px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f09f29;
  padding: 9px 16px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
.blog-section .blog-post .post-gal .hover-post a:hover {
  opacity: 0.7;
}
.blog-section .blog-post h2 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #444444;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: inherit;
  color: #40434c;
  padding: 14px 18px;
  font-weight: 300;
  line-height: 24px;
}
.blog-section .blog-post h2 a {
  color: #40434c;
}
.blog-section .blog-post:hover .post-gal .hover-post {
  opacity: 1;
  visibility: visible;
}
.blog-section .blog-post:hover .post-gal .hover-post a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

/*-------------------------------------------------*/
/* =  portfolio 2col, 3col
/*-------------------------------------------------*/
.banner {
  position: relative;
  margin-bottom: 15px;
}
.banner img {
  width: 100%;
}
.banner h1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -25px;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: inherit;
}
.banner h1 span {
  display: inline-block;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.6);
}
.pager-line {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.pager-line a.prev {
  float: left;
}
.pager-line a.next {
  float: right;
  margin-right: 1px;
}
.pager-line > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  padding: 1px 5px;
  border: 1px solid #ebebeb;
  color: #666666;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: #ffffff;
  margin-top: 4px;
}
.pager-line > a i {
  font-size: 14px;
  margin-right: 3px;
}
.pager-line > a:hover {
  border: 1px solid #f09f29;
  color: #ffffff;
  background: #f09f29;
}
.pager-line ul {
  margin: 0;
  padding: 0;
}
.pager-line ul li {
  display: inline-block;
  margin-right: -4px;
  padding: 5px 0px 5px 10px;
  background: #f09f29;
}
.pager-line ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
}
.pager-line ul li a:hover {
  opacity: 0.7;
}
.pager-line ul li:before {
  content: '\f01d';
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 12px;
  margin-right: 10px;
}
.pager-line ul li:first-child:before {
  content: '';
  margin-right: 0;
}
.pager-line ul li:last-child {
  padding-right: 10px;
}
.pager-line:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 15px;
  background: #ebebeb;
  z-index: -1;
}
.portfolio {
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.portfolio-box.col2 .project-post {
  padding: 10px;
  width: 50%;
  margin: 0;
}
.portfolio-box.col2 .project-post img {
  width: 100%;
}
.portfolio-box.col2 .project-post:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.portfolio-box.col3 .project-post {
  padding: 10px;
  width: 33.3%;
  margin: 0;
}
.portfolio-box.col3 .project-post img {
  width: 100%;
}
.portfolio-box.col3 .project-post:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
ul.pagination-list li {
  display: inline-block;
}
ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 35px;
}
ul.pagination-list li a:hover,
ul.pagination-list li a.active {
  background: #555555;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  About page
/*-------------------------------------------------*/
.statistic-post {
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #f3f3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
span.icon-stat {
  display: inline-block;
  margin-bottom: 20px;
}
span.icon-stat i {
  color: #f09f29;
  font-size: 32px;
}
.statistic-post p span.timer {
  display: inline-block;
  color: #060606;
  font-size: 38px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 36px;
  margin: 0 0 12px;
}
.statistic-post p {
  color: #c7c7c7;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  blog 1col
/*-------------------------------------------------*/
.blog-section.col1 .blog-post .post-box {
  border-bottom: none;
}
.blog-section.col1 .blog-post .post-box .post-gal {
  float: left;
}
.blog-section.col1 .blog-post .post-box .post-content {
  float: left;
  width: 440px;
  padding: 18px 20px;
}
.blog-section.col1 .blog-post .post-box .post-content h2 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #444444;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
  font-weight: 300;
  margin-bottom: 6px;
  color: #40434c;
  padding: 0;
  text-transform: inherit;
}
.blog-section.col1 .blog-post .post-box .post-content h2 a {
  color: #40434c;
}
.blog-section.col1 .blog-post .post-box .post-content p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 0;
}
/*-------------------------------------------------*/
/* =  contact
/*-------------------------------------------------*/
.map {
  height: 517px;
}
#contact-form {
  overflow: hidden;
}
.text-fields {
  float: left;
  width: 230px;
  padding-right: 10px;
}
.comment-area {
  float: left;
  width: 400px;
  padding-right: 10px;
}
.submit-area {
  width: 180px;
  float: left;
}
.float-input {
  position: relative;
  padding-left: 58px;
}
.float-input span {
  position: absolute;
  width: 58px;
  height: 58px;
  border: 1px solid #eaeaea;
  top: 0px;
  left: 0px;
  z-index: 2;
  text-align: center;
}
.float-input span i {
  line-height: 32px;
  font-size: 12px;
  color: #b4b4b4;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #b4b4b4;
  margin-top: 13px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
#contact-form input[type="text"],
#contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
  color: #848484;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #eeeeee;
  border-left: none;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  width: 100%;
  padding: 18px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
#contact-form input[type="text"]:focus + span i,
.comment-form input[type="text"]:focus + span i {
  color: #fff;
  background: #f09f29;
  border: 1px solid #f09f29;
}
#contact-form textarea,
.comment-form textarea {
  height: 194px;
  border: 1px solid #eaeaea;
}
#contact-form button,
.comment-form button {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 65px 20px;
  background: #f09f29;
  border: none;
  outline: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}
#contact-form button i,
.comment-form button i {
  display: block;
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 8px;
}
#contact-form button:hover,
.comment-form button:hover {
  opacity: 0.8;
}
#contact-form .message,
.comment-form .message {
  clear: both;
  height: 25px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  float: none;
  margin-top: 5px;
}
#contact-form .message.error,
.comment-form .message.error {
  color: #eb2c06;
}
#contact-form .message.success,
.comment-form .message.success {
  color: #1e9397;
}
/*-------------------------------------------------*/
/* =  single-post
/*-------------------------------------------------*/
.single-post {
  background: #ffffff;
  margin-bottom: 20px;
}
.single-post img {
  width: 100%;
}
.single-post .single-post-content {
  padding: 14px 20px;
}
.single-post .single-post-content a.buttonStyle {
  text-decoration: none;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f09f29;
  padding: 9px 16px;
}
.single-post .single-post-content a.buttonStyle:hover {
  opacity: 0.7;
  color: #ffffff;
}
.single-post h1 {
  color: #f09f29;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: inherit;
  color: #000000;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 300;
}
.single-post .post-tags {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.single-post .post-tags li {
  display: inline-block;
  margin-right: 15px;
}
.single-post .post-tags li a,
.single-post .post-tags li span {
  display: inline-block;
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 0;
  font-size: 12px;
  color: #a1a1a1;
  margin-top: -4px;
}
.single-post .post-tags li i {
  font-size: 20px;
  color: #b6b6b6;
  margin-right: 10px;
}
.single-post p {
  font-size: 15px;
  color: #919191;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
}
.comment-section {
  margin-bottom: 20px;
  overflow: hidden;
}
.comment-section ul {
  margin: 0;
  padding: 0;
}
.comment-section ul li {
  list-style: none;
}
.comment-box {
  overflow: hidden;
  margin-bottom: 30px;
}
.comment-box img {
  float: left;
  max-width: 80px;
}
ul.depth {
  margin-left: 100px;
}
ul.depth li {
  position: relative;
}
ul.depth li:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  top: 0;
  left: -60px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.comment-content {
  padding-left: 100px;
}
.comment-content h6 {
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  margin: -4px 0 7px;
  padding-bottom: 4px;
}
.comment-content h6 span {
  color: #d1d1d1;
  font-style: normal;
}
.comment-content p {
  color: #a3a3a3;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 26px;
}
.comment-form {
  overflow: hidden;
}
.comment-form .text-fields,
.comment-form .submit-area {
  width: 50%;
}
.comment-form textarea {
  height: 126px;
}
.comment-form input[type="submit"] {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  padding: 18px 5px 19px;
  background: #f09f29;
  border: none;
  outline: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  dark version
/*-------------------------------------------------*/
.dark {
  background: url('../images/black-pattern.png');
}
.dark .box-section h2,
.dark #sidebar .sidebar-section.white-box h2,
.dark .unik-section ul.feature-list li h3,
.dark .team-section .team-post .right-part h3,
.dark .features-section2 ul.feat-list li div h3,
.dark .fontawesome-section ul.icon-list li,
.dark .services-section3 .services-post a,
.dark .testimonial-section .message-content h6 {
  color: #ffffff;
}
.dark .features-section2 ul.feat-list li:hover div h3 {
  color: #f09f29;
}
.dark #sidebar .sidebar-section.white-box,
.dark header .header-logo,
.dark #slider,
.dark .box-section,
.dark .blog-section .blog-post,
.dark footer .footer-line {
  background: rgba(0, 0, 0, 0.5);
}
.dark .recent-post-box ul li,
.dark .team-section .team-post .right-part h3,
.dark .fontawesome-section ul.icon-list li,
.dark .blog-section .blog-post .post-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .recent-post-box ul li:last-child {
  border-bottom: none;
}
.dark .vertical-tabs-box .tab-content,
.dark .horizontal-tabs-box .tab-content,
.dark .team-section .team-post .left-part img,
.dark .meter,
.dark .services-section3 .services-post,
.dark .testimonial-section img {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .vertical-tabs-box .nav-tabs li,
.dark .horizontal-tabs-box .nav-tabs li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .vertical-tabs-box .nav-tabs li,
.dark .horizontal-tabs-box .nav-tabs li:first-child,
.dark .fontawesome-section ul.icon-list li:first-child,
.dark .services-section3 .services-post a,
.dark .horizontal-tabs-box .nav-tabs li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .testimonial-section .message-content h6:before {
  background: #ffffff;
}
.dark .horizontal-tabs-box .nav-tabs li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .blog-section .blog-post h2 a,
.dark footer .footer-line p {
  color: #d8d8d8;
}
.dark .unik-line-section {
  background: #f09f29;
}
.dark ul.clients li a,
.dark footer .footer-line a {
  background: #000000;
}
.dark .carousel-control.left,
.dark .carousel-control.right {
  background: rgba(255, 255, 255, 0.22);
}
.dark .carousel-control.right {
  margin-right: 1px;
}
.dark .vertical-tabs-box .nav-tabs li a,
.dark .horizontal-tabs-box .nav-tabs li a {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.dark .vertical-tabs-box .nav-tabs li.active a,
.dark .horizontal-tabs-box .nav-tabs li.active a {
  background: #f09f29;
}
.dark .vertical-tabs-box .tab-content .tab-pane,
.dark .horizontal-tabs-box .tab-content .tab-pane {
  background: rgba(0, 0, 0, 0.2);
}
.dark .vertical-tabs-box .tab-content .tab-pane p,
.dark .horizontal-tabs-box .tab-content .tab-pane p {
  color: #d8d8d8;
}
/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/
footer {
  margin-bottom: 40px;
}
footer .up-footer {
    background: #000000;
    padding: 5px;
    clear: both;
    border-top: 2px solid #454545;
}
footer .up-footer h2 {
font-size: 1.25em !important;
color: #6f6f6f !important;
text-transform: uppercase;
font-weight: 700 !important;
margin: 0 0 0px;
-webkit-font-smoothing: antialiased;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
text-transform: inherit;
}
footer .up-footer .footer-widgets {
  margin-bottom: 30px;
}

footer .up-footer li {
  list-style:none;	
}

footer .up-footer a {
  color:#dddddd;	
}

footer .up-footer a:hover {
  color:#3686c3;	
}


footer .footer-line {
	overflow: hidden;
	padding: 10px 20px;
	border-top: 2px solid #454545;
}

footer .footer-line p {
  float: left;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 10px 0;
}
footer .footer-line a.go-top {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  float: right;
  width: 42px;
  height: 42px;
  background: #f09f29;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
footer .footer-line a i {
  font-size: 26px;
  color: #ffffff;
  line-height: 42px;
}
footer .footer-line a:hover {
  opacity: 0.7;
}

footer .footer-contact h2 {
    font-size: 1.65em !important;
    color: #fff !important;
    font-weight: 500 !important;
}

footer .footer-contact p {
  color:#fff;	
}

/*-------------------------------------------------*/
/* =  Responsive part
/*-------------------------------------------------*/
@media (max-width: 1199px) {
  #sidebar {
    width: 230px;
  }
  #content {
    width: 690px;
  }
  .social-box ul li {
    margin-left: 0;
  }
  p.flex-caption {
    font-size: 15px;
    padding: 27px 140px 26px 20px;
  }
  .team-section .team-post .left-part ul.social-team li {
    margin-left: -2px;
  }
  .services-section3 .services-post .up-part h2 {
    font-size: 16px;
  }
  .blog-section .blog-post .post-gal {
    width: 240px;
  }
  .blog-section .blog-post .post-box ul.post-tags {
    width: 90px;
  }
  .blog-section .blog-post .post-box ul.post-tags li {
    padding: 0;
  }
  .comment-area {
    width: 285px;
  }
  .submit-area {
    width: 135px;
  }
  .portfolio-box.fullscreen-masonry .project-post {
    width: 33.3%;
  }
  .blog-section.col1 .blog-post .post-box .post-content {
    width: 360px;
  }
}
@media (max-width: 991px) {
  #sidebar {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #sidebar .sidebar-section.white-box {
    display: none;
  }
  #content {
    width: 100%;
  }
  header .main-menu {
    text-align: center;
  }
  a.elemadded {
    display: block;
  }
  .navbar-vertical {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 100%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out;
    max-height: 320px;
    overflow-y: scroll;
  }
  .navbar-vertical.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out;
  }
  li.drop ul.drop-down {
    position: relative !important;
    text-align: center !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: rotateY(0deg) !important;
    -moz-transform: rotateY(0deg) !important;
    -ms-transform: rotateY(0deg) !important;
    -o-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
    -webkit-transform: rotateX(0deg) !important;
    -moz-transform: rotateX(0deg) !important;
    -ms-transform: rotateX(0deg) !important;
    -o-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
  }
  .services-post {
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .unik-section .image-place img {
    margin-bottom: 20px;
  }
  .vertical-tabs-box .tab-content {
    margin-left: 234px;
  }
  .skills-section {
    text-align: center;
  }
  .skills-section p {
    margin-bottom: 20px;
  }
  .pricing-section ul.pricing-table {
    margin-top: 30px;
  }
  .team-section .team-post .left-part {
    max-width: 160px;
  }
  .team-section .team-post .right-part {
    width: auto;
    float: none;
    margin-left: 160px;
  }
  .float-image-section .image-box img {
    margin-bottom: 20px;
  }
  .features-section .features-post {
    margin-bottom: 20px;
  }
  .blog-section .blog-post .post-gal {
    width: 580px;
  }
  .blog-section .blog-post .post-box ul.post-tags {
    width: 140px;
  }
  .blog-section .blog-post .post-box ul.post-tags li {
    padding: 15px 0;
  }
  .statistic-post {
    margin-bottom: 20px;
  }
  .comment-area {
    width: 315px;
  }
  .fullscreen #sidebar {
    float: none;
  }
  .fullscreen #content {
    margin-left: 0;
    padding: 0 20px;
  }
  .blog-section.col1 .blog-post .post-box .post-content {
    width: 100%;
    float: none;
    clear: both;
  }
  .services-section.box-section,
  .services-section2 {
    background: #737572;
  }
}
@media (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
  p.flex-caption {
    padding: 15px;
  }
  .vertical-tabs-box .nav-tabs {
    float: none;
    width: 100%;
    border-right: 1px solid #eeeeee;
  }
  .vertical-tabs-box .tab-content {
    margin-left: 0;
  }
  .testimonial-section img {
    float: none;
    margin-bottom: 10px;
  }
  .testimonial-section .message-content {
    margin-left: 0;
  }
  .project-post {
    margin-bottom: 20px;
  }
  .horizontal-tabs-box .nav-tabs li {
    float: none;
    display: block;
  }
  .blog-section .blog-post .post-gal {
    width: 100%;
    float: none;
  }
  .blog-section .blog-post .post-box ul.post-tags {
    width: 100%;
    float: none;
  }
  .blog-section .blog-post .post-box ul.post-tags li {
    display: inline-block;
    padding: 15px;
  }
  .text-fields,
  .comment-area,
  .submit-area {
    float: none;
    width: 100%;
    padding: 0;
  }
  #contact-form button {
    padding: 20px;
  }
  .portfolio-box.fullscreen-masonry .project-post {
    width: 49.9%;
  }
  .portfolio-box.col2 .project-post {
    width: 49.9%;
  }
  .portfolio-box.col3 .project-post {
    width: 49.9%;
  }
  ul.depth {
    margin-left: 0;
  }
  .comment-form .text-fields,
  .comment-form .submit-area {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pager-line ul {
    display: none;
  }
  .portfolio-box.fullscreen-masonry .project-post {
    width: 100%;
  }
  .portfolio-box.col2 .project-post,
  .portfolio-box.col3 .project-post {
    width: 100%;
  }
}


/***** BOOTSTRAPS *****/

.row {
    margin: 0px 10px;
    padding: 10px 0px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/****DEFAULT *****/
html, body {
	font-family: 'Open Sans', sans-serif;
}

h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #f09f29;
}

/****LOGO****/

.header-logo img {
  width:100%;	
}



/****ACCORDIAN MENU ****/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion ul { list-style-type: none; }

.accordion a {
  color: #000000;
  text-decoration: none;
}

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 0px auto 20px;
  background: #FFF;
  text-transform:uppercase;
  list-style: none;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 11px 15px 11px 20px;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 15px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { background-color: #f09f29; color:#fff;}

.accordion li.open i { color: #fff; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  background: #454545;
  font-size: 14px;
}

.submenu li {}

.submenu a {
  display: block;
  font-size:14px;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 12px;
  padding-left: 20px;
  text-transform:capitalize;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #f09f29;
  color: #FFF;
}


/*** Top Bar ***/

#topBar {
	background-color: #3686c3;
    color: #fff;
    line-height: 45px;
}

.free-shipping {
	font-size: 14px;
    width: 50%;
    float: left;
    line-height: 1em;
    padding: 12px 0px;
}

.free-shipping a {
	text-decoration: none;
}
.free-shipping a:link {
	color: #0000FF;
}
.free-shipping a:visited {
	color: #0000FF;
	border-bottom: 1px solid #C0C0C0;
}
.free-shipping a:active {
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
}
.free-shipping a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.top-phone {
    font-size: 22px;
    text-align: right;
    line-height: 24px;
    padding: 6px 10px 6px 0px;
}

.top-phone a {
	text-decoration: none;
}
.top-phone a:link {
	color: #0000FF;
}
.top-phone a:visited {
	color: #0000FF;
	border-bottom: 1px solid #C0C0C0;
}
.top-phone a:active {
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
}
.top-phone a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}


.col-xs-12.top-phone {
    font-size:19px;	
}

/*****SIDEBAR BANNER ADS *****/
.ad-banner img {
    width:100%;	
}

/**** SEARCH ******/
input#search {
    max-width: 700px;
    width: 89%;	
}

.searchBTN {
	background-color: #f09f29;
    color: #fff;
    border: 0px;
    padding: 6px 5px 5px;
}

.searchBTN:hover {
	background-color: #3686c3;
}

#content-top .row {
padding: 0px 5px !important;
margin: 0px -15px !important;
}

.search-bar #search{
    font-weight: bold;
    border: none;
    background: #fff url(../images/search-icon.png) no-repeat left center;
    padding: 6px 5px 5px 40px;
    margin-bottom: 20px;
}

.top-nav {
    text-align: right;
    padding: 0px 20px 10px;
}

.mcmMyAccount,
.mcmMyCart {
	font-size:1.20em;
}

.mcmMyCart {
	margin-left:20px;
}

.mcmMyAccount a,
.mcmMyCart a{
	color:#fff;	
}

.mcmMyAccount a:hover,
.mcmMyCart a:hover{
	color:#3686c3;	
	text-decoration:none;
}


/**** CATEGORY *****/
.box-section.category-section {
  clear:both;	
}


.box-section.category-section h2 {
	font-size: 12px;
	background-color: #f09f29;
}

.box-section.category-section h2 a {
    color:#fff;	
}


.sect-cont {
	    clear: both;
    padding: 15px 0px 0px;
    margin: 0px;
}

.box-section.category-section h3.sect-header {
	font-size: 16px;
    background-color: #3686c3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px 0 5px;
    line-height: 19px;
    letter-spacing: 1px;
    padding: 10px 20px;
    clear: both;
}

.box-section.category-section h3 a {
    color:#fff;	
}

.box-section .col-md-3 .item-block,
.box-section .col-md-2 .item-block{
    border: 1px solid #ccc;
    padding: 12px;
    min-height: 240px;
	margin-bottom: 20px;
 }
 
 .box-section #cat-select .col-md-4 .item-block {
    border: 1px solid #ccc;
    padding: 12px;
    min-height: 240px !important;
    max-height: 240px;
    margin-bottom: 20px;
    overflow: hidden;
}

 #cart-crosssell .item-block {
	border: 1px solid #ccc;
    padding: 12px;
    min-height: 180px !important;
    max-height: 180px !important;
    margin-bottom: 20px;
    overflow: hidden;
}
 
 .col-md-6.subcats,
 .col-md-12.center {
    text-align:left;
	padding:3px 5px;	 
 }
 
 #cart-btn.row,
 .cart-page .row{
    margin:8px 0px;	 
 }
 
 #top-sub-sect {
	clear:both;
	margin-bottom:15px; 
 }

 .box-section.category-section .col-md-4 .item-block{
    border: 1px solid #ccc;
    padding: 12px;
    min-height: 240px;
	
 }
 
 .featured-section .item-block {
    margin-bottom:20px;	 
 }
 
 h3.sub-head {
    font-size:14px;
	font-weight:700;
	text-align:center;
	margin: 15px 0px 10px;	 
 }

.mcmCatImg {
	text-align: center;
    height: 100px;
}

.mcmCatImg img {
    vertical-align: middle;
    max-height: 95px;
}


.mcmCatName {
    font-size: 11.5px;
    height: 59px;
    line-height: 15px;
	text-align:center;
	overflow:hidden;
}

.mcmCatDesc {
    font-size:11px;
	line-height:12px;
	color: #000;	
	text-align:center;
}

.mcmCatAction {
    text-align:center;
	margin: 15px 0px 5px;	
}

.mcmCatPrice {
    font-weight: bold;
    font-size: 1.10em;
    height: 45px;
}

.prod-tag {
    position: absolute;
    top: -2px;
    right: 8px;
}

input.mcmCatBuy,
.mcmCatBuy a {
    background-color: #428bca;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 1em;
    font-weight: bold;
	color: #fff;	
	border: 0px;
}

input.mcmCatBuy:hover,
.mcmCatBuy a:hover {
    color: #fff;
	background-color:#000;
	text-decoration:none;	
}

.mcmCatPart {
	text-align:center;
	font-size: .70em;
	font-weight:normal;
}

.mcmlowPrice {
    text-align: center;
    font-size: .65em;
    font-weight: bold;
    padding-top: 5px;
}

.mcmCatWishlist {
    width: auto;
    position: absolute;
    top: 10px;
    font-size: 20px;
}

/********FAQs***********/
.box-section.help-section h2 {
	font-size: 12px;
	background-color: #f09f29;
}

.box-section.help-section h2 a {
    color:#fff;	
}

.help-section ul,
.help-section ol  {
	margin:10px 0px 10px 30px;
	
}

.help-section h3 {
   font-size:1.25em;
   text-transform:uppercase;
   font-weight:700;	
}

.section-divider {
    border-top: 1px solid #ccc;
    clear: both;
    margin: 20px 0px 20px !important;	
}

.connectionGuide {
  margin: 10px 0px;	
}

.connectionGuide td,
.connectionGuide th{
	text-align:center;
	padding:10px;
	border-bottom:1px solid #ccc;
}

.connectionGuide img {
    width:100%;
	max-width:150px;	
}

.contentRow {
  font-size:.8em;	
}


.connectorMatrix td{
	text-align:center;
	padding:10px 2px;
	border-bottom:1px solid #ccc;
	font-size:1vw;
}

.connectorMatrix img {
    max-width:30px !important;
	width: 100% !important;	
}

.connectorMatrix td span.tableTop,
.connectorMatrix th {
    font-size: 1em !important;
	text-align:center;
}

.connectionGuide th {
	background-color: #eee;
}

#cg-col01 {
	width:40%
}
#cg-col02,
#cg-col03 {
	width:30%
}

.small {
  font-size:.8em;	
}

.form-row {
  padding: 5px 0px;	
}

.form-row.submit {
  text-align:center;	
}

.form-row label {
  width: 275px;	
}


#billToAddress .form-row label,
#shipToAddress .form-row label,
#CustomerContact .form-row label {
  width: 100px;	
}

#rma-col01 .form-row label,
#rma-col02 .form-row label {
  width: 150px;	
}



#billToAddress .form-row input,
#billToAddress .form-row select,
#billToAddress .form-row textarea,
#shipToAddress .form-row input,
#shipToAddress .form-row select,
#shipToAddress .form-row textarea,
#CustomerContact .form-row input,
#CustomerContact .form-row select,
#CustomerContact .form-row textarea {
    border: 1px solid #bbb;
    padding: 3px 5px;
    width: 200px;
}



form .btn,
.btn{
	background: #3686c3;
    padding: 5px 15px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
	margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}


    

.smaller-btn {
    font-size: .95em !important;
    padding: 5px 5px !important;
}

.smallest-btn {
    font-size: .7em !important;
    padding: 2px 2px !important;
}


.checkout-btn
 {
	background: #f09f29 !important;
}

form .btn:hover,
.btn:hover,
.checkout-btn:hover
{
	background: #000000 !important;
    color: #fff;
}


form .btn.small-form {
    background: #3686c3;
    padding: 3px 10px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.0em;
    margin-lefT: 6px;
}

div.center {
  text-align:center;	
}

div.right {
  text-align:right;	
}

select.sort-select {
	font-size:16px;
	padding: 5px;	
}

table.shipping-table {
	font-size:.8em;
}

.row.my-account .col-md-2 {
    text-align:center;	
}


/****TESTIMONIALS *****/
.row.testimonial-row {
	border-top: 1px solid #ccc;
    padding: 20px 0px;
}

.test-name {
	font-size: .9em;
    font-weight: bold;
    color: #555;
}

.test-from {
	font-size: .9em;
    color: #555;
}

.test-response {
   margin:12px 0px;	
}

.row ul {
  padding:10px 10px 10px 20px;	
}


/****FORMS *****/
input, select, textarea {
    border: 1px solid #bbb;
    padding: 3px 5px;
}


/**** CART ****/
#cart-table td {
	padding:5px 5px;	
}

#cart-table tr {
	border-top:1px solid #ddd;
}

.table-header {
	background: #3686c3;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 5px;
	font-size:.8em;
}

.total-table {
    border:1px solid #ddd;
	padding: 10px;	
}

.total-table td {
   padding:5px;
   text-align:right;	
}

.total-line {
	font-size: 1.2em;
    font-weight: bold;
}

#shipping-options option {
        word-break: break-word; 
}

/****** PRODUCT DETAIL *****/

.pd-label { 
    font-size: .8em;
    width: 40%;
}

.pd-value {
    font-size: .8em;
    width: 60%;	
}

.prodimagewrap
{
    border: 1px solid #ddd;
	display:block;
}
.prodimagewrap img
{
	width:100%;
}

#prodcarousel li {
	border: 1px solid #ddd;
	margin-right: 6px;
}

.pricing-table {
    text-align: center;
    text-transform: uppercase;
    font-size: .85em;
}
.pricing-table-header {
	font-size: .85em;
}
.pricing-table .list-header {
    font-size:.75em;	
}

.inside img {
    max-width:700px;
	width:100%;
	height:auto;	
}

/********ZOOM FEATURE ************/
.thumbnails {
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
	text-align: left;
}

.thumbnails li {
	display: inline-block;
	width: 60px;
    height: 65px;
	margin: 0 5px;
	border:1px solid #ddd;
}

.thumbnails img {
	display: block;
	min-width: 100%;
	max-width: 100%;
}

.toggle {
	display: block;
	margin: 10px auto 1.5em;
}

.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}



/****FOOTER****/
.up-footer .row ul {
    padding: 10px 0px !important;
	margin: 0px 0px !important;
}

hr {
  border:none;
  border-bottom:1px solid #ddd;	
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 5px 0px 0px !important;	
}


.rma-table01 {
	width: 100%;
	font-size:.9em;
}

.rma-item-table {
	width: 100%;
	font-size:.8em;
}

.rma-item-table {
  margin: 15px 0px 10px 0px;	
}

.rma-table01 td,
.rma-item-table td {
 padding:4px 3px;

}


.cat-item-table {
	width: 100%;
	height:15px;
	font-size:.8em;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

.cat-item-table td {
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 height:15px;
 text-align: center;
}

.cat-item-table td:hover {
    font-weight:bold; 
    font-size:1.0em;
	background-color: f09f29 ;
}

.cat-item-table {
  margin: 0px 0px 0px 0px;	
  padding:0px 0px 0px 0px;
}




@media only screen and (max-width : 990px){
  .box-section.category-section .col-md-4 .item-block{
    border: 1px solid #ccc;
    padding: 12px;
	margin: 0px 0px 20px 0px!important;
    min-height: auto !important;
 }
 
 .row {
    padding: 0px 0px;
}

	.sidebar-section.ad-banner {
		display:none;
	}



}

@media only screen and (max-width : 990px){
.col-sm-12.related {
  clear:both;
  padding-top:20px;
}
}

@media only screen and (max-width : 480px){
	.cart-title, .cart-desc {
		display:none;
	}
}


#why-mcm {
  padding:0px;
  background:none;	
}

#why-mcm .row,
#why-mcm .row .col-md-12{
  padding:0px;
  margin: 0px;	
}