/* =============== TABLE OF CONTENT =====================
1. General
2. Header
3. Transparent Header
4. Sticky Header
5. Responsive Header
6. Slider
7. Title Style
8. Welcome Box
9. Projects
10. Service Boxes
11. Event Sponsors
12. About Us
13. Counters
14. History
15. Customer Reviews
16. Blog Posts
17. Portfolio With Filters
18. About Agency
19. Desert Parallax
20. Fancy Desert Parallax
21. Simple Services
22. Price Table
23. Map
24. Team Section
25. About Simple
26. Products
27. Fancy Blog List
28. Price Plan
29. Page Top
30. Team Detail Page
31. Project Detail Page
32. Blog Single Page
33. 404 ERROR Page
34. Product Gallery
35. Contact Page
36. Footer
37. LIGHTBOX PLUGIN STYLING
38. OWL CAROUSEL
========================================================= */

/* =============== General ===================== */
html {
    overflow-x: hidden;
}
body{
    float: left;
    overflow-x: hidden;
    width: 100%;
	position:relative;
    font-family:arimo;
    color:#5d5d5d;
    font-size:14px;
    line-height:30px;
    letter-spacing:0.3px;
}
body,ul,h1,h2,h3,h4,h5,h6,p{ 
	list-style:none;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
    font-family: roboto;
    color: #343434;
}
p {
    color:#373636;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 33px;
}
ol {
    padding-left: 20px;
}
ul li ,ul li a,
ol li,ol li a{
    color:#5d5d5d;
    font-size: 13px;
    line-height: 33px;
}
ul li i {
    font-size: 15px;
    margin-right: 5px;
}
a:hover,
a:focus{
	text-decoration:none;
	outline:none;
}
.theme-layout{
    float:left;
    width:100%;
}
.theme-layout.boxed{
    background:none repeat scroll 0 0 #FFFFFF;
    float:none;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    z-index:1;
    width:1230px;
    
    -webkit-box-shadow:0 0 6px #000000;
    -moz-box-shadow:0 0 6px #000000;
    -ms-box-shadow:0 0 6px #000000;
    -o-box-shadow:0 0 6px #000000;
    box-shadow:0 0 6px #000000;
}
section {
    float: left;
    width: 100%;
}
.block {
    float:left;
    width:100%;
    position:relative;
    padding:120px 0;
}
.block.parallax-sec {padding: 90px 0;}
.block.remove-gap {padding-top: 0;}
.block.remove-bottom {padding-bottom: 0;}
.block.gray {background:#efefef none repeat scroll 0 0;}
.block .container {padding: 0;}
.remove-ext {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.parallax {
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-attachment: fixed!important;
    background-size: cover!important;
    width: 100%;
    z-index:-1;
    
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blackish:before,.whitish:before,.coloured-layer:before {
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    width: 100%;
    z-index:0;
    position: absolute;
    left: 0;
    bottom: 0;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.blackish .container {
    z-index: 1;
    position: relative;
}
.coloured-layer:before{
    opacity:0.7;
}
.whitish:before{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
}

.clients-testimonials .owl-nav > div,
.blog-detail > span,
.message > img,
.single-post-img ul li img,
.product-details .nav li a:after,
.header-search{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
}

.project-box a,
.welcome-box > a,
.about-detail a,
.welcome-box > a span,
.simple-text > a,
.sponsor:before,
.about-carousel .owl-nav > div:before,
.about-carousel .owl-nav > div,
.service-box h4,.service-box i,.service-box p,
.service-box::before,
.about-carousel .owl-nav,
.clients-testimonials .owl-nav > div,
.blog-detail strong a,
.blog-detail > h4 a:hover,
.simple-service h5,
.simple-service i,
.social-icons a,
.details:before,
.project img,
.links > h3 a,
.product-detail h3 a,
.product-img > a,
.product-img > img,
.fancy-post li a,
.table-bg:before,
.fancy-post h3 a,
.product-details .nav li a:before,
.product-details .nav li a:after,
.gallery-widget a:before,
.footer-links li a,
nav ul li a,
.header-search input,
.social a,
nav ul li ul li,
body,.menu-links,
header,
.member h4 a,
.logo img,
nav,
.header-search,
.social{
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
/* =============== Header ===================== */
header {
    background: none repeat scroll 0 0 #efefef;
    float: left;
    padding:40px 0;
    position: relative;
    width: 100%;
    z-index: 100;
}
.logo{float:left;}
.logo a{float:left;}
.logo img {
    max-width: 100%;
}
nav{float:right;margin-top:15px;}
nav ul{float:left;}
nav ul li{
    float: left;
    line-height: 17px;
    margin-left: 10px;
    position: relative;
}
nav ul li a{
    color:#000;
    float:left;
    font-family:roboto;
    font-size:13px;
    line-height:inherit;
    text-transform:uppercase;
    padding: 7px 25px;
}
nav ul li ul{
    padding-top: 55px;
    width: 200px;
    position: absolute;
    top: 100%;
    left:-99999px;
}
nav ul li ul li ul{top:0;padding-top:0;}
nav ul li ul li:hover > ul{left:100%;}
nav > ul > li:hover > ul{left:0;}
nav ul li ul li{
    background: rgba(255, 255, 255, 0.96) none repeat scroll 0 0;
    float: left;
    width: 100%;
    margin: 0;
    padding:0;
    opacity:0;
}
nav ul li ul li a{padding: 15px 20px;}
nav > ul li:hover > ul > li{opacity:1}
header.transparent-header.sticky nav ul li ul ul, 
header.sticky nav ul li ul ul{padding:0;}
.header-search {
    border: 1px solid #0d0d0d;
    float: right;
    height: 35px;
    width: 35px;
    margin-left:10px;
    margin-top: 15px;
    position: relative;
    z-index:1;
}
.header-search input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    height: 0;
    width: 240px;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
    border-radius:15px;
}
.header-search:hover input, 
.header-search input:focus {
    height: 35px;
    opacity: 1;
    padding: 5px 20px;
}
.header-search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    width: 100%;
    border: 0 none;
    color: #0d0d0d;
    position:relative;
    line-height: 32px;
    padding: 0;
}
.social {
    float: right;
    margin-left: 25px;
    margin-top: 17px;
}
.social a {
    color: #000;
    float: left;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 7px;
}
/* =============== Transparent Header ===================== */
header.transparent-header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
header.transparent-header nav ul li ul {padding-top: 20px;}
header.transparent-header nav ul li ul li ul {padding: 0;}
header.transparent-header nav > ul > li > a,
header.transparent-header .header-search button {color: #fff;}
header.transparent-header .header-search {border-color: #fff;}
header.transparent-header .social a {color: #fff;}
header.transparent-header .header-search:hover button{color:#444;}
/*=============== Sticky Header ===================*/
header.stick {
    position: fixed;
    top: 0;
    z-index: 1000000;
    left: 0;
}
header.stick.sticky {
    background: rgba(225, 225, 225, 0.94) none repeat scroll 0 0;
    padding: 10px 0;
}
header.transparent-header.stick.sticky {
    background: rgba(30, 30, 30, 0.9) none repeat scroll 0 0;
}
header.transparent-header.sticky nav ul li ul, header.sticky nav ul li ul {
    padding-top:18px;
}
header.sticky .logo img {max-width: 130px;}
header.sticky nav {margin-top: 5px;}
header.sticky .header-search {margin-top: 5px;}
header.sticky .social {margin-top: 10px;}

/*=============== Responsive Header ===================*/
.responsive-header{display:none;}
.responsive-menu{
    background:none repeat scroll 0 0 #efefef;
    float:left;
    width:100%;
    padding:10px 30px;
    position:relative;
}
.responsive-header .social {margin-top: 8px;}
.responsive-menu .logo{margin:0;}
.responsive-menu .logo img{width:120px;}
.responsive-menu > span {
    background: #afafaf none repeat scroll 0 0;
    color: #404040;
    cursor: pointer;
    float: right;
    font-size: 19px;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
    text-align: center;
    width: 40px;
}
.menu-links{
    background:none repeat scroll 0 0 #171717;
    height:100%;
    padding:20px;
    width:200px!important;
    z-index:10000;
    position:fixed;
    right:-200px;
    top:0;
}
.menu-links.slide{right:0;}
.menu-links > ul{
    float:left;
    margin:0;
    padding:0;
    width:100%;
    list-style:outside none none;
}
.menu-links > ul li{
    float:left;
    position:relative;
    width:100%;
}
.menu-links > ul li a{
    color:#bfbfbf;
    font-size:15px;
    padding:10px 0;
    float:left;
    width:100%;
}
.menu-links > ul li:before, .menu-links > ul li:after{
    background:none repeat scroll 0 0 #404040;
    content:"";
    height:1px;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
}
.menu-links > ul li:after{background:#000000;bottom:1px;}
.menu-links > ul li ul{
    float:left;
    list-style:outside none none;
    margin:0;
    padding:0 0 0 20px;
    width:100%;
    display:none;
}
.responsive-header .topbar{display:none;}
.responsive-menu span.show-topbar{
    background:none repeat scroll 0 0 #3f3f3f;
    color:#ffffff;
    line-height:30px;
    margin-left:-15px;
    text-align:center;
    height:30px;
    width:30px;
    cursor:pointer;
    position:absolute;
    left:50%;
    top:0;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    -ms-border-radius:0 0 3px 3px;
    -o-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
}
.show-topbar i{
    color:#ffffff;
    float:left;
    line-height:30px;
    width:100%;
}
.show-topbar.slide i{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}

/* =============== Slider ===================== */
.slider {
    float: left;
    width: 100%;
    position: relative;
}
.slide-title{
    font-family:roboto;
    color:#FFF;
}
.slide-subtitle{
    font-family:roboto;
    background:rgba(0,0,0,0.8);
    text-transform:uppercase;
}
.slide-desc{
    line-height:35px;
    color:#FFF;
}
.slide-btn{
    color:#303030;
    background:#FFF;
}
.slide-btn:before{
    border: 1px solid #fff;
    content: "";
    height: 100%;
    left: -5px;
    padding: 4px;
    position: absolute;
    top: -5px;
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.slide-title2 {
    color: #fff;
    font-family: roboto;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
}
.slide-title2 i{font-size:inherit;font-style:normal;}
.slide-subtitle2{font-family:roboto;}
.blackish-title,.coloured-title{
    color:#FFF;
    background:rgba(0,0,0,0.8);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
/* =============== Title Style ===================== */
.title {
    float: left;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}
.title > span {
    float: left;
    font-family: roboto;
    font-size: 15px;
    letter-spacing:2px;
    line-height: 20px;
    margin-bottom:15px;
    width: 100%;
}
.title h2 {
    color: #000;
    float: left;
    font-size: 50px;
    font-weight: 600;
    margin-bottom:20px;
    font-family:roboto;
    text-transform: uppercase;
    width: 100%;
}
.title > i {
    color: #373636;
    float: left;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.3px;
    line-height: 20px;
    width: 100%;
}
/* =============== Welcome Box ===================== */
.welcome-box {
    float: left;
    margin: 0 15%;
    text-align: center;
    width: 70%;
    position: relative;
    z-index: 1;
}
.welcome-box > span {
    color: #000;
    float: left;
    font-size: 18px;
    font-weight:500;
    letter-spacing: 5px;
    margin-bottom: 12px;
    width: 100%;
}
.welcome-box h3 {
    color:#000;
    float: left;
    font-family: roboto;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    text-transform: uppercase;
    width: 100%;
}
.welcome-box p {
    color: #5d5d5d;
    float: left;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 30px;
    width: 100%;
}
.welcome-box > a,.readmore {
    border: 1px solid #1f1e1e;
    display: inline-block;
    padding: 3px;
}
.welcome-box > a span,.readmore span {
    background: none repeat scroll 0 0 #1f1e1e;
    color: #fff;
    float: left;
    font-size: 12px;
    letter-spacing: 0.3px;
    padding: 8px 30px;
    width: 100%;
}
.readmore span i{margin-right:10px;}
.welcome-box > i {
    color: #ececec;
    font-size: 250px;
    height: 250px;
    margin-left: -125px;
    margin-top: -125px;
    width: 250px;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
}
.blackish .welcome-box > span, .blackish .welcome-box > h3 {color: #fff;}
.blackish .welcome-box > i {color: #fff;opacity: 0.2;}
.blackish .welcome-box p {color:#e5e5e5;font-size: 16px;}
/* =============== Projects ===================== */
.masonary {
    float: left;
    overflow:hidden;
    position: relative;
    width: 100%;
}
.project {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow:hidden;
}
.project img {
    width: 100%;
}
.project:hover img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.project-box {
    background:#060606;
    float: left;
    width: 100%;
    z-index: 1;
    padding: 0 70px 80px;
    position: relative;
    text-align: center;
}
.project-icon {
    background: none repeat scroll 0 0 #fff;
    margin: 0 5% 50px;
    padding:35px 20px 35px;
    position: relative;
    width: 90%;
}
.project-icon i {font-size: 50px;}
.project-icon > img {
    max-width: 100%;
    width: auto;
}
.project-icon:before {
    border: 1px solid #fff;
    content: "";
    margin-top: -30px;
    height: 60px;
    width: 110%;
    position: absolute;
    left: -5%;
    top: 50%;
    z-index: -1;
}
.project-box span {
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
    letter-spacing: 3px;
    font-weight: 600;
}
.project-box h4 {
    color: #fff;
    float: left;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 15px;
    width: 100%;
}
.project-box a {
    color: #fff;
    font-size: 14px;
}
.project.move-down {
    margin-top: 100px;
}
.penetrate-up{
    margin-top:-100px;
}
.penetrate-right{
    margin-right:-100px;
}
.index{
    z-index: 10;
}
.simple-text {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin-bottom: 30px;
    padding:72px 90px 72px 70px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.simple-text > span {
    font-family: roboto;
    font-size: 15px;
    letter-spacing: 3px;
    float: left;
    width: 100%;
    line-height: 18px;
    margin-bottom: 10px;
}
.simple-text > h3 {
    color: #000;
    float: left;
    font-size: 40px;
    font-weight: 600;
    font-family:roboto;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
}
.simple-text > h3 span {
    margin-left:10px;
}
.simple-text > p {
    font-size:14px;
    line-height:32px;
    margin-bottom:0;
    display: inline-block;
}
.simple-text > a {
    font-size: 16px;
    color: #979797;
}
.simple-text > i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    font-size: 200px;
    color:#fafafa;
    width: 220px;
    height: 200px;
    margin-left: -110px;
    margin-top: -100px;
}
.about {
    float: left;
    padding:120px 0 110px;
    position: relative;
    width: 100%;
    z-index: 1;
    background: #fff;
}
.wrap {
    display: table;
    margin: 0 auto;
    position: relative;
    width:80%;
    z-index: 1;
}
.about span {
    float: left;
    font-family: roboto;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom:10px;
    width: 100%;
}
.about h3 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family:roboto;
}
.about p {
    font-size: 15px;
    margin-top: 20px;
}
.about h3 i {
    color: #f4f4f4;
    font-size: 150px;
    font-style: normal;
    line-height: 110px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.masonary.without-gap > div{padding: 0;}
.masonary.without-gap .project{margin: 0;}
.project-overlay {
    height: 100%;
    padding: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.details {
    float: left;
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    z-index:1;
}
.details:before{
    content:"";
    width: 100%;
    height: 100%;
    z-index:-1;
    opacity:0.9;
    position: absolute;
    left: 0;
    top: 0;

    -webkit-transform:scaleY(0);
    -moz-transform:scaleY(0);
    -ms-transform:scaleY(0);
    -o-transform:scaleY(0);
    transform:scaleY(0);
}
.project:hover .details:before{
    -webkit-transform:scaleY(1);
    -moz-transform:scaleY(1);
    -ms-transform:scaleY(1);
    -o-transform:scaleY(1);
    transform:scaleY(1);
}
.center {
    padding: 0 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.project h3 {
    color: #fff;
    font-family: roboto;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.project h3:before {
    content: "";
    width: 50px;
    height: 3px;
    background: white;
    margin-left: -25px;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.project h3 a {color: inherit;}
.center {
    padding: 0 20px;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top:50%;

    -webkit-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -ms-transform:translateY(30px);
    -o-transform:translateY(30px);
    transform:translateY(30px);

    -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.2s;
}
.project:hover .center {
    opacity: 1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
}
.center li {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
    padding: 0 3px;
    position: relative;
}
.center li a {
    color: inherit;
    float: left;
    font-size: 15px;
    line-height: inherit;
}
.center > ul {float: left;width: 100%;}
.center li::before {
    content: ",";
    position: absolute;
    bottom: 0;
    right: -6px;
}
.center li:last-child:before{display:none;}
.links {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
    padding:140px 50px ;
    text-align: center;
    position: relative;
    z-index:1;
}
.links strong {
    color: #f4f4f4;
    font-family: roboto;
    font-size: 160px;
    font-weight: bold;
    height: 160px;
    left: 50%;
    line-height: 160px;
    margin-left: -90px;
    margin-top: -90px;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.links i{
    display: table;
    font-size: 50px;
    margin: 0 auto;
}
.links > span {
    font-size: 16px;
    color: #373636;
    letter-spacing: 3px;
    float: left;
    width: 100%;
    margin: 20px 0 10px;
    line-height: 18px;
}
.links > h3 {
    font-size:20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
    width: 100%;
}
.links > h3 a{color:inherit;}
/*=============== Service Boxes ===================== */
.title.left{text-align: left;}
.project .title {margin: 0;padding:55px 0;}
.service-box {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    padding: 50px 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.service-box h4 {
    float: left;
    font-size: 18px;
    margin-bottom: 20px;
    width: 100%;
    font-family: roboto;
    color: #000;
}
.service-box i {
    color:#f4f4f4;
    font-size: 130px;
    height: 130px;
    width: 100%;
    margin-top: -65px;
    text-align: center;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 0;
}
.service-box > img {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;

    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);

    -webkit-transition: all 0.4s ease 0.2s;
    -ms-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
}
.service-box:hover > img {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.service-box:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.service-box:hover:before {opacity:0.9;}
.service-box:hover h4 {color: #fff;}
.service-box:hover i {opacity:0;}
.service-box:hover > p {color: #fff;}
.service-box > p {font-size: 14px;}
/*=============== Event Sponsors ===================== */
.sponsor {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    background: #FFF;
    margin-bottom: 30px;
    position: relative;
}
.sponsor:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #CFCFCF;
    z-index: 2;
}
.sponsor:hover:before{
    opacity: 1;
}
.sponsor.style2 {
    padding: 30px 10px;
}
.sponsor img{
    max-width: 100%;
}
/*=============== About Us ===================== */
.about-us {
    float: left;
    width: 100%;
    position: relative;
    background:#FFF;    
}
.aboutus-img {
    float: left;
    width: 50%;
}
.aboutus-img img {
    width: 100%;
}
.about-detail {
    float: left;
    width: 50%;
    position: relative;
    padding:90px 90px 57px 70px;
}
.about-detail.fancy h3 {
    background: none repeat scroll 0 0 #fff;
    font-family: roboto;
    font-size: 46px;
    margin-left: -190px;
    margin-top: -90px;
    padding:70px 0 60px 100px;
}
.about-detail h3 {
    color: #1f1e1e;
    font-size: 60px;
    font-weight: 700;
}
.about-detail h3 span {
    font-size:30px;
    font-weight:300;
}
.about-detail.fancy p {
    margin-top: -30px;
}
.about-detail a.readmore {
    float: left;
    margin-top: 40px;
}
.about-carousel {
    float: left;
    width: 100%;
    overflow: hidden;
}
.about-carousel .owl-nav {
    bottom: -70px;
    position: absolute;
    right: 50%;
    width: 190px;
}
.about-carousel:hover .owl-nav{
    bottom:0;
}
.about-carousel .owl-nav > div {
    background: url("../images/arrows.png") no-repeat scroll 30px center transparent;
    color: transparent;
    float: left;
    padding: 20px;
    text-align: center;
    width:50%;
    position: relative;
}
.about-carousel .owl-nav > div.owl-next {
    background-position: -105px center;
}
.about-carousel .owl-nav > div:before {
    background: none repeat scroll 0 0 black;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
/*=============== Counters ===================== */
.counters {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.counter {
    float: left;
    margin-bottom: 30px;
    padding: 50px 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
.counter strong {
    float: left;
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding-top:30px;
    width: 100%;
}
.counter > span {
    color: #000;
    float: left;
    font-family: roboto;
    font-size: 55px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 10px;
    width: 100%;
}
.counter i {
    color: #f0f0f0;
    font-size: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: -1;
}

/*=============== History ===================== */
.history-wrap {
    background: rgba(0, 0, 0, 0) url("../images/pattern.jpg") repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
}
.history-carousel {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.history {
    float: left;
    position: relative;
    width: 100%;
}
.history-img {
    float: left;
    width: 36%;
}
.history-img > img {width: 100%;}
.history-detail {
    float: left;
    padding:95px 75px 45px 250px;
    position: relative;
    width: 64%;
    z-index: 1;
}
.history-detail > h4 {
    color: #fff;
    float: left;
    font-size: 65px;
    font-weight: 800;
    width: 100%;
    font-family: roboto;
}
.history-detail > h4 span {
    font-size: 33px;
    font-weight:300;
    text-transform: uppercase;
}
.history-detail strong {
    color: #212020;
    font-family: roboto;
    font-size: 200px;
    left:230px;
    line-height: 150px;
    position: absolute;
    top:60px;
    z-index: -1;
}
.history-detail > i {
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 10px;
}
.history-detail > p {
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 15px;
}
.bars {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.skillbar {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.bars .skillbar > span {
    color: #fff;
    float: right;
    font-family: roboto;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-right: 20px;
    margin-top: 0;
}
.skillbar .progress {
    background: none repeat scroll 0 0 #363636;
    float: left;
    width: 100%;
    height: 12px;
    margin: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.skillbar .progress .progress-bar {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.bars span {
    color: #fff;
    float: left;
    font-family: roboto;
    font-size: 14px;
    margin-top: 20px;
    text-transform: uppercase;
}
.timeline {
    left:36%;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    width: 230px;
    z-index: 1;
}
.timeline span{
    background: url("../images/timeline.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
}
.timeline span a {
    color: #fff;
    float: left;
    font-family: roboto;
    font-size: 35px;
    font-weight: 700;
    padding: 40px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
}
.timeline span a:before {
    background: none repeat scroll 0 0 white;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.timeline span a:nth-child(2n+1):before {
    background: none repeat scroll 0 0 black;
    opacity: 0.2;
    z-index: -1;
}
.timeline span a.active:before{opacity: 1;}
/*=============== Customer Reviews ===================== */
.parallax-title {
    background: url("../images/parallax-title.png") no-repeat scroll center bottom transparent;
    float: left;
    padding-bottom:25px;
    margin-bottom:30px;
    text-align: center;
    width: 100%;
}
.parallax-title > h2 {
    color: #fff;
    font-size: 36px;
    font-weight:800;
    letter-spacing:1px;
    text-transform: capitalize;
}
.parallax-title > h2 span{
    font-weight:500;
}
.clients-testimonials {
    padding-bottom:50px;
    width: 100%;
    float: left;
}
.message {
    float: left;
    width: 100%;
    position: relative;
}
.message > img {
    float: left;
    margin-right: 50px;
    border: 6px solid rgba(255,255,255,0.09);
}
.message blockquote {
    border: 0 none;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.3px;
    line-height: 40px;
    margin: 0 0 20px;
    padding: 0;
}
.message > span{font-size: 18px; font-style: italic;}
.clients-testimonials .owl-nav {
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.clients-testimonials .owl-nav > div {
    border: 1px solid #fff;
    color: transparent;
    float: left;
    height: 30px;
    margin: 0 5px;
    position: relative;
    width: 30px;
}
.clients-testimonials .owl-nav > div::before {
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    font-size: 19px;
    left: 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.clients-testimonials .owl-nav > div.owl-next::before {content: "\f105";}
.message .parallax-title {
    display: inline-block;
    float: none;
    text-align: left;
    width: auto;
    background-position: left bottom;
}
/*=============== Blog Posts ===================== */
.blog-posts {
    float: left;
    width: 100%;
    margin-bottom: -60px;
}
.blog-post {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.blog-img {
    float: left;
    width: 100%;
}
.blog-img > img {
    width: 100%;
}
.blog-detail {
    float: left;
    padding: 60px 40px 70px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.blog-detail > span {
    border: 4px solid #fff;
    height: 70px;
    width: 70px;
    margin-left: -40px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: -40px;
}
.blog-detail > span img {
    height: 100%;
    width: 100%;
}
.blog-detail strong {
    color: #373636;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}
.blog-detail strong a {
    color: inherit;
}
.blog-detail strong:before {
    background: #565656 none repeat scroll 0 0;
    content: "";
    height: 1px;
    margin-left: -20px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.blog-detail > h4 {
    float: left;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    position: relative;
    width: 100%;
    font-family: roboto;
}
.blog-detail > h4 a {
    color: inherit;
}
.post-date {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #fff;
    bottom: -20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    left: 50%;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-left: -105px;
    padding: 13px 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 210px;
}
.post-date > i{
    font-style: normal;
}
.post-date::after {
    background: none repeat scroll 0 0 black;
    content: "";
    height: 60px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 221px;
    z-index: -1;
}
/*=============== Portfolio With Filters ===================== */
section#options {
    padding: 0 15px;
}
section#options {
    padding: 0 15px;
}
.option-isotop {
    float: left;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
#options .option-set {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    padding: 10px;
    width: auto;
}
#options .option-set li {
    background: none repeat scroll 0 0 #f6f5f6;
    float: left;
    line-height: 20px;
    margin: 0 5px;
}
#options .option-set li a {
    color: #505050;
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding:15px 40px 15px 45px;
    position: relative;
    text-transform: uppercase;

    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
#options .option-set li a.selected {
    color: #FFF;
    padding-left:45px;
}
#options .option-set li a i {
    font-size: 12px;
    height: 15px;
    left:0px;
    line-height: 15px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top:18px;
    width: 15px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
#options .option-set li a.selected i{
    left:20px;
    opacity: 1;
}
/*=============== About Agency ===================== */
.about-agency {
    float: left;
    width: 100%;
    position: relative;
}
.about-agency > div {
    padding: 0;
    position: relative;
}
.agency-detail {
    left: 0;
    padding:100px 20px 0 60px;
    position: absolute;
    top: 0;
    width: 45%;
    z-index: 1;
}
.agency-img {
    float: left;
    margin-left:45%;
    width:55%;
}
.agency-img > img {
    width: 100%;
}
.agency-detail > span {
    color: #f2f2f2;
    font-family: roboto;
    font-size: 120px;
    font-weight: 700;
    left: 55px;
    line-height: 150px;
    position: absolute;
    top: 50px;
    z-index: 1;
}
.agency-detail > i {
    float: left;
    font-family: roboto;
    font-size: 18px;
    font-style: normal;
    font-weight:400;
    letter-spacing: 2px;
    line-height: 19px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    z-index: 3;
}
.agency-detail > h3 {
    color: #1f1e1e;
    float: left;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    width: 100%;
    z-index: 3;
}
.agency-detail > p {
    background: #fff none repeat scroll 0 0;
    float: left;
    letter-spacing: 0;
    padding: 30px 50px 30px 0;
    position: relative;
    width: 160%;
    z-index: 0;
}
.selectors {
    float: left;
    width: 100%;
}
.selectors a.button {
    float: left;
    height: 50%;
    width: 100%;
}
.selectors a.button img {
    width: 100%;
}
/*=============== Desert Parallax ===================== */
.desert-parallax {
    float: left;
    position: relative;
    width: 100%;
}
.desert-parallax span.subtitle{
    color: #fff;
    float: left;
    font-family: roboto;
    letter-spacing: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.desert-parallax h2{
    color: #fff;
    font-family:roboto;
    float: left;
    font-size: 34px;
    font-weight: 600;
    line-height: 60px;
    width: 100%;
}
.desert-parallax h2 strong{font-size:60px;}
.desert-parallax h2 i{font-style:normal;}
.desert-parallax p {
    color: #e5e5e5;
    font-size: 14px;
}
.big-text {
    color: #6a6a6a;
    font-family: roboto;
    font-size: 250px;
    font-weight: 700;
    line-height: 250px;
    margin-top: -125px;
    position: absolute;
    right: 0;
    top: 50%;
}
.desert-parallax a.readmore {margin-top: 40px;}
.desert-parallax.reversed .big-text{right:auto;left:0;}
.desert-parallax ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.desert-parallax ul {margin-top: 20px;}
.desert-parallax .bars span {
    color: #fff;
    font-family: roboto;
    font-size: 14px;
    font-weight:500;
    letter-spacing: 1.1px;
    line-height: 20px;
    text-transform: uppercase;
}
.desert-parallax .skillbar{margin-bottom:10px;}
/*=============== Fancy Desert Parallax ===================*/
.desert-parallax.fancy h2, .desert-parallax.fancy span.subtitle,
.whitish .desert-parallax h2,.whitish .desert-parallax span.subtitle {
    color: #000;
}
.desert-parallax.fancy {padding:65px 0 0;}
.desert-parallax.fancy p,.whitish .desert-parallax p {color: #373636;}
.desert-parallax .row > div{position: static;}
.desert-parallax.fancy .row .overlap {
    float: left;
    margin-top:-65px;
    position: relative;
    width: 100%;
}
.image {float: left;width: 100%;}
.image img {width: 100%;}
.text-wrap {
    float: left;
    padding:0 60px;
    width: 100%;
    position: relative;
}
.text-wrap .bars {
    margin-top: 20px;
}
.bg-count {
    color: #f4f4f4;
    font-family: roboto;
    font-size: 230px;
    font-weight: 800;
    height: 300px;
    left: 50px;
    line-height: 300px;
    position: absolute;
    top: -70px;
    z-index: -1;
}
.desert-parallax.fancy ul li, .desert-parallax.fancy ul li i {color: #000;}
.projects > div {padding: 0;}
.projects .project {margin: 0;}
.desert-parallax.fancy .bars span,.whitish .desert-parallax .bars span{color: #000;}
.desert-parallax.fancy .skillbar .progress,
.whitish .desert-parallax .skillbar .progress{
    background: none repeat scroll 0 0 #e9e7e7;
    box-shadow: none;
}
.overlap {margin-top:-120px;}
/*=============== Simple Services ===================*/
.simple-services {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.simple-service {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.simple-service i {
    color: #000;
    display: table;
    font-size: 48px;
    margin: 0 0 20px;
}
.simple-service h5 {
    float: left;
    font-family: roboto;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
}
.simple-service > p, .whitish .desert-parallax .simple-service > p {
    color: #373636;
    float: left;
    font-size: 15px;
    line-height: 30px;
    width: 100%;
}
/*=============== Price Table ===================*/
.price-table {
    background: none repeat scroll 0 0 rgba(35, 35, 35, 0.8);
    float: left;
    padding: 130px 120px;
    width: 100%;
    cursor: move;
}
.table {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
    position:relative;
}
.price-table::before {
    background: none repeat scroll 0 0 #5a5a5a;
    content: "";
    height: 30%;
    left: 50%;
    position: absolute;
    top: 35%;
    width: 1px;
    z-index: -2;
}
.table > span {
    color: #fff;
    float: left;
    font-family: roboto;
    font-size: 14px;
    letter-spacing:4px;
    line-height: 20px;
    width: 100%;
}
.table > strong {
    float: left;
    font-family: roboto;
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
    margin:12px 0 15px;
    width: 100%;
}
.table li, .desert-parallax .table li {
    color: #d4d4d4;
    float: left;
    font-family: arimo;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0.5px;
    line-height: 15px;
    text-transform:capitalize;
    margin: 10px 0 15px;
    width: 100%;
}
.table ul {
    float: left;
    width: 100%;
    margin: 25px 0 0;
}
/*=============== Map ===================*/
.map {float: left; width: 100%;}
.map #map-canvas{
    height: 500px;
    margin: 0px;
    padding: 0px
}
/*=============== Team Section ===================*/
.team-section{float:left;width:100%;margin-bottom:-30px}
.member {
    background: none repeat scroll 0 0 #fff;
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom:30px;
}
.member img {margin-bottom: 30px;width: 100%;}
.member h4 {
    color: #000;
    float: left;
    font-family: roboto;
    font-size: 16px;
    margin: 20px 0 10px;
    padding: 0 20px;
    width: 100%;
    text-transform: uppercase;
}
.member h4 a{color:inherit;}
.member > span {
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 0 20px;
    width: 100%;
    margin: 10px 0;
}
.social-icons {
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 0 20px;
    width: 100%;
}
.social-icons a {
    color: #525252;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    margin: 0 2px;
    padding: 0 4px;
}
/*=============== About Simple ===================*/
.about-simple {
    float: left;
    width: 100%;
    position: relative;
    padding:20px 0;
}
.about-simple-img {
    float: left;
    margin: -20px 0;
    width: 100%;
}
.about-simple-img img{width:100%;}
.about-text {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin-right: -80px;
    padding: 90px 100px;
    position: relative;
    z-index: 1;
}
.about-text p {
    float: left;
    font-size: 14px;
    margin-bottom: 50px;
    width: 100%;
}
/*=============== Products ===================*/
.all-products {
    float: left;
    margin-bottom: -30px;
    position: relative;
    width: 100%;
}
.product {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.product-img {
    float:left;
    width:100%;
    position:relative;
    overflow:hidden;
}
.product-img > img {width: 100%;}
.product:hover .product-img > img{
    -webkit-transform:translateY(-40px);
    -moz-transform:translateY(-40px);
    -ms-transform:translateY(-40px);
    -o-transform:translateY(-40px);
    transform:translateY(-40px);
    -webkit-transition:all 0.3s ease 0.1s;
    -moz-transition:all 0.3s ease 0.1s;
    -ms-transition:all 0.3s ease 0.1s;
    -o-transition:all 0.3s ease 0.1s;
    transition:all 0.3s ease 0.1s;
}
.product-img > a {
    background: none repeat scroll 0 0 #0c0c0b;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    line-height: 20px;
    padding: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-transform:translateY(60px);
    -moz-transform:translateY(60px);
    -ms-transform:translateY(60px);
    -o-transform:translateY(60px);
    transform:translateY(60px);
}
.product:hover .product-img > a{
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
}
.product-img > a i {margin-right: 5px;}
.product-detail {
    float: left;
    padding: 35px 40px;
    width: 100%;
}
.product-cats {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.product-cats > a {
    float: left;
    font-size: 12px;
    line-height: 15px;
    margin-right: 5px;
    padding-right: 10px;
    position: relative;
}
.product-cats > a::before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: 0;
}
.product-cats > a:last-child {margin: 0;padding: 0;}
.product-cats > a:last-child::before {display: none;}
.product-detail h3 {
    float: left;
    font-family: roboto;
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
}
.product-detail h3 a{color: #1f1e1e;}
.product-detail > span {
    color: #8a8a8a;
    float: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 14px;
    width: 100%;
}
/*=============== Fancy Blog List ===================*/
.blog-list {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.fancy-post {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin-bottom: 30px;
    padding: 20px 5px;
    width: 100%;
}
.fancy-post-date {
    float: left;
    padding:50px 10px;
    margin-right:50px;
    position: relative;
    z-index: 1;
}
.fancy-post-date strong {
    color: #000;
    float: left;
    font-family: roboto;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: center;
    width: 100%;
}
.fancy-post-date > span {
    float: left;
    font-family: roboto;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.fancy-post-date > i {
    color:#f4f4f4;
    font-family: roboto;
    font-size: 120px;
    font-style: normal;
    font-weight: 600;
    left: 0;
    line-height: 110px;
    margin-top: -55px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: -1;
}
.fancy-post li {
    color: #373636;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.fancy-post ul {
    display: table;
    margin-bottom: 20px;
    margin-top: 30px;
}
.fancy-post li a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.fancy-post li::before {
    content: "/";
    position: absolute;
    right: -4px;
    top: 0;
}
.fancy-post li:last-child::before {display: none;}
.fancy-post h3 {
    color: #000;
    display: block;
    font-family: roboto;
    font-size: 18px;
    margin-bottom:15px;
}
.fancy-post h3 a {color: inherit;}
.fancy-post p {padding-right: 40px;}
.fancy-post-img {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.fancy-post-img > img {width: 100%;}
/*=============== Price Plan ===================*/
.price-plan {
    float: left;
    margin-bottom: -30px;
    width: 100%;
    position:relative;
    z-index:1;
}
.simple-table {
    float: left;
    padding: 0 30px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.table-bg {
    background: url("../images/resource/table-bg.jpg");
    height: 60%;
    left: 0;
    position: absolute;
    top: 20%;
    width: 100%;
    z-index:2;
}
.table-box {
    background: none repeat scroll 0 0 #fff;
    float: left;
    padding: 90px 40px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.table-bg:before {
    background: none repeat scroll 0 0 white;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.table-box h4 {
    float: left;
    font-family: roboto;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    width: 100%;
}
.table-box > span {
    float: left;
    font-family: roboto;
    font-size: 50px;
    font-weight: 600;
    line-height: 47px;
    margin-bottom: 10px;
    width: 100%;
}
.table-box > i {
    color: #000;
    float: left;
    font-family: roboto;
    font-size: 12px;
    font-style: normal;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
}
.table-box > ul {
    float: left;
    margin: 25px 0;
    width: 100%;
}
.table-box li {
    color: #373636;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
    width: 100%;
}
/*=============== Page Top ==================*/
.page-top {
    float: left;
    padding: 60px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.page-top span {
    color: #fff;
    float: left;
    font-family: roboto;
    font-size: 16px;
    letter-spacing: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    width: 100%;
}
.page-top h3{
    color: #fff;
    float: left;
    font-size: 50px;
    font-weight: 600;
    font-family:roboto;
    width: 100%;
}
.page-top h3 i{font-style:normal;}
.page-top:before {
    background: none repeat scroll 0 0 black;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.page-top .parallax {z-index: -2;}
/*=============== Team Detail Page ==================*/
.team-detail {
    background: url("../images/pattern.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
}
.team-detail > div {padding: 0;}
.team-detail img {width: 100%;}
.member-details {
    float: left;
    padding:100px 80px 0;
    width: 100%;
}
.member-details > span {
    float: left;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    width: 100%;
}
.member-details h2 {
    color: #fff;
    float: left;
    font-size: 36px;
    font-weight: 700;
    width: 100%;
}
.member-details .social-icons {margin: 25px 0;padding: 0;}
.member-details .social-icons a {color: #fff;font-size: 20px;}
.team-detail p {
    color: #c5c5c5;
    float: left;
    font-size: 15px;
    width: 100%;
}
/*=============== Project Detail Page ==================*/
.project-detail {float: left;width: 100%;}
.project-detail-img {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom:80px;
}
.about-project {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    padding: 50px 70px;
    position: absolute;
    left: 60px;
    top: 60px;
    width: 400px;
}
.project-detail-img img {width: 100%;}
.project-detail ul {float: left;width: 100%;}
.project-detail ul li {
    color: #fff;
    float: left;
    text-transform: uppercase;
    width: 100%;
}
.project-detail ul li strong, .project-detail ul li span {
    float: left;
    font-size: 12px;
    width: 50%;
    word-wrap: break-word;
}
.project-detail ul li strong {font-family: roboto;font-weight: 500;}
.project-detail .bars {margin: 20px 0 0;}
.project-detail .bars .skillbar {margin: 0;}
.project-detail p {
    float: left;
    letter-spacing: 0;
    margin-top: 30px;
    width: 100%;
}
.project-detail img {width: 100%;}
.gap {
    float: left;
    height: 60px;
    width: 100%;
}
/*=============== Blog Single Page ==================*/
.single-post {
    float: left;
    text-align: center;
    width: 100%;
}
.single-post-img {
    float: left;
    margin-bottom: 105px;
    position: relative;
    width: 100%;
}
.single-post-img {
    float: left;
    position: relative;
    width: 100%;
}
.single-post-img > img {width: 100%;}
.single-post-img ul {
    padding: 30px 30px;
    width: 60%;
    text-align:center;
    position: absolute;
    bottom:-50px;
    left: 20%;
}
.single-post-img ul li {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    max-width: 33.333%;
    padding: 0 15px;
    text-transform: uppercase;
}
.single-post-img ul li a{color:inherit;font-size:inherit;}
.single-post-img ul li img {
    border: 3px solid #fff;
    margin-right: 10px;
    height: 38px;
    width: 38px;
}
.single-post p {
    display: inline-block;
    letter-spacing: 0;
    margin: 50px 0 20px;
}
.single-post blockquote {
    background: url("../images/resource/parallax13.jpg") repeat fixed 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    float: left;
    font-family: roboto;
    font-size: 18px;
    line-height: 40px;
    margin: 30px 0 0;
    padding: 50px 200px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.single-post blockquote::before {
    background: none repeat scroll 0 0 black;
    content: "";
    height: 100%;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*=============== 404 ERROR Page ==================*/
.error-page {
    float: left;
    text-align: center;
    width: 100%;
}
.error-page h1 {
    color: #fff;
    font-family: roboto;
    font-size: 300px;
    font-weight: 800;
}
.error-page h1 i {color: #fff;font-style: normal;}
.error-page h1 span {color: #fff;font-size: 72px;}
.error-page > span {
    color: #fff;
    float: left;
    font-family: roboto;
    font-size: 60px;
    line-height: 70px;
    margin: 40px 0 20px;
    width: 100%;
}
.error-page p {
    color: #fff;
    float: left;
    font-family: roboto;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 30px;
    width: 100%;
}
.error-page > i {
    color: #cacaca;
    float: left;
    font-size: 15px;
    font-style: normal;
    line-height: 17px;
    margin-bottom:60px;
    width: 100%;
}
.error-page form {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    height: 60px;
    position: relative;
    width: 70%;
}
.error-page form input {
    border: 0 none;
    box-shadow: none;
    color: #777777;
    float: left;
    font-size: 13px;
    height: 100%;
    padding: 10px 30px;
    width: 75%;
}
.error-page form button {
    border: 0 none;
    color: #fff;
    float: left;
    font-family: roboto;
    font-size: 15px;
    height: 100%;
    text-transform: uppercase;
    width: 25%;
}
/*=============== Product Gallery ==================*/
.product-gallery {
    float: left;
    position: relative;
    width: 100%;
}
.product-gallery .tab-content {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.product-gallery .tab-content img {width: 100%;}
.product-details {float: left;width: 100%;}
.product-details .nav {border: 0 none;margin: 0 -15px;}
.product-details .nav li {
    float: left;
    margin: 0;
    padding: 0 15px;
    width: 33.334%;
}
.product-details .nav li a,
.product-details .nav li.active a {
    border: 0 none;
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.product-details .nav li a img {width: 100%;}
.product-details .nav li a:before {
    background: none repeat scroll 0 0 black;
    content: "";
    opacity: 0.7;
    height: 100%;
    width: 100%;
    opacity:0;
    position: absolute;
    left: 0;
    top: 0;
}
.product-details .nav li.active a:before{opacity:0.7;}
.product-details .nav li a:after{
    content: "+";
    border: 2px solid #fff;
    color: #fff;
    font-size: 26px;
    line-height: 25px;
    margin-left: -15px;
    margin-top: 0;
    text-align: center;
    height: 30px;
    width: 30px;
    opacity:0;
    position: absolute;
    left: 50%;  
    top: 50%;
}
.product-details .nav li.active a:after{opacity:1;margin-top:-15px}
.product-desc {float: left;width: 100%;}
.product-desc .product-cats {margin-bottom:20px;margin-top: 20px;}
.product-desc > h3 {
    color: #1f1e1e;
    float: left;
    font-size: 26px;
    margin: 0 0 30px;
    width: 100%;
}
.product-desc > span {
    color: #a3a0a0;
    float: left;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}
.product-desc > span i {font-size: 24px;font-style: normal;}
.product-desc p {margin-bottom: 20px;}
.quantity {float: left;margin-top: 60px;}
.quantity > span {
    color: #1f1e1e;
    float: left;
    font-family: roboto;
    font-size: 14px;
    margin-right: 20px;
}
.product-desc .readmore {margin-left: 40px;margin-top: 50px;}
.input-group{
    background:#ffffff; /* Old browsers */
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, #ffffff 0%, #fbfbfb 23%, #fafafa 58%, #f8f8f8 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(23%,#fbfbfb), color-stop(58%,#fafafa), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* IE10+ */
    background:linear-gradient(to bottom, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-8 */
    border:1px solid #d2d0d0;
    float:left;
    overflow:hidden;
    padding-right:30px;
    position:relative;
}
.input-group:before{
    background:none repeat scroll 0 0 #d2d0d0;
    content:"";
    height:10px;
    margin-top:-5px;
    position:absolute;
    right:30px;
    top:50%;
    width:1px;
}
.input-group span.input-group-btn{
    border:0 none;
    height:50%;
    width:30px;
    padding:0;
    z-index:5;
    position:absolute;
    right:1px;
    top:1px;
}
.input-group input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    width:50px;
}
.input-group span.input-group-btn:last-child{bottom:1px;top:auto;}
.input-group span.input-group-btn button.btn{
    background:none;
    border:0 none;
    box-shadow:none;
    border-radius:0;
    color:rgba(0, 0, 0, 0);
    float:left;
    height:100%;
    margin:0;
    padding:0;
    width:100%;
    z-index:2;
}
.input-group span.input-group-btn:before{
    border-bottom:4px solid #6f6f6f;
    border-left:4px solid rgba(0, 0, 0, 0);
    border-right:4px solid rgba(0, 0, 0, 0);
    bottom:3px;
    content:"";
    height:0;
    left:50%;
    margin-left:-2px;
    position:absolute;
    width:0;
    z-index:0;
}
.input-group span.input-group-btn:last-child:before{
    border-bottom:0 none;
    border-top:4px solid #6f6f6f;
    top:3px;
}
/*=============== Contact Page ==================*/
.contact-boxes {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.contact-box {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
    padding: 60px;
    margin-bottom:30px;
}
.contact-box i{
    float: left;
    font-size: 80px;
    margin-right: 50px;
}
.contact-box h5 {
    font-family: roboto;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 10px;
}
form.contact-form {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.contact-form input, .contact-form textarea {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    color: #8c8c8c;
    float: left;
    font-family: arimo;
    font-size: 12px;
    height: 55px;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
}
.contact-form textarea {min-height: 180px;}
.contact-form .readmore {
    display: table;
    float: none;
    margin: 0 auto;
}
#message { margin: 10px 0; padding: 0; float: left; width: 100%; }
.error_message { display: block; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }
.loader { padding: 0 10px; }
#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }
/*=============== Footer ==================*/
footer {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.footer-widgets {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.widget {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.widget-title {
    color: #fff;
    float: left;
    font-size: 20px;
    margin-bottom: 40px;
    width: 100%;
}
.widget p {color: #999898;line-height: 30px;}
.widget a.readmore {margin-top: 40px;}
.widget > ul {float: left;width: 100%;}
.widget li {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.widget li span{
    float: left;
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 10px;
    width: 100%;
}
.widget li p {
    color: #999898;
    float: left;
    line-height: 28px;
    width: 100%;
}
.gallery-widget {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.gallery-widget .row {margin: 0 -10px;}
.gallery-widget .row > div {padding: 0 5px;}
.gallery-widget a {
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.gallery-widget a img {width: 100%;}
.gallery-widget a:before {
    background: none repeat scroll 0 0 white;
    content: "";
    height: 200%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: -85%;
    width: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gallery-widget a:hover:before {width: 100%;}
.widget form {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.widget form input {
    background: none repeat scroll 0 0 #000;
    border: 0 none;
    color: #4e4e4e;
    float: left;
    height: 50px;
    padding: 10px 20px;
    width: 100%;
}
.bottom-footer {
    background: none repeat scroll 0 0 #000;
    float: left;
    padding: 30px 0;
    width: 100%;
}
.footer-links {float: left; width: 100%;}
.footer-links li {
    float: left;
    line-height: 20px;
    padding-right: 40px;
}
.footer-links li a{
    color: #999898;
    font-size: 16px;
    line-height: 20px;
}
.copyright {
    color: #999898;
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: right;
    width: 100%;
}

/* ===============================================================
    LIGHTBOX PLUGIN STYLING
================================================================*/

/* ----------------------------------
Default Theme
----------------------------------- */

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right { height: 13px; }

div.pp_default .pp_top .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
div.pp_default .pp_top .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
div.pp_default .pp_top .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */

div.pp_default .pp_content .ppt { color: #f8f8f8; }
div.pp_default .pp_content_container .pp_left { background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
div.pp_default .pp_content_container .pp_right { background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
div.pp_default .pp_content { background-color: #fff; } /* Content background */
div.pp_default .pp_next:hover { background: url(../images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.pp_default .pp_previous:hover { background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.pp_default .pp_expand { background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
div.pp_default .pp_expand:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
div.pp_default .pp_contract { background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
div.pp_default .pp_contract:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
div.pp_default .pp_close { width: 30px; height: 30px; background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
div.pp_default #pp_full_res .pp_inline { color: #000; } 
div.pp_default .pp_gallery ul li a { background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
div.pp_default .pp_social { margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause { background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
div.pp_default .pp_details { position: relative; }
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next { background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

div.pp_default .pp_bottom .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
div.pp_default .pp_bottom .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

div.pp_default .pp_loaderIcon { background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */


/* ----------------------------------
Light Rounded Theme
----------------------------------- */
div.light_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
div.light_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

div.light_rounded .pp_content .ppt { color: #000; }
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right { background: #fff; }
div.light_rounded .pp_content { background-color: #fff; } /* Content background */
div.light_rounded .pp_next:hover { background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.light_rounded .pp_previous:hover { background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.light_rounded .pp_expand { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.light_rounded .pp_expand:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.light_rounded .pp_contract { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.light_rounded .pp_contract:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.light_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.light_rounded .pp_details { position: relative; }
div.light_rounded .pp_description { margin-right: 85px; }
div.light_rounded #pp_full_res .pp_inline { color: #000; } 
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.light_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_rounded .pp_arrow_next { background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.light_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

div.light_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */

/* ----------------------------------
Dark Rounded Theme
----------------------------------- */

div.dark_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.dark_rounded .pp_top .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
div.dark_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

div.dark_rounded .pp_content_container .pp_left { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
div.dark_rounded .pp_content_container .pp_right { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
div.dark_rounded .pp_content { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
div.dark_rounded .pp_next:hover { background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.dark_rounded .pp_previous:hover { background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.dark_rounded .pp_expand { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.dark_rounded .pp_expand:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.dark_rounded .pp_contract { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.dark_rounded .pp_contract:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.dark_rounded .pp_details { position: relative; }
div.dark_rounded .pp_description { margin-right: 85px; }
div.dark_rounded .currentTextHolder { color: #c4c4c4; }
div.dark_rounded .pp_description { color: #fff; }
div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.dark_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_rounded .pp_arrow_next { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.dark_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

div.dark_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */


/* ----------------------------------
Dark Square Theme
----------------------------------- */

div.dark_square .pp_left ,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content { background: #000; }

div.dark_square .currentTextHolder { color: #c4c4c4; }
div.dark_square .pp_description { color: #fff; }
div.dark_square .pp_loaderIcon { background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */

div.dark_square .pp_expand { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.dark_square .pp_expand:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.dark_square .pp_contract { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.dark_square .pp_contract:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.dark_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.dark_square .pp_details { position: relative; }
div.dark_square .pp_description { margin: 0 85px 0 0; }
div.dark_square #pp_full_res .pp_inline { color: #fff; }
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_square .pp_nav { clear: none; }
div.dark_square .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.dark_square .pp_arrow_previous { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_square .pp_arrow_next { background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.dark_square .pp_next:hover { background: url(../images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.dark_square .pp_previous:hover { background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


/* ----------------------------------
Light Square Theme
----------------------------------- */

div.light_square .pp_left ,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content { background: #fff; }

div.light_square .pp_content .ppt { color: #000; }
div.light_square .pp_expand { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.light_square .pp_expand:hover { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.light_square .pp_contract { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.light_square .pp_contract:hover { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.light_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.light_square .pp_details { position: relative; }
div.light_square .pp_description { margin-right: 85px; }
div.light_square #pp_full_res .pp_inline { color: #000; }
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_square .pp_nav .pp_play { background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.light_square .pp_arrow_previous { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_square .pp_arrow_next { background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.light_square .pp_next:hover { background: url(../images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.light_square .pp_previous:hover { background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

div.light_square .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


/* ----------------------------------
Facebook style Theme
----------------------------------- */

div.facebook .pp_top .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.facebook .pp_top .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
div.facebook .pp_top .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */

div.facebook .pp_content .ppt { color: #000; }
div.facebook .pp_content_container .pp_left { background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
div.facebook .pp_content_container .pp_right { background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
div.facebook .pp_content { background: #fff; } /* Content background */
div.facebook .pp_expand { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.facebook .pp_expand:hover { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.facebook .pp_contract { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.facebook .pp_contract:hover { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.facebook .pp_close { width: 22px; height: 22px; background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.facebook .pp_details { position: relative; }
div.facebook .pp_description { margin: 0 37px 0 0; }
div.facebook #pp_full_res .pp_inline { color: #000; } 
div.facebook .pp_loaderIcon { background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */

div.facebook .pp_arrow_previous { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
div.facebook .pp_arrow_next { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
div.facebook .pp_nav { margin-top: 0; }
div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
div.facebook .pp_nav .pp_play { background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_nav .pp_pause { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }

div.facebook .pp_next:hover { background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
div.facebook .pp_previous:hover { background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

div.facebook .pp_bottom .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.facebook .pp_bottom .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
div.facebook .pp_bottom .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus { outline:none; }

div.pp_overlay {
background: #000;
display: none;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 100000000;
}

div.pp_pic_holder {
display: none;
position: absolute;
width: 100px;
z-index: 10000000000;
}


.pp_top {
height: 20px;
position: relative;
}
* html .pp_top { padding: 0 20px; }

.pp_top .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px;
}
.pp_top .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px;
}
* html .pp_top .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px;
}

.pp_content { height: 40px; min-width: 40px; }
* html .pp_content { width: 40px; }

.pp_fade { display: none; }

.pp_content_container {
position: relative;
text-align: left;
width: 100%;
}

.pp_content_container .pp_left { padding-left: 20px; }
.pp_content_container .pp_right { padding-right: 20px; }

.pp_content_container .pp_details {
float: left;
margin: 10px 0 2px 0;
}
.pp_description {
    display: none;
    margin: 0;
    font-family: roboto;
    font-size: 15px;
    font-weight: 600;    
    text-transform: uppercase;
}

.pp_social { float: left; margin: 0; }
.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
.pp_social .twitter { float: left; }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

    .pp_nav p {
        float: left;
        margin: 2px 4px;
        white-space: nowrap;
    }
    
    .pp_nav .pp_play,
    .pp_nav .pp_pause {
        float: left;
        margin-right: 4px;
        text-indent: -10000px;
    }

    a.pp_arrow_previous,
    a.pp_arrow_next {
        display: block;
        float: left;
        height: 15px;
        margin-top: 3px;
        overflow: hidden;
        text-indent: -10000px;
        width: 14px;
    }

.pp_hoverContainer {
position: absolute;
top: 0;
width: 100%;
z-index: 2000;
}

.pp_gallery {
display: none;
left: 50%;
margin-top: -50px;
position: absolute;
z-index: 10000;
}

.pp_gallery div {
float: left;
overflow: hidden;
position: relative;
}

.pp_gallery ul {
float: left;
height: 35px;
margin: 0 0 0 5px;
padding: 0;
position: relative;
white-space: nowrap;
}

.pp_gallery ul a {
border: 1px #000 solid;
border: 1px rgba(0,0,0,0.5) solid;
display: block;
float: left;
height: 33px;
overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a { border-color: #fff; }

.pp_gallery ul a img { border: 0; }

.pp_gallery li {
display: block;
float: left;
margin: 0 5px 0 0;
padding: 0;
width: auto;
}
.pp_gallery li.default a {
background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
display: block;
height: 33px;
width: 50px;
}

.pp_gallery li.default a img { display: none; }

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
margin-top: 7px !important;
}

a.pp_next {
background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
display: block;
float: right;
height: 100%;
text-indent: -10000px;
width: 49%;
}

a.pp_previous {
background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
display: block;
float: left;
height: 100%;
text-indent: -10000px;
width: 49%;
}

a.pp_expand,
a.pp_contract {
cursor: pointer;
display: none;
height: 20px;   
position: absolute;
right: 30px;
text-indent: -10000px;
top: 10px;
width: 20px;
z-index: 20000;
}

a.pp_close {
position: absolute; right: 0; top: 0; 
display: block;
line-height:22px;
text-indent: -10000px;
}

.pp_bottom {
height: 20px;
position: relative;
}
* html .pp_bottom { padding: 0 20px; }

.pp_bottom .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px;
}
.pp_bottom .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px;
}
* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_bottom .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px;
}

.pp_loaderIcon {
display: block;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
position: absolute;
top: 50%;
width: 24px;
}

#pp_full_res {
line-height: 1 !important;
}

#pp_full_res .pp_inline {
text-align: left;
}

#pp_full_res .pp_inline p { margin: 0 0 15px 0; }

div.ppt {
color: #fff;
display: none!important;
font-size: 17px;
margin: 0 0 5px 15px;
z-index: 9999;
}
.tp-loader{
    display: none;
}

/* ============================================
            OWL CAROUSEL
==============================================*/
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel .owl-rtl{direction:rtl}.owl-carousel .owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
