﻿/*** ======= // TABLE OF CONTENT // ============================
1. General Styling
2. Cross Browser Compatibility
3. Header Style
4. Header Style 2
5. Sticky Header
6. Responsive Header
7. Slider
8. All Services
9. Reviews
10. Fun Facts
11. Our Team
12. Why Us
13. Theme Tabs
1900
14. Testimonial Carousel
15. Contact Form
16. Map
17. Latest News
18. Awards
19. Video
20. Contact Info
21. Single Attorney
22. Case Studies
23. Get Free Consultation
24. Fancy Attorney Style
25. Laws
26. Parallax Text
27. Simple Attorney Carousel
28. Testimonial Full Carousel
29. Custom Tabs
30. Page Top
31. About Section
32. Lawyer Single
33. Awards
34. Careers
35. Blog Single Page
36. Sidebar
37. Footer
38. Experience Bar
39. Bottom Bar
40. LIGHTBOX PLUGIN STYLING
41. OWL CAROUSEL STYLING
===================================================== ***/


/*=============== General Styling ===================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic');

html, body{
    overflow-x:hidden;
}
body{
    float:left;
    width:100%;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#777777;
    position:relative;
}
h1,h2,h3,h4,h5,h6{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 52px;
}
p{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#666666;
    line-height:30px;
    font-size:16px;
    letter-spacing:0.4px;
}
ul li ,ul li a,
ol li,ol li a{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#777777;
    font-size:15px;
    line-height:28px;
}
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:1300px;
    
    -webkit-box-shadow:0 0 6px #747474;
    -moz-box-shadow:0 0 6px #747474;
    -ms-box-shadow:0 0 6px #747474;
    -o-box-shadow:0 0 6px #747474;
    box-shadow:0 0 6px #747474;
}
section{
    float:left;
    position:relative;
    width:100%;
}
.block {
    float: left;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    width: 100%;
}
.block.curve-top::before {
    background-image: url("../images/resource/curve-bottom.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.block.curve-bottom::after {
    background-image: url("../images/resource/curve-top.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.block .container{
    padding:0;
}
.container{
    padding:0;
}
.block.remove-top{
    padding-top:0;
}
.block.no-padding{
    padding:0;
}
.block.remove-bottom{
    padding-bottom:0;
}
.block.gray,.gray{
    background-color:#f4f4f4;
}
.top-margin {
    float: left;
    margin-top: -30px;
    width: 100%;
}
iframe{
    width:100%;
    border:0;
}
.parallax,.fixed-bg{
    height:100%;
    width:100%;
    margin:0;
    position:absolute;
    left:0;
    top:0;
    z-index:-2;
}
.parallax.no-parallax {
    background-size: cover !important;
    background-position: 0 0 !important;
}
.fixed-bg{
    background-attachment:fixed !important;
    background-size:cover!important;
}
.blackish:before{
    background:#090d14;
    content:"";
    height:100%;
    left:0;
    opacity:0.86;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1;
}
.whitish:before{
    background: #f2f2f2;
    opacity: 0.92;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1;    
}
iframe{
    border:0;
    width:100%;
    float:left;
}

/* Header */
header {
    float: left;
    left: 0;
    padding-top: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.app-header.sticky {
    background: rgba(48, 164, 197, 0.98) none repeat scroll 0 0;
    
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    padding-bottom: 11px;
    padding-top: 15px;
}
.app-header.sticky logo.scroller-logo {
	content: url(images/logo/pro.png);
}
.app-header.sticky nav.app-menus > ul  {
    /*background: #30A4C5 none repeat scroll 0 0;*/
}
.app-header.sticky nav.app-menus > ul > li > a {
    /*color: #fff;*/
}
.app-header.sticky .download-btn {
    color: #ffffff;
}
.app-header.sticky .download-btn i{
    color: #ffffff;
}
.app-header.sticky .logo {
	background-image: url(../images/logo/problanco.png);
}
.app-header.sticky .logo a h1 {
    color: #333333;
}
.app-header.sticky .logo a span {
    color: #999999;
}
.logo {
    float: left;
	width: 200px;
	height: 60px;
	background-image: url(../images/logo/problanco.png);
}
.logo > a {
    float: left;
}
.logo > a > i {
    float: left;
    font-size: 36px;
    line-height: 60px;
    margin-right: 13px;
}
.logo > a > h1 {
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -0.2px;
    margin: 7px 0 0;
}
.logo > a > span {
    color: #e3e3e3;
    display: table;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 3px;
}
.download-btn {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;

    color: #565d62;
    float: right;
    font-family: Montserrat;
    font-size: 15px;
    padding: 13px 30px;
}
.download-btn > i {
    margin-right: 5px;
}
nav.app-menus {
    float: right;
}
nav.app-menus > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav.app-menus > ul > li {
    float: left;
    padding: 11px 0;
    position: relative;
}
nav.app-menus > ul > li.menu-item-has-children > ul {
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 200px;
}
nav.app-menus > ul > li.menu-item-has-children:hover > ul {
    left: 0;
    opacity: 1;
    visibility: visible;
}
nav.app-menus > ul > li.menu-item-has-children:hover > ul > li {
    margin: 0;
}
nav.app-menus > ul > li.menu-item-has-children > ul > li {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #e8ecec;
    float: left;
    margin: 6px 0;
    width: 100%;
}
nav.app-menus > ul > li.menu-item-has-children > ul > li > a {
    color: #333333;
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    padding: 9px 26px;
    width: 100%;
}
nav.app-menus > ul > li > a {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;

    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 15px;
    line-height: 5px;
    padding: 15px 14px;
    position: relative;
}
nav.app-menus > ul > li > a::before {
    background: #000000 none repeat scroll 0 0;
    border-radius: 20px;
    content: "";
    height: 100%;
    left: 23px;
    opacity: 0;
    position: absolute;
    top: -1px;
    
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    width: 100%;
    z-index: -1;
}
nav.app-menus > ul > li > a::after {
    border-radius: 20px;
    content: "";
    height: 100%;
    right: 23px;
    opacity: 0;
    position: absolute;
    top: -1px;
    
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    width: 100%;
    z-index: -1;
}
nav.app-menus > ul > li:hover > a, .app-header.sticky nav.app-menus > ul > li:hover > a {
    color: #fff;
}
.menu-item-has-children > ul > li:hover > a {
    color: #ffffff !important;
}
a{
    cursor: pointer;
}
nav.app-menus > ul > li:hover > a::after {
    right: 0;
    opacity: 1;
}
nav.app-menus > ul > li:hover > a::before {
    left: 0;
    opacity: 1;
}
header .download-btn {
    margin-left: 20px;
    margin-top: 4px;
}
.menu-item-has-children > ul > li:first-child {
    border-radius: 8px 8px 0 0;
}
.menu-item-has-children > ul > li:last-child {
    border-radius: 0 0 8px 8px;
}
/* Item Main sec */
.item-main-section {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.app-mian-info {
    float: left;
    padding-right: 50px;
    width: 100%;
}
.app-mian-info > span {
    color: #ffffff;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    width: 100%;
}
.app-mian-info h2 {
    color: #fff;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 128px;
    font-weight: bold;
    letter-spacing: -7px;
    margin: 30px 0 0 -5px;
    width: 100%;
}
.app-mian-info p {
    color: #e5e5e5;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    margin-top: 20px;
    width: 100%;
}
.app-download-btn {
    float: left;
    list-style: outside none none;
    margin: 50px 0 0;
    padding: 0;
    width: 100%;
}
.app-download-btn > li {
    float: left;
    margin-right: 10px;
}
.main-download-btn {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    float: left;
    padding: 24px 40px 28px;
    width: 260px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.slider-post {
    float: left;
    width: 100%;
}
.main-download-btn::before {
    background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    position: absolute;
    top: 0;
    
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o -transform: scale(0.7);
    transform: scale(0.7);

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    width: 100px;
    z-index: -1;
}
.main-download-btn:hover::before {
    height: 490px;
    left: -62px;
    opacity: 0.15;
    top: -170px;
    width: 490px;
}
.main-download-btn.android > i,
.main-download-btn.android > span,
.main-download-btn.android > strong{
    color: #ffffff;
}
.main-download-btn > i {
    float: left;
    font-size: 44px;
    line-height: 55px;
    margin-right: 20px;
}
.main-download-btn > span {
    color: #535353;
    font-family: Lato;
    font-size: 15px;
}
.main-download-btn > strong {
    color: #313131;
    display: table;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
}

/* Main Section 2 */
.item-main-section.center .app-mian-info {
    float: left;
    text-align: center;
    width: 100%;
}
.item-main-section.center .app-mian-info p {
    margin-left: 25%;
    width: 50%;
}
.item-main-section.center .app-mian-info .app-download-btn {
    float: left;
    text-align: center;
    width: 100%;
}
.item-main-section.center .app-mian-info .app-download-btn > li {
    display: inline-block;
    float: none;
    margin: 0 5px;
}
.item-main-section.center {
    margin-bottom: 0;
    text-align: center;
}
.item-main-section.center img {
    display: inline-block;
    float: none;
    margin-top: 100px;
}

.search-result {
    float: left;
    width: 100%;
}

/* Heading 1 */
.heading1 {
    float: left;
    margin-bottom: 50px;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
    width: 100%;
}
.heading1 > i {
    float: left;
    font-size: 41px;
    margin-bottom: 10px;
    width: 100%;
}
.heading1 > h2 {
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 43px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 5px 0 11px;
	width: 100%;
	color: #30A4C5;
}
.heading1 > span {
    color: #616161;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
}
.heading1::before {
    background: #b5b5b5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);

    width: 70px;
}
.heading1::after {
    background: #b5b5b5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    right: 50%;
    margin-right: -35px;
    position: absolute;
    
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);

    width: 70px;
}

/* Services Sec */
.services-sec {
    float: left;
    width: 100%;
}
.services-sec > .row{
    margin:0;
    float: left;
    width: 100%;
}
.services-sec > .row > div{
    padding: 0;
}
.services-box.light-gray{
    background-color: #f7f7f7;
}
.services-box {
    float: left;
    position: relative;
    width: 100%;
    background-color: #fff;
}
.services-box > img {
    float: left;
    opacity: 0.07;
    width: 100%;
}
.service-box-info > i {
    color: #9e9e9e;
    float: left;
    font-size: 48px;
    margin-bottom: 20px;
    width: 100%;
}
.service-box-info h3 {
    color: #1d1d1d;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 11px 0 13px;
    text-transform: uppercase;
    width: 100%;
}
.service-box-info > a {
    background: #30a4c5 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    display: inline-block;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    opacity: 0;
    padding: 11px 22px;
    position: relative;
    top: -50px;
    visibility: hidden;
}
.services-box::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    width: 100%;
}

.services-box:hover .service-box-info > a {
    opacity: 1;
    top: -40px;
    visibility: visible;
}
.services-box:hover::before {
    opacity: 1;
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}
.services-box:hover .service-box-info > i {
    color: #ffffff;
}
.services-box:hover .service-box-info > p {
    opacity: 0;
    visibility: hidden;
}
.services-box:hover .service-box-info > h3 {
    color: #fff;
}
.service-box-info {
    left: 0;
    margin-top: 19px;
    padding: 0 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 100%;
}
.service-box-info > p {
    float: left;
    margin: 0;
    width: 100%;
}


/* Mini Services  */
.mini-service-sec img {
    float: right;
    margin-left: 30px;
}
.mini-service-info {
    float: right;
    margin-top: 50px;
    position: relative;
    width: 100%;
}
.mini-service-info > span {
    float: right;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
    width: 100%;
}
.mini-service-info > h3 {
    color: #222222;
    float: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 38px;
    margin: 5px 0 20px;
    width: 100%;
}
.mini-service-info > h3 > i {
    font-style: normal;
    font-weight: 900;
}
.mini-service-info::before {
    color: #f5f5f5;
    content: "&";
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 165px;
    font-weight: 700;
    left: 80px;
    line-height: 90px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.mini-service-info > p {
	float: none;
	margin: 0 0 50px;
	width: 70%;
}
.mini-service-info > ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mini-service-info > ul > li {
	color: #7f7f7f;
	float: right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 26px;
	margin-bottom: 25px;
	padding-right: 30px;
	width: 50%;
}
.mini-service-info li > i {
    color: #9e9e9e;
    float: left;
    font-size: 17px;
    height: 54px;
    line-height: 54px;
    margin-right: 25px;
    text-align: center;
    width: 54px;
    background-color: #f5f5f5;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

}
.mini-service-info li:hover > i{
    color: #ffffff;
}

/* Wanna Touch Video */
.wanna-touch-video {
    float: left;
    padding: 120px 0;
    text-align: center;
    width: 100%;
}
.wanna-touch-video > span {
    color: #dddddd;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
}
.wanna-touch-video > h3 {
    color: #ffffff;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    margin: 23px 0 50px;
    width: 100%;
}
.wanna-touch-video > a {
    display: inline-block;
    font-size: 82px;
    line-height: 20px;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
.slider-post > .slider-for {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.post-slick-sec {
    float: left;
    width: 100%;
}
.slider-button {
    float: left;
    position: relative;
    width: 100%;
}
.slider-button > ul {
    margin: 0;
    padding: 0 0 0 70px;
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-button > ul li a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #c6c6c6;
    float: left;
    font-size: 26px;
    height: 113px;
    line-height: 102px;
    margin-top: -30px;
    position: relative;
    text-align: center;
    width: 113px;
}
.slider-button .slick-slide.slick-active.slick-center > a {
    color: #fff;
    line-height: 113px;
    position: relative;
    font-size: 30px;
    z-index: 1;
}
.slider-button > ul li a::before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 3px;
    top: 50%;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    width: 20px;
    z-index: -1;
}
.slider-button .slick-slide.slick-active.slick-center > a::before {
    right: -8px;
}
.app-feature-image {
    float: left;
    text-align: center;
    width: 100%;
}
.app-feature-info {
    float: left;
    width: 100%;
    padding-top: 70px;
}
.app-feature-info > span {
    color: #ececec;
    float: left;
    font-family: Montserrat;
    font-size: 148px;
    font-weight: bold;
    letter-spacing: -6px;
    line-height: 138px;
    margin-left: -12px;
    width: 100%;
}
.app-feature-info > h3 {
    color: #282727;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    letter-spacing: -0.3px;
    line-height: 40px;
    margin-bottom: 14px;
    margin-top: 27px;
    width: 100%;
}
.app-feature-info > p {
    color: #666666;
    float: left;
    font-size: 17px;
    line-height: 33px;
    margin-bottom: 40px;
    margin-top: 4px;
    padding-right: 50px;
    width: 100%;
}


.theme-btn {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;

    color: #fff;
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    padding: 16px 44px;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.theme-btn::before {
    background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    position: absolute;
    top: 0;
    
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o -transform: scale(0.7);
    transform: scale(0.7);

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    width: 100px;
    z-index: -1;
}
.theme-btn:hover{
     color: #fff;
}
.theme-btn:hover::before {
    height: 490px;
    left: -62px;
    opacity: 0.2;
    top: -170px;
    width: 490px;
}
.about-text-sec {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 60px;
}
.about-text-block {
    float: left;
    text-align: center;
    width: 100%;
}
.about-text-block > h3 {
    color: #fff;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 48px;
    margin: 0;
    width: 100%;
}
.about-text-block > p {
    color: #fff;
    float: left;
    font-size: 17px;
    margin-top: 15px;
    padding: 0 180px;
    width: 100%;
}
.group-btns {
    float: left;
    list-style: outside none none;
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.group-btns > li {
    display: inline-block;
    margin: 0 4px;
}
.theme-btn.gray {
    background: #444444 none repeat scroll 0 0;
}
.about-text-sec > img {
    margin-top: 120px;
    max-width: 100%;
}

/* Price Sec */
.price-sec {
    float: left;
    margin-top: -40px;
    width: 100%;
}
.price-table {
    float: left;
    list-style: outside none none;
    margin: 40px 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.price-head:before{
      background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 70%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 70%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 70%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

     content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.price-head {
    float: left;
    margin-bottom: 50px;
    padding: 70px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.price-head > img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.price-head > span {
    color: #3f3f3f;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
	font-weight:bold;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.price-head > h3 {
    color: #222222;
    display: inline-block;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 88px;
    letter-spacing: -6px;
    line-height: 67px;
    margin: 33px 0 0;
    position: relative;
}
.price-head > h3 > span {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-right: 12px;
    vertical-align: top;
}
.price-table-list {
    display: none;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.price-head > h3 > i {
    font-family: Lato;
    font-size: 19px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 8px;
    margin-left: 11px;
    position: relative;
    top: -4px;
}
.price-features {
    color: #666666;
    float: left;
    font-family: Lato;
    font-size: 15px;
    padding: 13px 0;
    text-align: center;
    width: 100%;
}
.price-icon {
    bottom: 0;
    color: #f9f9f9;
    font-size: 207px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -2;
    opacity: 0;
}
.price-table.active .price-icon{
    opacity: 1;
}
.price-table.active .price-button {
    bottom: -120px;
}
.price-button {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.price-button > .price-btn-detail {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    display: inline-block;
    height: 53px;
    position: relative;
    text-align: center;
    width: 53px;
    cursor: pointer; ;
}
.price-btn-detail::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -7px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 15px;
}
.price-btn-detail::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 15px;
    left: 50%;
    margin-left: -1px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 3px;
}
.price-table.active .price-btn-detail::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

}
.price-table.active > .price-table-list {
    display: block;
}

.price-table.active {
    margin-bottom: 120px;
}
/* Fun Fact Sec */
.fun-fact-sec {
    float: left;
    width: 100%;
    background: #30a4c5;
    position: relative;
    padding-top: 170px;
    padding-bottom: 170px;
    padding-right: 0px;
}
.fun-fact-sec:before {
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #30a4c5;
}
.fun-fact-title {
    float: left;
    width: 100%;
    padding-right: 140px;
}
.fun-fact-title > h3 {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    margin-bottom: 13px;
}
.fun-fact-title > p {
    color: #fff;
    font-size: 15px;
    float: left;
    width: 100%;
    margin: 0;
}
.fun-fact {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-right: 80px;
}
.fun-fact > li {
    float: left;
    width: 33.334%;
    margin-top: 55px;
}
.fun-fact > li > i {
    float: left;
    width: 100%;
    font-size: 32px;
    color: #8a1776;
}
.fun-fact-title > h3 {
    color: #fff;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 17px;
    width: 100%;
}
.fun-fact > li > span {
    float: left;
    width: 100%;
    font-family: Lato;
    font-size: 14px;
	font-style:italic;
    color: #ffffff;
}
.fun-fact h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 28px;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 4px;
}


/* Fancy Testimonial Sec */
.fancy-testimonial-sec {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    position: relative;
    z-index: 0;
}
.testimonial2 {
    float: left;
    text-align: center;
    width: 100%;
}
.testimonial2 > i {
    float: left;
    font-size: 75px;
    margin-bottom: 10px;
    width: 100%;
}
.testimonial2 > p {
    color: #686868;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 39px;
    margin: 17px 0 0;
    padding: 0 170px;
    width: 100%;
}
.fancy-testimonial-sec .nav.nav-tabs {
    border: medium none;
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.fancy-testimonial-sec .nav.nav-tabs > li {
    border: medium none;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
}
.fancy-testimonial-sec .nav.nav-tabs > li > a {
    border: medium none;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    float: left;
    margin: 0;
    padding: 0 10px;
    background: none !important;
}
.fancy-testimonial-sec .nav.nav-tabs > li > a > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    height: 49px;
    width: 49px;
}
.fancy-testimonial-sec .nav.nav-tabs > li > a > span {
    color: #3b3b3b;
    display: list-item;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    margin-top: 13px;
    text-transform: uppercase;
    
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

}
.fancy-testimonial-sec .nav.nav-tabs > li > a > i {
    font-family: lato;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
    opacity: 0;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.fancy-testimonial-sec .nav.nav-tabs > li.active > a > img {
    height: 150px;
    width: 150px;
}
.fancy-testimonial-sec .nav.nav-tabs > li.active > a > span {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.fancy-testimonial-sec .nav.nav-tabs > li.active > a > i {
    margin-top: 7px;
    opacity: 1;
}


/* Team Sec */
.team-sec {
    float: left;
    width: 100%;
    margin-top: -30px;
}
.team-box {
    float: left;
    margin-top: 30px;
    position: relative;
    width: 100%;
    background: #000;
}
.team-box > img {
    float: left;
    width: 100%;
}
.team-name {
    background: red none repeat scroll 0 0;
    
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;

    bottom: 30px;
    left: 10%;
    position: absolute;
    width: 80%;
    height: 71px;
    padding-left: 70px;
    padding-right: 20px;
    text-align: center;
}
.team-name > i {
    background: #ffffff none repeat scroll 0 0;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #232323;
    float: left;
    font-size: 20px;
    height: 71px;
    left: 0;
    line-height: 71px;
    margin-left: -1px;
    margin-right: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 71px;
}
.team-name > h3 {
    float: left;
    width: 100%;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #ffffff;
    line-height: 70px;
    margin: 0;
}
.team-box:hover > .team-name {
    bottom: 0;
    opacity: 0;
}
.team-box:hover > img {
    opacity: 0.39;
}
.team-infos {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    padding: 0 50px;
    margin-top: 50px;
    opacity: 0;
    visibility: hidden;
}
.team-box:hover > .team-infos {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.team-infos > h3 {
    color: #ffffff;
    float: left;
    font-size: 29px;
    margin: 0 0 14px;
    width: 100%;
}

.team-infos > p {
    color: #dcdcdc;
}


/* Product Features */
.product-features {
    display: table;
    float: left;
    width: 100%;
    position: relative;
}
.product-features > .product-features-list {
    display: table-cell;
    vertical-align: middle;
    width: 31%;
}
.product-features > .features-list-thumb {
    display: table-cell;
    position: relative;
    text-align: center;
    width: 38%;
}
.product-features-list > ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0 55px 0 0;
    text-align: right;
    width: 100%;
}
.product-features > .product-features-list.flip {
    padding-left: 0;
}
.product-features-list.flip > ul {
    padding-left: 55px;
    padding-right: 0;
}
.product-features-list > ul > li {
    float: right;
    margin-bottom: 70px;
    padding-right: 65px;
    position: relative;
    text-align: right;
    width: 100%;
}
.product-features-list > ul > li:first-child, .product-features-list > ul > li:last-child {
    margin-right: -60px;
}
.product-features-list.flip, .product-features-list.flip ul, .product-features-list.flip li {
    text-align: left;
}
.product-features-list.flip li {
    float: left;
    padding-left: 65px;
    padding-right: 0;
}
.product-features-list.flip > ul > li:first-child, .product-features-list.flip > ul > li:last-child {
    margin-left: -60px;
}
.product-features-list.flip li > i {
    left: 0;
    right: auto;
}
.product-features-list > ul > li:last-child {
    margin-bottom: 0;
}
.product-features-list > ul > li > i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -8px;
    width: 44px;
}
.product-features-list h3 {
    color: #232323;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    width: 100%;
}
.product-features-list p {
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 7px 0 0;
    width: 100%;
}

/* Custom Text Block */
.custom-text-block {
    float: left;
    width: 100%;
    text-align: center;
    padding: 80px 0;
}
.custom-text-block > h3 {
    float: left;
    width: 100%;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 29px;
    color: #fff;
    margin: 0;
    margin-bottom: 17px;
    letter-spacing: -0.9px;
}
.custom-text-block > span {
    float: left;
    width: 100%;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
}
.custom-text-block > .theme-btn {
    float: none;
    display: inline-block;
    margin-top: 33px;
}

.app-gallery {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.app-image {
    float: left;
    text-align: center;
    
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    width: 100%;
}
.app-image > img {
    float: left;
    margin-bottom: 130px;
    margin-top: 94px;
    padding: 0 40px;
    width: 100%;
}
.slick-slide.slick-active.slick-center > .app-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.slick-slide.slick-active.slick-center > .app-image > img {
    padding-left: 47px;
    padding-right: 56px;
}



/* Team */
.team-sec{
    float: left;
    width: 100%;
    margin-top: -30px;
}
.team {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.team > img {
    float: left;
    width: 100%;
}
.team-info-sec {
    border: 0 none;
    bottom: 0;
    left: 0;
    padding: 30px;
    position: absolute;
    width: 100%;
}
.team-info {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    padding: 25px 95px 25px 25px;
    position: relative;
    width: 100%;
}
.team-info > h3 {
    color: #0f0f0f;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin: 0 0 8px;
    width: 100%;
}
.team-info > h3 a {
    color: #0f0f0f;
}
.team-info > span {
    float: left;
    padding-right: 20px;
    position: relative;
}
.team-info > span::before {
    bottom: 5px;
    content: "";
    height: 4px;
    position: absolute;
    right: 5px;
    width: 4px;
}
.team-info > a {
    background: #e6e6e6 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #9d9d9d;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: normal;
    height: 45px;
    line-height: 41px;
    position: absolute;
    right: 27px;
    text-align: center;
    top: 26px;
    width: 46px;
}
.team-info > a:hover{
    color: #fff;
}


/* Twitter */
.twitter-carousal {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 150px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.twitter-carousal li {
    float: left;
    width: 100%;
}
.twitter-carousal::before {
    content: "\f099";
    font-family: fontawesome;
    font-size: 129px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.twitter-carousal li h3 {
    color: #1d1923;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-style: italic;
    letter-spacing: 0.3px;
    margin: 10px 0 18px;
    text-align: center;
    width: 100%;
}
.twitter-carousal li a {
    display: table;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.3px;
    margin: 0 auto;
    color: #a7a7a7;
}
.twitter-carousal li span {
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-top: 20px;
    width: 100%;
    text-transform: uppercase;
}
.twitter-carousal .owl-dots {
    position: relative;
    text-align: center;
}
.twitter-carousal .owl-dots > .owl-dot {
    display: inline-flex;
    float: none;
}
.twitter-carousal .owl-nav {
    float: left;
    margin-top: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 22;
}
.twitter-carousal .owl-nav > div:hover:before{
    color: #fff;
}
.twitter-carousal .owl-nav > div {
    background: #f3f3f3 none repeat scroll 0 0;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;

    color: transparent;
    display: inline-block;
    height: 39px;
    margin: 0 3px;
    position: relative;
    width: 39px;
}
.twitter-carousal .owl-nav > .owl-next::before {
    content: "\f105";
}
.twitter-carousal .owl-nav > div::before {
    color: #a3a3a3;
    content: "\f104";
    font-family: fontawesome;
    font-size: 16px;
    left: 0;
    line-height: 37px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}


/* Blog Sec */
.blog-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.blog {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.blog-thumb {
    float: left;
    width: 100%;
}
.blog-thumb > a {
    background: #000000 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.blog-thumb > a img {
    float: left;
    width: 100%;
}
.blog-thumb > a:hover img{
    opacity: 0.8;
} 
.blog-info {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.blog-info > a {
    float: left;
    font-family: Montserrat;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}
.blog-info > h2 {
    color: #333333;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    line-height: 37px;
    margin: 0 0 11px;
    width: 100%;
}
.blog-info > h2 a{
    color: inherit;
}
.blog-info > p {
    float: left;
    margin: 0;
    padding-right: 110px;
    width: 100%;
}


.google-map {
    float: left;
    position: relative;
    width: 100%;
    z-index: 0;
}
.google-map::before {
    background: transparent none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.google-map iframe { 
  float: left;
  widows: 100%;
  height: 656px;
  position: relative;
}
.wanna-touch {
	background-color: rgba(255, 255, 255, 0.98);
	height: 100%;
	left: 50%;
	padding: 50px 70px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 710px;
	z-index: 1;
	color: #30A4C5;
}
.google-map.active > .wanna-touch {
    margin-top: -110px;
    opacity: 0;
    visibility: hidden;
}

.info-title {
    float: left;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.info-title > span {
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    width: 100%;
}
.info-title > h3 {
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 37px;
	font-weight: bold;
	margin: 0;
	width: 100%;
	color: rgba(21,21,21,1.00);
}
.contact-info-list {
    float: left;
    text-align: center;
    width: 100%;
}
.contact-info-list > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.contact-info-list > ul > li {
    color: #282828;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 31px;
    margin: 4px 0;
    width: 50%;
}
.contact-info-list > ul > li i {
    margin-right: 12px;
}
.contact-info-list > ul > li {
    float: left;
    text-align: center;
    width: 50%;
}
.google-map.active::before {
    display: none;
}
.google-map.active > .hide-location {
    opacity: 1;
    visibility: visible;
}
.view-location {
    background: #282828 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin-top: 40px;
    padding: 21px 40px;
}
.hide-location {
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    -ms-border-radius: 43px;
    -o-border-radius: 43px;
    border-radius: 43px;

    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 7px;
    opacity: 0;
    padding: 16px 28px;
    position: absolute;
    right: 0;
    top: 50px;
    visibility: hidden;
    z-index: 9;
}
.hide-location > i {
    margin-right: 10px;
}
.view-location > i {
    margin-right: 10px;
}
.view-location:hover{
    color: #ffffff;
}
.view-location:hover > i{
    color: #ffffff;
}
.wanna-touch-inner {
    left: 50%;
    padding: 0 80px;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    width: 100%;
}

.contact-form-sec {
    float: left;
    width: 100%;
}
.contact-form {
    float: left;
    width: 100%;
}
.contact-form > form {
    float: left;
    width: 100%;
}
.contact-form > form .row > div {
    margin-bottom: 10px;
    position: relative;
}
.contact-form > form .row > div > input[type="text"], .contact-form > form .row > div > input[type="password"], .contact-form > form .row > div > textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 68px;
    padding: 18px 80px;
    width: 100%;
}
.contact-form > form .row > div > i {
    color: #b5b5b5;
    font-size: 15px;
    left: 58px;
    line-height: 16px;
    margin-top: -7px;
    position: absolute;
    top: 34px;
}
.contact-form > form .row > div > textarea {
    min-height: 170px;
    padding-top: 25px;
}

.contact-details {
    float: left;
    width: 100%;
}
.contact-details .social-btns {
    margin-bottom: 30px;
    margin-top: 20px;
}
.contact-infos > ul {
    float: left;
    list-style: outside none none;
    margin: 25px 0 0;
    padding: 0;
    width: 100%;
}
.contact-infos > ul > li {
    float: left;
    padding-right: 20px;
    width: 50%;
}
.contact-infos > ul li span {
    color: #333333;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    margin-bottom: 7px;
    width: 100%;
}
.contact-infos > ul > li > span > i {
    margin-right: 9px;
}

.social-btns {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.social-btns > li {
    float: left;
    margin-right: 1px;
    padding: 7px 0;
}
.social-btns > li > a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #a7a7a7;
    float: left;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 39px;
    position: relative;
    z-index: 0;
}
.social-btns > li:hover > a{
    color: #fff;
}
.social-btns > li a::before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.social-btns > li a:hover:before{
    height: 100%;
}


.subscribe-us {
    width: 100%;
}
.subscribe-us > span {
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 0;
    width: 100%;
}
.subscribe-us > form > input[type="password"], .subscribe-us > form > input[type="text"] {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	float: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	height: 60px;
	padding: 0 80px 0 40px;
	width: 335px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	color: #30a4c5;
}
.subscribe-us > form {
    float: none;
    margin: 30px 0 0;
}
.subscribe-us > form > input[type="submit"]:hover{
    background-color: #333333;
}
.subscribe-us > form > input[type="submit"] {
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #fff;
    float: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-left: -70px;
    margin-top: 44px;
    padding: 13px 30px;
}

.bottom-line {
    float: left;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}
.bottom-line > span {
    color: #fff;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 100%;
}

/* Item Trail Section */
.item-trial-section {
    float: left;
    margin-top: 160px;
    width: 100%;
}
.item-trial {
    float: left;
    text-align: center;
    width: 100%;
}
.item-trial > p {
    color: #e5e5e5;
    float: left;
    font-size: 17px;
    margin-left: 25%;
    margin-top: 23px;
    width: 50%;
}
.item-trial > h3 {
    color: #ffffff;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    margin: 0;
    width: 100%;
}

.item-trial > .form-spot {
    margin-top: 70px;
}
.form-spot {
	background-repeat: repeat;
	background-position: 0 0;
	background-image: none;
	background-color: rgba(252,252,252,0.82);
	background-attachment: scroll;
	-webkit-border-radius: 3;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 50px;
	text-align: left;
	width: 500px;
	visibility: visible;
	opacity: 1;
}
.form-spot > h3 {
    color: #2b2b2b;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    width: 100%;
}
.form-spot > h3 {
    color: #2b2b2b;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    margin: 0 0 6px;
    width: 100%;
}
.form-spot > form {
    float: left;
    margin-top: 23px;
    text-align: center;
    width: 100%;
}
.form-spot > p {
    float: left;
    margin: 0;
    width: 100%;
}
.form-spot > form input[type="password"], .form-spot > form input[type="text"], .form-spot > form textarea {
    border: 1px solid #a2a2a2;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 9px;
    padding: 17px 20px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.form-spot > form input[type="submit"] {
    display: inline-block;
    float: none;
    margin-top: 30px;
}
.form-spot > form textarea {
    min-height: 140px;
}
.bg-video {
    background: #000000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.bg-video > video {
    float: left;
    opacity: 0.4;
    width: 100%;
}
.item-video-section {
    float: left;
    margin-top: 140px;
    text-align: center;
    width: 100%;
    margin-bottom: 100px;
}
.app-vide-sec {
    float: left;
    text-align: center;
    width: 100%;
}
.app-vide-sec > i {
    float: left;
    font-size: 98px;
    width: 100%;
}
.app-vide-sec > h1 {
    color: #ffffff;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 128px;
    font-weight: bold;
    letter-spacing: -9px;
    width: 100%;
}
.app-vide-sec > p {
    color: #e5e5e5;
    float: left;
    font-family: Lato;
    font-size: 17px;
    margin: 20px 0 0 25%;
    width: 50%;
}
.app-vide-sec > img {
    display: inline-block;
    margin-bottom: -1px;
    margin-top: 100px;
    position: relative;
    z-index: 9;
}

.item-soon-section {
    float: left;
    margin-top: 140px;
    text-align: center;
    width: 100%;
}
.app-soon-sec {
    float: left;
    text-align: center;
    width: 100%;
}
.app-soon-sec > span {
    color: #e5e5e5;
    float: left;
    font-family: Montserrat;
    font-size: 23px;
    width: 100%;
}
.app-soon-sec > h1 {
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -3px;
    margin-bottom: 0;
    margin-left: 15%;
    margin-top: 29px;
    width: 70%;
}
.countdown {
    float: left;
    list-style: outside none none;
    margin: 60px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.countdown > li {
    display: inline-block;
    padding: 0 20px;
}
.countdown > li > p {
    color: #a7a7a7;
    float: left;
    font-family: Lato;
    font-size: 13px;
    line-height: 10px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.countdown > li > span {
    float: left;
    font-family: Montserrat;
    font-size: 48px;
    margin-top: 25px;
    width: 100%;
}
.app-soon-sec > img {
    margin-top: 110px;
}

.inner-head {
    float: left;
    margin-bottom: 50px;
    margin-top: 70px;
    text-align: center;
    width: 100%;
}
.inner-head > h1 {
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -3px;
    margin: 0;
    width: 100%;
}
.breadcrumbs {
    float: left;
    list-style: outside none none;
    margin: 22px 0 0;
    padding: 0;
    width: 100%;
}
.breadcrumbs > li {
    color: #ffffff;
    display: inline-block;
    font-family: Montserrat;
    font-size: 19px;
    padding: 0 24px;
    position: relative;
}
.breadcrumbs > li > a {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 19px;
    letter-spacing: -1px;
}
.breadcrumbs > li::before {
    color: #fff;
    content: "\f105";
    font-family: fontawesome;
    font-size: 19px;
    position: absolute;
    right: -7px;
    top: 0;
}
.breadcrumbs > li:first-child {
    padding-left: 0;
}
.breadcrumbs > li:last-child {
    padding-right: 0;
}
.breadcrumbs > li:last-child::before {
    display: none;
}

.pagination {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    margin: 70px 0 0;
    padding: 2px 2px 3px 1px;
    text-align: center;
    width: 100%;
}
.pagination ul {
    display: inline-block;
    list-style: outside none none;
    margin: 7px 0 0;
    padding: 0;
}
.pagination li {
    float: left;
    font-family: Montserrat;
    font-size: 12px;
    margin: 0 4px 0 0;
}
.pagination li:last-child {
  margin: 0;
}
.pagination li.active a,
.pagination li a:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pagination li.active a, .pagination li a:hover {
    color: #ffffff;
}
.pagination li .delimeter {
  display: block;
  padding-top: 6px;
}
.pagination a {
    background: #fff none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    color: #666;
    float: left;
    font-family: Lato;
    padding: 3px 13px;
    text-decoration: none;
}

blockquote {
    background-image: url("http://placehold.it/1141x231");
    background-size: cover;
    border: medium none;
    float: left;
    margin: 0 0 30px;
    padding: 50px 190px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}
blockquote::before {
    background: #242424 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.96;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
blockquote p {
    color: #ffffff;
    float: left;
    font-family: Lato;
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    line-height: 34px;
    width: 100%;
}
blockquote span {
    color: #eeeeee;
    display: inline-block;
    font-family: Lato;
    font-size: 13px;
    font-weight: 500;
}
blockquote span a {
    font-family: Montserrat;
}

.post-tags {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.post-tags > span {
    color: #848484;
    float: left;
    font-family: Lato;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 2px;
    text-transform: uppercase;
}
.post-tags > span i {
    font-size: 14px;
    margin-right: 5px;
}
.post-tags > a {
    color: #7e7e7e;
    display: inline-block;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 13px;
}
.blog-single .blog .blog-info p {
    margin-bottom: 19px;
    margin-top: 11px;
    padding: 0;
}
.blog-single .blog .blog-info blockquote {
    margin: 30px 0;
}


blockquote {
    background-image: url("http://placehold.it/1141x231");
    background-size: cover;
    border: medium none;
    float: left;
    margin: 0 0 30px;
    padding: 50px 190px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}
blockquote::before {
    background: #242424 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.96;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
blockquote p {
    color: #ffffff;
    float: left;
    font-family: Lato;
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    line-height: 34px;
    width: 100%;
}
blockquote span {
    color: #eeeeee;
    display: inline-block;
    font-family: Lato;
    font-size: 13px;
    font-weight: 500;
}
blockquote span a {
    font-family: Montserrat;
}

.post-tags {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.post-tags > span {
    color: #848484;
    float: left;
    font-family: Lato;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 2px;
    text-transform: uppercase;
}
.post-tags > span i {
    font-size: 14px;
    margin-right: 5px;
}
.post-tags > a {
    color: #7e7e7e;
    display: inline-block;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 13px;
}
.blog-single .blog .blog-info p {
    margin-bottom: 19px;
    margin-top: 11px;
    padding: 0;
}
.blog-single .blog .blog-info blockquote {
    margin: 30px 0;
}


.related-post {
    float: left;
    margin-top: 90px;
    width: 100%;
}
.comment-form {
    float: left;
    margin-top: 90px;
    width: 100%;
}
.comment-form > form {
    float: left;
    width: 100%;
}
.comment-form > form label {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.comment-form form label input, .comment-form form label textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: medium none;
    color: #a7a7a7;
    float: left;
    font-family: montserrat;
    font-weight: 500;
    padding: 21px 70px;
    width: 100%;
}
.comment-form form label i {
    color: #dcdcdc;
    font-size: 14px;
    left: 40px;
    position: absolute;
    top: 24px;
}
.comment-form form label textarea {
    min-height: 180px;
}

/* Heading 3 */
.heading3 {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.heading3 > h3 {
    color: #1a1a1a;
    float: left;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 11px;
    width: 100%;
}
.heading3 > span {
    color: #979797;
    float: left;
    font-family: Lato;
    font-size: 13px;
    width: 100%;
}


.navTrigger {
    bottom: 0;
    cursor: pointer;
    float: right;
    height: 25px;
    left: 0;
    margin: 16px 0;
    right: 0;
    top: 0;
    
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);

    width: 30px;
}
.navTrigger i {
  background-color: #fff;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

  content: '';
  display: block;
  width: 100%;
  height: 4px;
}
.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}


@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
.navi-lines {
    display: none;
}
.blog-thumb > img {
    float: left;
    width: 100%;
}

.post-gallery {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.post-gallery > .row {
    margin: 0 -4px;
}
.post-gallery > .row > div {
    margin-top: 8px;
    padding: 0 4px;
}
.post-gallery img {
    float: left;
    width: 100%;
}


.error-sec {
    float: left;
    text-align: center;
    width: 100%;
}
.error-sec > i {
    float: left;
    font-size: 103px;
    width: 100%;
}
.error-sec h2 {
    color: #585757;
    float: left;
    font-family: Montserrat;
    font-size: 252px;
    font-weight: bold;
    letter-spacing: -20px;
    margin: 0;
    width: 100%;
}
.error-sec > span {
    color: #bbbbbb;
    float: left;
    font-family: Montserrat;
    font-size: 18px;
    width: 100%;
}
.error-sec > p {
    float: left;
    margin-left: 25%;
    margin-top: 20px;
    width: 50%;
}
.error-btn {
    float: left;
    list-style: outside none none;
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
}
.error-btn > li {
    display: inline-block;
    margin: 0 -2px;
}
.error-btn > li > a {
    border: 3px solid;
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 0;
    width: 150px;
}
.error-btn > li.fill > a {
    color: #ffffff;
}



.s-countdown {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 110px 0 0;
    text-align: center;
    width: 100%;
}
.s-countdown > li {
    color: #ffffff;
    display: inline-block;
    font-family: Montserrat;
    font-size: 76px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.s-countdown > li p {
    float: left;
    font-weight: 600;
    line-height: 53px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}
.comming-soon-sec {
    float: left;
    padding-top: 165px;
    text-align: center;
    width: 100%;
}
.comming-soon {
    float: left;
    text-align: center;
    width: 100%;
}
.comming-soon > .logo {
    float: left;
    margin-bottom: 100px;
    text-align: center;
    width: 100%;
}
.comming-soon .logo > a {
    float: left;
    width: 100%;
}
.comming-soon .logo > a > i {
    float: left;
    font-size: 51px;
    margin: 0;
    width: 100%;
}
.comming-soon .logo > a span {
    float: left;
    width: 100%;
}
.comming-soon .logo > a h1 {
    float: left;
    font-size: 26px;
    width: 100%;
}
.comming-soon > span {
    color: #b1b1b1;
    float: left;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
}
.comming-soon h2 {
    color: #fff;
    float: left;
    font-family: Montserrat;
    font-size: 104px;
    font-weight: bold;
    letter-spacing: -7px;
    line-height: 100px;
    margin-top: 60px;
    width: 100%;
}
.bottom-line-soon {
    background: #333333 none repeat scroll 0 0;
    float: left;
    margin-top: 170px;
    padding: 30px 0;
    width: 100%;
}
.bottom-line-soon span {
    color: #959595;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 100%;
}
.download-btn:hover,
.app-header.sticky .download-btn:hover {
    background: #141414 none repeat scroll 0 0;
    color: #fff;
}
.form-spot > form input[type="submit"]:hover {
    background: #333 none repeat scroll 0 0;
}
.rcorners1 {
    border-radius: 5px;
    background: #FFFFFF;
    padding: 0px;
    width: 100%;    
}
#gridimage {
	width:auto;
	float:none;
	height:auto;
}
.squared 
{
    border: 1px solid #777777;
    width: 12px;
    height: 10px;    
    float: left;
    margin-top: 1px;
}
.ubicacion
{
	color:#338ecf !important; 
}
.ubicacion:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .9;
}

/* Cross Browser Compatibility */
header,
header *,
.services-sec,
.services-sec *,
.services-box:before,
.mini-service-info *,
.slick-slide > a,
.slider-button > ul li a::before,
.price-sec,
.price-sec *,
.price-btn-detail:before,
.price-btn-detail:after,
.fun-fact-sec,
.fun-fact-sec *,
.team-sec,
.team-sec *,
.fancy-testimonial-sec,
.fancy-testimonial-sec *,
.app-image,
.app-image *,
.team-sec,
.team-sec *,
.blog,
.blog *,
.social-btns,
.social-btns *,
.social-btns > li a::before,
.form-spot > form *{
    transition:all 0.4s ease 0s;
}
#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat; font: 100% Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF;}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}