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

}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}


a{
    color: #2feeca;
    text-decoration: none;
}
a:hover, a:focus{
    color: #2feeca;
    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;
}


.valign{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section{
    position: relative;
}

.container {
    position: relative;
}

section .container{
    padding-top:200px;
    /*padding-bottom:200px;*/
}

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

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

.separator2{
    width:100px;
    max-width:170px;
    margin-top:70px;
    margin-bottom:70px;
}

.lineSeparator{
    width:60px;
    max-width:60px;
    margin-top:30px;
    margin-bottom:30px;
}
.preloaderLogo{
    min-width: 200px;
    max-width: 300px;
    width: 15%;
}

.left{
    float: left;
}

.right{
    float: right;
}



.sectionIntro h2{
    color: #2feeca;
}

.sectionIntro h2 span{
    padding:25px 50px;
    border: solid 10px #2feeca;
}

.sectionIntro p{
    margin-top:100px;
}

.noscroll{
    overflow:hidden;
}


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

.highlight{
    text-decoration: underline;
}
.highlight2{
    background-color: rgba(255, 241, 176, 0.5);
}

/*parallax letters*/


.parallaxLetter{
    position:absolute;
    font-size:300px;
    color:#F9F9F9;
    z-index:1;
    width: 200px;
    height: 300px;
}


.letter1{
    right:20%;
}

.letter2{
    left:20%;
}

.letter3{
    right:15%;
}

.letter4{
    left:10%;
}

.letter5{
    left:0%;
}



/*buttons*/

.btn{
    background:transparent;
    border-radius:0;
    border:0;
    font-family: 'Martel', serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
    position: relative;
    line-height: 40px;
    padding: 0 40px;
    font-size: 16px;
    /*letter-spacing: .2em;*/
    /*border-top: 2px solid transparent;*/
    /*border-bottom: 2px solid transparent;*/

    /*outline: 1px solid transparent;*/

    /*-webkit-transition: all .5s ease .25s;*/
    /*transition: all .5s ease .25s;*/
}


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

}

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

/*.btn:after, .btn:before {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    background: white;
}



.btn:before {
    left: -8px;
}

.btn:hover:before {
    left: 0;
}

.btn:after {
    right: -8px;
}

.btn:hover:after {
    right: 0;
}
*/


.btn-default:hover{
    color: #333;
    border-bottom: 2px dotted #000000;
    
}

.btn-black{
    color:#717171;
}


.btn-black:hover {
    background: transparent;
    border-bottom: 2px dotted #000000;
}

/*NAVBAR */
.navbar-default {
    opacity: 0;
    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-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #777;
    background-color: transparent;
}

.affix{
    opacity: 1;
    background-color: white;
    padding-top:10px;
    padding-bottom:10px;
}

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

.navbar-default .navbar-toggle {
    border-color: transparent;
}

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

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

.navbar-nav > li > a {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #d5d5d5;
    letter-spacing: 3px;
    position: relative;
}


.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    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: #d5d5d5;
}*/

.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;
    }
}

.list-intro{
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
}

.list-intro2{
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 23px;
}
/*TEXT STYLES*/

h1, h2, h3, h4, h5, h6{
    font-weight: 700;
    font-family: 'Martel', serif;
}

h1{
    font-size:36px;
    margin-bottom: 32px;
}

.lowerCase_h1{
    font-size:36px;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 50px;
}

h2{
    font-size:32px;
    line-height: 1.8em;
    font-family: 'Martel', serif;
}

.lowerCase_h2{
    font-size:30px;
    text-transform: none;
    margin-bottom: 50px;
}

h3{
    font-size:24px;
    font-family: 'Martel', serif;
    line-height: 1.8em;
    margin: 0px;
}

h4{
    font-size:20px;
    font-weight: lighter;
    line-height: 1.8em;
}

.lowerCase_h4{
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 1.5em;
}

h5{
    font-size: 16px;
    line-height: 1.8em;
}

h6{
    font-size:16px;
    letter-spacing: 0px;
}

p {
    font-size: 18px;
    line-height: 1.8em;
    color: #16192B;
}

p.bold{
    font-weight:600;
}

p.small{
    font-size: 16px;
    line-height: 1.5em;
    color: #717171;
}

p.smaller{
    font-size: 14px;
    line-height: 1.5em;
}
.page-cover-subtag{
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.grey{
    color: #717171;
}

.green{
    color: #30A04D;
}

.light-grey{
    color: #888888;
}

.black{
    color: #000000;
}

.innerpadding{
    padding: 0 150px;
}
.innerpaddingwithrow{
    padding: 0 85px; } 

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Intro -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

.introLogo{
    position:relative;
    width:160px;
    margin-bottom:20px;
}

#intro .separator{
    margin-top:30px;
    margin-bottom:30px;
}

#intro a {
    margin-top:20px;
}

#intro input{
    height: 54px;
    padding-bottom: 3px;
    border: 0;
    background: #393939;
    border-radius: 0;
    line-height: 54px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #2feeca;
    letter-spacing: 1px;
    width: 50%;
    margin: 0 auto;
}

.codeArea{
    background-color:#242528; 
    padding: 8px 25px 12px;
    border-radius:4px;
    margin-top:5px;
    /*display:none;*/
    opacity: 0;
    height: 0px;
    overflow: hidden;
}

.horizTranslate{
    -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  /*display: block;*/
  opacity: 100;
  height: 100%;
  overflow: hidden;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Text Separator -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator .container-fluid .col-md-6{
    padding-left:50px;
}

#text-separator, #text-separator-clients, #text-separator-testimonials, #text-separator-timers{
    background-color: #1d1d1d;
    padding-top:50px;
    padding-bottom:50px;
    padding-left:15px;
    overflow:hidden;

}

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

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

.textSepLogo{
    position:absolute;
    right:0;top:0;
    z-index: 1;
}

.timerWrapper{
    color:white;
    padding:20px;
}

.timerWrapper h1{
    letter-spacing:0;
}

.timerWrapper p{
    color: #d5d5d5;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Welcome Separator -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#welcome-separator{
    background-color:white;
}

#welcome-separator .col-md-7,
#welcome-separator .container-fluid{
    padding:0;
}

#welcome-separator .separator{
    width: 120px;
    max-width: 120px;
    margin-top: 40px;
    margin-bottom: 40px;
}


#welcome-separator .image{
    height:500px;
    overflow:hidden;
}

#welcome-separator .image img{
    height: 100%;
}


.whiteOverlay{
    background: transparent url("img/gradient.png") bottom right repeat-y;
    bottom: 0;
    height: 500px;
    right: 0;
    position: absolute;
    width: 500px;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index:4
}

.welcomeLogo{
    width:100px;
}

.textOverlay{
    padding-bottom:90px;
    padding-top:100px;
    margin-left:-200px;
    z-index:6;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--About -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#about{
    background-color: #fff1b0;
}
#about .container{
    padding-top:200px;
}



.aboutIconWrapper{
    position:absolute;
}

.aboutText{
    position:relative;
    padding-left:50px;
}

.aboutIconWrapper{
    font-size:80px;
    color:#f5f5f5;
    z-index:0;

}

.aboutItem{
    margin-top:30px;
    margin-bottom:30px;
}
#about h5{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 2em;
    color: #2feeca;
}


.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: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: white;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid black;
}



/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Portfolio -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


.portfolioIntro{
    height:300px;
}

.portfolioIntro h2 {
    padding-top:120px;
    margin-top:0;
}

.portfolioIntro h2 span{
    padding: 25px 50px;
	border: solid 10px #fff;
	color: #fff;
}

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

.grayBackground {
    background-color: #f8f8f8;
}

.heightItem{
    padding:45px;
}

#filters{
    padding-top:30px;
}

#filters .btn{
    margin:20px;
}

#owl-item .owl-buttons{
    display:inline-block;

    position:relative;

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

.itemNav{

    margin:10px;
    padding:5px 10px;
    background:#282828;
    color:white;
}
#owl-item .owl-controls {
    text-align: center;
    margin-top:-70px;
}


.portfolioIntro{
    position:relative;
    z-index:2;
    /*background:url('img/portfolioIntro.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;
}

#portfolio .black-overlay{
    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 */

}

#portfolio .container{
    padding-top:100px;
    padding-bottom:100px;
}


.gallery {
    max-width: 100%;
}

.gallery-inner .caption{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.90);
    -webkit-transition: all 0.4s ease-in-out;

}

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

.gallery-inner .caption-heading {
    width:100%;
    height:120px;
}

.caption-heading .separator{
    width: 100px;
    max-width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.caption-heading .btn-default {
    line-height: 30px;
    font-size:10px;
    margin-top:8px;
    color: #777;
}

.gallery-inner .caption-heading,
.gallery-inner .caption-heading p{
    color:red;
}

.gallery-inner .caption-heading p{
    font-size:12px;
    font-style:italic;
}

.gallery {
    background: white;
    min-height: 359px;
}

#portfolio .container .gallery{
    background: white;
}

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

}

/* 5 columns, percentage width */
.gallery .gallery-inner,
.gallery .grid-sizer {
    width: 33.333%;/* change here the column width */
}

.gallery .grid-sizer-two-columns,
.gallery .two-columns{
    width:50%;
}

.gallery .grid-sizer-four-columns,
.gallery .four-columns{
    width:25%;
}

.four-columns h4{
    letter-spacing:1px;
}





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

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



/* Overlay style */
.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;
}


#singlePageIntro .container{
    padding:100px;
    padding-bottom:30px;
}
/*#singlePageIntro_1:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/dotit/CHI_video_1.jpg); 
    background-size: contain;
    width: 100%;
    height: 100%;
    opacity : 0.2;
    z-index: -1;
}*/

#singlePageContent .container{
    padding:10px;
}

#singlePageIntro .separator{
    margin-top:50px;
    margin-bottom:20px;
}

.singleProjectInfo ul{
    padding:20px;
    list-style:none;
    border-left:5px solid #282828;
}

.singleProjectInfo ul li p{
    display:inline;
}

.hoverEffect{
    opacity: 0.2;
}

.subtitle{
    color: #2feeca;
    font-weight: 200;
    letter-spacing: 1.5px;
}

.singleImageWrapper{
    padding-top:60px;
}


.singleImageWrapper .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.singleImageWrapper .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 */

.circle{
    text-align: center;
    border: 10px solid #5cb6dd;
    border-radius: 50%;
    padding: 7px;
    width: 250px;
    height: 250px;
    background: aliceblue;
    position: absolute;
    right: 20px;
    bottom: -50px;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Team -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


#team {
    background:white;
}

#team .container{
    padding-bottom:0;
}

#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: 10px;

}

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

#owl-team{
    position:relative;
}

.memberParagraph{
    padding-right:40px;
}

.memberDescription h2{
    letter-spacing:0;
}

.memberDescription .position{
    margin-top:10px;
    margin-bottom:40px;
}

.memberDescription .position span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 3px;
    line-height: 20px;
    text-transform: uppercase;
    border: solid 1px black;
    padding: 6px;
}

.teamSocial{
    margin-top:20px;
}

.teamSocial a{
    padding:7px;
    font-size:18px;
}

.teamSocial a:first-child{
    padding-left:0px;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--clients logo -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator-clients{
    padding-top:110px;
    padding-bottom:110px;
}



#text-separator-clients h3 span{
    padding:25px 50px;
    border: solid 10px white;
    font-size:24px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color:white;
}


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


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Services -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

.serviceBox{
    width:50%;
    height:400px;
    position:relative;
    float:left;
    padding:50px;
    z-index: 2;
}

.serviceBox .separator {
    width: 100px;
    max-width: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.serviceBox h2 {
    padding-top:140px;
    margin-top:0;
}

.serviceBox h2 span{
    padding:25px 50px;
    border: solid 10px #282828;
}

.serviceBox i{
    font-size:9em;
}

.introServiceBox{
    position:relative;
    z-index:2;
    background:url('img/backgroundService.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;
}


.whiteBox{
    background:white;
}

.blackBox{
    background:#282828;
}

.blackBox i{
    color:white;
}



#servicesSimple{
    background:white;
}

.serviceIconWrapper{
    padding:20px;
}

.serviceIcon{
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
    margin-top: 3px;
    float: left;
    transition: all .3s ease-in-out;
}

.simpleServiceContent{
    margin-left: 60px;
}

.simpleServiceContent h4{
    letter-spacing:5px;
}


.serviceIconWrapper{
    padding:20px;
}

.serviceIcon2{

    font-size: 40px;
    line-height: 40px;
    transition: all .3s ease-in-out;
    margin-bottom:20px;
}


.simpleServiceContent2 h4{
    letter-spacing:4px;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Testimonials -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator-testimonials h3 span{
    padding:25px 50px;
    border: solid 10px white;
    font-size:24px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color:white;
}
#text-separator-testimonials h3{
    padding-top:100px;
}


.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;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Pricing Tables -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#pricing{
    background-color:#f4f4f4;
}


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

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

.tableWrapper .subscriptionName h2{
    letter-spacing:0;
}

.subscriptionList ul{
    list-style:none;
    padding:0;
}

.subscriptionPrice{
    padding-bottom:10px;
}


.subscriptionPrice h2{
    letter-spacing:0;
}


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


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--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{
    height: 50px;
    padding: 10px;
    padding-bottom: 0px;
    border: 0;
    background: transparent;
    border-bottom: 5px solid #282828;
    border-left:5px solid #282828;
    font-size:10px;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #282828;
    letter-spacing:1px;
}

#contact_form #comments {
    height: 200px;
    padding: 10px;
    margin-top:30px;
    padding-bottom: 0;
    border: 0;
    background: transparent;
    border-bottom: 5px solid #282828;
    border-left: 5px solid #282828;
    font-family: 'Montserrat', sans-serif;
    color: #282828;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}



.infoContact{
    list-style:none;
    padding:20px;
}


.infoContact li{
    padding-left:20px;
}

.infoContact li .fa{
    margin-right:6px;
    font-size:18px;
}
.infoContact li:first-child{
    margin-left:-27px;
}

#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;
}


.topLine{
    /*background:#282828;*/
    padding:100px 30px;
}


.bottomLine {
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
}

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

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


.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: 'Montserrat', 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;
}

.footerSocialIcons {
    padding: 20px 0 0;
}
.footerSocialIcons {
    list-style: none;
}

.footerSocialIcons li {
    display: inline;
    margin: 0 10px;
}

.footerSocialIcons li a{
    color: #a5a5a5;
    opacity: 0.5;
}

.footerSocialIcons li a:hover{
    opacity: 0.9;   
}

.bottomLine p{
    display:inline;
}

.backToTop a{
    color:white;

}


/*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;
}



#singlePage{
    padding-bottom:100px;
    position:relative;
}

.paginationRow{
    padding:80px 24px;
}

#result h2{
    letter-spacing:0;
}

iframe{border:0;}



/*/featured works*/

#featured-works{
    background:white;
}

.featureWrapper{
    padding:10px;
}

.featureWrapper .caption-heading{
    padding:10px;
}
.project_preview_window{
    margin-bottom: 80px;
}

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

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

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

.featuredNav{
    margin: 5px;
    padding: 5px 10px;
    color: #282828;

}


/*pages*/

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



/*BLOG SECTION*/

#blogIntro{
    background:white;
}

#blogIntro .container {
    padding-bottom: 130px;
}

#blogIntro .separator {
    margin-top: 80px;
    margin-bottom: 0px;
}

#blogContent{
    background:white;
}
#blogContent .container {
    padding-top:0;
}




/* ---- isotope ---- */


/* clear fix */
.blogPostsWrapper:after {
    content: '';
    display: block;
    clear: both;
}

.blogPostsWrapper2:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */
.blogPost,
.grid-sizer-blog-3{
    width: 33.33%;
}

.blogPost2,
.grid-sizer-blog-2{
    width: 50%;
}

.blogPost, .blogPost2 {
    float: left;
}


.blogPost, .blogPost2{
    padding:20px;
}

.post-content{
    padding:20px;
    padding-top:10px;
}

.post-date p{
    font-size:90%;
    font-style:italic;
}

.post-info p{
    font-size:90%;
    font-style:italic;
}

.blogSeparator{
    width:35px;
    margin:15px 0;
}

.post-content .btn{
    font-size:10px;
    padding:0px 10px;
    line-height:30px;
    margin-top:20px;
}


.widget ul{
    list-style-type:square;
    padding-left:20px;
}

.widget h4{
    letter-spacing:2px;
}

.widget{
    padding: 10px;
    margin-bottom:20px;
}


.widget ul li{
    color:#282828;
    margin-bottom:10px;
}

.widget ul li a{
    color: #353535;
}


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

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

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

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

.blogPostSeparator {
    width: 60px;
    height: 2px;
    background-color: #282828;
    margin-bottom: 20px;
    margin-top: 15px;
}

.blogPost3{
    padding:30px;
    padding-top:0;
    padding-bottom:0;
}

.blogPost3 .post-content{
    padding-left:0;
}

.blogPost3 .post-thumbnail img{
    width:100%;
}
.blogPost3 {

    margin-bottom:60px;
}

.blogPost3 h2{
    letter-spacing:1px;
}

.blogArticlesSeparator{
    margin-top:0;
}


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

.blogNav{

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

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


#owl-blog-single .owl-buttons .owl-prev{
    left: 10px;

}

#owl-blog-single .owl-buttons .owl-next{
    right: 10px;
}

#owl-blog-single  .owl-controls {
    height: 0;
}


/*shortcodes */
.nav-tabs {
    border-bottom: 2px solid #2feeca;
    margin-bottom: 30px;
}

.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: 2px solid #2feeca;
    border-bottom-color: transparent;
    margin-bottom:-2px;
}

.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;
    font-family:'Montserrat', sans-serif;
    text-transform:uppercase;
    font-size:12px;
    font-weight:900;
}

.tool_icon{
    width: 150px;
    margin-right: 40px;
}

.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: black;
}

.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:#fff;
}

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


.btn-danger{
    color:#d43f3a;
}

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

.alert {
    border-radius: 0px;
}

#callToAction{
    background:#282828;
}

#callToAction .container{
    padding-top:75px;
    padding-bottom:75px;
}

#callToAction h4{
    color:white;
    letter-spacing:2px;
}

#callToAction p{
    color: #d5d5d5;
    padding-top:15px;
    padding-bottom:15px;

}

#callToAction h4{
    color:white;
    letter-spacing:2px;
}

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

/*dnanexus*/
.ex_works {
    position: absolute;
    right: -300px;
    width: 600px;
    z-index: 1;
    transition: all 0.3s ease-in;
}
.ex_works > img {
  width: 33%;
  float: left;
}
.how_works > img {
    width: 50%;
    height: 150px;
    float: left;
}
#ball{
    width: 300px;
    height: 300px;
    margin: 0 auto;
    position: relative; 
}
#ball_b{
    width: 300px;
    height: 300px;
    /*margin: 0 auto;*/
    position: relative;
}

#c_desc{
    margin-top: 50px;
}

.ball{
    position: absolute;
    border-radius: 50%;
    transition: all 0.8s ease-in-out;
}

.ball1{
    width: 100%;
    height: 100%;
    background-color: #707070;
}

.ball2{
    width: 95%;
    height: 95%;
    background-color: #c7e9f4;
    margin: 2.5% 0 0 2.5%;
}

.ball3{
    width: 90%;
    height: 90%;
    background-color: #cdcccc;
    margin: 5% 0 0 5%;
}

.ball4{
    width: 85%;
    height: 85%;
    background-color: #98ca3c;
    margin: 7.5% 0 0 7.5%;
}
.styleGuide_show{
    background-color: #f2f2f2;
    padding: 20px 20px;
    margin: 10px 0;
    border-radius: 5px;
}
.c_desc{
}
.c_img{
    height: 150px;
    text-align: center;
}
.c_underline_1{
    border-top: 5px solid #98ca3c;
}
.c_underline_2{
    border-top: 5px solid #cdcccc;
}
.c_underline_3{
    border-top: 5px solid #c7e9f4;
}
.c_underline_4{
    border-top: 5px solid #707070;
}
.h_160{
    height: 160px;
}
.w_30p{
    width: 30%;
}
.w_100p{
    width: 100%;
}
.c_1, .c_2, .c_3, .c_4{
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    opacity: 0.1;
    text-align: center;
    color: white;
    font-size: 10px;
    padding-top: 3px;
}
.c_1{
    background-color: #98ca3c;
}
.c_2{
    background-color: #cdcccc;
}
.c_3{
    background-color: #c7e9f4;
}
.c_4{
    background-color: #707070;
}

/*4_what user see*/
.img80{
  width: 80%;
  margin: 0 auto;
}

.imgBorder {
  border: solid 1px #ccc;
}

.sec{
  width: 100%;
  position: relative;
  cursor: pointer;
}

.sec:hover .switch{
  opacity: .7;
}

.switch > span {
    border-right: 2px solid black;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 12px;
}

.new {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease-in .3s;
}

.new_gone {
  opacity: 0;
  left: -10px;
}

.old {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 60px;
  transition: all ease-in .3s; 
}

.old_display {
  opacity: 1;
  left: 0;
}

.switch {
  position: absolute;;
  top: 50%;
  right: 0;
  opacity: 0.2;
  transition: linear .3s;
}

.switch:hover{
  opacity: .7; 
}

.switch > img {
  width: 50px;
  transition: transform ease-in .3s;
}

.rotate {
  transform: rotate(0.5turn);
}

.frame3-right-in {
  left: 50% !important;
}

@keyframes top-border {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.footerNav {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: red;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 50px;
}
.footerP{
    font-size: 14px;
    /*line-height: 1.6em;*/
    font-weight: 500;
    color: #777;
    /*letter-spacing: 3px;*/
    position: relative;
}

/*dashboard*/
.user{
    float: right;
    font-size: 12px;
    color: grey;
}

.points {
    border-left: 2px solid #98ca3c;
    padding-left: 30px;
}

.points > p{
    float: left;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

#owl-blog-single > img{
    border: 1px solid #f5f5f5;    
}

/*homepage*/

.product-item-display{
    width: 100%;
    height: 440px;
    background-color: #F5F7F9;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.product-item-display h6{
    position: absolute;
    bottom: 30px;
    right: 24px;
    font-size: 16px;
    z-index: 2;
    color: #000000;
}

.product-item-display h6.subtitle{
    position: absolute;
    bottom: 59px;
    right: 24px;
    font-size: 12px;
    letter-spacing: 0;
    font-family: 'Helvetica', sans-serif;
    z-index: 2;
    color: #000000;
    background-color: #2FEECA;
    padding: 6px 12px;
    border-radius: 3px;
}

.product-item-display p{
    position: absolute;
    bottom: 45%;
    right: 45%;
    z-index: 2;
    opacity: 0;
}

.view_project{
    font-size: 14px;
}

.product-item-display:hover h6{
    /*bottom: 50px;*/
}

.product-item-display:hover p{
    opacity: 1;
    right: 42%;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}



.product-item-display_1-1::after{
    content: "";
    background: url(img/Homepage/Homepage_cover_1-1.jpg);
    opacity: 0.8;
    top: 15%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 160%;
    background-repeat: no-repeat;
    background-position-x: -25%;  
}

.product-item-display_1-2::after{
    content: "";
    background: url(img/Homepage/Homepage_cover_1-2.jpg);
    opacity: 0.8;
    top: 15%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 160%;
    background-repeat: no-repeat;
    background-position-x: -25%;  
}

.product-item-display_1-3::after{
    content: "";
    background: url(img/Homepage/Homepage_cover_1-3.jpg);
    opacity: 0.8;
    top: 15%;
    left: 10%;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 170%;
    background-repeat: no-repeat;
    background-position-x: 0%;  
}

.product-item-display_1-4::after{
    content: "";
    background: url(img/Homepage/Homepage_cover_1-4.jpg);
    opacity: 0.8;
    top: 15%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 160%;
    background-repeat: no-repeat;
    background-position-x: -25%;  
}

.product-item-display_2-1::after{
    content: "";
    background: url(img/Homepage/Homepage_cover_2-1.jpg);
    opacity: 0.8;
    top: 5%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 180%;
    background-repeat: no-repeat;
    background-position-x: 70%;  
}

.product-item-display_2-2::after{
    content: "";
    background: url(img/Homepage/Homepage_cover_2-2.jpg);
    opacity: 0.8;
    top: 5%;
    left: 7%;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 180%;
    background-repeat: no-repeat;
    background-position-x: 70%;  
}

.product-item-display_2-3::after{
    content: "";
    background: url(img/Homepage/Homepage_cover_2-3.jpg);
    opacity: 0.8;
    top: 10%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 180%;
    background-repeat: no-repeat;
    background-position-x: 70%;  
}

.overlay_place_bottom{
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background: rgb(245,247,249);
    background: -moz-linear-gradient(0deg, rgba(245,247,249,1) 5%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(245,247,249,1) 5%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(245,247,249,1) 5%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7f9",endColorstr="#ffffff",GradientType=1);
    z-index: 1;
}
.overlay_place_top{
    width: 100%;
    height: 20%;
    position: absolute;
    top: 0;
    background: rgb(245,247,249);
background: -moz-linear-gradient(0deg, rgba(245,247,249,0) 0%, rgba(245,247,249,1) 74%);
background: -webkit-linear-gradient(0deg, rgba(245,247,249,0) 0%, rgba(245,247,249,1) 74%);
background: linear-gradient(0deg, rgba(245,247,249,0) 0%, rgba(245,247,249,1) 74%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7f9",endColorstr="#f5f7f9",GradientType=1);
    z-index: 1;
}

.overlay_inMobile{
    display: none;
    width: 100%;
    height:50%;
    position: absolute;
    top: 0;
    background: rgb(245,247,249);
    background: -moz-linear-gradient(0deg, rgba(245,247,249,0.3) 0%, rgba(245,247,249,0.7) 100%);
    background: -webkit-linear-gradient(0deg, rgba(245,247,249,0.3) 0%, rgba(245,247,249,0.7) 100%);
    background: linear-gradient(0deg, rgba(245,247,249,0.3) 0%, rgba(245,247,249,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7f9",endColorstr="#f5f7f9",GradientType=1);
}


.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 */
}


.product-item-display:hover{
    cursor: pointer;
}
.product-item-display:hover:after{
    opacity: 0.05;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;

}
.rotating_element{
    position: absolute;
    right: 3%;
    top: 30%;
}
.Background_circle{
    padding: 0; 
    background: none; 
    -webkit-clip-path: circle(40% at 50% 50%); 
    clip-path: circle(40% at 50% 50%);
}
.textcircle{
    position: relative; 
    display: block; 
    width: 500px;
}

.Background_circle .textcircle {
    animation: rotateIt 40s linear infinite;
}

@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
/*Single-Product-Pages*/

@keyframes slideInFromBottom {
  0% {
    transform: translateY(3%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body.single-product-page{
animation: .8s ease-out 0s 1 fadeIn;
}

.single-product-page section.cover-image{
    background-position: center center; 
    background-size: cover; 
    height: 550px; 
    width: 83%; 
    float: right; 
    position: relative;
    background-repeat: no-repeat;
}



.single-product-page section.context .container{
    padding-top: 10%;
}

section.context h4{
    margin-bottom: 16px;
}

.card{
    width: 58%; 
    padding: 40px 32px; 
    background-color: white; 
    z-index: 1;
    position: absolute; 
    bottom: -15%; 
    left: -10%;"
}

.card-information p{
    font-weight: 500;
}

.single-product-page a.back{
    position: absolute;
    top: 15%;
    left: -10%;
    z-index: 2;
    padding: 16px;
}

.single-product-page a.back img{
    width: 24px;
}

.single-product-page .paragraph p.sidenote{
    line-height: 1.5em;
    margin-bottom: 24px;
    font-size: 14px;
    color: #717171;
}

.single-product-page span.sidenote-mark {
  border-bottom: 2px dotted #000000;
}  

.single-product-page span.sidenote-mark:hover{
    background-color: black;
    color: white;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

section.paragraph h4{
    /*margin-bottom: 24px;*/
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
}

section.paragraph h5{
    margin-bottom: 24px;
}

section.paragraph .para-content{
    margin-bottom: 40px;
}

section.paragraph .image_demo{
    margin-bottom: 40px;
}
section.paragraph .image_demo img{
    width: 100%;
    margin-bottom: 8px;
}

p.image-caption{
    font-size: 14px;
    font-weight: 400;
}

section.product-page-footer .container{
    padding:0;
}

.bottom-nav:hover{
    color: black; 
}

.see_more_work{
    margin: 100px auto 30px; 
}
