/*************************************************   
Theme Name: Tempcore
Theme URI: http://weblusive-themes.com/Tempcore
Description: A fully responsive ultra-customizable Worpdress theme.
Author: PremiumLayers & Weblusive  
Author URI: http://www.weblusive.com/
Version: 1.0
License: See on zip package
License URI: See on zip package
Tags: dark, light
*************************************************/
/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.Header
    header 2
    header 3
    header 4
    header 5
    header 6                         
 3.General code                   
 4.content - home sections                              
 5.Portfolio pages                           
 6.Blog pages       
 8.Single post                               
 9.Contact page                            
 10.Home 6                            
 11.Shop Page                            
 12.Home 2                            
 13.About page                            
 14.Home 3
 15.Home 4           
 16.Home 5           
 17.Home 10           
 18.Single Project page         
 19.Footer
 20.nouislider style (used in priccing range)

-------------------------------------------------*/
select, input, textarea {max-width:100%}
img {max-width:100%; height:auto}
/*-------------------------------------------------------*/
/* 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;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/


.navbar {
	margin-bottom: 0;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: none !important;
    border-bottom: 1px solid #f6f7f7;
    border-radius: 0;
    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;
}
.navbar ul {list-style:none}
header div.navbar-fixed-top {
	position: relative;
	/*z-index: 9999999;*/
}

header.active .navbar {
    background: rgba(255,255,255,0.9);
}

.top-line {
    padding: 5px 0;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    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;
}

ul.top-menu {
    float: left;
    margin-top: 5px;
}

ul.top-menu li {
    display: inline-block;
    margin-right: 12px;
}

ul.top-menu li a {
    display: inline-block;
    color: #8e8e8e;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding-left: 15px;
    border-left: 1px solid #eeeeee;
    text-decoration: none;
    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;
}

ul.top-menu li a:hover {
    color: #000;
}

ul.top-menu li a i {
    color: #000;
    margin-right: 7px;
}

header.active .top-line {
    height: 0;
    padding: 0;
}

ul.social-icons {
    float: right;
}

ul.social-icons li {
    display: inline-block;
    margin-left: 10px;
}

ul.social-icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    border: 1px solid #eeeeee;
    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;
}

ul.social-icons li a i {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    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;
}

ul.social-icons li a:hover {
    background: #000;
    border: 1px solid #000;
}

ul.social-icons li a:hover i {
    color: #fff;
}

.navbar-brand {
    padding: 30px 15px;
    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;
}

header.active .navbar-brand {
    padding: 10px 15px 0;
}

.navbar-default .navbar-nav {
    margin: 0;
}

.navbar-default .navbar-nav > li {
    margin-left: 10px;
}

.navbar-default .navbar-nav > li.drop {
    position: relative;
}

.navbar-default .navbar-nav > li.drop > a:after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    color: #949494;
    font-size: 15px;
    right: 7px;
    top: 50%;
    margin-top: -10px;
    z-index: 3;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0px;
}

.navbar-default .navbar-nav > li > a {
    position: relative;
    color: #949494;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 44px 13px;
    text-transform: uppercase;
    z-index: 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;
}

.navbar-default .navbar-nav > li > a span {
    position: absolute;
    width: 100%;
    height: 10px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    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;
}

.navbar-default .navbar-nav > li:hover > a span {
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border: 1px solid #000;
}

header.active .navbar-default .navbar-nav > li > a {
    padding: 24px 13px;
}

header .navbar-default .navbar-nav > li.drop > a {
    padding-right: 26px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a{
    color: #000;
	background: #fff !important;
	
}

.navbar-default .navbar-nav > li > a.active, 
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.current-menu-parent > a
{
    color: #000;
	background:#fff ;
}

ul.drop-down {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    visibility: hidden\0/;
    opacity: 0;
    z-index: 3;
    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;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -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);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
}

.navbar-default .navbar-nav > li:hover > ul.drop-down {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      transform: rotateX(0deg);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
      -moz-transition: -moz-transform 0.4s, opacity 0.1s;
      -mos-transition: -mos-transform 0.4s, opacity 0.1s;
      -o-transition: -o-transform 0.4s, opacity 0.1s;
      transition: transform 0.4s, opacity 0.1s;
	  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.12);
box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

ul.drop-down li a {
    display: block;
    color: #646464;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding: 15px 18px;
    text-decoration: none;
    text-transform: capitalize;
    background: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
    border-top: 1px solid #d5d5d5;
    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;
}

ul.drop-down li {
    position: relative;
}

 ul.drop-down.level3,
ul.drop-down li ul.drop-down {
    top: 0;
    left: 100%;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

ul.drop-down li:hover ul.drop-down.level3,ul.drop-down li: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);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
      -moz-transition: -moz-transform 0.4s, opacity 0.1s;
      -mos-transition: -mos-transform 0.4s, opacity 0.1s;
      -o-transition: -o-transform 0.4s, opacity 0.1s;
      transition: transform 0.4s, opacity 0.1s;
}

ul.drop-down li a:hover {
    background: #95d60a;
    color: #fff;
}

header.active .shop-top-line {
    height: 0;
    overflow: hidden;
    padding: 0;
}

.shop-top-line {
    background: #95d60a;
    overflow: hidden;
    padding: 8px 0;
    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;
}

.currency {
    float: left;
}

.currency li {
    display: inline-block;
}

.currency li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    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;
}

.currency li a i {
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    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;
}

.currency li a:hover {
    background: #fff;
}

.currency li a:hover i {
    color: #54babb;
}

ul.shop-account-list {
    float: right;
}

ul.shop-account-list li {
    display: inline-block;
    margin-left: 20px;
}

ul.shop-account-list li:first-child {
    margin-left: 0px;
}

ul.shop-account-list li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    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;
}

ul.shop-account-list li a:hover {
    opacity: 0.6;
}

ul.shop-account-list li a i {
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
}

.shop-navbar {
    margin-left: 24px;
    margin-top: 34px;
    margin-right: -15px;
}

header.active .shop-navbar {
    height: 0;
    overflow: hidden;
}

.shop-navbar li {
    display: inline-block;
    margin: 0;
}

.shop-navbar li a {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    padding: 0;
    background: none !important;
}

.shop-navbar li span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #54babb;
    text-align: center;
    margin-right: 8px;
    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;
}

.shop-navbar li a:hover span {
    opacity: 0.7;
}

.shop-navbar li span i {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    -webkit-backface-visibility: hidden;
}

/* header2 */

header.header2 .navbar-default .navbar-nav > li > a span {
    width: 100%;
    height: 0px;
    border: none;
    z-index: -1;
}

header.header2 .navbar-default .navbar-nav > li:hover > a span,
header.header2 .navbar-default .navbar-nav > li > a.active span,
header.header2 .navbar-default .navbar-nav > li.active > a span, 
header.header2 .navbar-default .navbar-nav > li.current-menu-parent > a span{
    width: 100%;
    height: 40px;
    margin-top: -20px;
    background: #54babb;
}

header.header2 .navbar-default .navbar-nav > li:hover > a,
header.header2 .navbar-default .navbar-nav > li > a.active,
header.header2 .navbar-default .navbar-nav > li.active > a, 
header.header2 .navbar-default .navbar-nav > li.current-menu-parent > a{
    color: #fff;
}

header.header2 .navbar-default .navbar-nav > li.drop:hover a:after,
header.header2 .navbar-default .navbar-nav > li.drop a.active:after,
header.header2 .navbar-default .navbar-nav > li.active > a:after, 
header.header2 .navbar-default .navbar-nav > li.current-menu-parent > a:after{
    color: #fff;
}

/* header3 */

header.header3 .navbar-default .navbar-nav > li > a span {
    width: 100%;
    height: 0px;
    top: 0;
    margin-top: 0;
    border: none;
    z-index: -1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

header.header3 .navbar-default .navbar-nav > li:hover > a span,
header.header3 .navbar-default .navbar-nav > li > a.active span,
header.header3 .navbar-default .navbar-nav > li.active > a span, 
header.header3 .navbar-default .navbar-nav > li.current-menu-parent > a span{
    height: 7px;
    background: #54babb;
}

header.header3 .navbar-default .navbar-nav > li:hover > a,
header.header3 .navbar-default .navbar-nav > li > a.active,
header.header3 .navbar-default .navbar-nav > li.active > a, 
header.header3 .navbar-default .navbar-nav > li.current-menu-parent > a{
    color: #54babb;
}

header.header3 .navbar-default .navbar-nav > li.drop:hover a:after,
header.header3 .navbar-default .navbar-nav > li.drop a.active:after,
header.header3 .navbar-default .navbar-nav > li.active > a:after, 
header.header3 .navbar-default .navbar-nav > li.current-menu-parent > a:after{
    color: #54babb;
}

/* header4 */

header.header4 .navbar-default .navbar-nav > li > a span {
    width: 100%;
    height: 0px;
    border: none;
    z-index: -1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

header.header4 .navbar-default .navbar-nav > li:hover > a span,
header.header4 .navbar-default .navbar-nav > li > a.active span,
header.header4 .navbar-default .navbar-nav > li.active > a span, 
header.header4 .navbar-default .navbar-nav > li.current-menu-parent > a span{
    height: 100%;
    background: #54babb;
    margin-top: 0;
    top: 0;
}

header.header4 .navbar-default .navbar-nav > li:hover > a,
header.header4 .navbar-default .navbar-nav > li > a.active, 
header.header4 .navbar-default .navbar-nav > li.active > a, 
header.header4 .navbar-default .navbar-nav > li.current-menu-parent > a{
    color: #fff;
}

header.header4 .navbar-default .navbar-nav > li.drop:hover a:after,
header.header4 .navbar-default .navbar-nav > li.drop a.active:after, 
header.header4 .navbar-default .navbar-nav > li.active > a:after, 
header.header4 .navbar-default .navbar-nav > li.current-menu-parent > a:after{
    color: #fff;
}

/* header5 */

header.header5 .navbar-default .navbar-nav > li > a span {
    width: 100%;
    height: 0px;
    border: none;
    margin-top: 0;
    top: inherit;
    bottom: 0;
    z-index: -1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

header.header5 .navbar-default .navbar-nav > li:hover > a span,
header.header5 .navbar-default .navbar-nav > li > a.active span, 
header.header5 .navbar-default .navbar-nav > li.active > a span, 
header.header5 .navbar-default .navbar-nav > li.current-menu-parent > a span{
    height: 100%;
    background: #95d60a;
    height: 7px;
}

header.header5 .navbar-default .navbar-nav > li:hover > a,
header.header5 .navbar-default .navbar-nav > li > a.active, 
header.header5 .navbar-default .navbar-nav > li.active > a, 
header.header5 .navbar-default .navbar-nav > li.current-menu-parent > a{
    color: #95d60a;
}

header.header5 .navbar-default .navbar-nav > li.drop:hover a:after,
header.header5 .navbar-default .navbar-nav > li.drop a.active:after,
header.header5 .navbar-default .navbar-nav > li.active > a:after, 
header.header5 .navbar-default .navbar-nav > li.current-menu-parent > a:after {
    color: #95d60a;
}

/* header6 */

header.header6 .navbar-default .navbar-nav > li:hover > a span,
header.header6 .navbar-default .navbar-nav > li > a.active span, 
header.header6 .navbar-default .navbar-nav > li.active > a span, 
header.header6 .navbar-default .navbar-nav > li.current-menu-parent > a span{
    border: 1px solid #95d60a;
    height: 40px;
    margin-top: -20px;
}

header.header6 .navbar-default .navbar-nav > li:hover > a,
header.header6 .navbar-default .navbar-nav > li > a.active, 
header.header6 .navbar-default .navbar-nav > li.active > a, 
header.header6 .navbar-default .navbar-nav > li.current-menu-parent > a{
    color: #95d60a;
}

header.header6 .navbar-default .navbar-nav > li.drop a:after{
    display: none;
}

header.header6 .navbar-default .navbar-nav > li.drop a {
    padding-right: 13px;
}

header.header6 .navbar-default .navbar-nav > li a i {
    color: #95d60a;
    font-size: 18px;
    margin-right: 8px;
}

/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/

ul {
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
}

ul li {
   
}

a {
    text-decoration: none;
}

h1 {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    margin: 0;    
}

h2 {
    color: #464646;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;    
}

h3 {
    color: #000000;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    margin-bottom: 22px;
}

h4 {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

h5 {
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

p {
    color: #9a9a9a;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 18px;
}

a.main-button {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 12px 35px;
    background: #7ea4f5;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    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;
}

a.main-button:hover {
    opacity: 0.8;
}

button {
    outline: none !important;
}

#container {
   
    background: #fff;
}

#container.boxed {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.home-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #333333;
}

/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/


#slider {
    background: #95d60a;
}

#slider.revolution-slider {
    background: none;
}

.tp-caption.large_text {
    color: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    text-shadow: none;
}

.tp-caption.large_text span {
    font-weight: 700;
}

.tp-caption.big_white{
    color: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
}

.tp-caption.modern_small_text_dark {
    color: #fff; 
    font-size: 14px; 
    line-height: 18px; 
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-align: center;  
}

.tp-caption.modern_medium_light {
    background: #95d60a;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    padding: 20px 40px;
    text-align: center;
    width: 263px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;    
}

.tp-caption.modern_medium_light i {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 14px;
}

.tp-leftarrow.default {
    z-index:100;
    cursor:pointer;
    position:relative;
    background: rgba(0,0,0,0.3);
    width:61px;
    height:61px;
}

.tp-rightarrow.default {
    z-index:100;
    cursor:pointer;
    position:relative;
    background: rgba(0,0,0,0.3);
    width:61px;
    height: 61px;
}

.tp-leftarrow.default:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 61px;
    width: 100%;
    text-align: center;
    text-indent: 0 !important;
}

.tp-rightarrow.default:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 61px;
    width: 100%;
    text-align: center;
    text-indent: 0 !important;
}

.flex-caption {
    background: #95d60a;
    margin: 20px 0;
    padding-left: 12px;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.flex-caption span {
    font-weight: 600;
}

.services-box1,
.recent-works {
    padding: 40px 0;
}

 .services-box1 .services-post {
    padding: 40px 40px 32px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.services-box1 .services-post a {
    display: inline-block;
    width: 84px;
    height: 84px;
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    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;
}

.services-box1 .services-post a i {
    display: inline-block;
    color: #000;
    font-size: 32px;
    line-height: 84px;
    -webkit-backface-visibility: hidden;
}

.services-box1 .services-post:hover a {
    background: #000;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.services-box1 .services-post:hover a i {
    color: #fff;
}

.title-section {
    text-align: center;
    margin-bottom: 25px;
    z-index: 2;
    position: relative;
}

.title-section h1 {
    line-height: 40px;
}

.title-section p {
    color: #787878;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 !important;
    z-index: 9999;
    width: 100%;
    height: 0;
}

.owl-pagination {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    position: relative;
    zoom: 1;
    margin: 0px;
    font-size: 32px;
    border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: rgba(0,0,0,0.6);
    border: none;
    opacity: 1;
    padding: 0;
    width: 50px;
    height: 90px;
    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;
}

.owl-theme .owl-controls {
    margin: 0;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 0.4;
}

.owl-theme .owl-controls .owl-buttons div:before {
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 32px;
    color: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 90px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: left;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
}

.owl-buttons {
    margin-top: -45px;
}

.project-post {
    position: relative;
}

.project-post img {
    width: 100%;
	height:auto;
}

.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #95d60a;
    visibility: hidden\0/;
    opacity: 0\0/;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transform: rotateY(-90deg) scale(0.8);
    -moz-transform: rotateY(-90deg) scale(0.8);
    -ms-transform: rotateY(-90deg) scale(0.8);
    -o-transform: rotateY(-90deg) scale(0.8);
    transform: rotateY(-90deg) scale(0.8);
}

.project-post:hover .hover-box {
    visibility: visible;\0/;
    opacity: 1\0/;
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
    -ms-transform: rotateY(0deg) scale(1);
    -o-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
}

.inner-hover-box {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -63px;
    left: 0;
    width: 100%;
}

.inner-hover-box h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 28px;
}

.inner-hover-box p {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 12px;
    line-height: 20px;
}

.inner-hover-box a {
    display: inline-block;
    width: 63px;
    height: 63px;
    border: 1px solid #fff;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    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;
}

.inner-hover-box a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.inner-hover-box a i {
    font-size: 18px;
    line-height: 63px;
    color: #fff;
}

.choose-Tempcore {
    padding-top: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.image-sect {
    max-width: 100%;
    text-align: right;
}

.Tempcore-features {
    margin-top: 15px;
}

.Tempcore-features li {
    overflow: hidden;
    margin-bottom: 22px;
}

.Tempcore-features li span {
    display: inline-block;
    float: left;
    width: 52px;
    height: 52px;
    background: #95d60a;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    margin-right: 20px;
}

.Tempcore-features li span i {
    color: #fff;
    font-size: 22px;
    line-height: 52px;  
}

.Tempcore-features li h4 {
    margin-top: 3px;
}

.Tempcore-features li p {
    color: #787878;
    font-size: 15px;
    line-height: 22px;
    margin: 0; 
}

.Tempcore-line {
    padding: 40px 0;
    background: #95d60a;
    position: relative;
}

.Tempcore-line:after {
    position: absolute;
    content: '';
    width: 1170px;
    max-width: 100%;
    left: 50%;
    margin-left: -585px;
    top: 100%;
    z-index: 2;
    height: 53px;
    background: url('images/shadow.png') center center no-repeat;
}

.Tempcore-line p {
    margin-right: 160px;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
}

.Tempcore-line p span {
    font-weight: 600;
}

.Tempcore-line i {
    font-size: 38px;
    color: #fff;
    margin-right: 20px;
}

.Tempcore-line a {
    display: inline-block;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    background: #393c40;
    width: 145px;
    height: 54px;
    line-height: 54px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.Tempcore-line a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*-------------------------------------------------*/
/* =  Portfolio pages
/*-------------------------------------------------*/

.page-banner {
    padding: 80px 0;
    overflow: hidden;
    text-align: center;
}

h1.page-title {
    max-width: 1170px;
    margin: 0 auto 30px;
    text-align: center;
    min-height: 52px;
    margin-top: -28px;
}

h1.page-title span {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #000;
    padding: 14px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fff;
    border: 1px solid #dadada;
}

ul.page-tree {
    margin: 0;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    padding: 10px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

ul.page-tree li {
    position: relative;
    display: inline-block;
    margin-left: 40px;
}

ul.page-tree li:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: -26px;
}

ul.page-tree li:first-child {
    margin-left: 0px;
}

ul.page-tree li:first-child:before {
    content: '';
}

ul.page-tree li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.filter {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

ul.filter li {
    display: inline-block;
}

ul.filter li a {
    position: relative;
    display: inline-block;
    color: #6e6e6e;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    text-decoration: none;
    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;
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

ul.filter li a.active,
ul.filter li a:hover {
    color: #fff;
    background: #95d60a;
}

.portfolio-container {
    width: 1170px;
    margin-left: -15px;
    margin-bottom: 20px;
}

.portfolio-container .project-post {
    margin: 15px;
}

.portfolio-container .project-post img {
    width: 100%;
}

.with-4-col .portfolio-container .project-post {
    width: 262px;
}

.with-3-col .portfolio-container .project-post {
    width: 360px;
}

.with-2-col .portfolio-container .project-post {
    width: 555px;
}

.portfolio-box.fullwidth .portfolio-container {
    width: 100%;
    margin: 0;
}

.portfolio-box.fullwidth .portfolio-container .project-post {
    margin: 0;
    width: 20%;
}

ul.pagination-list {
    margin:20px 0 35px 0;
	padding-left:0;
}

ul.pagination-list li {
    display: inline-block;
}

ul.pagination-list li a {
    display: inline-block;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 6px 13px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    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;
}

ul.pagination-list li a.active,
ul.pagination-list li a:hover {
    background: #95d60a;
    border: 1px solid #95d60a;
    color: #fff;
}

/*-------------------------------------------------*/
/* =  Blog pages
/*-------------------------------------------------*/

.page-banner.blog-banner {
    background: url('images/banner2.jpg');
}

.blog-post{
font-family: 'Roboto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
font-size: 15px;
color: #919191;
line-height: 22px;

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;
 margin-bottom: 20px;
    padding-bottom: 24px;
}
.post-listing.blog-post {text-align:center}

.post-tags li i{color: #fff;}

.post-listing img {
    width: 100%;
	height:auto;
}

.date-post {
    text-align: center;
    margin-bottom: 13px;
    margin-top: -28px;
}

ul.post-tags {
    display: inline-block;
    background: #54babb;
    padding: 18px;
    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; 
}

ul.post-tags li {
    display: inline-block;
}

ul.post-tags li:first-child {
    margin-right: 10px;
}

ul.post-tags li a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #fff;
    line-height: 16px;
    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; 
}

ul.post-tags li a i {
    display: inline-block;
    font-size: 16px;
    margin-right: 7px;
}

.blog-post h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 19px;
    color: #454545;
    line-height: 26px;
    text-align: center;
    margin: 0 0 15px;
}

.blog-post h2 a {
    display: inline-block;
    color: #454545;
    padding: 0 24px 15px;
    border-bottom: 1px solid #cccccc;
    text-decoration: none !important;
    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;  
}

.blog-post h2 a:hover {
    opacity: 0.7; 
}

.blog-post p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #919191;
    line-height: 22px;
    text-align: center;
    margin: 0;
    max-height: 63px;
    overflow: hidden;
    padding: 0 24px;
    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; 
}


.post-listing:hover {
    background: #95d60a;
}

.post-listing:hover h2 a, .post-listing:hover p {
    color: #fff;
}


.post-listing:hover ul.post-tags {
    background: #fff;
}

.post-listing:hover ul.post-tags li a {
    color: #95d60a;
}

.search-widget {
    margin-bottom: 30px;
}

.search-widget input[type="search"] {
    color: #716565;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding: 15px 20px;
    border: 1px solid #dcdcdc;
    width: 100%;
    outline: none;
}

.search-widget input[type="search"]:focus {
    border: 1px solid #95d60a;
}

.search-widget button {
    background: #fff;
    border: none;
    float: right;
    margin-top: -35px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.search-widget button i {
    color: #95d60a;
    font-size: 18px;
}

.sidebar-widgets .widget > h5 {
    margin-bottom: 20px;
}

.accord-elem {
    margin-bottom: 20px;
}

.accord-title {
    padding: 16px 14px;
    border: 1px solid #dbdbdb;
    position: relative;
}

.accord-title h5 {
    padding-right: 48px;
}

.accord-title h5 i {
    color: #95d60a;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 12px;
}

.sidebar-widgets ul {padding-left:0}

a.accord-link {
    display: inline-block;
    position: absolute;
    width: 46px;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #dbdbdb;
    background: url('images/plus.png') center center no-repeat;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.accord-elem.active a.accord-link {
    background: url('images/minus.png') center center no-repeat;
}

a.accord-link.opened {
    background: url('images/minus.png') center center no-repeat;
}

.accord-content {
    display: none;
    padding: 22px;
    border: 1px solid #dbdbdb;
    border-top: none;
    overflow: hidden;
}

.accord-content span.image-content {
    display: inline-block;
    float: left;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 22px;
    background: #007aff;
}

.accord-content span.image-content i {
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    line-height: 68px;
    vertical-align: middle;
}

.accord-elem.active .accord-content {
    display: block;
}

.tab-content-box {
    text-align: center;
    padding: 60px;
    border: 1px solid #dbdbdb;    
}

.tab-box {
    text-align: center;
    padding: 65px 0 83px;
    border: 1px solid #dbdbdb;
    min-height: 365px;   
}

.tab-content-sidebar {
    display: none;
}

.tab-content-sidebar:first-child {
    display: block;
}

ul.tab-links {
    border: 1px solid #dbdbdb; 
    border-top: none;
    overflow: hidden;
    margin-bottom: 40px;
}

ul.tab-links li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid #dbdbdb; 
}

ul.tab-links li:first-child {
    border-left: none; 
}

ul.tab-links li a {
    display: inline-block;
    width: 100%;
    padding: 12px !important;
    color: #000 !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    background: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tab-links li a i {
    font-size: 30px;
    color: #95d60a;
    display: block;text-align: center;
    margin-bottom: 6px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tab-links li a:hover {
    color: #fff ;
    background: #95d60a ;
}

ul.tab-links li a:hover i {
    color: #fff;
}

.tabs-widget ul.tab-links {
    border-bottom: none;
    border-top: 1px solid #dbdbdb;
    margin-bottom: 0;
}

.tabs-widget ul.tab-links li a {
    font-size: 13px;
}

.tabs-widget ul.tab-links li a:hover {
    background: #fff;
    color: #95d60a;
}

.tabs-widget {
    margin-bottom: 30px;
}

.tabs-widget .tab-box {
    padding: 0;
    text-align: left;
    min-height: 20px;
	border:none;
	border-top:1px solid #dbdbdb;
}

.tabs-widget .tab-box .tab-content-sidebar {
    padding: 20px;
}

.tabs-widget .tab-content-sidebar ul li {
    overflow: hidden;
    margin-bottom: 16px;
    width: 100%;
}

.tabs-widget .tab-content-sidebar ul li img {
    float: left;
    width: 45px;
}

.tabs-widget .tab-content-sidebar ul li h6 {
    line-height: 17px;
    color: #aeaeae;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    margin-left: 55px;
}

.tabs-widget .tab-content-sidebar ul li h6 a {
    color: #aeaeae;
    text-decoration: none;
    display: inline-block;
}

.tabs-widget .tab-content-sidebar ul li h6 a:hover {
    color: #95d60a;
}

.accordion-widget {
    margin-bottom: 10px;
}

.accordion-widget .accord-content {
    padding: 18px;
}

.sidebar .tags-widget{
    margin-bottom: 20px;
}

/*-------------------------------------------------*/
/* =  Single post
/*-------------------------------------------------*/

.single-post .date-post {
    margin-top: -55px;
    text-align: left;
}

.single-post .blog-post h2,
.single-post .blog-post p {
    text-align: left;
}

.single-post .blog-post h2 a {
    display: block;
}

.single-post .blog-post p {
    margin-bottom: 15px;
    max-height: inherit;
}

.comment-section {
    margin-bottom: 20px;
    overflow: hidden;
}

.comment-section h1 {
    font-size: 24px;
    text-transform: inherit;
    margin-bottom: 15px;
}

.comment-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.comment-box img {
    float: left;
    max-width: 80px;
}

ul.depth, .comment-section ul.children {
    margin-left: 100px;
}

ul.depth li, .comment-section ul.children li {
    position: relative;
}

ul.depth li:before, .comment-section ul.children 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: 'Roboto', sans-serif;
    font-style: italic;
    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;
    line-height: 26px;
}

.text-fields {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.submit-area {
    float: right;
    width: 50%;
}

.comment-form {
    overflow: hidden;
    margin-bottom: 40px;
}

.comment-form h1 {
    font-size: 24px;
    text-transform: inherit;
    margin-bottom: 16px;
}

.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: #1ab5b3;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #1ab5b3;
    margin-top: 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s 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: 'Roboto', sans-serif;
    border: 1px solid #eaeaea;
    border-left: none;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 18px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;  
}

#contact-form input[type="text"]:focus + span i,
.comment-form input[type="text"]:focus + span i {
    color: #fff;
    background: #1ab5b3;
}

#contact-form textarea,
.comment-form textarea {
    height: 126px;
    border: 1px solid #eaeaea;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 19px;
    background: #1ab5b3;
    text-transform: uppercase;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

#contact-form .message,
.comment-form .message {
    height:20px;
    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;
}

/*-------------------------------------------------*/
/* =  Contact
/*-------------------------------------------------*/

.page-banner.contact-banner {
    background: url('images/banner3.jpg');
}

.map {
    height: 440px;
    margin-bottom: 40px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

#contact-form h1,
.contact-info h1 {
    font-size: 30px;
    text-transform: inherit;
    margin-bottom: 16px;
}

.contact-box h1 {
    text-transform: inherit;
}

#contact-form {
    margin-bottom: 30px;
    overflow: hidden;
}

.contact-info {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.contact-info p {
    font-size: 15px;
    color: #919191;
    line-height: 22px;
    margin-bottom: 15px;
}

.contact-info-list li {
    display: inline-block;
}

.contact-info-list li {
    display: inline-block;
    font-size: 14px;
    color: #919191;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-right: 20px;
    line-height: 22px;
}

.contact-info-list li i {
    font-size: 17px;
    color: #95d60a;
    margin-right: 10px;
}

.contact-info-list li a {
    color: #919191;
}

/*-------------------------------------------------*/
/* =  home 6
/*-------------------------------------------------*/

.home-section {
    padding-top: 40px;
    border-top: 1px solid #eeeeee;
}


.title-section.home-section h1 {
    font-size: 38px;
    text-transform: inherit !important;
}

/*-------------------------------------------------*/
/* =  shop page
/*-------------------------------------------------*/

.shop-banner {
    background: url('images/banner4.jpg');
}

.top-bar {
    padding: 9px;
    border: 1px solid #dbdbdb;
    height: 50px;
    margin-bottom: 30px;
}

.top-bar .left-block {
    float: left;
}

.top-bar .right-block {
    float: right;
}

.select-filter label {
    display: inline-block;
    margin: 0 9px 0 6px;
    color: #535353;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.select-filter .select-box {
    display: inline-block;
    margin-right: 10px;
}

.select-filter select {
    height: 30px;
    width: 100px;
    border: 1px solid #dbdbdb;
    outline: none;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.top-bar .right-block span {
    color: #535353;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    margin-right: 9px;
}

.top-bar .right-block a {
   display: inline-block;
   width: 30px;
   height: 30px;
   text-align: center;
   background: #95d60a;
}

.top-bar .right-block i {
   font-size: 15px;
   color: #fff;
   line-height: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.top-bar .right-block a:hover i {
   opacity: 0.7;
}

.product-post {
    margin-bottom: 50px;
}

.product-post img {
    width: 100%;
    margin-bottom: 15px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
}

.product-post h2 {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 15px;
}

ul.product-list {
    overflow: hidden;
    border: 1px solid #dbdbdb;
}

ul.product-list li {
    float: left;
    border-left: 1px solid #dbdbdb;
}

ul.product-list li:first-child {
    border-left: none;
}

ul.product-list li a {
    display: inline-block;
    padding: 11px;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.product-list li a:hover {
    opacity: 0.6;
}

ul.product-list li a i {
    font-size: 18px;
    color: #95d60a;
}

ul.product-list li.details a {
    background: #f2f2f2;
}

ul.product-list li.price {
    padding: 11px 12px;
    background: #95d60a;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.shop-widget {
    margin-bottom: 20px;
    border: 1px solid #dedede;
}

.shop-widget h4 {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 10px 14px;
    background: #95d60a;
}

.category-shop-list > li {
    border-top: 1px solid #dedede;
}

.category-shop-list > li:first-child {
    border-top: 1px solid #dedede;
}

.category-shop-list li a.accordion-link {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 6px 8px;
    position: relative;
    text-decoration: none;
}

.category-shop-list li a.accordion-link:hover,
.category-shop-list li a.accordion-link.active {
    color: #fff;
    background: #95d60a;
    opacity: 0.6;
}

.category-shop-list li a.accordion-link:after {
    position: absolute;
    content: '+';
    color: #7b7b7b;
    font-size: 15px;
    font-family: arial;
    font-weight: 700;
    right: 9px;
    top: 5px;
}

.category-shop-list li a.accordion-link:hover:after,
.category-shop-list li a.accordion-link.active:after {
    color: #fff;
}

.category-shop-list li a.accordion-link.active:after {
    content: '-';
    right: 13px;
}

.accordion-list-content {
    border-top: 1px solid #dedede;
    display: none;
}

.accordion-list-content li {
    margin: 5px 0;
    padding-left: 17px;
    position: relative;
}

.accordion-list-content li:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    background: #767676;
    top: 50%;
    left: 8px;
}

.accordion-list-content li a {
    display: inline-block;
    color: #767676;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

ul.popular-product {
    padding: 0 10px;
}

ul.popular-product li {
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dedede;
    overflow: hidden;
}

ul.popular-product li:first-child {
    border-top: none;
}

ul.popular-product li img {
    float: left;
    width: 50px;
}

ul.popular-product li div {
    margin-left: 60px;
}

ul.popular-product li h6 {
    color: #000;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    margin-top: 4px;
}

ul.popular-product li h6 a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.popular-product li h6 a:hover {
    color: #95d60a;
}

ul.popular-product li span {
    color: #95d60a;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.price-range {
    padding: 18px 12px 12px;
    overflow: hidden;
}

#start-val,
#end-val {
    display: inline-block;
    border: none;
    float: left;
    padding: 0;
    color: #000;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    max-width: 50px;
}

#end-val {
   float: right;
   text-align: right;
}

.home-shop {
    margin-top: 30px;
}

/*-------------------------------------------------*/
/* =  Home 2
/*-------------------------------------------------*/

.testimonials {
    padding: 60px 0;
}

.bxslider {
    text-align: center;
}

.testimonials .bxslider img {
    margin: 0 auto 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 10px;
    border: 1px solid #e2e2e2;
}

.message-content {
    padding-bottom: 20px;
}

.message-content p {
    color: #919191;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
}

.message-content h6 {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    position: relative;
    margin: 20px 0 0;
}

.message-content h6:before {
    content: '';
    width: 110px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: -10px;
}

.message-content h6 span {
    font-weight: 600;
}

.accord-skills {
    background: url('upload/background2.jpg');
    padding: 40px 0;
}

.title-section.white h1,
.title-section.white p {
    color: #fff;
}

.accord-skills-container {
    margin-top: 5px;
}

.skills-bars h4 {
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 5px;
}

.skills-bars > p {
    color: #fff;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #a5afaf;
}

.skills-progress p {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    clear: both;
    margin-bottom: 6px;
}

.skills-progress p span {
    display: inline-block;
    color: #95d60a;
    float: right;
    font-weight: 400;
    margin-top: -5px;
}

.meter { 
    height: 20px;  /* Can be anything */
    position: relative;
    background: transparent;
    border: 1px solid #a2acac;
    margin-bottom: 25px;
}

.meter > span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #95d60a;
}

.accord-skills-container h5,
.accord-skills-container p {
    color: #fff;
}

.accord-content img {
    float: left;
    margin-right: 20px;
    margin-top: 7px;
}

.accord-skills-container .accord-content p {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.accord-skills-container a.accord-link {
    background: none !important;
    text-align: center;
    text-decoration: none !important;
    width: 64px;
}

.accord-skills-container a.accord-link:after {
    font-family: 'FontAwesome';
    content: '\f055';
    font-size: 37px;
    color: #fff;
    line-height: 64px;
    opacity: 0.5;
}

.accord-skills-container .accord-elem.active a.accord-link:after {
    content: '\f056';
    opacity: 1;
}

.accord-skills-container .accord-title {
    padding: 24px 30px;
}

.accord-skills-container .accord-content {
    padding: 26px;
}

.members-section {
    padding: 70px 0 30px;
}

.staff-post {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    margin-bottom: 30px;
}

.staff-post img {
    width: 100%;
    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;
}

.staff-post:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.staff-post-content {
    background: #95d60a;
    padding: 16px;
    text-align: center;
    z-index: 2;
    -webkit-backface-visibility: hidden;
}

.staff-post-content h5 {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 20px;
}

.staff-post-content span {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

ul.staf-social {
    text-align: center;
    padding: 14px 12px;
    border: 1px solid #e4e4e4;
}

ul.staf-social li {
    display: inline-block;
}

ul.staf-social li:last-child {
    margin-right: 0px;
}

ul.staf-social li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #e4e4e4;
    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;
    text-align: center;
    text-decoration: none;
}

ul.staf-social li a i {
    display: inline-block;
    line-height: 38px;
    font-size: 18px;
    color: #797979;
    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;
}

ul.staf-social li a:hover i {
    color: #fff;
}

ul.staf-social li a:hover {
    background: #54babb;
    border: 1px solid #54babb;
}

/*-------------------------------------------------*/
/* =  About page
/*-------------------------------------------------*/

.about-banner {
    background: url('upload/banner5.jpg');
}

.about-title {
    margin-bottom: 0 !important;
}

.statistic-section {
    padding-top: 40px;
}

.statistic-post {
    text-align: center;
    padding: 60px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

span.icon-stat {
    display: inline-block;
    padding: 0 15px 18px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 20px;
}

span.icon-stat i {
    color: #54babb;
    font-size: 44px;
}

.statistic-post p span.numb {
    display: inline-block;
    color: #060606;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 36px;
    margin: 0 0 6px;    
}

.statistic-post p {
    color: #787878;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;    
}

.white-back {
    background: none;
}

.white-back .accord-skills-container h5,
.white-back .accord-skills-container p {
    color: #787878;
}

.white-back .accord-skills-container a.accord-link:after {
    color: #54babb;
}

.white-back .skills-bars h4 {
    color: #787878;
}

.white-back .skills-bars > p {
    color: #787878;
}

/*-------------------------------------------------*/
/* =  Home3
/*-------------------------------------------------*/
/*
.vertical-tabs,
.horizontal-tabs {
    padding: 70px 0;
}
*/
.vertical-tabs .nav-tabs {
    float: left;

    border: none;
}

.vertical-tabs .nav-tabs li {
    display: block;
    float: none;
    border: 1px solid #dedede;
    border-top: none;
    margin: 0;
}

.vertical-tabs .nav-tabs li:first-child {
    border-top: 1px solid #dedede;
}

.nav.nav-tabs li a {
    display: block;
    border: none !important;
    margin: 0;
    padding: 28px;
    color: #797979;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    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;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    background: #fff;
}

.nav.nav-tabs li a i {
    color: #54babb;
    font-size: 24px;
    margin-right: 18px;
    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;
}

.nav.nav-tabs li.active a i {
    color: #ffffff;
}

.nav.nav-tabs li.active a {
    color: #ffffff;
    background: #54babb;
}

.vertical-tabs .tab-content {

    border: 1px solid #dedede;
}

.tab-content .tab-pane {
    padding: 30px 35px 15px;
    overflow: hidden;
}

.tab-content .tab-pane img {
    float: left;
    margin-right: 30px;
}

.tab-content .tab-pane h3 {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 10px;
}

.tab-content .tab-pane p {
    color: #919191;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px;
    line-height: 22px;
}

.tab-content .tab-pane iframe {
    float: left;
    margin-right: 30px;
    height: 260px;
    width: 360px;
}

.video-back {
    position: relative;
    padding: 50px 0;
}

#customElement {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}

#customElement:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 0;
}

.services-box2 .services-post {
    margin-bottom: 50px;
}

.services-box2 .services-post > a {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    background: #54babb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    text-decoration: none;
    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;
}

.services-box2 .services-post:hover > a {
    transform: scale(1.2) rotate(360deg);
    -webkit-transform: scale(1.2) rotate(360deg);
    -moz-transform: scale(1.2) rotate(360deg);
    -o-transform: scale(1.2) rotate(360deg);
}

.services-box2 .services-post > a i {
    font-size: 28px;
    color: #fff;
    line-height: 80px;
}

.services-box2 .services-post-content {
    margin-left: 110px;
}

.services-box2 .services-post-content h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 10px;
}

.services-box2 .services-post-content p {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin: 0 0 10px;
}

.services-box2 .services-post-content a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding: 7px 16px;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    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;
}

.services-box2 .services-post-content a:hover {
    color: #54babb;
    background: #fff;
}

.horizontal-tabs .nav-tabs {
    border: 1px solid #dedede;
}

.horizontal-tabs .nav-tabs li {
    margin: 0;
}

.horizontal-tabs .nav-tabs li {
    border-right: 1px solid #dedede;
}

.horizontal-tabs .tab-content {
    border: 1px solid #dedede;
    border-top: none;
}

/*-------------------------------------------------*/
/* =  Home 4
/*-------------------------------------------------*/

.table-box {
    padding: 50px 0;
}

.table-responsive {
    text-align: center;
}

.table-responsive th {
    padding: 16px !important;
    background: #54babb;
    color: #fff;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    border: 1px solid #4ba7a8 !important;
}

.table-responsive td {
    padding: 16px !important;
    background: #fff;
    color: #595959;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border: 1px solid #dedede !important;
}

.table-responsive tr:nth-child(2n+1) td {
    background: #f5f5f5;
}

.clients {
    padding: 50px 0;
    background: url('upload/background5.jpg');
}

ul.clients-logo {
    width: 100% !important;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}

ul.clients-logo li {
    float: left !important;
    width: 22% !important;
    margin-left: 4% !important;
}

ul.clients-logo li:first-child {
    margin-left: 0% !important;
}

ul.clients-logo li a {
    display: block;
    height: 180px;
    padding: 65px 10px 0;
    text-align: center;
    background: rgba(0,0,0,0.2);
}

ul.clients-logo li a img {
    display: inline-block;
    line-height: 200px;
    max-width: 100%;
}

.latest-posts {
    padding: 50px 0 30px;
}

/*-------------------------------------------------*/
/* =  Home 5
/*-------------------------------------------------*/

.pricing-box {
    padding: 60px 0;
}

ul.pricing-table {
    width: 100%;
    margin-bottom: 15px;
    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; 
}

ul.pricing-table:hover {
    box-shadow: 0 0 20px #c6c6c6;
}

ul.pricing-table li {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    border-top: none;
    background: #fff;
}

ul.pricing-table li:first-child {
    padding: 35px 0;
    border: none;
    background: #54babb;
}

ul.pricing-table li p, ul.pricing-table li {
    color: #555555;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	line-height: 18px;

}

ul.pricing-table li:first-child p, ul.pricing-table li.title{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

ul.pricing-table li:first-child span {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
	display: block;
}

ul.pricing-table li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 12px 20px;
    background: #54babb;
    text-decoration: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    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;    
}

ul.pricing-table li a:hover {
    opacity: 0.8;    
}

.services-box3 {
    padding: 40px 0;
    background: url('upload/background4.jpg');
    text-align: center;
}

.services-box3 .services-post {
    margin-bottom: 20px;
}

.services-box3 .services-post > a {
    display: inline-block;
    width: 93px;
    height: 93px;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-bottom: 24px;
}

.services-box3 .services-post:hover > a {
    transform: scale(1.4) rotate(360deg);
    -webkit-transform: scale(1.4) rotate(360deg);
    -moz-transform: scale(1.4) rotate(360deg);
    -o-transform: scale(1.4) rotate(360deg);
    border: none;
}

.services-box3 .services-post > a i {
    font-size: 30px;
    color: #fff;
    line-height: 93px;
}

.services-box3 .services-post-content h4 {
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    margin: 0 0 10px;
}

.services-box3 .services-post-content p {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin: 0 0 12px;
}

.services-box3 .services-post-content a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding: 9px 13px 9px 55px;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    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;
}

.services-box3 .services-post-content a span {
    position: absolute;
    width: 42px;
    height: 100%;
    background: #fff;
    text-align: center;
    top: 0;
    left: 0;
}

.services-box3 .services-post-content a span i {
    color: #54babb;
    font-size: 18px;
    line-height: 38px;
    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;
}

.services-box3 .services-post-content a:hover span i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.left-img {
    padding: 60px 0;
}

.img-holder img {
    max-width: 100%;
    margin-bottom: 20px;
}

.text-holder h2 {
    color: #000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 6px;    
}

.text-holder p {
    color: #919191;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin: 0 0 15px;    
}

.text-holder a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding: 9px 16px;
    background: #54babb;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    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;    
}

.text-holder a:hover {
    opacity: 0.7;
}

/*-------------------------------------------------*/
/* =  Home 10
/*-------------------------------------------------*/

.inner-Tempcore-line {
    padding: 40px;
    background: #54babb;
}

.inner-Tempcore-line p {
    margin-right: 160px;
    color: #fff;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 26px;
}

.inner-Tempcore-line p.small-text {
    font-size: 16px;
}

.inner-Tempcore-line p span {
    font-weight: 600;
}

.inner-Tempcore-line a {
    display: inline-block;
    float: right;
    text-align: center;
    color: #54babb;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    background: #fff;
    width: 145px;
    height: 54px;
    line-height: 54px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.inner-Tempcore-line a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*-------------------------------------------------*/
/* =  Single project
/*-------------------------------------------------*/

.project-content {
    margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 19px;
}

.project-content img {
    width: 100%;
    margin-bottom: 15px;
}

.project-content h1 {
    color: #787878;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.project-content p {
    color: #787878;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    line-height: 22px;
    margin: 0 0 15px;
}

.other-works .project-post{
    margin-bottom: 30px;
}

.other-works {
    margin-bottom: 30px;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/

.up-footer {
    background: #878787;
    padding: 50px 0;
}

.text-widget img {
    margin-bottom: 15px;
}

.text-widget p {
    color: #cdd2d8;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin: 0;
}

.footer-widgets h4 {
    font-size: 16px;
    color: #fff;
    padding: 9px 14px;
    border: 1px solid #2c2e32;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 18px;
    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;
}

.footer-widgets:hover h4 {
    color: #fff;
    border: 1px solid #54babb;
    background: #95d60a;
}

.posts-widget-list li {
    border-bottom: 1px solid #383c40;
    margin-bottom: 7px;
}

.posts-widget-list li p {
    color: #cdd2d8;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 18px;
    margin-bottom: 7px;
}

.posts-widget-list li p a {
    color: #cdd2d8;
}

ul.tag-widget-list li , .tagcloud ul.wp-tag-cloud li{
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
}

.sidebar ul.tag-widget-list li a, .tagcloud ul.wp-tag-cloud li a {
    display: inline-block;
    color: #89919B;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
    padding: 5px 8px;
    text-decoration: none;
    border: 1px solid #54babb;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    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;
}

ul.tag-widget-list li a:hover, .tagcloud ul.wp-tag-cloud li a:hover {
    color: #fff !important;
    background:#54babb;
}

ul.flickr-list {
    overflow: hidden;
	padding-left:0; 
	margin-left:0;
	list-style:none;
}
ul.drop-down, ul.navbar-nav, ul.Tempcore-features, .nav-tabs, .staf-social, #logo_slide, .pricing-table, .filter, .bxslider, .contact-info-list{
	padding-left:0; 
	margin-left:0;
	list-style:none;
}

ul.flickr-list li {
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}

ul.flickr-list li:nth-child(4n) {
    margin-right: 0px;
}

ul.flickr-list li a {
    display: inline-block;
    padding: 5px;
    background: #353a3e;
    border: 1px solid #494f54;
    max-width: 60px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.flickr-list li a img {
	margin-bottom:0 !important;
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.flickr-list li a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 0.8;
}

.footer-line {
    background: #393d40;
    overflow: hidden;
    padding: 25px 0;
}

.footer-line p {
    float: left;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 32px;
}

ul.footer-social-icons {
    float: right;
}

ul.footer-social-icons li {
    display: inline-block;
    margin-left: 10px;
}

ul.footer-social-icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    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;
}

ul.footer-social-icons li a i {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    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;
}

ul.footer-social-icons li a:hover {
    background: #fff;
}

ul.footer-social-icons li a:hover i {
    color: #393d40;
}


/*-------------------------------------------------*/
/* =  nouislider style (used in priccing range)
/*-------------------------------------------------*/

.noUi-target * {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
-webkit-touch-callout: none;
    -ms-touch-action: none;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        cursor: default;
}
.noUi-base {
    width: 100%;
    height: 6px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
.noUi-handle {
    background: #EEE;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -6px 0 0 -6px;
    border: 1px solid #bdbdbd;
    background: #ebebeb url('images/price-range.png') center center no-repeat;
}
.noUi-connect {
    background: Teal;
    background: #394f61 url('images/price-range.png') center center no-repeat;
}
.noUi-background {
    background: #f5f5f5;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: inherit;
    background: #54babb;
}
.noUi-origin-upper {
    background: inherit !important;
}
.noUi-z-index {
    z-index: 10;
}
.noUi-vertical {
    width: 40px;
    height: 100%;   }
.noUi-vertical .noUi-origin {
    bottom: 0;
    left: 0;
}
.noUi-vertical .noUi-handle  {
    margin: -23px 0 0 -3px;
}

.noUi-target[disabled] .noUi-base {
    background: #999;
}
.noUi-target[disabled] .noUi-connect {
    background: #BBB;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

/***********************************************************/
/*************************BLOG******************************/
ul.page-tree li{
	color:#fff;
font-size: 13px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}


ul.pagination-list li{margin-right: 4px;}
.pagination-list li.current a{
	background: #54babb;
	border: 1px solid #54babb;
	color: #fff;
}
/*************PORTFOLIO***************************/
.project-content{
color: #787878;
font-size: 15px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
text-transform: capitalize;
line-height: 22px;
margin: 0 0 15px;
}
/* ====================== 404 (Page not found) ===================== */

.notfound {background:url('images/404.png') no-repeat top center; height:119px; margin-top: 40px;}
.lost {background:url('images/404_text.png') no-repeat top center; height:40px}
.notfound_description{margin:10px 0px; text-align:center}
.notfound_text a {
    display: table;
    color: #fff;
    background: #54babb;
    font-family: 'Roboto', sans-serif;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 6px;
    font-size: 15px;
    margin:0 auto}
.error-content {text-align:center}
.notfound_text{padding-bottom: 20px;}
.notfound_text a i{margin-right: 5px;}

/* ======================== Under Construction ===================== */
.under-box {
padding: 40px 0 0;
border-bottom: 1px solid #e9e9e9;
background: #2b2f32 url('images/background.jpg') no-repeat;
}
.fullwidth-box {
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
margin-left: -36%;
padding: 40px 36% !important;
width: 100%;
position: relative;
z-index: 0;
}

.under-box h1{color: #fff; font-size: 20px;}
#uc-content{text-align:center; padding:100px 0px; font-family:'Roboto', sans-serif}
.uc-text{margin:30px 0px; font-family:'Roboto', sans-serif; font-size:15px; color:#fff; display:inline-block; padding:10px; background: #333; background: rgba(0,0,0,0.5);}
.uc-maintitle {color:#1b1b1b; font-size:30px; text-align:center; font-family:'Roboto', sans-serif }
div.clock{margin-left: 8.333333333333332%; margin-bottom: 40px;}
div.clock div.col-md-2{margin-right: 17px;}
div.clock p {padding:10px; border:1px solid #333; border-radius:5px; font-family:'Roboto', sans-serif;  background: #333;  background: rgba(0,0,0,0.5);}
div.clock p span { display: block; font-size: 40px; font-weight:700; letter-spacing:-1px; padding: 5px 0 0; margin:20px 0 30px 0px  }
#uc-content .progress {height:40px; background:#333;  background: rgba(0,0,0,0.5);}
#uc-content .progress-Tempcore{background-color: #54babb }
#uc-content .progress i{font-size:20px; display:block; margin:10px 0 0 10px; text-align:left}

/*************************Contact**********************/
label.error{color: #ff0000; font-family: 'Roboto', sans-serif; font-size: 11px;}
#status div.success{font-family: 'Roboto', sans-serif; font-size: 14px; color: #54babb}
.contact-info{
	font-size: 15px;
	color: #919191;
	line-height: 22px;
	margin-bottom: 15px;
	border: none;
	font-weight:300;
}
/**************************Search*******************************/
mark{background:#54babb; color: #fff; }

/**********************Single post Comments**************************/
.comment-content a.comment-reply-link {
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    background: #54babb;
    text-decoration: none;
    padding: 3px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 3px;
    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;
}

.comment-content a.reply-comment:hover {
    opacity: 0.8;
}
.user-com-text{width: 50%}

/*********************Woocommerce**********/
.yith-wcwl-wishlistexistsbrowse, .yith-wcwl-wishlistaddedsbrowse {display:none !important}
.yith-wcwl-wishlistaddedbrowse .feedback, .yith-wcwl-wishlistaddedbrowse a{font-size: 9px !important;}
.yith-wcwl-add-to-wishlist { margin-top: 0 !important;}
ul.product-list .ajax-loading {display: none !important;}
ul.product-list a.add_to_wishlist{padding-right: 0;}
.btn-Tempcore{background: #54babb; font-family: 'Roboto', sans-serif; font-size: 12px; padding: 4px 12px; color: #fff;}
.single-desc{margin: 20px 0px;}

.woocommerce-message .button{background: #54babb !important; line-height: 1 !important;}
.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button,
.woocommerce-page button.button, .woocommerce input.button,.woocommerce-page input.button, 
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, 
.woocommerce-page #content input.button {
background: #54babb !Important;
color: #fff !important;
box-shadow: none !Important;
border: none !Important;
text-shadow: none !Important;
line-height: 1 !important;
}

.shop-section .page-title, .woocommerce-result-count{display: none}

.shop-sidebar h5{
	color: #fff;
font-size: 16px;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-weight: 300;
-webkit-font-smoothing: antialiased;
padding: 10px 14px;
background: #54babb;
}
.woocommerce ul.cart_list, .woocommerce-page ul.cart_list,
.woocommerce ul.product_list_widget, .woocommerce-page ul.product_list_widget{
	padding: 0 10px !important;
}
.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img{
	float: left !important;
	width: 50px !important;
	margin-right: 10px;
}
.woocommerce ul.cart_list li a, .woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a, .woocommerce-page ul.product_list_widget li a{
	color: #000;
font-size: 13px;
font-family: 'Roboto', sans-serif;
margin: 0;
margin-top: 4px;
text-decoration: none;
}
.woocommerce ul.cart_list li a:hover, .woocommerce-page ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover, .woocommerce-page ul.product_list_widget li a:hover{
	color: #54babb;
}
.woocommerce ul.cart_list li span, .woocommerce-page ul.cart_list li span,
.woocommerce ul.product_list_widget li span, .woocommerce-page ul.product_list_widget li span{
	color: #54babb;
font-size: 15px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
}
.woocommerce ul.cart_list li, .woocommerce-page ul.cart_list li,
.woocommerce ul.product_list_widget li, .woocommerce-page ul.product_list_widget li{
	padding-top: 10px !important;
margin-bottom: 10px !important;
border-top: 1px solid #dedede;
overflow: hidden;
}
.shop-sidebar .widget{
	margin-bottom: 20px;
border: 1px solid #dedede;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
	background: #EEE;
height: 18px !important;
width: 18px !important;
border-radius: 50% !important;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
-o-border-radius: 50% !important;
margin: -6px 0 0 -6px !important;
border: 1px solid #bdbdbd !important;
background: #ebebeb url('images/price-range.png') center center no-repeat !important;
}
.price_slider_wrapper{
	padding: 18px 12px 12px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{
	position: absolute !important;
right: 0 !important;
top: 0 !important;
bottom: 0 !important;
z-index: 0 !important;
border-radius: inherit !important;
background: #54babb ;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, 
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content{
	width: 100%;
height: 6px;
position: relative;
max-width: 100%;
max-height: 100%;
z-index: 1;
border: 1px solid #dbdbdb;
margin-bottom: 15px;
background: #f5f5f5 !important;
}

.shop-sidebar .product-categories > li:first-child {
border-top: 1px solid #dedede;
}
.shop-sidebar .product-categories > li {
border-top: 1px solid #dedede;
}

.shop-sidebar .product-categories li a{
	display: inline-block;
width: 100%;
color: #000;
font-size: 13px;
font-family: 'Roboto', sans-serif;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
padding: 6px 8px;
position: relative;
text-decoration: none;
}
/******************SHORTCODES*************/
.btn-default{background: #1ab5b3; color: #fff; }
.btn-default:hover{background: #1ab5b3; color: #fff; opacity: 0.8}
a.btn i{margin-left: 5px;}
.sidebar .widget_alc_totalposts .tabs-widget ul.tab-links li a:hover{
	background: #fff;
color: #54babb;
}
.tab-content .tab-pane{
color: #919191;
font-size: 15px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
margin: 0 0 20px;
line-height: 22px;
}
/*navigations*/
.navbar-fixed-top {
	position: relative;
	/*z-index: 9999999;*/
}


.navbar-fixed-top .navbar-inner {
	background: #02ab68;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	min-height:90px;
}

.navbar  a.hornav-brand {
	margin: 0;
	font-size:20px; 
	font-family:'Roboto';
    border-right: 1px solid #ccc;
	float: left;
	padding: 15px 15px;
	line-height: 20px;
}

.navbar-shortcode .navbar-inner{ min-height: 55px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar-shortcode ul.nav{margin: 0}
.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #f5f5f5;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .fa-caret-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .fa-chevron-right {
  opacity: .5;
}

.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

/****slider***/
.flex-shortcode p.flex-caption{border: none;}
.flex-direction-nav {margin-right: 5px;}

/***progress**/
.skills-progress  p{color: #787878;}
/******Promo block***/

.services-box3 .promo-shortcode>a>i.fa, .promo-shortcode .services-post-content  h4, .promo-shortcode .services-post-content  p, .promo-shortcode .services-post-content a{color: #787878;}
.promo-shortcode .services-post-content a, .promo-shortcode>a.icon-border{border-color: #787878}
.services-box3 .promo-shortcode a span{border-right: 1px solid #787878;}

.title-section h1{
color: #000000;
font-size: 30px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
text-transform: uppercase;
margin: 0;
}

/*************Video Local*******/
ul.jp-toggles{overflow: visible !important}

/******************Social buttons***************/
ul.temp-social li{display: inline-block;margin-right: 7px;}
ul.temp-social li a{
	display: inline-block;
width: 38px;
height: 38px;
border: 1px solid #e4e4e4;
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;
text-align: center;
text-decoration: none;
}
ul.temp-social li a:hover{background: #54babb;border: 1px solid #54babb;}

ul.temp-social li a i{
	display: inline-block;
line-height: 38px;
font-size: 18px;
color: #797979;
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;
}

ul.temp-social li a:hover i{color: #fff;}
.Tempcore-line{
color: #fff;
font-size: 20px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
line-height: 30px;
}
/*************Contact list**************/
ul.contact-list li{
font-size: 14px;
color: #919191;
font-family: 'Roboto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
margin-right: 20px;
line-height: 22px;
}
ul.contact-list li i{
	font-size: 17px;
color: #54babb;
margin-right: 10px;
}
/*****************Head option*****************************/
/*promo text*/
#banner {
	padding: 40px 0;
	background: #459797;
	height: 145px;
        text-align: center
}
#banner .container{height: 100%;}
#banner .bx-wrapper, #banner .bx-viewport{height: 100% !important}
#banner .bx-wrapper .bx-controls-direction a{top:37px !important}
#banner .bx-prev{width: 45px !important; left: 10px}
#banner .bx-next{width: 45px !important;background-position: -45px 0px}
#banner p {
	color: #fff;
	font-size: 29px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 33px;
	padding: 10px 130px;
	max-height: 62px;
	overflow: hidden;
}

#banner p span {
	font-weight: 600;
	background: none;
}
/*************TABLES******/
table{text-align: center; width: 100%; margin-bottom: 20px;}
table th{
	padding: 16px;
background: #54babb;
color: #fff;
font-size: 17px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
text-align: center;
border: 1px solid #4ba7a8 !important;
}
table th a {color:#fff}
table td{
padding: 16px;
background: #fff;
color: #595959;
font-size: 15px;
font-family: 'Roboto', sans-serif;
text-align: center;
border: 1px solid #dedede !important;
}
table tr:nth-child(2n+1) td {
background: #f5f5f5;
}

/**pricing table**/
.pricing-table.standard li {
border: none;
border-bottom: 1px solid #e4e4e4;
background: #f0f0f0;
}

/************WIDGETS**************/
.sidebar-widgets .widget:first-child h5:empty{display: none}
.widget{margin-bottom: 30px;}
.sidebar  ul li a{
	display: inline-block;
    color: #54babb;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
    padding: 3px 0px;
    text-decoration: none;
    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;
}
.sidebar .widget ul li a:hover{color: #89919B;}

.footer-widgets p{
color: #cdd2d8;
font-size: 13px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
line-height: 22px;
margin: 0;
}
.footer-widgets img{margin-bottom: 15px;}
/* Contact Us Widget */
#contactFormWidget .row{margin-left: 0}
#contactFormWidget input[type="text"],
#contactFormWidget textarea {
  float: left;
  font-size: 0.846em;
  padding: 10px 4%;
  background: #f5f5f5;
  color: #000;
  width: 92%;
  margin-bottom: 11px;
  border: none;
}
#contactFormWidget .col-md-6, #contactFormWidget .col-md-12 {padding:0}
#contactFormWidget input[type="text"] {
  float: right;
}


#contactFormWidget input[type="text"]:first-child {
  float: left;
}

#contactFormWidget textarea {
  width: 96%;
  height: 80px;
  min-height: 80px;
  float:none;
}

#contactFormWidget input[type="submit"] {
  float: right;
  position: relative;
  margin: 0 4% 0 0 ;
  background:#95d60a;
  color: #fff;
}

#contactFormWidget input[type="submit"]:hover {
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
   
}
.widgetinfo {color:#1abc9c; font-size:12px; text-transform:uppercase; text-shadow:0px 1px 1px #000; margin-top:-24px}
.widgetinfo i{color:#1abc9c; margin-right:6px}
.sidebar .accord-content{
color: #9a9a9a;
font-size: 13px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
margin: 0;
line-height: 18px;
}
/*************************************************/
.wp-caption{max-width:100%; height:auto}
.wp-caption-text{}
.alignright {float: right; margin-left: 10px;}
.alignleft {float: left; margin-right: 10px;}
.aligncenter {margin:0px auto}

.blog-post.sticky {
    background: #95d60a;
}

.blog-post.sticky h2 a {
    color: #fff;
}

.blog-post.sticky p {
    color: #fff;
}

.blog-post.sticky ul.post-tags {
    background: #fff;
}

.blog-post.sticky ul.post-tags li a {
    color: #95d60a;
}


.gallery-caption{}
.bypostauthor{}  
.commentsectionwrap {margin-top:20px}

.white, .white h4, .white p, .white a, .white i{color: #fff !important; border-color: #fff !important}
.services-box3 .services-post-content a span i {color: #95d60a !important;}
.white .accord-content{
	color: #fff !important;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
.white .accord-title h5{color: #fff !important;}
.white a.accord-link:after {
font-family: 'FontAwesome';
content: '\f055';
font-size: 37px;
color: #fff;
opacity: 0.5;
}
.white a.accord-link{
	background: none !important;
text-align: center;
text-decoration: none !important;
width: 64px;
}
.white .accord-elem.active a.accord-link:after {content: '\f056';opacity: 1;}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {bottom: -60px;}
.title-section.withmargin{margin-top:50px;}
.text-holder{
	color: #919191;
font-size: 15px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
line-height: 22px;
}
.sort-select {margin-left:180px; margin-top:-70px; margin-bottom:40px}
#searchform {padding:14px}
#searchsubmit{background:url('images/search.png') no-repeat; display:inline-block; width:24px; height:24px; text-align:center; border:none}
.tabs-widget ul.tab-links li a.active{background:#54babb; color:#fff}
.wp-tag-cloud, .post-tags {margin-left:0}
#wp-calendar td, #wp-calendar th {padding:6px}
