/* CSS Document */

/*
	Theme Name: Venda
	Description: Venda - Responsive Template
	Version: 1.0
	Author: ZoOm-Arts
	Website: http://zoom-arts.com
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Main Page Elements       */
/*   04 - Revolution Slider        */
/*   05 - Shortcodes Elements      */
/*   06 - Portfolio Styles         */
/*   07 - Single Project Styles    */
/*   08 - Blog Styles              */
/*   09 - Single post Styles       */
/*   10 - Sidebar Styles           */
/*   11 - Footer Styles 		   */
/*   12 - Plugins Styles 	  	   */





@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);

/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
    background: url(/Images/template/patterns/1.png) fixed repeat;
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
}
strong,
b { font-weight: 600; }

img {
    height: auto;
    max-width: 100%;
}

ul,
ol { list-style: none; }

ul {
    margin: 0;
    padding: 0;
}

a {
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

a:hover { color: #444; }

a,
a:hover { text-decoration: none; }

i { font-size: 1.1em; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

p strong { font-weight: 600; }

.fittext {
    color: rgba(0, 0, 0, 0.8);
    font-size: 38px;
    font-weight: 300;
    line-height: 46px;
}

.fittext strong { font-weight: 700; }

.page-content p { margin-bottom: 15px; }

.wite-text { color: #fff; }

.uppercase { text-transform: uppercase; }

.image-text { margin-right: 10px; }

a.main-button,
input[type = "submit"] {
    -moz-border-radius: 3px;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 3px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    padding: 6px 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

a.main-button:hover,
input[type = "submit"]:hover {
    background: #444;
    color: #fff;
}

a.main-button i { font-size: 1.2em; }

input[type = "submit"] { border: none; }

.tooltip .tooltip-inner {
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#content { padding: 50px 0; }

#content.full-sections { padding: 0; }

.section {
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
}

.section.repeat-bg {
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    -webkit-background-size: auto !important;
    background-repeat: repeat;
    background-size: auto !important;
}

.bg-parallax { background-attachment: fixed; }

.section-video {
    height: auto;
    left: 0;
    min-height: 100%;
    position: absolute;
    top: -100px;
    width: 100%;
    z-index: 33;
}

.section-video-content {
    opacity: 0.98;
    position: relative;
    z-index: 35;
}

.section-overlay {
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 34;
}

.light-section { color: #fff; }

.light-section .testimonials { color: #aaa; }

.light-section .testimonials .testimonial-content p { color: #c4c4c4; }

#container { background-color: #fff; }

.boxed-page {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    position: relative;
    width: 1220px;
}

.boxed-page header { width: 1220px; }

#loader {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
}

.spinner {
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
    height: 40px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.dot1,
.dot2 {
    -webkit-animation: bouncee 2.0s infinite ease-in-out;
    animation: bouncee 2.0s infinite ease-in-out;
    background-color: #0a9fd8;
    border-radius: 100%;
    display: inline-block;
    height: 60%;
    position: absolute;
    top: 0;
    width: 60%;
}

.dot2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
    bottom: 0px;
    top: auto;
}

@-webkit-keyframes rotatee {
    100% { -webkit-transform: rotate(360deg) }
}
@keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
    0%,
    100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
    0%,
    100% {
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
    }
    50% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/

header {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    position: fixed;
    top: 0;
    transition: all 0.4s ease-in-out;
    width: 100%;
    z-index: 9999999;
}

.fixed-header {
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    opacity: 0.95;
}

.top-bar {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.top-bar.color-bar { border-bottom: 0; }

.top-bar.color-bar a { color: rgba(255, 255, 255, .6); }

.top-bar.color-bar a:hover { color: rgba(255, 255, 255, 1) !important; }

.top-bar.color-bar ul.social-list li a i { border-left: 1px solid rgba(255, 255, 255, .1); }

.top-bar.color-bar ul.social-list li:last-child a i { border-right: 1px solid rgba(255, 255, 255, .1); }

.top-bar.color-bar .contact-details li a:before { color: rgba(255, 255, 255, .2); }

.top-bar.dark-bar {
    background-color: #444;
    border-bottom: 0;
}

.top-bar.dark-bar a { color: rgba(255, 255, 255, .4); }

.top-bar.dark-bar a:hover { color: rgba(255, 255, 255, 1) !important; }

.top-bar.dark-bar ul.social-list li a i { border-left: 1px solid rgba(255, 255, 255, .08); }

.top-bar.dark-bar ul.social-list li:last-child a i { border-right: 1px solid rgba(255, 255, 255, .08); }

.top-bar.dark-bar .contact-details li a:before { color: rgba(255, 255, 255, .2); }

.top-bar a { color: #aaa; }

.top-bar .contact-details li { display: inline-block; }

.top-bar .contact-details li a:before {
    color: #ddd;
    content: "|";
    font-size: 13px;
    margin: 0 3px;
    position: relative;
    top: -1px;
}

.top-bar .contact-details li a:before { color: #aaa; }

.top-bar .contact-details li:first-child a:before { display: none; }

.top-bar .contact-details li a {
    display: block;
    font-size: 12px;
    line-height: 32px;
}

ul.social-list { float: right; }

ul.social-list li { float: left; }

ul.social-list li a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover { color: #fff; }

ul.social-list li a.facebook:hover,
.social-widget ul.social-icons li a.facebook:hover i { background-color: #3b5999; }

ul.social-list li a.twitter:hover,
.social-widget ul.social-icons li a.twitter:hover i { background-color: #55acee; }

ul.social-list li a.gplus:hover,
.social-widget ul.social-icons li a.gplus:hover i { background-color: #dd4b39; }

ul.social-list li a.dribbble:hover,
.social-widget ul.social-icons li a.dribbble:hover i { background-color: #ea4c89; }

ul.social-list li a.linkedin:hover,
.social-widget ul.social-icons li a.linkedin:hover i { background-color: #0077B5; }

ul.social-list li a.tumblr:hover,
.social-widget ul.social-icons li a.tumblr:hover i { background-color: #34465d; }

ul.social-list li a.flickr:hover,
.social-widget ul.social-icons li a.flickr:hover i { background-color: #ff0084; }

ul.social-list li a.instagram:hover,
.social-widget ul.social-icons li a.instagram:hover i { background-color: #e4405f; }

ul.social-list li a.vimeo:hover,
.social-widget ul.social-icons li a.vimeo:hover i { background-color: #1ab7ea; }

ul.social-list li a.skype:hover,
.social-widget ul.social-icons li a.skype:hover i { background-color: #00AFF0; }

ul.social-list li a.youtube:hover,
.social-widget ul.social-icons li a.youtube:hover i { background-color: #cd201f; }

ul.social-list li a.pinterest:hover,
.social-widget ul.social-icons li a.pinterest:hover i { background-color: #bd081c; }

ul.social-list li a i {
    border-left: 1px solid #f2f2f2;
    display: block;
    font-size: 1em;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 34px;
}

ul.social-list li:last-child a i { border-right: 1px solid #f2f2f2; }

.navbar {
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-brand {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 !important;
    padding: 27px 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    margin-right: 10px !important;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li { margin-left: 6px; }

.navbar-default .navbar-nav > li:first-child { margin-left: 0; }

.navbar-default .navbar-nav > li > a {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    padding: 28px 15px 28px 15px;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li:hover > a { border-bottom: 2px solid; }

.navbar-default .navbar-nav > li > a i { margin: 0 -2px 0 -5px; }

.navbar-default .navbar-nav > li > a:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    left: 50%;
    margin: 0 0 -3px -2px;
    opacity: 0;
    position: absolute;
    position: absolute;
    transform: rotate(45deg);
    width: 5px;
}

.navbar-default .navbar-nav > li > a.active:after { opacity: 1; }

.navbar-default .navbar-nav .dropdown {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-transition: opacity 0.3s ease-in-out;
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s ease-in-out;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity 0.3s ease-in-out;
    visibility: hidden;
    width: 180px;
    z-index: 2;
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.dropdown li,
.sup-dropdown li {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.dropdown li:first-child,
.sup-dropdown li:first-child { border-top: none; }

.dropdown li a,
.sup-dropdown li a {
    -moz-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    color: #aaa;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 9px 14px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
}

.dropdown > li:hover > a,
.sup-dropdown li:hover > a { padding-left: 18px; }

.dropdown li a i { margin: 0 0 0 -4px; }

.navbar-default .navbar-nav .sup-dropdown {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-transition: margin-top 0.2s ease-in-out;
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-transition: margin-top 0.2s ease-in-out;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: margin-top 0.2s ease-in-out;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 100%;
    margin-top: 10px;
    position: absolute;
    top: 0;
    transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    width: 180px;
    z-index: 3;
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    margin-top: 0;
    visibility: visible;
}

.search-side {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    float: right;
    position: relative;
    right: -15px;
    top: 19px;
    transition: all 0.3s ease-in-out;
}

.show-search {
    display: block;
    float: right;
    position: relative;
}

.show-search i {
    -moz-border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 2px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 2px;
    color: #aaa;
    display: block;
    font-size: 1.2em !important;
    height: 36px;
    line-height: 36px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    width: 36px;
}

.show-search:hover i { color: #888; }

.navbar .search-form {
    display: none;
    float: right;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 20;
}

.navbar .search-form:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #ccc;
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    right: 15px;
    top: -2px;
    transform: rotate(45deg);
    width: 4px;
    z-index: 20;
}

.navbar .search-form form input {
    -moz-border-radius: 3px;
    -moz-box-shadow: none;
    -o-border-radius: 3px;
    -o-box-shadow: none;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: none;
    border: 2px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    box-shadow: none;
    color: #9d9d9d;
    outline: none;
    padding: 5px 14px;
    z-index: 22;
}

.navbar .search-form form {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

/*------------------------------------------*/
/*	   03 - Main Page Elements
/*------------------------------------------*/

.page-banner {
    background: #f6f6f6;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}

.page-banner h2 {
    font-weight: 500;
    text-transform: uppercase;
}

.page-banner p { font-weight: 300; }

ul.breadcrumbs {
    float: right;
    margin-top: 15px;
}

.no-subtitle ul.breadcrumbs { margin-top: 4px; }

ul.breadcrumbs li {
    color: #999;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-left: 3px;
}

ul.breadcrumbs li:before {
    color: #bbb;
    content: '/';
    margin: 0 4px 0 2px;
}

ul.breadcrumbs li:first-child { margin: 0; }

ul.breadcrumbs li:first-child:before {
    content: '';
    margin: 0;
}

ul.breadcrumbs li a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #888;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

label {
    color: #aaa;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
}

label .required {
    color: #ED2C3A;
    margin-left: 2px;
}

input[type = "submit"] { outline: none; }

.widget-search input[type = "search"],
#contact-form input[type = "text"],
#contact-form textarea,
#respond input[type = "text"],
#respond textarea {
    -moz-border-radius: 2px;
    -moz-transition: all 0.4s ease-in-out;
    -o-border-radius: 2px;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #aaafb5;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    outline: none;
    padding: 7px 14px;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.widget-search input[type = "search"]:focus,
#contact-form input[type = "text"]:focus,
#contact-form textarea:focus,
#respond input[type = "text"]:focus,
#respond textarea:focus {
    -moz-box-shadow: 0 0 3px #eee;
    -o-box-shadow: 0 0 3px #eee;
    -webkit-box-shadow: 0 0 3px #eee;
    border-color: #ddd;
    box-shadow: 0 0 3px #eee;
}

.mail_response {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.name-missing,
.email-missing,
.message-missing {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    color: #ED2C3A;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.error-page {
    padding: 90px 0;
    text-align: center;
}

.error-page h1 {
    color: #333;
    font-size: 160px;
    font-weight: 700;
    line-height: 140px;
}

.error-page h3 {
    font-size: 64px;
    font-weight: 300;
    line-height: 70px;
}

.error-page p {
    color: #aaa;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px
}

#map {
    height: 350px;
    position: relative;
    width: 100%;
}

/*------------------------------------------*/
/*	         04 - Revolution Slider
/*------------------------------------------*/

.tp-bannertimer {
    background: #777 !important;
    background: rgba(0, 0, 0, 0.1) !important;
    height: 5px !important;
}

.tparrows:before {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #444;
    display: inline-block;
    font-family: "fontello";
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    transition: all 0.2s ease-in-out;
}

.tparrows {
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff !important;
    border-radius: 2px;
    cursor: pointer;
    height: 40px !important;
    line-height: 40px;
    text-align: center;
    width: 40px !important;
}

.tp-leftarrow:before { content: '\e896'; }

.tp-rightarrow:before { content: '\e897'; }

.tparrows.tp-rightarrow:before { margin-left: 1px; }

/******** Custom Captions ********/
.tp-caption.big_font_size {
    font-size: 36px;
    line-height: 36px;
}

.tp-caption.medium_font_size {
    font-size: 24px;
    line-height: 28px;
}

.tp-caption.small_font_size {
    font-size: 18px;
    line-height: 24px;
}

.tp-caption.mini_font_size {
    font-size: 14px;
    line-height: 22px;
}

.tp-caption.boldest_font_weight { font-weight: 900; }

.tp-caption.bold_font_weight { font-weight: 700; }

.tp-caption.regular_font_weight { font-weight: 500; }

.tp-caption.light_font_weight { font-weight: 300; }

.tp-caption.dark_font_color { color: #444; }

.tp-caption.black_font_color { color: #111; }

.tp-caption.gray_font_color { color: #888; }

.tp-caption.wite_font_color { color: #fff; }

.tp-caption.wite_bg {
    background-color: #fff;
    border-radius: 3px;
    padding: 6px 12px;
}

.tp-caption.gray_bg {
    background-color: #444;
    border-radius: 3px;
    color: #fff;
    padding: 6px 12px;
}

.tp-caption.color-bg {
    border-radius: 3px;
    color: #fff;
    padding: 6px 12px;
}

/*------------------------------------------*/
/*	     05 - Shortcodes Elements
/*------------------------------------------*/

/*************** Dividers ***************/

.hr1 { height: 1px; }

.hr2 {
    border-bottom: 1px solid #eee;
    height: 0;
}

.hr3 {
    border-bottom: 1px dotted #eee;
    height: 0;
}

.hr4 {
    border-bottom: 1px dashed #eee;
    height: 0;
}

.hr5 {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    height: 1px;
}

/*************** Clients Carousel ***************/

.clients-carousel .client-item a {
    display: block;
    padding: 12px 0;
    text-align: center;
}

.clients-carousel .client-item a img {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.clients-carousel:hover .client-item a img { opacity: 0.6; }

.clients-carousel:hover .client-item a:hover img {
    -webkit-filter: grayscale(0);
    opacity: 1;
}

/*************** Progress Bars ***************/

.progress-label {
    color: #444;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}

.progress {
    -moz-border-radius: 24px;
    -moz-box-shadow: none;
    -o-border-radius: 24px;
    -o-box-shadow: none;
    -webkit-border-radius: 24px;
    -webkit-box-shadow: none;
    background-color: #fff;
    border: 4px solid #eee;
    border-radius: 24px;
    box-shadow: none;
    height: 24px;
    margin-bottom: 10px;
}

.progress .progress-bar {
    -moz-border-radius: 8px;
    -moz-box-shadow: none;
    -moz-transition: width 2s ease-in-out;
    -o-border-radius: 8px;
    -o-box-shadow: none;
    -o-transition: width 2s ease-in-out;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: none;
    -webkit-transition: width 2s ease-in-out;
    border-radius: 8px;
    box-shadow: none;
    text-align: right;
    transition: width 2s ease-in-out;
}

.progress.stacked .progress-bar {
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.progress.stacked .progress-bar:first-child {
    -moz-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}

.progress.stacked .progress-bar:last-child {
    -moz-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.progress .progress-bar .percentage {
    font-size: 11px;
    letter-spacing: 1px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

/*************** Call To Action ***************/

.call-action-boxed { padding: 30px 40px; }

.call-action.no-descripton h2.primary { margin-top: 4px; }

.call-action h2.primary { font-weight: 500; }

.call-action h2.primary strong { font-weight: 700; }

.call-action p {
    font-size: 14px;
    margin-bottom: 0;
}

.call-action h2 + p { margin-top: 4px; }

.call-action .button-side { float: right; }

.call-action-style1 {
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
}

.call-action-style2 { background: #f2f2f2; }

.call-action-style3 { background: #444; }

.call-action-style3 h2.primary { color: #fff; }

.call-action-style3 p { color: #bbb; }

/*************** Custom Carousel ***************/

.custom-carousel .item { padding-right: 20px; }

.custom-carousel.show-one-slide .item { padding-right: 0; }

/*************** Latest News ***************/

.latest-posts-classic .post-row { margin-bottom: 20px; }

.latest-posts-classic .left-meta-post {
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-bottom: 0;
    margin-right: 12px;
    overflow: hidden;
    text-align: center;
}

.latest-posts-classic .left-meta-post .post-date {
    background-color: #444;
    color: #fff;
    padding: 8px 0;
    width: 42px;
}

.latest-posts-classic .left-meta-post .post-date .day {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.latest-posts-classic .left-meta-post .post-date .month {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
}

.latest-posts-classic .left-meta-post .post-type i {
    color: #fff;
    display: block;
    font-size: 1.4em;
    height: 40px;
    line-height: 39px;
    width: 42px;
}

.latest-posts-classic .post-title { margin-bottom: 5px; }

.latest-posts-classic .post-title a {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    color: #444;
    transition: all 0.4s ease-in-out;
}

.latest-posts-classic .read-more {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.latest-posts-classic .read-more:hover { color: #444; }

/*************** Toggles & Accordion ***************/

.panel-default > .panel-heading { background-color: #fff; }

.panel-group .panel {
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.panel-default { border-color: #e8e8e8; }

.panel-body { padding: 4px 15px 10px 15px; }

.panel-heading { padding: 0; }

.panel-title {
    font-size: 13px;
    font-weight: 700;
}

.panel-title a {
    -moz-box-shadow: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-box-shadow: none;
    -o-transition: all 0.2s ease-in-out;
    -webkit-box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #fff;
    box-shadow: none;
    display: block;
    padding: 6px 12px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.panel-title a.collapsed {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    color: #444;
}

.panel-title a.collapsed:hover { color: #666; }

.panel-title a .control-icon {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    margin-top: -11px;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 0.2s ease-in-out;
}

.panel-title a.collapsed .control-icon {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.panel-title a i { font-size: 1.2em; }

.panel-default > .panel-heading + .panel-collapse .panel-body { border-top: none; }

/*************** Dropcaps ***************/

.dropcap {
    color: #444;
    display: block;
    float: left;
    font-size: 40px;
    line-height: 34px;
    margin: 6px 8px 0 0;
}

.dropcap.border-dropcap {
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 2px solid #444;
    border-radius: 2px;
    font-size: 28px;
    font-weight: 500;
    height: 46px;
    line-height: 42px;
    margin: 8px 12px 0 0;
    text-align: center;
    width: 46px;
}

.dropcap.bg-dropcap {
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #444;
    border-radius: 2px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    margin: 8px 12px 0 0;
    text-align: center;
    width: 48px;
}

.dropcap.circle-dropcap {
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*************** Milestone ***************/

.milestone-block {
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 50px;
}

.milestone-block:last-child { margin-right: 0; }

.milestone-block .milestone-icon {
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left;
    height: 48px;
    line-height: 48px;
    margin-bottom: 4px;
    margin-right: 9px;
    position: relative;
    text-align: center;
    width: 48px;
}

.milestone-block .milestone-icon:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: -2px;
    top: 21px;
    width: 8px;
}

.milestone-block .milestone-icon i {
    color: #fff;
    font-size: 2em;
}

.milestone-block .milestone-right {
    float: left;
    text-align: left;
}

.milestone-block .milestone-number {
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
}

.milestone-block .milestone-text {
    color: #444;
    font-size: 18px;
}

/*************** Pricing Tables ***************/

.pricing-tables { padding: 25px 0; }

.pricing-tables .pricing-table {
    float: left;
    margin-right: -1px;
}

.pricing-tables.grid-2 .pricing-table { width: 50%; }

.pricing-tables.grid-3 .pricing-table { width: 33.3332%; }

.pricing-tables.grid-4 .pricing-table { width: 25%; }

.pricing-tables.grid-5 .pricing-table { width: 20%; }

.pricing-tables .pricing-table {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.pricing-tables .pricing-table:hover {
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    top: -3px;
    z-index: 2;
}

.pricing-tables .highlight-plan {
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    margin: -15px 0;
    margin-right: -1px;
    z-index: 1;
}

.pricing-tables .pricing-table.highlight-plan .plan-name { padding: 25px 0; }

.pricing-tables .pricing-table.highlight-plan .plan-signup { padding: 30px 0; }

.pricing-table .plan-name {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    padding: 15px 0;
}

.pricing-table .plan-name h3 {
    color: #888;
    font-weight: 700;
}

.pricing-table .plan-price { padding: 25px 0; }

.pricing-table .plan-price .price-value {
    color: #444;
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
}

.pricing-table .plan-price .price-value span {
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
}

.pricing-table .plan-price .interval { line-height: 14px; }

.pricing-table .plan-list li {
    border-bottom: 1px solid #eee;
    font-size: 12px;
    padding: 8px;
}

.pricing-table .plan-list li:first-child { border-top: 1px solid #eee; }

.pricing-table .plan-signup {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .06) inset;
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .06) inset;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .06) inset;
    box-shadow: 0 0 20px rgba(0, 0, 0, .06) inset;
    padding: 25px 0;
}

.pricing-table .plan-signup a { text-transform: uppercase; }

/*************** Buttons ***************/

.btn {
    -moz-border-radius: 3px;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 3px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.btn-system {
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-transition: all 0.3s ease-in-out;
    -o-border-radius: 3px;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -o-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 3px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    margin-right: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    transition: all 0.3s ease-in-out;
}

.btn-system:last-child { margin-right: 0; }

.btn-system {
    font-size: 1em;
    width: auto;
}

.btn-system.border-btn {
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    border: 1px solid;
    box-shadow: none;
}

.btn-system:hover {
    color: #fff;
    opacity: 0.8;
}

.btn-system.border-btn:hover {
    color: #fff;
    opacity: 1;
}

.btn-system.border-btn.btn-gray:hover {
    background-color: #444;
    color: #fff;
}

.btn-system.border-btn.btn-black:hover {
    background-color: #111;
    color: #fff;
}

.btn-system.border-btn.btn-wite:hover { background-color: #fff; }

.btn-system.btn-gray { background-color: #444; }

.btn-system.btn-black { background-color: #111; }

.btn-system.btn-wite { background-color: #fff; }

.btn-system.border-btn.btn-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #444;
}

.btn-system.border-btn.btn-black {
    background-color: transparent;
    border: 1px solid #111;
    color: #111;
}

.btn-system.border-btn.btn-wite {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-large {
    font-size: 14px;
    padding: 9px 22px;
}

.btn-medium {
    font-size: 14px;
    padding: 7px 18px;
}

.btn-small { padding: 5px 15px; }

.btn-mini { padding: 3px 12px; }

.btn-large.border-btn { padding: 8px 22px; }

.btn-medium.border-btn { padding: 6px 18px; }

.btn-small.border-btn { padding: 4px 15px; }

.btn-mini.border-btn { padding: 2px 12px; }

/*************** Alerts ***************/

.alert { }

.alert-success p { color: #468847; }

.alert-info p { color: #3a87ad; }

.alert-warning p { color: #c09853; }

.alert-danger p { color: #a94442; }

.alert h4 { margin-bottom: 10px; }

.alert strong { font-weight: 700; }

/*************** Pie Charts ***************/

.easyPieChart {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    margin: 0 80px 20px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.easyPieChart:last-child { margin-right: 0; }

.easyPieChart span {
    color: #888;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}

.easyPieChart i {
    color: rgba(0, 0, 0, .05);
    display: block;
    font-size: 3.5em;
    position: absolute;
    right: 0;
    text-align: center;
    top: -2px;
    width: 100%;
}

.easyPieChart canvas {
    left: 0;
    position: absolute;
    top: 0;
}

/*************** Lists ***************/

ul.icons-list { margin-bottom: 6px; }

ul.icons-list li,
ul.list-unstyled li { margin-bottom: 4px; }

ul.icons-list li i {
    font-size: 14px;
    margin-right: 4px;
}

/*************** Tabs ***************/

.nav-tabs { border-color: #eee; }

.nav-tabs > li > a {
    -moz-border-radius: 3px 3px 0 0;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 3px 3px 0 0;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -webkit-transition: all 0.2s ease-in-out;
    border: 1px solid #eee;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    color: #444;
    font-weight: 700;
    padding: 8px 14px;
    transition: all 0.2s ease-in-out;
}

.nav-tabs > li > a i { margin-right: 1px; }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1) inset;
    border-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1) inset;
    color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom-color: #fff;
    border-color: #eee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
}

.tab-content {
    border: 1px solid #eee;
    border-top: none;
    padding: 12px 16px;
}

.tab-content p { margin-bottom: 15px; }

.tab-content p:last-child { margin-bottom: 0; }

/*************** Icons ***************/

.icon-small {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    color: #444;
    font-size: 2em;
    transition: all 0.4s ease-in-out;
}

.icon-small:hover,
.service-box:hover .icon-small { text-shadow: 5px 5px 2px rgba(255, 255, 255, 0); }

.icon-medium {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    color: #444;
    font-size: 3em;
    transition: all 0.4s ease-in-out;
}

.icon-medium:hover,
.service-box:hover .icon-medium { text-shadow: 5px 5px 2px rgba(255, 255, 255, 0); }

.icon-large {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    color: #444;
    font-size: 4em;
    transition: all 0.4s ease-in-out;
}

.icon-large:hover,
.service-box:hover .icon-large { text-shadow: 5px 5px 2px rgba(255, 255, 255, 0); }

.icon-mini-effect {
    -moz-border-radius: 50%;
    -moz-transition: all 0.4s ease-in-out;
    -o-border-radius: 50%;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 1.2em;
    height: 32px;
    line-height: 32px;
    margin: 0;
    position: relative;
    text-align: center;
    top: 4px;
    transition: all 0.4s ease-in-out;
    width: 32px;
    z-index: 1;
}

.icon-medium-effect {
    -moz-border-radius: 50%;
    -moz-transition: all 0.4s ease-in-out;
    -o-border-radius: 50%;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 2em;
    height: 64px;
    line-height: 64px;
    margin: 0;
    position: relative;
    text-align: center;
    transition: all 0.4s ease-in-out;
    width: 64px;
    z-index: 1;
}

.icon-large-effect {
    -moz-border-radius: 50%;
    -moz-transition: all 0.4s ease-in-out;
    -o-border-radius: 50%;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 2.6em;
    height: 80px;
    line-height: 80px;
    margin: 0;
    position: relative;
    text-align: center;
    transition: all 0.4s ease-in-out;
    width: 80px;
    z-index: 1;
}

.icon-mini-effect:after,
.icon-medium-effect:after,
.icon-large-effect:after {
    -moz-border-radius: 50%;
    -moz-box-sizing: content-box;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-sizing: content-box;
    border-radius: 50%;
    box-sizing: content-box;
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

/*First Icon Effect */
.icon-effect-1 {
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    background-color: #fff;
    transition: color 0.4s;
}

.gray-icon.icon-effect-1 {
    -moz-box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
    box-shadow: 0 0 0 3px #444;
}

.icon-effect-1:after {
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    left: -2px;
    padding: 2px;
    top: -2px;
    transition: transform 0.4s, opacity 0.4s;
    z-index: -1;
}

.gray-icon.icon-effect-1:after { background: #444; }

.icon-effect-1.gray-icon:hover,
.service-box:hover .gray-icon.icon-effect-1 { color: #444; }

.icon-effect-1:hover:after,
.service-box:hover .icon-effect-1:after {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity: 0;
    transform: scale(1.3);
}

/*Seconed Icon Effect */
.icon-effect-2 {
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    background: #fff;
    transition: color 0.4s;
}

.gray-icon.icon-effect-2 {
    -moz-box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
    box-shadow: 0 0 0 3px #444;
    color: #444;
}

.icon-effect-2:after {
    -moz-transform: scale(1.3);
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    left: -2px;
    opacity: 0;
    padding: 2px;
    top: -2px;
    transform: scale(1.3);
    transition: transform 0.4s, opacity 0.4s;
    z-index: -1;
}

.gray-icon.icon-effect-2:after { background: #444; }

.icon-effect-2:hover,
.service-box:hover .icon-effect-2,
.icon-effect-2.gray-icon:hover,
.service-box:hover .gray-icon.icon-effect-2 { color: #fff; }

.icon-effect-2:hover:after,
.service-box:hover .icon-effect-2:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
}

/*Third Icon Effect */
.icon-effect-3 { background: #fff; }

.gray-icon.icon-effect-3 {
    -moz-box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
    box-shadow: 0 0 0 3px #444;
    color: #444;
}

.icon-effect-3:hover:before,
.service-box:hover .icon-effect-3:before {
    -moz-animation: toRightFromLeft 0.4s forwards;
    -webkit-animation: toRightFromLeft 0.4s forwards;
    animation: toRightFromLeft 0.4s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% { -webkit-transform: translate(100%); }
    50% {
        -webkit-transform: translate(-100%);
        opacity: 0;
    }
    51% { opacity: 1; }
}
@-moz-keyframes toRightFromLeft {
    49% { -moz-transform: translate(100%); }
    50% {
        -moz-transform: translate(-100%);
        opacity: 0;
    }
    51% { opacity: 1; }
}
@keyframes toRightFromLeft {
    49% { transform: translate(100%); }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% { opacity: 1; }
}

/*Fourth Icon Effect */
.icon-effect-4 { background: #fff; }

.gray-icon.icon-effect-4 {
    -moz-box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
    box-shadow: 0 0 0 3px #444;
    color: #444;
}

.icon-effect-4:hover:before,
.service-box:hover .icon-effect-4:before {
    -moz-animation: toLeftFromRight 0.4s forwards;
    -webkit-animation: toLeftFromRight 0.4s forwards;
    animation: toLeftFromRight 0.4s forwards;
}

@-webkit-keyframes toLeftFromRight {
    49% { -webkit-transform: translate(-100%); }
    50% {
        -webkit-transform: translate(100%);
        opacity: 0;
    }
    51% { opacity: 1; }
}
@-moz-keyframes toLeftFromRight {
    49% { -moz-transform: translate(-100%); }
    50% {
        -moz-transform: translate(100%);
        opacity: 0;
    }
    51% { opacity: 1; }
}
@keyframes toLeftFromRight {
    49% { transform: translate(-100%); }
    50% {
        opacity: 0;
        transform: translate(100%);
    }
    51% { opacity: 1; }
}

/*Fifth Icon Effect */
.icon-effect-5 { background: #fff; }

.gray-icon.icon-effect-5 {
    -moz-box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
    box-shadow: 0 0 0 3px #444;
    color: #444;
}

.icon-effect-5:hover:before,
.service-box:hover .icon-effect-5:before {
    -moz-animation: toTopFromBottom 0.4s forwards;
    -webkit-animation: toTopFromBottom 0.4s forwards;
    animation: toTopFromBottom 0.4s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% { -webkit-transform: translateY(-100%); }
    50% {
        -webkit-transform: translateY(100%);
        opacity: 0;
    }
    51% { opacity: 1; }
}
@-moz-keyframes toTopFromBottom {
    49% { -moz-transform: translateY(-100%); }
    50% {
        -moz-transform: translateY(100%);
        opacity: 0;
    }
    51% { opacity: 1; }
}
@keyframes toTopFromBottom {
    49% { transform: translateY(-100%); }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% { opacity: 1; }
}

/*six Icon Effect */
.icon-effect-6 { background: #fff; }

.gray-icon.icon-effect-6 {
    -moz-box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
    box-shadow: 0 0 0 3px #444;
    color: #444;
}

.icon-effect-6:hover:before,
.service-box:hover .icon-effect-6:before {
    -moz-animation: toBottomFromTop 0.4s forwards;
    -webkit-animation: toBottomFromTop 0.4s forwards;
    animation: toBottomFromTop 0.4s forwards;
}

@-webkit-keyframes toBottomFromTop {
    49% { -webkit-transform: translateY(100%); }
    50% {
        -webkit-transform: translateY(-100%);
        opacity: 0;
    }
    51% { opacity: 1; }
}
@-moz-keyframes toBottomFromTop {
    49% { -moz-transform: translateY(100%); }
    50% {
        -moz-transform: translateY(-100%);
        opacity: 0;
    }
    51% { opacity: 1; }
}
@keyframes toBottomFromTop {
    49% { transform: translateY(100%); }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% { opacity: 1; }
}

/*************** Service Box ***************/

.service-box .read-more {
    font-weight: 500;
    margin-left: 2px;
    margin-top: 4px;
}

.service-box .read-more i {
    display: inline-block;
    position: relative;
    top: 1px;
}

.image-service-box img { margin-bottom: 14px; }

.image-service-box h4 {
    margin-bottom: 8px;
    padding: 0 10px;
}

.image-service-box p { padding: 0 10px; }

.service-box { margin-bottom: 35px; }

.service-center { text-align: center; }

.service-icon-left .service-icon { float: left; }

.service-icon-left .service-content { padding-left: 45px; }

.service-icon-left-more .service-icon { float: left; }

.service-icon-left-more .service-content { padding-left: 60px; }

.service-center .service-icon { margin-bottom: 14px; }

.service-center .service-content h4 { margin-bottom: 6px; }

.service-center .service-icon i { display: inline-block; }

.service-box h4 { margin-bottom: 5px; }

.service-box > div:first-child { padding: 0; }

.service-boxed {
    -moz-border-radius: 4px;
    -moz-transition: all 0.4s ease-in-out;
    -o-border-radius: 4px;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-top: 30px;
    padding: 0 15px 20px 15px !important;
    transition: all 0.4s ease-in-out;
}

.service-boxed:hover {
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-color: #e2e2e2;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.service-boxed p { margin-bottom: 0; }

/*************** Testimonials ***************/

.testimonials {
    padding-top: 8px;
    position: relative;
    text-align: center;
}

.testimonials:after {
    color: rgba(255, 255, 255, .06);
    content: '\eb5f';
    display: block;
    font-family: "fontello";
    font-size: 6em;
    left: 50%;
    line-height: 70px;
    margin-left: -32px;
    position: absolute;
    top: 0;
}

.testimonials .testimonial-content p {
    color: #444;
    font-family: 'Lora', serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 36px;
}

.testimonials .testimonial-content { position: relative; }

.testimonials .testimonial-content p::before {
    content: open-quote;
    margin-right: 6px;
}

.testimonials .testimonial-content p::after {
    content: close-quote;
    margin-left: 6px;
}

.testimonials .testimonial-author {
    margin-bottom: 10px;
    padding: 8px;
}

.classic-testimonials .testimonial-content {
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -o-border-radius: 3px;
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    margin-bottom: 10px;
    padding: 14px 18px;
    position: relative;
}

.classic-testimonials .testimonial-content:before {
    content: "\201C";
    font-size: 30px;
    font-weight: 300;
    left: 6px;
    opacity: 0.5;
    position: absolute;
    top: 8px;
}

.classic-testimonials .testimonial-content:after {
    bottom: -8px;
    color: #fff;
    content: '\eba4';
    display: block;
    font-family: "fontello";
    font-size: 2em;
    height: 8px;
    left: 33px;
    line-height: 0;
    position: absolute;
    text-shadow: 0 2px 0 #eee;
}

.classic-testimonials .testimonial-author { margin-left: 10px; }

.classic-testimonials .testimonial-author span { font-weight: 600; }

/*************** Team Members ***************/

.team-member {
    padding: 3px;
    position: relative;
}

.team-member .member-photo {
    -moz-border-radius: 3px;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 3px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 3px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.team-member .member-photo .member-name {
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #444;
    border-radius: 2px;
    bottom: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 14px;
    position: absolute;
    right: 10px;
    z-index: 9994;
}

.team-member .member-photo .member-name span {
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 1px 10px;
    position: absolute;
    right: 0;
    top: 90%;
}

.team-member .member-info { padding: 15px 6px 12px 6px; }

.team-member .member-socail { text-align: center; }

.team-member .member-socail a i {
    -moz-border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 2px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #d2d2d2;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    width: 28px;
}

.team-member .member-socail a.facebook:hover i { background-color: #507CBE; }

.team-member .member-socail a.twitter:hover i { background-color: #63CDF1; }

.team-member .member-socail a.gplus:hover i { background-color: #F16261; }

.team-member .member-socail a.dribbble:hover i { background-color: #E46387; }

.team-member .member-socail a.linkedin:hover i { background-color: #90CADD; }

.team-member .member-socail a.flickr:hover i { background-color: #E474AF; }

.team-member .member-socail a.instagramm:hover i { background-color: #4D4F54; }

.team-member.modern .member-info { padding: 14px 0; }

.team-member.modern .member-photo {
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    border-radius: 0;
    padding: 0px;
    position: relative;
}

.team-member.modern .member-photo:after {
    -moz-border-radius: 50%;
    -moz-transform: rotate(45deg);
    -moz-transition: all 0.6s ease-in-out;
    -ms-transform: rotate(45deg);
    -o-border-radius: 50%;
    -o-transform: rotate(45deg);
    -o-transition: all 0.6s ease-in-out;
    -webkit-border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.6s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: calc(100% + 1px);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 5%;
    transform: rotate(45deg);
    transition: all 0.6s ease-in-out;
    width: 100%;
    z-index: 9993;
}

.team-member.modern:hover .member-photo:after {
    height: calc(80% + 1px);
    left: 10%;
    opacity: 0.2;
    top: 10%;
    width: 80%;
}

.team-member.modern .progress {
    border-width: 2px;
    height: 6px;
    margin-bottom: 6px;
}

.team-member.modern .progress-label {
    font-size: 11px;
    line-height: 16px;
}

.team-member.modern .progress span { display: none; }

.team-member.modern .member-socail { margin-top: 15px; }

.team-member.modern .member-socail a i {
    background-color: transparent;
    color: #aaa;
}

.team-member.modern .member-socail a:hover i { color: #fff; }

/*************** Heading Titles ***************/

.classic-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.classic-title span {
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

.big-title { margin-bottom: 20px; }

.big-title h1,
.big-title h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
}

.big-title h1 strong,
.big-title h2 strong { font-weight: 800; }

.big-title .title-desc {
    color: #888;
    font-size: 16px;
    line-height: 22px;
}

.big-title h2 + .title-desc,
.big-title h1 + .title-desc { margin-top: 4px; }

/*------------------------------------------*/
/*	        06 - Portfolio Styles
/*------------------------------------------*/

.portfolio-filter { margin-bottom: 30px; }

.portfolio-filter li {
    display: inline-block;
    margin-right: 2px;
}

.portfolio-filter li a {
    -moz-border-radius: 2px;
    -moz-transition: all 0.3s ease-in-out;
    -o-border-radius: 2px;
    -o-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #888;
    display: inline-block;
    padding: 5px 14px;
    transition: all 0.3s ease-in-out;
}

.portfolio-filter li a:hover { border-color: #ddd; }

.portfolio-filter li a.selected,
.portfolio-filter li a.selected:hover { color: #fff; }

.portfolio-item { margin-bottom: 30px; }

.portfolio-4 { margin-left: 5px; }

.portfolio-4 .portfolio-item {
    margin-bottom: 22px;
    padding-left: 10px;
    padding-right: 10px;
    width: 24.99% !important;
}

.portfolio-item .portfolio-border {
    -moz-border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-border-radius: 3px;
    -o-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
    padding: 3px;
    transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-border {
    -moz-box-shadow: 0 1px 3px #f8f8f8;
    -o-box-shadow: 0 1px 3px #f8f8f8;
    -webkit-box-shadow: 0 1px 3px #f8f8f8;
    box-shadow: 0 1px 3px #f8f8f8;
}

.portfolio-item .portfolio-thumb {
    overflow: hidden;
    position: relative;
}

.portfolio-item .portfolio-thumb .thumb-overlay {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay { background: rgba(255, 255, 255, 0.5); }

.portfolio-item .portfolio-thumb .thumb-overlay i {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: rgba(255, 255, 255, 0);
    display: block;
    font-size: 3em;
    left: 50%;
    margin-left: -27px;
    margin-top: -19px;
    position: absolute;
    top: 42%;
    transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay i {
    color: #444;
    top: 50%;
}

.portfolio-item .portfolio-details {
    padding: 9px 12px 6px 12px;
    position: relative;
}

.portfolio-item .portfolio-details .like-link {
    margin-top: -9px;
    position: absolute;
    right: 8px;
    top: 50%;
}

.portfolio-item .portfolio-details .like-link i,
.portfolio-item .portfolio-details .like-link span {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #aaa;
    transition: all 0.3s ease-in-out;
}

.portfolio-item .portfolio-details .like-link:hover i,
.portfolio-item .portfolio-details .like-link:hover span { color: #F54B5C; }

.portfolio-item .portfolio-details h4 {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-item .portfolio-details a span { color: #888; }

.portfolio-item .portfolio-details span:after {
    content: ", ";
    margin-right: 2px;
}

.portfolio-item .portfolio-details span:last-child:after { content: ""; }

/*---- Isotope filtering ----*/
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -moz-transition-duration: 0.8s;
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -moz-transition-property: height, width;
    -webkit-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -moz-transition-property: -moz-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}

/*------------------------------------------*/
/*		  07 - Single Project Styles
/*------------------------------------------*/

.project-page { margin-bottom: 50px; }

.project-slider { position: relative; }

.project-slider img {
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.project-slider .thumb-overlay {
    -moz-border-radius: 4px;
    -moz-transition: all 0.4s ease-in-out;
    -o-border-radius: 4px;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.project-slider:hover .thumb-overlay { background: rgba(255, 255, 255, 0.5); }

.project-slider .thumb-overlay i {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    color: rgba(0, 0, 0, 0);
    font-size: 3em;
    left: 50%;
    margin-left: -27px;
    margin-top: -19px;
    position: absolute;
    top: 42%;
    transition: all 0.4s ease-in-out;
}

.project-slider:hover .thumb-overlay i {
    color: #444;
    top: 50%;
}

.project-content h4 {
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.project-content h4 span {
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

.project-content p,
.project-content ul { margin-bottom: 30px; }

.project-content ul li { margin-bottom: 5px; }

.recent-projects h4.title {
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.recent-projects h4.title span {
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

.projects-carousel { width: 1150px !important; }

.projects-carousel .item {
    margin-bottom: 0;
    margin-right: 15px;
}

.full-width-recent-projects .projects-carousel { width: 100% !important; }

.full-width-recent-projects .projects-carousel .item { margin: 0; }

.full-width-recent-projects .portfolio-item .portfolio-border {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay {
    opacity: 0.65;
    z-index: 9994;
}

.full-width-recent-projects .portfolio-item .portfolio-thumb .thumb-overlay i { top: 25%; }

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay i {
    color: #fff;
    top: 45%;
}

.full-width-recent-projects .portfolio-item .portfolio-details {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    bottom: -10px;
    opacity: 0;
    padding: 0 20px;
    position: absolute;
    transition: all 0.4s ease-in-out;
    width: 100%;
    z-index: 9995;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-details {
    bottom: 10px;
    opacity: 1;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-details h4 { color: rgba(255, 255, 255, .9); }

.full-width-recent-projects .portfolio-item .portfolio-details a span { color: rgba(255, 255, 255, .8); }

.full-width-recent-projects .portfolio-item .portfolio-details .like-link i,
.full-width-recent-projects .portfolio-item .portfolio-details .like-link span { color: #fff; }

/*------------------------------------------*/
/*			   08 - Blog Styles
/*------------------------------------------*/

.blog-post {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.blog-post .post-head {
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

.blog-post .post-head .thumb-overlay {
    -moz-border-radius: 4px;
    -moz-transition: all 0.4s ease-in-out;
    -o-border-radius: 4px;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.blog-post .post-head:hover .thumb-overlay { background-color: rgba(255, 255, 255, 0.4); }

.blog-post .post-head .thumb-overlay i {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    color: rgba(0, 0, 0, 0);
    font-size: 3em;
    left: 50%;
    margin-left: -27px;
    margin-top: -19px;
    position: absolute;
    top: 42%;
    transition: all 0.4s ease-in-out;
}

.blog-post .post-head:hover .thumb-overlay i {
    color: #444;
    top: 50%;
}

.blog-post .post-head img {
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    max-width: 100%;
}

.blog-post .post-content {
    padding-left: 54px;
    position: relative;
}

.blog-post .post-type {
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #444;
    border-radius: 2px;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 36px;
}

.blog-post .post-type i {
    color: #fff;
    font-size: 1.2em;
}

.blog-post.quote-post .post-type { top: 0; }

.post-content h2 { margin-bottom: 4px; }

.post-content h2 a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #444;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.blog-post.quote-post .qoute-box {
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #444;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 10px;
    padding: 20px 25px;
}

.blog-post.quote-post .qoute-box a { color: #999; }

.blog-post.quote-post .qoute-box h2 {
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.blog-post.quote-post .qoute-box .qoute-author { margin-left: 5px; }

.blog-post.quote-post .qoute-box .qoute-author:before,
.blog-post.quote-post .qoute-box .qoute-author:after { content: " - " }

.blog-post .post-slider { position: relative; }

ul.post-meta { margin-bottom: 10px; }

ul.post-meta li { display: inline-block; }

ul.post-meta li:after {
    content: "-";
    margin: 0 8px 0 8px;
}

ul.post-meta li:last-child:after {
    content: "";
    margin: 0;
}

ul.post-meta li,
ul.post-meta li a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #666;
    transition: all 0.2s ease-in-out;
}

.post-content p { margin-bottom: 15px; }

/*Pagination*/
#pagination span,
#pagination a {
    -moz-border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 2px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #888;
    display: inline-block;
    height: 34px;
    line-height: 33px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    width: 34px;
}

#pagination span.current { color: #fff; }

#pagination a:hover { border-color: #ddd; }

#pagination .all-pages,
#pagination .next-page {
    padding: 0 14px;
    width: auto;
}

/*------------------------------------------*/
/*		    09 - Single post Styles
/*------------------------------------------*/

.blog-page,
.blog-post-page { padding-top: 5px; }

.blog-post-page .blog-post {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.blog-post-page ul.post-meta { margin-bottom: 12px; }

.post-content h2 { font-weight: 500; }

.post-bottom {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 20px;
    padding: 20px 0;
}

.post-tags-list {
    float: right;
    padding-top: 6px;
}

.post-tags-list a {
    -moz-border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 2px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    background: #eee;
    border-radius: 2px;
    color: #888;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 4px;
    padding: 2px 8px;
    transition: all 0.2s ease-in-out;
}

.post-tags-list a:hover { color: #fff; }

.post-share { float: left; }

.post-share span {
    color: #888;
    font-size: 13px;
    margin-right: 4px;
}

.post-share a {
    -moz-border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 2px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.post-share a.facebook { background-color: #507CBE; }

.post-share a.facebook:hover { background-color: #3E68A8; }

.post-share a.twitter { background-color: #63CDF1; }

.post-share a.twitter:hover { background-color: #36BFED; }

.post-share a.gplus { background-color: #F16261; }

.post-share a.gplus:hover { background-color: #EF4545; }

.post-share a.linkedin { background-color: #90CADD; }

.post-share a.linkedin:hover { background-color: #72BBD3; }

.post-share a i {
    color: #fff;
    display: block;
    font-size: 1em;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

.blog-post .author-info {
    display: block;
    margin-bottom: 10px;
}

.blog-post .author-info .author-image { float: left; }

.blog-post .author-info .author-image img {
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 4px solid #eee;
    border-radius: 3px;
    height: 70px;
    width: 70px;
}

.blog-post .author-info .author-bio { padding-left: 85px; }

.blog-post .author-info h4 { margin-bottom: 4px; }

.blog-post .author-info p:last-child { margin: 0; }

#comments .comments-list {
    margin: 0 0 35px 0;
    padding: 0;
}

#comments .comments-title {
    font-weight: 500;
    margin-bottom: 20px;
}

#comments .comments-list li .comment-box {
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -o-border-radius: 3px;
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    margin-bottom: 20px;
    padding: 20px;
}

#comments .comments-list li ul { padding-left: 80px; }

#comments .avatar { float: left; }

#comments .avatar img {
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    height: 60px;
    padding: 3px;
    width: 60px;
}

#comments .comment-content { padding-left: 72px; }

#comments .comment-content .comment-meta { margin-bottom: 5px; }

.comment-content .comment-meta span:after {
    color: #888;
    content: "-";
    font-weight: 100;
    margin: 0 5px;
}

.comment-content .comment-meta span:last-child:after {
    content: "";
    margin: 0;
}

.comment-content .comment-meta .comment-by {
    color: #444;
    font-weight: 700;
}

.comment-content .comment-meta .comment-date { color: #888; }

#respond .respond-title {
    font-weight: 500;
    margin-bottom: 15px;
}

/*------------------------------------------*/
/*			10 - SideBar Styles
/*------------------------------------------*/

.sidebar { margin-bottom: 30px; }

.sidebar a { color: #888; }

.sidebar .widget {
    margin-bottom: 50px;
    overflow: hidden;
}

.sidebar .widget ul { margin: 0; }

.widget-search input[type = "search"] {
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    border-right: none;
    float: left;
    margin: 0;
    position: relative;
    width: calc(100% - 38px);
}

.widget-search .search-btn {
    -moz-border-radius: 0 2px 2px 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 0 2px 2px 0;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-transition: all 0.2s ease-in-out;
    border: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    height: 37px;
    line-height: 36px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    width: 38px;
}

.widget-search .search-btn:hover { background-color: #444; }

.sidebar .widget h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

.sidebar .widget h4 .head-line {
    background-color: #ddd;
    bottom: 0;
    display: block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 50px;
}

.widget-categories ul li a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 8px 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.widget-categories ul li:first-child a { padding-top: 0; }

.widget-categories ul li a:hover { padding-left: 8px; }

.sidebar .widget-popular-posts li {
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.sidebar .widget-popular-posts li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.sidebar .widget-popular-posts .widget-thumb {
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 3px solid #eee;
    border-radius: 2px;
    float: left;
    margin-right: 8px;
}

.sidebar .widget-popular-posts .widget-thumb img {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    height: 65px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    width: 65px;
}

.sidebar .widget-popular-posts .widget-thumb:hover img { opacity: 0.7; }

.sidebar .widget-popular-posts .widget-content h5 {
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 5px;
}

.sidebar .widget-popular-posts .widget-content span {
    color: #bbb;
    font-size: 12px;
}

.sidebar .tagcloud a {
    -moz-border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 2px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    background: #eee;
    border-radius: 2px;
    color: #888;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 4px;
    padding: 4px 10px;
    transition: all 0.2s ease-in-out;
}

.sidebar .tagcloud a:hover { color: #fff; }

/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/

footer {
    background-color: #222;
    border-top: 4px solid #555;
    color: #ccc;
    padding-top: 60px;
}

footer p { color: #ccc; }

footer a { color: #aaa; }

footer a:hover {
    color: #aaa;
    text-decoration: underline;
}

.footer-widget { margin-bottom: 45px; }

.footer-widget h4 {
    color: #eee;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

.footer-widget h4 .head-line {
    background-color: #333;
    bottom: 0;
    display: block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 50px;
}

.social-widget ul.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
}

.social-widget ul.social-icons li a i {
    -moz-border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 2px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 1.4em;
    height: 36px;
    line-height: 36px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    width: 36px;
}

.contact-widget { background: url(/Images/template/map.png) center bottom no-repeat; }

.contact-widget span { font-weight: 700; }

.contact-widget ul li { margin-bottom: 12px; }

.contact-widget ul li p a { color: #bbb; }

.twitter-widget a { color: #43B9CD; }

.twitter-widget a:hover {
    color: #43B9CD;
    text-decoration: underline;
}

.twitter-widget ul li { margin-bottom: 20px; }

.twitter-widget ul li span { color: #888; }

.flickr-widget ul { overflow: hidden; }

.flickr-widget ul li {
    float: left;
    margin-bottom: 8px;
    margin-left: 8px;
}

.flickr-widget ul li:nth-child(3n + 1) { margin-left: 0; }

.flickr-widget ul li a {
    -moz-border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 2px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    border: 4px solid #333;
    border-radius: 2px;
    display: inline-block;
    opacity: 0.6;
    transition: all 0.2s ease-in-out;
    width: 80px;
}

.flickr-widget ul li a img {
    height: 65px;
    width: 100%;
}

.flickr-widget ul li a:hover { opacity: 1; }

.mail-subscribe-widget form {
    margin-bottom: 20px;
    margin-top: 15px;
}

.mail-subscribe-widget form input[type = "text"] {
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff;
    border: none;
    border-radius: 2px;
    color: #888;
    font-size: 12px;
    outline: none;
    outline: none;
    padding: 6px 12px;
}

.copyright-section {
    border-top: 1px solid rgba(255, 255, 255, .06);
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 15px 0;
}

.copyright-section p {
    font-size: 11px;
    text-transform: uppercase;
}

ul.footer-nav { float: right; }

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.footer-nav li:first-child { margin-left: 0; }

ul.footer-nav li a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover { color: #fff; }

.back-to-top {
    bottom: 18px;
    display: none;
    position: fixed;
    right: 15px;
}

.back-to-top i {
    -moz-border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -o-border-radius: 2px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #444;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    width: 36px;
}

/*------------------------------------------*/
/*			 12 - Plugins Styles
/*------------------------------------------*/

/*
 * Nivo Lightbox v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99999999;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
    opacity: 1;
    visibility: visible;
}
.nivo-lightbox-wrap {
    bottom: 10%;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 10%;
}
.nivo-lightbox-content {
    height: 100%;
    width: 100%;
}
.nivo-lightbox-title-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
    left: 0;
    position: absolute;
    top: 50%;
}
.nivo-lightbox-next {
    position: absolute;
    right: 0;
    top: 50%;
}
.nivo-lightbox-close {
    position: absolute;
    right: 2%;
    top: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}
.nivo-lightbox-content iframe {
    height: 100%;
    width: 100%;
}
.nivo-lightbox-ajax {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    overflow: auto;
    /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
    color: #fff;
    display: table;
    height: 100%;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    width: 100%;
}
.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle;
}

/* Effects 
 **********************************************/
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -moz-transform: scale(0.7);
    -moz-transition: all 0.3s;
    -ms-transform: scale(0.7);
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: scale(0.7);
    -webkit-transition: all 0.3s;
    transform: scale(0.7);
    transition: all 0.3s;
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -moz-transform: translateZ(300px);
    -moz-transition: all 0.3s ease-out;
    -ms-transform: translateZ(300px);
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
    -webkit-transition: all 0.3s ease-out;
    transform: translateZ(300px);
    transition: all 0.3s ease-out;
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 */

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0, 0, 0, 0.8);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(/Images/template/lightbox/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 80%;
    opacity: 0.5;
    text-indent: -9999px;
    top: 10%;
    transition: all 0.2s ease-in-out;
    width: 8%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    background-image: url(/Images/template/lightbox/prev.png);
    border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    background-image: url(/Images/template/lightbox/next.png);
    border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    background: url(/Images/template/lightbox/close.png) no-repeat 5px 5px;
    display: block;
    height: 16px;
    opacity: 0.5;
    padding: 5px;
    text-indent: -9999px;
    width: 16px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #000;
    border-radius: 3px;
    color: #fff;
    font: 14px / 20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    padding: 7px 15px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
}

@media
(-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6 / 2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {
    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image: url(/Images/template/lightbox/loading@2x.gif);
        background-size: 32px 32px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(/Images/template/lightbox/prev@2x.png);
        background-size: 48px 48px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(/Images/template/lightbox/next@2x.png);
        background-size: 48px 48px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(/Images/template/lightbox/close@2x.png);
        background-size: 16px 16px;
    }
}

/* 
 * 	Core Owl Carousel CSS
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* display none until init */
.owl-carousel {
    -ms-touch-action: pan-y;
    display: none;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper {
    -webkit-transform: translate3d(0px, 0px, 0px);
    display: none;
    position: relative;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item { float: left; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    user-select: none;
}

/* mouse grab icon */
.grabbing { cursor: url(/Images/template/icons/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -moz-backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-backface-visibility: hidden;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */

.owl-origin {
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    perspective: 1200px;
}
/* fade */
.owl-fade-out {
    -moz-animation: fadeOut .7s both ease;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
    z-index: 10;
}
.owl-fade-in {
    -moz-animation: fadeIn .7s both ease;
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -moz-animation: backSlideOut 1s both ease;
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -moz-animation: backSlideIn 1s both ease;
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -moz-animation: scaleToFade .7s ease both;
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -moz-animation: goDown .6s ease both;
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -moz-animation: scaleUpFrom .5s ease both;
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -moz-animation: scaleUpTo .5s ease both;
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% { opacity: 1 }
}
@-moz-keyframes empty {
    0% { opacity: 1 }
}
@keyframes empty {
    0% { opacity: 1 }
}
@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes backSlideOut {
    25% {
        -webkit-transform: translateZ(-500px);
        opacity: .5;
    }
    75% {
        -webkit-transform: translateZ(-500px) translateX(-200%);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) translateX(-200%);
        opacity: .5;
    }
}
@-moz-keyframes backSlideOut {
    25% {
        -moz-transform: translateZ(-500px);
        opacity: .5;
    }
    75% {
        -moz-transform: translateZ(-500px) translateX(-200%);
        opacity: .5;
    }
    100% {
        -moz-transform: translateZ(-500px) translateX(-200%);
        opacity: .5;
    }
}
@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%,
    25% {
        -webkit-transform: translateZ(-500px) translateX(200%);
        opacity: .5;
    }
    75% {
        -webkit-transform: translateZ(-500px);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes backSlideIn {
    0%,
    25% {
        -moz-transform: translateZ(-500px) translateX(200%);
        opacity: .5;
    }
    75% {
        -moz-transform: translateZ(-500px);
        opacity: .5;
    }
    100% {
        -moz-transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}
@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        -webkit-transform: scale(.8);
        opacity: 0;
    }
}
@-moz-keyframes scaleToFade {
    to {
        -moz-transform: scale(.8);
        opacity: 0;
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}
@-webkit-keyframes goDown {
    from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
    from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
    from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
    from {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes scaleUpFrom {
    from {
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes scaleUpTo {
    to {
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/*
* 	Owl Carousel Owl Theme 
*/

.owl-theme .owl-controls { text-align: center; }

/* Styling Next and Prev buttons */

.touch-slider .owl-controls .owl-buttons div {
    -moz-border-radius: 50%;
    -moz-transition: all 0.4s ease-in-out;
    -o-border-radius: 50%;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    background: #444;
    border-radius: 50%;
    display: inline-block;
    *display: inline; /*IE7 life-saver */
    filter: Alpha(Opacity=60); /*IE7 fix*/
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    opacity: 0.6;
    padding: 0 1px;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease-in-out;
    zoom: 1;
}

.touch-slider:hover .owl-controls .owl-buttons div {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
}

.touch-slider .owl-controls .owl-buttons div.owl-prev {
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    left: 0;
}

.touch-slider .owl-controls .owl-buttons div.owl-next {
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    right: 0;
}

.touch-slider .owl-controls .owl-buttons div i {
    color: #fff;
    font-size: 1.8em;
}

.touch-carousel .owl-controls .owl-buttons {
    position: absolute;
    right: 2px;
    top: -50px;
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons { right: 12px; }

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
    position: relative;
    right: 0;
    top: 0;
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons { top: -8px; }

.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div { background-color: #f2f2f2; }

.touch-carousel.navigation-2 .owl-controls .owl-buttons div i,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div i { color: #666; }

.touch-carousel.navigation-3 { padding-top: 45px; }

.touch-carousel.navigation-3.clients-carousel { padding-top: 25px; }

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div {
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 28px;
    line-height: 28px;
    width: 28px;
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons { right: 9px; }

.touch-carousel .owl-controls .owl-buttons div,
.testimonials-carousel .owl-controls .owl-buttons div {
    -moz-border-radius: 2px;
    -moz-transition: all 0.4s ease-in-out;
    -o-border-radius: 2px;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
    *display: inline; /*IE7 life-saver */
    height: 22px;
    line-height: 22px;
    margin-left: 4px;
    transition: all 0.4s ease-in-out;
    width: 22px;
    zoom: 1;
}

.touch-carousel .owl-controls .owl-buttons div i,
.testimonials-carousel .owl-controls .owl-buttons div i {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    color: #ccc;
    font-size: 1.2em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    transition: all 0.4s ease-in-out;
}

.testimonials-carousel .owl-controls .owl-buttons div i { color: #fff; }

.touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

/* Styling Pagination*/

.owl-pagination {
    bottom: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    *display: inline; /*IE7 life-saver */
    zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
    -moz-border-radius: 50%;
    -moz-transition: all 0.4s ease-in-out;
    -o-border-radius: 50%;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    border: 3px solid #444;
    border-radius: 50%;
    display: block;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    height: 16px;
    margin: 2px 4px;
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
    width: 16px;
}

.touch-slider:hover .owl-controls .owl-page span {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { border-color: #0A95D8; }

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #FFF;
    font-size: 12px;
    height: auto;
    padding: 2px 10px;
    width: auto;
}

#bar {
    background: #444;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    height: 4px;
    max-width: 100%;
    opacity: 0.5;
    width: 0%;
}
#progressBar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

/* preloading images */
.owl-item.loading {
    background: url(/Images/template/icons/ajaxloader.gif) no-repeat center center;
    min-height: 150px;
}

/******* Style Switcher *******/
.switcher-box {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    background-color: #fff;
    border-radius: 0 0 2px 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    left: -212px;
    position: fixed;
    text-align: center;
    top: 160px;
    transition: all 0.4s ease-in-out;
    width: 212px;
    z-index: 99999999999;
}
.switcher-box h4 {
    background-color: #333;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 42px;
    margin-bottom: 10px;
}
.switcher-box span {
    display: block;
    padding: 5px 20px;
    text-align: left;
}
.switcher-box .colors-list {
    line-height: 20px;
    margin-bottom: 8px;
    padding: 0 18px 0 18px;
}
.switcher-box .colors-list li {
    display: inline-block;
    margin-right: 2px;
}
.switcher-box .colors-list li a {
    cursor: pointer;
    display: block;
    height: 18px;
    width: 24px;
}
.switcher-box .colors-list li a.blue { background-color: #0a9fd8; }
.switcher-box .colors-list li a.cyan { background-color: #27bebe; }
.switcher-box .colors-list li a.jade { background-color: #0bb586; }
.switcher-box .colors-list li a.red { background-color: #ee3733; }
.switcher-box .colors-list li a.peach { background-color: #f49237; }
.switcher-box .colors-list li a.sky-blue { background-color: #38cbcb; }
.switcher-box .colors-list li a.yellow { background-color: #f8ba01; }
.switcher-box .colors-list li a.green { background-color: #94c523; }
.switcher-box .colors-list li a.orange { background-color: #f36510; }
.switcher-box .colors-list li a.pink { background-color: #f1505b; }
.switcher-box .colors-list li a.purple { background-color: #6a3da3; }
.switcher-box .colors-list li a.beige { background-color: #fdb655; }
.switcher-box .layout-style,
.switcher-box .topbar-style {
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    border-radius: 2px;
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.06);
    color: #888;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 0 0 12px 20px;
    outline: none;
    padding: 6px 9px;
    padding: 4px 6px;
    width: 172px;
}
.switcher-box .bg-list {
    margin-bottom: 18px;
    padding: 0 18px 0 18px;
}
.switcher-box .bg-list li {
    display: inline-block;
    margin-right: 2px;
}
.switcher-box .bg-list li a {
    display: block;
    height: 20px;
    width: 20px;
}
.switcher-box .bg-list li a.bg1 { background: url(/Images/template/patterns/1.png) repeat; }
.switcher-box .bg-list li a.bg2 { background: url(/Images/template/patterns/2.png) repeat; }
.switcher-box .bg-list li a.bg3 { background: url(/Images/template/patterns/3.png) repeat; }
.switcher-box .bg-list li a.bg4 { background: url(/Images/template/patterns/4.png) repeat; }
.switcher-box .bg-list li a.bg5 { background: url(/Images/template/patterns/5.png) repeat; }
.switcher-box .bg-list li a.bg6 { background: url(/Images/template/patterns/6.png) repeat; }
.switcher-box .bg-list li a.bg7 { background: url(/Images/template/patterns/7.png) repeat; }
.switcher-box .bg-list li a.bg8 { background: url(/Images/template/patterns/8.png) repeat; }
.switcher-box .bg-list li a.bg9 { background: url(/Images/template/patterns/9.png) repeat; }
.switcher-box .bg-list li a.bg10 { background: url(/Images/template/patterns/10.png) repeat; }
.switcher-box .bg-list li a.bg11 { background: url(/Images/template/patterns/11.png) repeat; }
.switcher-box .bg-list li a.bg12 { background: url(/Images/template/patterns/12.png) repeat; }
.switcher-box .bg-list li a.bg13 { background: url(/Images/template/patterns/13.png) repeat; }
.switcher-box .bg-list li a.bg14 { background: url(/Images/template/patterns/14.png) repeat; }

.switcher-box .open-switcher {
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background: url(/Images/template/icons/switcher.png) #444 center no-repeat;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    display: block;
    height: 40px;
    left: 100%;
    position: absolute;
    top: 0;
    width: 40px;
}
.switcher-box .open-switcher i { display: none; }