/*------------------------------------------------------------------
[Table of contents]

1. Body and General Styles
2. Buttons / .btn / .btn-default
3. Navigation Bar / .navbar-default
4. Text Styles / h1, h2, h3, h4..
5. Parallax Elements
6. Intro / #intro
7. Text separators / #clients, #text-separator-testimonials
8. Charts / Timers / Progress-bars
9. Services Section
10. Portfolio Section
11. Team Section / #team
12. Pricing Tables / #pricing
13. Contact Section / #contact
14. Footer / #footer
15. Countdown (coming-soon page) / #Countdown
16. Other Shortcodes
17. Preloader
18. Text Rotator Styling 
19. About-Multipage Featured Section
20. Blog Section
21. E-commerce Pages
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Body and General Styles]
*/

@import url("//hello.myfonts.net/count/304c6a");


@font-face {font-family: 'AmericanTypewriterStd-Light';src: url('webfonts/304C6A_0_0.eot');src: url('webfonts/304C6A_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/304C6A_0_0.woff2') format('woff2'),url('webfonts/304C6A_0_0.woff') format('woff'),url('webfonts/304C6A_0_0.ttf') format('truetype');}
 



html,
body {
    width:100%;
    height:100%;
    padding:0;
    margin-left:0;
    margin-right:0;

}


body { 
font-family: AmericanTypewriterStd-Light; 
}



.DarkGreyBackground{
    background-color:#ffffff;
}

.WhiteText, .WhiteText a{
    color:#595959;
}

.BlackText, .BlackText a{
    color:black !important;
}

.ColorText{
	color: #000000
}

.ColorBar .progress-bar {
    background-color: #000000;
}

.GreyText{
    color: #3a3a3a;
}


.SoftGreyText, .SoftGreyText a{
    color:#A0A0A0;
}

.PositionRelative{
    position:relative;
}

.CaptionFlyingBox{
    position: absolute;
    bottom:30px;
    left:70px;
    background: #efefef;
    padding:10px 40px;
    width:50%;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}



.container.PaddingVertical0{
    padding-top:0;
    padding-bottom:0;
.ImagewithCaptionOverlay:hover .CaptionFlyingBox{
    background:#eaeaea;
    bottom:40px;
    left:80px;
}
}

.PaddingVertical15{
    padding-top: 15px;
    padding-bottom: 15px;
}


.PaddingVertical30{
    padding-top:30px;
    padding-bottom:30px;
}

.PaddingVertical45{
    padding-top:45px;
    padding-bottom:45px;
}

.PaddingTop20{
    padding-top:20px;
}

.PaddingTop30{
    padding-top:30px;
}

.PaddingBottom30{
    padding-bottom:30px;
}

.PaddingBottom10{
    padding-bottom:10px;
}

.PaddingVertical60{
    padding-top:60px;
    padding-bottom:60px;
}

.PaddingVertical100{
    padding-top:0px;
    padding-bottom:0px;
}

.PaddingVertical130{
    padding-top:130px;
    padding-bottom:130px;
}

.PaddingHorizontal40{
    padding-left:40px;
    padding-right:40px;
}

.PaddingHorizontal60{
    padding-left:60px;
    padding-right:60px;
}


.NegativeMarginSection{
    margin-top:0px;
    margin-bottom:0px;
}

.SimpleText{
    text-transform: none;
}

.SimpleText a{
    text-decoration: underline;
}


.SimpleText2{
    text-transform: none;
    font-size:32px;
}

.SimpleText2 a{
    text-decoration: underline;
    color: #d0d0d0
}

.SimpleText2 a:hover{
    text-decoration: underline;
}

a{
    color: #252525;
    text-decoration: none;
}

a:hover, a:focus{
    color: #beabab;
    text-decoration: none;
    outline: 0;
}


img {
    -moz-user-select: none;
    /*-webkit-user-select: none;*/
    -ms-user-select: none;
    user-select: none;
    /*-webkit-user-drag: none;*/
    user-drag: none;
}

.VContent{
    display: table-cell;
    vertical-align: middle;
}

.VContentWrapperTable{
    display: table;
    height: 100%;
}

section{
    position: relative;
}

.container {
    position: relative;
}


.row{
    z-index:3;
    position:relative;
}

hr{
    margin-top:10px;
    margin-bottom:10px;
}

.separator{
    width:170px;
    max-width:170px;
    margin-top:120px;
    margin-bottom:100px;
}

.lineSeparator{
    width:60px;
    max-width:60px;
    margin-top:30px;
    margin-bottom:30px;
}




.black-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.Plainblack-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background:black;
    opacity:0.7
}

.noscroll{
    overflow:hidden;
}


.container{
    z-index:2;
    overflow:hidden;
}

.ImageWrapper img{
    padding:0px;
}


.BackgroundSoftGray{
    background: #f6f6f6;
}


/*------------------------------------------------------------------
[2. Buttons / .btn-default / .btn]
*/

.btn{
    background:transparent;
    border-radius:0;
    border:0;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: .2em;
    width:100%;
    outline: 0px solid transparent;
    -webkit-transition: all .1s ease .2s;
    transition: all .1s ease .2s;
    padding:0;
}


.btn-default{
    display: inline-block;
    color: white;
}

.btn-default:hover{
    border-color: transparent;
}

.btn-default{
    cursor: pointer;
    display: block;
    height: 18px;
    letter-spacing: 3px;
    line-height: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    background: transparent;
    font-size:12px;
}

.btn-default:after {
    content: '';
    display: block;
    height: 100%;
    position: relative;
    bottom: 2px;
    border: 2px solid #fff;
    border-top: 0;
}


.btn-default:before {
    height: 0;
    width: 100%;
    background-color: white;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    bottom: 0px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: -1;
}


.btn-default:hover:before{
    height:200%;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #131613;
    background-color:transparent;
}


.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {

    outline:none;
    color: #5CDBE7;

}

.btn-default.btn-black{
    color:#282828;
}

.btn-black:before {
    height: 0;
    width: 100%;
    background-color: #282828;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    bottom: 0px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: -1;
}

.btn-default.btn-black:after {
    content: '';
    display: block;
    height: 100%;
    position: relative;
    bottom: 2px;
    border: 2px solid #282828;
    border-top: 0;
}

.btn-black:hover{
    color:white;
}

/*------------------------------------------------------------------
[3. Navigation Bar / .navbar-default]
*/

.navbar-default {
    padding:30px;
    padding-left:50px;
    padding-right:50px;
    background-color: transparent;
    border-color: transparent;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}
.navbar-default .navbar-brand{
    font-weight: 700;
    text-transform: uppercase;
    color:white;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #beabab;
    background-color: transparent;
}

.affix{
    background-color: #ffffff;
    padding-top:10px;
    padding-bottom:10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #beabab;
}

.navbar-default .navbar-toggle {
	background-color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #FFFFFF;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #ddd;
    background-color: transparent;
}

.navbar-nav > li > a {
    font-size: 17px;
    color: #444444;
    position: relative;
}


.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 3px 0 0;
    font-size: 10px;
    text-align: left;
    list-style: none;
    background-color: #323232;
    background-clip: padding-box;
    border: 0;
    box-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #000000;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #282828;
    background-color: #d5d5d5;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

@media (max-width: 768px){
    .dropdown-submenu li a{
        text-align:center;
    }
}

/*
 * Showup.js jQuery Plugin
 * http://github.com/jonschlinkert/showup
 *
 * Copyright (c) 2013 Jon Schlinkert, contributors
 * Licensed under the MIT License (MIT).
 */

/**
 * Docs navbar transitions effects
 */

.navbar {

}




/*------------------------------------------------------------------
[4. Text Styles / h1, h2, h3, h4.. ]
*/



h1, h2, h3, h4, h5, h6, h7, h11, h10 { 
	font-family: AmericanTypewriterStd-Light; 
	font-weight: normal; 
	font-style: normal; 
}

h1{
    font-size:140px;
}

h2{
    font-size:80px;
}

h3{
    font-size:42px;
	color: #595959;
}

h4{
    font-size:21px;
}

h5{
    font-size:16px;
}

h6{
    font-size:12px;
}


h7{
    font-size:25px;
	color: #595959;
}


h10{
    font-size:55px;
}

h11{
    font-size:28px;
}

.SectionNexttoNumber{
    padding-top:50px;
}


p {
    font-weight: 300;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 26px;
}

p.bold, .bold{
    font-weight:700;
}

p.italic{
    font-style:italic;
}





/*------------------------------------------------------------------
[5. Parallax Elements ]
*/


.ParallaxElement1{
    pointer-events: none;
    position: relative;
    display: block;
    top: 2.75em;
    left: .5em;
    height: 300px;
    width: 100%;
    background: url(img/PatterDotted.png) 0 5px;
    background-size: 13px auto;
    opacity: 1;
    content: '';
}

.ParallaxElement2{
    pointer-events: none;
    position: absolute;
    display: block;
    top: 5em;
    left: 2em;
    height: 100px;
    width: 50px;
    opacity: 1;
    content: '';
}

.ParallaxElement3{
    pointer-events: none;
    position: absolute;
    display: block;
    top: 5em;
    left: 5em;
    height: 100px;
    width: 100px;
    border:2px solid #5CDBE7;
    opacity: 1;
    content: '';
}

.ParallaxElement4{
    pointer-events: none;
    position: absolute;
    display: block;
    top: 5em;
    left: 8em;
    height: 100px;
    width: 100px;
    border:2px solid #5CDBE7;
    opacity: 1;
    content: '';
}


.ParallaxElement4{
    pointer-events: none;
    position: absolute;
    display: block;
    top: 5em;
    left: 8em;
    height: 100px;
    width: 100px;
    border:2px solid #5CDBE7;
    opacity: 1;
    content: '';
}

.ParallaxElement5{
    pointer-events: none;
    position: absolute;
    display: block;
    top: 5em;
    left: 11em;
    height: 150px;
    width: 30px;
    opacity: 1;
    content: '';
}

.ParallaxElement6{
    pointer-events: none;
    position: absolute;
    display: block;
    top: 5em;
    left: 14em;
    height: 200px;
    width: 50px;
    border:2px solid #5CDBE7;
    opacity: 1;
    content: '';
}

.ParallaxElement7{
    pointer-events: none;
    position: relative;
    display: block;
    top: 2.75em;
    left: .5em;
    height: 200px;
    width: 100%;
    background: url(img/PatterDotted.png) 0 5px;
    background-size: 13px auto;
    opacity: 0.6;
    content: '';
}

.ParallaxElement8{
    pointer-events: none;
    position: absolute;
    display: block;
    top: 2.75em;
    right: 20%;
    height: 200px;
    width: 40%;
    background: url(img/PatternDottedWhite.png) 0 5px;
    background-size: 13px auto;
    content: '';
    opacity:0.5
}




/*------------------------------------------------------------------
[6. Intro / #intro ]
*/

#intro{
    background:url('img/IntroBackground2.jpg') no-repeat center center;



    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}

#intro.Background2{
    background:url('img/IntroBackground2.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}

#intro.Background3{
    background:url('img/portfolio/portfolioBackground3.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}

#intro.Background4{
    background:url('img/portfolio/portfolioBackground1.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}

#intro.Background5{
    background:url('img/ShopBackground.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}

#intro.nobackground{

    background:#282828;
}



#demo-canvas{
    position:absolute;
    top:0;
    left:0;
}


#intro.SinglePageIntro{
    background:url('img/portfolio/portfolioBackground3.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/*------------------------------------------------------------------
[7. Text separators / #clients, #text-separator-testimonials ]
*/

h3.TextNexttoNumber {
    letter-spacing: -2px;
    text-transform: uppercase;
}


.NumberTextIntro{
    display:inline-block;
    top:-10px;
    left:10px;
    color:#000000;
}
#clients, #text-separator-testimonials{
    background-color: #1d1d1d;
    padding-top:50px;
    padding-bottom:50px;
    padding-left:15px;
    overflow:hidden;

}


#text-separator-testimonials h2{
    color:white;
    z-index: 100;
    position: relative;
}


#text-separator-testimonials p{
    color:#e7e7e7;
    z-index: 100;
    position: relative;
}

.clientLogoWrapper{
    border-left:1px solid grey;
    border-bottom:1px solid grey;
}

.clientLogoWrapper:nth-child(1){
    border-left:0;
}

.clientLogoWrapper:nth-child(4){
    border-left:0;
    border-bottom:0
}
.clientLogoWrapper:nth-child(5),
.clientLogoWrapper:nth-child(6){
    border-bottom:0
}


#clients h3.SimpleText{
    font-size:28px;
    line-height:1.2;
    margin-bottom:50px;
}


.clientLogo img{
    width:180px;
    margin-top: 15px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*Testimonials */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



#team .owl-buttons div {
    padding: 5px 9px;
}

#text-separator-testimonials .owl-buttons i{
    margin-top: 2px;
}

#text-separator-testimonials .owl-buttons div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#text-separator-testimonials .owl-buttons .owl-prev{
    left: 0px;

}

#text-separator-testimonials .owl-buttons .owl-next{
    right: 0px;
}



.review{
    text-align:center;
    padding:40px;
}


.review p.titulation{
    color:#c8c8c8;
    font-style:italic;
    font-size:10px;
}
.review h4{
    color:#898989;
    letter-spacing:0;
    margin-bottom:0px;
}

.text-separator-title h2{
    padding-top:100px;
}


/*------------------------------------------------------------------
[8. Charts / Timers / Progress-bars]
*/

.ChartBox{
    padding:60px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height:300px;
    display:table;
}

.ChartBox i{
    font-size:60px;
}

.ChartBoxContent{
    display:table-cell;
    vertical-align: middle;
    text-align: center;
}
.ChartTextWrapper{
    display:inline-block;
    padding-left: 15px;
    min-width: 150px;
}

.ChartTextWrapper h3, .ChartTextWrapper h6{
    margin:0;
    text-align:left;
}



.progress-bar {
    color: #fff;
    background-color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress {
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: white;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid black;
}




/*------------------------------------------------------------------
[9. Services Section]
*/

.ServiceWrapper i{
    font-size:50px
}

.ServiceWrapper {
    margin-bottom: 40px;
}
.ServiceWrapper {
    margin-bottom: 0;
}


.CubeEffect {
    width: 100%;
    min-height: 200px;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

.CubeWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;

}

.CubeWrapper div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #222;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.CubeWrapper .ServiceWrapperIcon  {
    -webkit-transform: translateZ( 100px );
    -moz-transform: translateZ( 100px );
    -o-transform: translateZ( 100px );
    transform: translateZ( 100px );
    padding-top:30px;
}

.CubeWrapper .ServiceWrapperText {
    -webkit-transform: rotateX(  -90deg ) translateZ( 100px );
    -moz-transform: rotateX(  -90deg ) translateZ( 100px );
    -o-transform: rotateX(  -90deg ) translateZ( 100px );
    transform: rotateX(  -90deg ) translateZ( 100px );
}

.ServiceWrapperText i{
    position:absolute;
    top:0;
    width:80px;
    left:50%;
    margin-left:-40px;
    margin-top:-30px;
    color: #efefef;
    font-size:80px;
    z-index:-2;
}

.CubeWrapper.show-front {
    -webkit-transform: translateZ( -100px );
    -moz-transform: translateZ( -100px );
    -o-transform: translateZ( -100px );
    transform: translateZ( -100px );
}

.CubeWrapper.show-bottom {
    -webkit-transform: translateZ( -100px ) rotateX(   90deg );
    -moz-transform: translateZ( -100px ) rotateX(   90deg );
    -o-transform: translateZ( -100px ) rotateX(   90deg );
    transform: translateZ( -100px ) rotateX(   90deg );
}



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 992px) {
    .VisibleSm{
        display: table;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .VisibleMd{
        display: table;
    }
    .VisibleSm{
        display: none;
    }

}


/*------------------------------------------------------------------
[10. Portfolio Section]
*/



.portfolioFilters {
    background-color: #1d1d1d;
}



.grayBackground {
    background-color: #f8f8f8;
}


#filters{
    padding-top:30px;
}



.gallery {
    max-width: 100%;
}

.gallery-inner .caption{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: rgba(0,0,0,0.8);
}


.gallery-inner:hover .caption,
.gallery-inner.hover .caption{
    opacity: 1;
}



.gallery {
    background: #beabab;
    min-height:200px;
}


.CaptionWrapper{
    padding:30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 160px;
	display:inline-block;
}


.CaptionWrapper p{
    color:#777;
}

.ClientLogo{
    max-width:120px;
    height:auto;
    display:inline-block;
}

.ClientLogo img{
    top: 20px;
    position: relative;
    left:40px;
}

.CaptionWrapper i{
    font-size:65px;
    padding-top:20px;
    padding-right:20px;
	color: #beabab;
}

/* ---- isotope ---- */
/* clear fix */
.gallery:after {
    content: '';
    display: block;
    clear: both;

}



.CaptionWrapper h4{
    position:relative;
}

.CaptionWrapper h4:after{
    border-bottom: 1px solid #fff;
    bottom: -5px;
    left:0;
    content: '';
    display: inline-block;
    position: absolute;
    width:0;
    opacity: 0;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;

}

.gallery-inner:hover h4:after{
    opacity: 1;
    width: 100% !important;
}




.gallery .gallery-inner {
    float: left;
    height: auto;
    background: #4c4c4c;
    position: absolute;
    left: 0;
    top: 0;
    margin:0;
}


.gallery-inner, .grid-sizer{
    width:33.33%;
}



.galleryImage{
    /*min-width:100%;*/
    width: 100%;
    height: auto;
}


.portfolioIntroDetails {
    margin-top:10px;
    border:1px solid #ddd;
    padding:20px;
}

.portfolioIntroDetails li {
    line-height:30px;
}

.portfolioIntroDetails li span {
    display: inline-block;
    width: 150px;
    font-weight: 700;
    color: #777;
}

.SinglePagePagination{
    background:#383838;
    padding-top:20px;
    padding-bottom:20px;
}
.SinglePagePagination i{
    color:white;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* magnific popup effect */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/* end magnific popup effect */




/*------------------------------------------------------------------
[11. Team Section / #team]
*/


#team {
    background:white;
}

.TeamMember{
    margin:30px;
}


.TeamMember .CaptionFlyingBox {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -25%;
    background: #efefef;
    padding: 20px 30px;
    max-width: 50%;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.TeamMember .CaptionFlyingBox  h4,
.TeamMember .CaptionFlyingBox  p{
    margin:0;
}


.TeamMember.ImagewithCaptionOverlay:hover .CaptionFlyingBox {
    background: #eaeaea;
    bottom: 30px;
    left: 50%;
}


#team .owl-buttons div {
    padding: 5px 9px;
}

#team .owl-buttons i{
    margin-top: 2px;
}

#team .owl-buttons div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#team .owl-buttons .owl-prev{
    left: 40px;

}

#team .owl-buttons .owl-next{
    right: 40px;
}

#owl-team{
    position:relative;
}


/*------------------------------------------------------------------
[12. Pricing Tables / #pricing]
*/


#pricing{
    background-color:#f4f4f4;
}

#pricing .SimpleText{
    margin-bottom:20px;
}

#pricing  .subscriptionName{
    border-bottom:1px solid #b1b1b1;
    margin-bottom:20px;
}


.tableWrapper{
    padding:60px;
    border: solid 10px black;
}

.tableWrapper .separator{
    padding:20px;
    margin-top:20px;
    margin-bottom:20px;
}


.tableWrapper .subscriptionList{
    margin-bottom:50px;
}


.subscriptionPrice{
    padding-bottom:10px;
}

.subscriptionPrice h3,
.subscriptionPrice p{
    display:inline;
}


/*------------------------------------------------------------------
[13. Contact Section / #contact]
*/


#contact{
    background: white;
}

label{
    width:100%;
}

input:focus, textarea:focus{
    outline:0;
}

label input, textarea{
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}

#contact_form #name,
#contact_form #email,
#contact_form #phone,
#contact_form #coupon{
    height: 50px;
    padding: 10px;
    padding-bottom: 0px;
    border: 0;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    color: #282828;
    font-size:30px;
    font-weight: 700;
    letter-spacing: -2px;
    border-bottom:1px solid #ddd;
}

#contact_form #comments {
    height: 200px;
    padding: 10px;
    margin-top: 30px;
    padding-bottom: 0;
    border: 0;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    color: #282828;
    font-size:30px;
    font-weight: 700;
    letter-spacing: -2px;
    border-bottom:1px solid #ddd;
}

.submit:hover{
    color:black;
}


.ContactInfoWrapper{
    padding-top:15px;
    padding-bottom:15px;
}

.ContactInfoWrapper ul {
    padding-top: 10px;

}

#contact p.bold{
    padding-top:30px;
}

.socialContact{
    list-style:none;
    padding:0;
}

.socialContact li{
    display:inline;
}

.socialContact li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    background-color: #282828;
    color:white;
    font-size: 1.25em;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.socialContact li a:hover {
    background-color: black;

}


#googleMap {
    width: 100%;
    height: 350px;
    overflow: hidden;
}


/*------------------------------------------------------------------
[14. Footer / #footer]
*/

.topLine{
    background:#282828;
    padding-top: 50px;
    padding-bottom:50px;
}




#footer .bottomLine {
    padding-top: 50px;
    padding-bottom:50px;
    background-color: #222222;
}

#footer .bottomLine p{
    color: #a5a5a5;
    font-size:12px;
}

#footer .container{
/*multipage only*/
    padding:0;
}

.footerLogo{
    width:100px;
    height:auto;
}


.footerText{
    color:white;
    padding:10px 40px;
}

.footerText p{
    color: #a5a5a5
}


/*footer newsletter*/
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footerText input{
    height: 54px;
    padding-bottom: 3px;
    border: 0;
    background: #393939;
    border-radius:0;
    line-height: 54px;
    font-size: 10px;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    color: white;
    letter-spacing:1px;
}

.input-group-addon{
    height: 54px;
    border-radius:0;
    padding-left:16px;
    padding-right:16px;
    padding-bottom: 3px;
    border: 0;
    background: #323232;
    text-transform:uppercase;
    color: white;
    letter-spacing:1px;
}

#footer .infoContact {
    list-style: none;
    padding: 10px;
    color: #a5a5a5
}

#footer .infoContact li .fa {
    margin-right: 6px;
    font-size: 40px;
    position:absolute;
    opacity:0.1;
    left:0;
}

#footer .infoContact li  {
    margin:0;
    padding:0;
    font-size: 12px;
}

.bottomLine p{
    display:inline;
}

.backToTop a{
    color:white;

}

/*------------------------------------------------------------------
[15. Countdown (coming-soon page) / #Countdown]
*/

#countdown {
    width: 100%;
    position: relative;
    height: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
    background-color:transparent;
    border:0;
}

#countdown .countdown-section{
    display: inline-block;
    position: relative;
    width: 25%;
    height: auto;
    min-height: 150px;
    vertical-align: top;
    border-left: 1px solid rgba(255,255,255,0.4);
}


#countdown .countdown-section:first-child{
    border-left: none;
}

#countdown .countdown-amount{
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 90px;
    color:white;
    display:block;
}

#countdown .countdown-period{
    font-size:14px;
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}



#result h2{
    letter-spacing:0;
}

iframe{border:0;}



/*------------------------------------------------------------------
[16. Other shortcodes]
*/

ul, ol {
line-height: 24px;
}

.nav-tabs {
    border-bottom: 1px solid #717171;
}

.nav-tabs>li>a {
    border-radius: 0;
    border-bottom-color: transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 1px solid #717171;
    border-bottom-color: transparent;
    margin-bottom:-1px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #282828;
}

.nav-pills>li>a {
    border-radius: 0px;
    text-transform:uppercase;
    font-size:12px;
    font-weight:900;
}

.TabsOscar>li>a {
    position: relative;
    display: block;
    padding: 5px 25px;
}

.tab-content{

    padding:10px;
}

.panel-heading {
    padding: 18px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel {
    border: 2px solid transparent;
    border-radius: 0px;
}
.panel-title{
    font-size: 12px;
}


.panel-default {
    border-color: #FFFFFF;
}

.buttons{
    padding:30px;
}


.buttons button{
    margin:30px;
}

.btn-primary{
    color:#357ebd;
}

.btn-primary:after, .btn-primary:before {
    background: #357ebd;
}

.btn-success{
    color:#4cae4c;
}

.btn-success:after, .btn-success:before {
    background: #4cae4c;
}

.btn-info{
    color:#46b8da;
}

.btn-info:after, .btn-info:before {
    background: #46b8da;
}
.btn-warning{
    color:#eea236
}

.btn-warning:after, .btn-warning:before {
    background: #eea236;
}


.btn-danger{
    color:#d43f3a;
}

.btn-danger:after, .btn-danger:before {
    background: #d43f3a;
}

.alert {
    border-radius: 0px;
}


.dropcap {
    float: left;
    color: inherit;
    font-size: 50px;
    line-height: 40px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
}



/*------------------------------------------------------------------
[17. Preloader]
*/
.preloaderLogo{
    min-width: 200px;
    max-width: 300px;
    width: 15%;
}



.ip-header {
    position: fixed;
    top: 0;
    z-index: 1050;
    min-height: 480px;
    width: 100%;
    height: 100%;
    background: #1d1d1d;
}

.ip-header h1 {
    margin: 0;
}

.ip-logo,
.ip-loader {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.ip-logo {
    top: 0;
    height: 100%;
    opacity:0;
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0);
}

.ip-loader {
    bottom: 30%;
    width:50px;
    left:50%;
    margin-left:-25px;
}

.ip-header .ip-inner {
    display: block;
    margin: 0 auto;
}

.ip-header .ip-logo svg {

}

.ip-header .ip-logo svg path {
    fill: #046674;
}

.ip-header .ip-loader svg path {
    fill: none;
    stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
    stroke: #ddd;
}

.ip-header .ip-loader svg path.ip-loader-circle {
    -webkit-transition: stroke-dashoffset 0.2s;
    transition: stroke-dashoffset 0.2s;
    stroke: #046674;
}


/* Animations */

/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-loader {
    opacity: 1;
    -webkit-animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
    animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loading .ip-loader {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes animInitialHeader {
    from { opacity: 0; -webkit-transform: translate3d(0,800px,0); }
}

@keyframes animInitialHeader {
    from { opacity: 0; -webkit-transform: translate3d(0,800px,0); transform: translate3d(0,800px,0); }
}

/* Header elements when loading finishes */
.loaded .ip-logo{
    opacity: 1;

}


.loaded .ip-loader {
    opacity: 1;
}



.loaded .ip-logo {
    -webkit-animation: animLoadedLoader 1s cubic-bezier(0.7,0,0.3,1) forwards;
    animation: animLoadedLoader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}



@-webkit-keyframes animLoadedLogo {
    to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

@keyframes animLoadedLogo {
    to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

.loaded .ip-loader {
    -webkit-animation: animLoadedLoader 1s cubic-bezier(0.7,0,0.3,1) forwards;
    animation: animLoadedLoader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLoader {
    to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

@keyframes animLoadedLoader {
    to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

/* Change the color of the logo */
.loaded .ip-logo svg path {
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    fill: #fff;
}

/* Header animation when loading finishes */
.loaded .ip-header {
    -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
    animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedHeader {
    to { -webkit-transform: translate3d(0,-100%,0); }
}

@keyframes animLoadedHeader {
    to { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}

/* Content animations */
.loaded .ip-main h2,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loaded .ip-main .browser,
.loaded .ip-main .browser .box:first-child {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loaded .ip-main .browser .box:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.loaded .ip-main .browser .box:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes animLoadedContent {
    from { opacity: 0; -webkit-transform: translate3d(0,200px,0); }
}

@keyframes animLoadedContent {
    from { opacity: 0; -webkit-transform: translate3d(0,200px,0); transform: translate3d(0,200px,0); }
}

/* Change layout class for header */
.layout-switch .ip-header {
    position: absolute;
    display:none;
}

/* No JS */
.no-js .ip-header {
    position: relative;
    min-height: 0px;
}

.no-js .ip-header .ip-logo {
    margin-top: 20px;
    height: 180px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .ip-header .ip-logo svg path {
    fill: #046674;
}



/*------------------------------------------------------------------
[18. Text Rotator Styling]
*/
h2.AnimatedHeadline b i em{
    font-style:normal;
}


.AnimatedHeadline b  i{
    font-style:normal;
    text-transform: uppercase;
}




.WordsWrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}
.WordsWrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight:900;
}

.WordsWrapper b.is-visible {
    position: relative;
}
.no-js .WordsWrapper b {
    opacity: 0;
}
.no-js .WordsWrapper b.is-visible {
    opacity: 1;
}


.AnimatedHeadline.AnimatedHeadlineRotation .WordsWrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}
.AnimatedHeadline.AnimatedHeadlineRotation i, .AnimatedHeadline.AnimatedHeadlineRotation em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.AnimatedHeadline.AnimatedHeadlineRotation i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}
.is-visible .AnimatedHeadline.AnimatedHeadlineRotation i {
    opacity: 1;
}
.AnimatedHeadline.AnimatedHeadlineRotation i.in {
    -webkit-animation: cd-AnimatedHeadlineRotation-in 0.4s forwards;
    -moz-animation: cd-AnimatedHeadlineRotation-in 0.4s forwards;
    animation: cd-AnimatedHeadlineRotation-in 0.4s forwards;
}
.AnimatedHeadline.AnimatedHeadlineRotation i.out {
    -webkit-animation: cd-AnimatedHeadlineRotation-out 0.4s forwards;
    -moz-animation: cd-AnimatedHeadlineRotation-out 0.4s forwards;
    animation: cd-AnimatedHeadlineRotation-out 0.4s forwards;
}
.AnimatedHeadline.AnimatedHeadlineRotation em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .AnimatedHeadline.AnimatedHeadlineRotation i {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}
.no-csstransitions .AnimatedHeadline.AnimatedHeadlineRotation i em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.no-csstransitions .AnimatedHeadline.AnimatedHeadlineRotation .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-AnimatedHeadlineRotation-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}
@-moz-keyframes cd-AnimatedHeadlineRotation-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0deg);
    }
}
@keyframes cd-AnimatedHeadlineRotation-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -moz-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        -o-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}
@-webkit-keyframes cd-AnimatedHeadlineRotation-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}
@-moz-keyframes cd-AnimatedHeadlineRotation-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}
@keyframes cd-AnimatedHeadlineRotation-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}


.AnimatedHeadline.type .WordsWrapper {
    vertical-align: top;
    overflow: hidden;
}
.AnimatedHeadline.type .WordsWrapper::after {
    /* vertical bar */
    content:'';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}
.AnimatedHeadline.type .WordsWrapper.waiting::after {
    -webkit-animation: PulseAnimation 1s infinite;
    -moz-animation: PulseAnimation 1s infinite;
    animation: PulseAnimation 1s infinite;
}
/*.AnimatedHeadline.type .WordsWrapper.selected {*/
    /*background-color: #aebcb9;*/
/*}*/
.AnimatedHeadline.type .WordsWrapper.selected::after {
    visibility: hidden;
}
/*.AnimatedHeadline.type .WordsWrapper.selected b {*/
    /*color: #0d0d0d;*/
/*}*/
.AnimatedHeadline.type b {
    visibility: hidden;
}
.AnimatedHeadline.type b.is-visible {
    visibility: visible;
}
.AnimatedHeadline.type i {
    position: absolute;
    visibility: hidden;
}
.AnimatedHeadline.type i.in {
    position: relative;
    visibility: visible;
}
@-webkit-keyframes PulseAnimation {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@-moz-keyframes PulseAnimation {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@keyframes PulseAnimation {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

/*------------------------------------------------------------------
[19. About-Multipage Featured Section]
*/


.featureWrapper{
    padding:10px;
}


#featured-works .owl-theme .owl-controls {
    text-align: left;
}

.featureWrapper .caption-heading{
    padding:10px;
}

#owl-featured .owl-buttons{
    display:inline-block;
}
#owl-featured .owl-prev, .owl-next{
    display:inline-block;}

.featuredNav{

    margin:10px;
    padding:5px 10px;
    background:#282828;
    color:white;
}


/*------------------------------------------------------------------
[20. Blog Section]
*/

.BlogSection  .blog-gallery{
    background:white;
}

.BlogSection .btn-black{
    margin:10px auto;
    margin-top:30px;
    width:70%;
    display:block;
}

.BlogSection .btn-black:before {
    z-index: 0;
}

.BlogSection .btn-black:before{
    z-index: -1;
}

.BlogSection .blog-gallery .ImageWrapper img{
    padding:0;
}

.BlogSection .gallery .blog-inner {
    float: left;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.BlogSection .blog-gallery .videoWrapper{
    padding-top:0;
}
.BlogSection .gallery .item-3col-gutter,
.BlogSection .gallery .grid-sizer-3col-gutter{
    width: 30%;/* change here the column width */
}

.BlogSection .gallery .item-3col-gutter{
    margin-bottom:3.33333%;
    margin-left:3.33333%;
}

.BlogSection .gutter-sizer-3col{
    width:3.33333%;
}



.BlogSection .BlogPostInfoWrapper{
    padding:20px;
    background:#f5f5f5
}


.BlogSection .BlogPostInfoWrapperHover{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.8);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.BlogSection .BlogPostInfoWrapperHover:hover{
    background:rgba(255,255,255,0.9);
}


.BlogSection .BlogPostInfoWrapperHover .VContentWrapperTable {
    width:100%;
}

.BlogSection .BlogPostInfoWrapper .smallHeader{
    font-size: 12px;
    font-weight: 700;
    color: #aeaeae;
    font-family: 'Montserrat',sans-serif;
    margin-top: 0;
    text-transform: uppercase;
}


.BlogSection .BlogPostInfoWrapper h3{
    text-transform:none;
    font-weight:700;
}

.line-separator-small{
    margin-top:15px;
    margin-bottom:15px;
    background: #5CDBE7;
    width:40px;
    height:3px;
    margin-left:auto;
    margin-right:auto;
}

.BlogSection .BlogPostInfoWrapperQuote{
    background:#5CDBE7;
    padding:40px;
}

.SoundCloudWrapper iframe {
    width: 100%;
}


.BlogSection .BlogPostInfoWrapperQuote p{
    font-family:'cursive';
    font-style: italic;
}

.BlogSection .BlogPostInsideWrapper{

    padding:40px;

}
.BlogSection .owl-blog .owl-controls{
    margin-top:0;
}

.BlogSection .owl-blog .owl-pagination{
    margin-top:-30px;
    position:relative;
    z-index:345
}

.BlogSection .owl-blog.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: calc(50% - 20px) !important;;
}

.BlogSection .owl-blog.owl-theme .owl-controls .owl-buttons .owl-next {
    right:20px;
}

.BlogSection .owl-blog.owl-theme .owl-controls .owl-buttons .owl-prev {
    left:20px;
}



.BlogSection .PaginationBlog .smallHeader{
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
    margin-top:0
}

.BlogSection .PaginationBlog .smallHeader p{
    text-transform: none;
}


.BlogSection .btn-black:before{
    z-index: 0;
}

.BlogSection .btn-black span{
    position:relative;
    z-index:2
}

.disabled a, .disabled a .smallHeader {
    color: #777;
    cursor: no-drop;
}
.PaginationBlog .smallHeader {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
}

.widget{
    margin-top:50px;
    background:#f5f5f5;
    padding:20px;
}

.widget .smallHeader{
    padding-bottom:10px;

}
.widget:first-child{
    margin-top:0;
}

.badge{
    background: #ccc;
    color:white;
    font-weight:400;
}

.widget .line-separator-small{
    margin-top:0px;
    margin-bottom:15px;
    margin-left:0;
}

.label{
    font-weight:400;
}

.SoundCloudInfo{
    margin-top:-10px
}




.widget .input-group-addon {
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: white;
    text-align: center;
    background-color: #181923;
    border: 0;
    border-radius: 0;
    height: 40px;
}

.widget .input-group-addon a{
    color: #fff;
}

.widget .form-control {
    height: 40px;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
}

.widget .form-control:focus {
    border-color: #282828;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.BlogFullWidthWrapper{
    position:relative;
    padding:40px;
    padding-top:0;
}

.BlogFullWidthWrapper .ImageWrapper img {
    padding: 0px;
}

.BlogFullWidthWrapper .btn{
    max-width:200px;
}

.BlogFullWidthWrapper .BlogImage{
    width:100%;
    height:auto;
}



.media {
    margin-top: 15px;
    padding:20px;
    padding-left:0;
}
.media:first-child {
    margin-top: 0;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}

.media p.biggerSize{
    display:inline-block;
    padding-left:10px;
    margin-bottom:0;
}

.media .media-heading{
    display:inline-block;
}

.media-left{
    width:15%;
}


.FormHugoBlog label{
    min-width:100%;
    box-shadow:none;
    text-transform: none;
}

.FormHugoBlog input#name,
.FormHugoBlog input#email{
    width:100%;
    box-shadow:none;
    padding:10px;
    border:1px solid #B3B3B3;
    padding-left:20px;
    font-weight:400;
}

.FormHugoBlog textarea{
    border:1px solid #B3B3B3;
    margin-top:0px;
    width:100%;
    height:100px;
    padding-left:20px;
    padding-top:10px;
    font-weight:400;
}

.FormHugoBlog .SubmitButton{
    float:none;
}

.FormHugoBlog label:first-child{
    margin-top:20px;
}



/*------------------------------------------------------------------
[21. Navbar E-commerce]
*/


.navbar-ecommerce{
    padding:10px;
}
.SearchInput{
    width:100%;
    position: fixed;
    top: -999px;
    opacity:0;
    left:0;
    z-index:9999;
     -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.SearchInput input{
    padding:40px;
    background-color: #181818;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    border-color: #181818;
    display:block;
}

.form-control:focus {
    border-color: black;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.SearchCloseTrigger{
    position: absolute;
    z-index:99999;
    color:white;
    font-size:23px;
    right:50px;
    top:25px;
}

.SearchInput.ActiveSearchInput{
    top:0;
    opacity:1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}


.CartDropdown{
    min-width: 260px;
}

.ShoppingCartDropdown-header{
    padding-bottom:0;
    padding-top:10px;
}

.ShoppingCartDropdown-items{
    padding:15px;
}



.CartDropdown hr{
    margin-top:5px;
    margin-bottom:5px;
}

.ShoppingCartImageSmall {
    float: left;
    margin-right: 15px;
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #EEE;
}

.ShoppingCartImageSmall img{
    width:100%;
    height:100%;
}

.ShoppingCartName {
    position: relative;
    overflow: hidden;
    color:white;
}

.ShoppingCartName a{
    color:white;
    font-size:12px;
}
.ShoppingCartName .ShoppingCartPrice {
    display: block;
    line-height: 14px;
    color: #999;
}

.ShoppingCartName .ShoppingCartQuantity {
    display: block;
    position: absolute;
    font-size: 14px!important;
    right: 0;
    top: 2px;
    letter-spacing:0;
    color:white;
}

.ShoppingCartWrapper{
    padding-bottom:15px;
}

.ShoppingCartDropdown-footer hr{
    margin-bottom:0;
    border-color: #5E5E5E;
    margin-top:0;
}

.ShoppingCartWrapper:last-child{
    padding-bottom:0;
}

.ShoppingCartDropdown-footer h5{
    color:#eee;
}


.navbar .icon-Search,
.navbar .icon-ShoppingCart{
    font-size: 1.6em;
}

.ShoppingCartDropdown-footer .btn{
    font-size:10px;
}

.ShoppingCartDropdown-footer .btn{
    font-size:10px;
}

.EcommercePart .gallery .item-2col-gutter,
.EcommercePart .gallery .grid-sizer-2col-gutter{
    width: 45%; /* change here the column width */
}

.EcommercePart .gutter-sizer-2col{
    width: 5%;
}

.EcommercePart .gallery{
    background: transparent;
}

.EcommercePart .ImageWrapper img {
    padding: 0px;
}

.ShoppingWidget1 hr{
     margin-top:5px;
     margin-bottom:5px;
 }

.ShoppingWidget1 .btn{
    font-size:10px;
}

.badge{
    font-size:10px;
}

.ShoppingWidget2 .Ratings i{
    color: #444;;
}
.LineThrough{
    text-decoration: line-through;
    padding-right:5px;
    color:#ddd
}

.EcommercePart .shopping-inner {
    float: left;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom:5%;
}


.ReadMoreButton{
    max-width:200px;
    margin:20px auto;
}

.ReadMoreButton .fa{
    line-height: 0;
}

.shopping-inner{
    background: white;
}

.ShoppingPostWrapper{
    padding: 25px;
}
.ShoppingTitle{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .75px;
    color: #1e1e1e;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    font-weight:700;
}

.price{
    font-family: 'Montserrat',sans-serif;
    color: #acb1b4;
    font-size: 11px;
    letter-spacing: .25px;
    font-weight:400;
}

.NewBadge span{
    background:red;
    color:white;
    font-size: 11px;
    font-family: 'Montserrat',sans-serif;
    text-transform:uppercase;
    padding:3px 5px;
    font-weight:400;
}

.ShoppingPostHeader{
    padding-top:20px;
    padding-bottom:20px;
}


.shopping-inner .ShoppingImage1{
    opacity:1;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
}

.shopping-inner .ShoppingImage2{
    position:absolute;
    top:0;
    opacity:0;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
}

.shopping-inner:hover .ShoppingImage1{
    opacity:0;

}

.shopping-inner:hover .ShoppingImage2{
    opacity:1;

}

.CategoryBadge, .NewBadge{
    display:inline-block;
}

.CategoryBadge span{
    background: white;
    color: black;
    font-size: 11px;
    font-family: 'Montserrat',sans-serif;
    text-transform:uppercase;
    padding:3px 5px;
    font-weight:400;
}


.ParallaxIntroShopping{
    position:absolute;
    z-index:0;
    left:50%;
}

#intro.nobackground{
    overflow:hidden;
}

.EcommerceReview{
    color:gold;
}

.EcommerceInput{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.MfpOscarEcommerce .mfp-figure:after {
    background:transparent;
    box-shadow:none;
}

.MfpOscarEcommerce .mfp-figure:after {
    background: white;
    box-shadow:none;
}

.MfpOscarEcommerce  .mfp-counter {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    color: #ccc;
    font-size: 14px;
    width: 100px;
    line-height: 18px;
    white-space: nowrap;
}

.MoreImageEcommerceGallery img{
    padding:20px;
}

.EcommerceReviewComment img{
    width:130px;
    float:left;
    margin-right:20px;
}

.EcommerceReviewComment h4{
    margin-top:15px;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.tab-content {
    padding-top: 25px;
}

.EcommerceFeatureWrapper .icon{
    font-size:20px; vertical-align:middle;
    padding-right:10px;
}

.price .disabled{
    text-decoration:line-through;
    color:#ddd;
}


.EcommerceRelated {
    background:white;
    padding:10px;
    padding-bottom:0;
    margin:10px;
    margin-bottom:0;
}

.EcommerceRelated .ShoppingPostWrapper{
    padding-bottom:10px;
}


.CheckoutWrapper .ShoppingCartImageSmall {
    float: left;
    margin-right: 15px;
    width: 120px !important;
    height: 120px !important;
    border: 2px solid #EEE;
}

.CheckoutTable .ShoppingCartImageSmall {
    float: left;
    margin-right: 15px;
    width: 80px !important;
    height: 80px !important;
    border: 2px solid #EEE;
}

.CheckoutTable td{
    vertical-align: middle !important;;
}

.FormVoucher  #contact_form #coupon{
    margin:0;
    padding:0;
}

.FormHugoBlog.FormVoucher label{
    margin:0;
}

.FormVoucher  #contact_form #coupon{
    margin:0;
    padding:0;
}

.FormHugoBlog.FormVoucher label{
    margin:0;
}

.CheckoutWrapper .ShoppingCartImageSmall {
    float: left;
    margin-right: 15px;
    width: 80px !important;
    height: 80px !important;
    border: 2px solid #EEE;
}

.ShoppingCartIconWrapper{
    width:30px;
    margin:0 auto;
}

.ShoppingCartNumber {
    position:Absolute;
    font-size:10px;
    padding:0;
    right:0px;
    top: -8px;
    z-index: 1000;
    color:black;
}

.ShoppingCartNumber:after{
    width:14px;
    content:'';
    background:white;
    position:absolute;
    height:14px;
    border-radius:50%;
    right:-4px;
    top:2px;
    z-index:-1;
}




/*------------------------------------------------------------------
[22. Portfolio Overlay ]
*/

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index:3000;
    overflow-y: scroll;
}

.overlay-section{
    position: static;
}

/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}



.overlay-close img{
    cursor:pointer;
}

.overlay-close{
    padding:30px;
}


.CloseOverlayWrapper{
    width:200px;
    text-align:center;
    margin:0 auto;
}

.CloseOverlayWrapper i{
    font-size:40px;
}

.ProjectOverlayInfo i,
.ProjectOverlayInfo p,
.OverlayInfoWrapper{
    display:inline-block;

}

.OverlayInfoWrapper{
    padding-left:20px;
    padding-right:20px;
    text-align:center;
    width:100%;
}

.OverlayInfoWrapper i{
    font-size:40px;
}
