/*------------------------------------------------------------------

Project:	Treviso - One page multi purpose page
Version:	1.0
Last change:	17/08/2015 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page

/*--------------------
Import Google Fonts
--------------------*/

/* main font for menu. */

<link href="https://fonts.googleapis.com/css?family=Montserrat:800|Open+Sans:300,300i" rel="stylesheet">

/*--------------------
1. General
--------------------*/
img {
    max-width: 100%;
    padding-right: 2em;
    padding-left: 2em;
    padding-top: 1.25em;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
}

body {
	margin: 0px;
	font-family: "Raleway", Sans-serif;
    background-color: #FFFFFF;
    max-width: 100%;
    overflow-x: hidden;

}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 80px;
    font-weight: 200;
	letter-spacing: 0.4px;
	font-family: "Montserrat", Sans-serif;
    font-weight: 700;
	color: #ff88be;
}
.pinktext{
    font-weight: 200;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    color: #ff88be;
    font-size: 15px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 300i;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #252525;
}

a:hover, a:focus, a:active, a.active {
    color: #ff88be;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    outline-color:#ff88be; 
}



@media (min-width: 768px) {
	section {
	    padding: 150px 0;
	}


section {
	padding: 116px 177px 59px;
}
/*cube*/
}
#experiment {
  -webkit-perspective: 800px;
  -webkit-perspective-origin: 50% 200px;
  -moz-perspective: 800px;
  -moz-perspective-origin: 50% 200px;
  perspective: 800px;
  perspective-origin: 50% 200px;
}

#cube {
  position: relative;
  margin: 150px auto;
  height: 400px;
  width: 400px;
  -webkit-transition: -webkit-transform 2s linear;
  -webkit-transform-style: preserve-3d;
  -moz-transition: -moz-transform 2s linear;
  -moz-transform-style: preserve-3d;
  transition: transform 2s linear;
  transform-style: preserve-3d;
  
}

.face {
  position: absolute;
  height: 400px;
  width: 400px;
  background-color: black;
  font-size: 27px;
  line-height: 1em;
  color: #fff;
}

#cube .one  {
  -webkit-transform: rotateX(90deg) translateZ(200px);
  -moz-transform: rotateX(90deg) translateZ(200px);
  transform: rotateX(90deg) translateZ(200px);
}

#cube .two {
  -webkit-transform: translateZ(200px);
  -moz-transform: translateZ(200px);
  transform: translateZ(200px);
}

#cube .three {
  -webkit-transform: rotateY(90deg) translateZ(200px);
  -moz-transform: rotateY(90deg) translateZ(200px);
  transform: rotateY(90deg) translateZ(200px);
}

#cube .four {
  -webkit-transform: rotateY(180deg) translateZ(200px);
  -moz-transform: rotateY(180deg) translateZ(200px);
  transform: rotateY(180deg) translateZ(200px);
}

#cube .five {
  -webkit-transform: rotateY(-90deg) translateZ(200px);
  -moz-transform: rotateY(-90deg) translateZ(200px);
  transform: rotateY(-90deg) translateZ(200px);
}

#cube .six {
  -webkit-transform: rotateX(-90deg) rotate(180deg) translateZ(200px);
  -moz-transform: rotateX(-90deg) rotate(180deg) translateZ(200px);
  transform: rotateX(-90deg) rotate(180deg) translateZ(200px);
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

/*.row-0-gutter {
    margin-left: 0;
    margin-right: 0;
}
*/



/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	
	
}
.navbar-default .navbar-brand {
	color: #fff;
    padding:;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	
}
.navbar-default .navbar-toggle {
	background-color: #ff88be;
	
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ff88be
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle {
    background-color: #ffffff; 
}
 

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	
}

.navbar-default .nav li a {
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000000;
    border-bottom: 2px solid;
    margin: 10px ;
    padding: 0 0 2px 0;
}


.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #ff88be;

    border-bottom: 10px solid;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136
}



@media (max-width:480px)  {
    
   
    .navbar-default
    {
        
        padding: 5px 0 5px !important;
        transition:padding .3s !important;
        border:0
        !important;position: fixed;
        display: block !important;
        width: 100% !important;
        z-index: 99999!important;
    }
   
    .asnav{
        display: none;
    }
    .row{
        margin: 0;
    }
    .mockup-img{
        width: 100%;
    }
   
.booktwo{
    margin-left: -35px;
}
.bookthree{
    margin-bottom: 45px;
    margin-top: 45px;
    margin-left: 20px;
    margin-right: 20px;
    
}
.msndpic{
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 10px;
   margin-right: 10px;
}
  .thonsize{
    width: 100%; 
    
}
.thonsizetwo{
   width: 50%; 
    margin-left: 23%; 
    margin-bottom: 5%; 
} 
.chandgif{
margin-bottom: 50px;
    
}

#cube{
    margin-top: 140px;
}
.wodsize{
    margin-bottom: 50px;
}
.lucybooks{
    margin:10px;
}


.folcenter{
    width: 50%;
    margin-left: 30%;
    padding-bottom: 5%;
}

.folpic{
margin-left: 30%;
    width: 42%;
    padding-bottom: 5%;
}


.brainpic{
    margin-top: 5%;
    margin-bottom: 50px;
}
.wmagtop{
    margin-top: 60px;
    width: 70%;

}
.howtoindex{
    margin-top: 15%;
}

.wmagindex{
    width: 40%;
}




}


@media (min-width:768px) {
    
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition:all .3s;
        -moz-transition:all .3s;
        transition:all .3s
        padding: 0px;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        
        padding: 10px 0
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        
    }
    .navbar-header{
        display: none;

    }
    .navbar-default
    {
        
        padding: 5px 0 5px;
        transition:padding .3s;
        border:0
        !important;position: fixed;
        display: block;
        width: 100%;
        z-index: 99999;

    }
    .asnav{
        display: inline-block;
    }
    .col-md-offset-4 {
        margin-top: 70px;

    }
    
    .allmags {
        margin-left: 0px auto;
            margin-right: 0px auto;
            padding: 0px;
            width: 100%;
            text-align: center; margin-top: -8%


    }
    .tshmags {
        margin-left: 10%;
            margin-right: -30px;
            padding: 0px;
            width: 80%;
            text-align: center; 




    }
    .allbooks{
        margin-left: 0px auto;
            margin-right: 0px auto;
            padding: 0px;
            width: 100%;
            text-align: center;
    }

    .allgifs{
        margin-left: 0px auto;
            margin-right: 0px auto;
            padding: 0px;
            width: 80%;
            text-align: center;
    }
    .bookone{
    width: 60%;
    margin-left: 20%;

    }
 .booktwo{
    width: 60%;
    margin-left: 17%; 
    margin-top: -5%; 
    margin-bottom: 5%;
}
.bookthree{
    width: 40%; 
    margin-left: 31%; 
    margin-top: 10px;
    margin-bottom: 50px;


}
.wodsize{
    width: 35%; 
    margin-left: 32%; 
    margin-bottom: 5%; 
    margin-top: 5%;
}
.brainpic{
    width: 35%; 
    margin-left: 32%; 
    margin-bottom: 5%;
    margin-top: 5%; 
 }

#player{
    margin-left: 33%; 
    margin-top: 5%;
    width: 800px;
    height: 800px;
}

.msndpic{
    width: 35%; 
    margin-left: 32%; 
    margin-bottom: 5%; 
    margin-top: 5%;
}
   .thonsize{
    width: 65%; 
    margin-left: 16%; 
    
}
.thonsizetwo{
   width: 25%; 
    margin-left: 34%; 
    margin-bottom: 5%; 
} 
.chandgif{
    margin-left: 0px auto;
            margin-right: 0px auto;
            padding: 0px;
            width: 100%;
            text-align: center;
            margin-bottom: 10%;
            margin-top: -10%;
}  
.charsgif{
    margin-top: 15%;
}
.nikeindex{
    margin-top: 25%;
}
.rtpindex{
    margin-top: 20%;
}
.promoindex{
    margin-top: 20%;
}
.lucyindex{
    margin-top: 30px;
} 
.folliesindex{
    margin-top: 90px;
}

.loiterindex{
    margin-top: 70px;
}
.braingif{
    margin-top: 35px;
}  
.thonindex{
     margin-top: 60px;
}
.geoindex{
    margin-top: 10px;
}
.lucybooks{
    width: 50%;
    margin-left: 25%;
}

.gifsss{
    width: 50%;
    margin-left: 25%;
    margin-top: 40px;
}

.folcenter{
    width: 50%;
    margin-left: 30%;
    padding-bottom: 5%;
}
.vidcenter{
    padding-left: 10%;
    padding-right: 10%;

}

.sevinsta{
    width: 60%;
    margin-left: 20%;
}

.folpic{
margin-left: 30%;
    width: 42%;
    padding-bottom: 5%;
}
.indexwod{
    margin-top: 110px;
}
.howtoindex{
    margin-top: 15%;
}
.midindex{
    margin-top: 3%;
}
}
@media (max-width: 991px) {
    .col-md-4{
        margin-top: 10%;
        margin-left: 10%;
    }
    .col-md-6{
        margin-left: 30px;
    }

    .folpic{
margin-left: 30%;
    width: 42%;
    padding-bottom: 5%;
}

.folcenter{
    width: 50%;
    margin-left: 30%;
    padding-bottom: 5%;
}
   
    }


/*--------------------
4. Sections
--------------------*/

.section-title {
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 45px;
	text-transform: uppercase;
}

.section-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 33px;
	margin: 25px 100px 30px 100px;
}

.mz-module .section-title {
    padding: 40px 0;
}

/*--------------------
4.1. About


.mz-about-container {
    padding: 0 50px;
}

.mz-module-about {
	padding: 20px;
}

.mz-about-default {
    background-color: #252525;
}

.mz-about-dark {
    background-color: #2B2B2B;
}

.mz-module-about h3 {
font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin-bottom: 30px;
    }

.mz-module-about p {
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
	color: #9C9C9C;
}

.ot-circle {
	text-align: center;
	color: #E8E8E8;
	margin: 40px 0;
	font-size: 37px;
}

/*--------------------
4.2. Skills


.skills-text h2 {
    margin: 0 0 30px;
}

.skillbar-item {
    margin-bottom: 30px;    
}

.skillbar-item:last-child {
    margin-bottom: 60px;    
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
}

.skillbar-bar {
    display: block;
    background-color: #FFFFFF;
    height: 10px;
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
}

.skillbar h3 {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;    
    margin: 0;
    padding: 0 0 12px 0;
}

.skillbar-percent {
    color: #fff;
    background-color: #B91919;
    float: left;
    height: 4px;
    margin: 2px 0;
    border-radius: 10px;
    border: 1px solid #B91919;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
    overflow: hidden;
    margin: 0 3px 3px 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin: 30px;
    border: solid;
    border-width: 2px;
    border-color: #ff88be;
    position: relative;
    text-align: center;
    vertical-align: middle;	
    box-shadow: 10px 10px 0px 0px #ff88be; 
    
}
figure:hover{
   box-shadow: 25px 18px 0px 0px #ff88be; 
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width:400px)  {
#portfolio{
    
    width: 100% ;
    }
}

/*--------------------

figure.effect-bubba {
	
	margin-bottom: 1px;
}



figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 6px solid #ff6cb7;
	border-bottom: 6px solid #ff6cb7;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 6px solid #ff6cb7;
	border-left: 6px solid #ff6cb7;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)


.light-bg {
    background: #f1f1f1;
}

/*--------------------
4.5. Intro Text
--------------------*/

.intro-section {
	padding: 60px 0 0 0;
	margin: 0;
}

.intro-section .section-title {
/*	padding: 0px 85px; */
	text-align: justify;	
}

.intro-section p {
	font-size: 14px;
	color: #6B6B6B;
	font-weight: 500;
	line-height: 32px;
	padding: 47px;
	font-family: "Raleway";
	margin: 0;
	background-color: #F9F9F9;
}

/*--------------------
4.6. Team


.team-item {
    text-align: center;
    background-color: #F5F5F5;
}

.team-item h3 {
font-size: 25px;
    font-weight: 300;
    margin: 30px 0 20px;
    text-transform: uppercase;
}

.team-item .team-position {
color: #565656;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.team-item p {
	font-size: 13px;
	font-weight: 500;
	color: #848484;
	padding: 18px 30px 35px 30px;
	line-height: 24px;
}

/*--------------------
4.7. Contacts


section#contact form {
    width: 60%;
    margin: 15px auto;
}

section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 13px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

/*--------------------
5. Footer


footer {
    padding: 30px;
    background-color: #000;    
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #FF9F46;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

/*--------------------
6. Modal
--------------------

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {    
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
    margin-right: 15px;
    padding: 5px 10px;
}
*/

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xl {
    color: #fff;
     background-color: #726FB9;
    border-color: #726FB9;
    font-family: "Robot",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

/* Back to top button
---------------------------------- 
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    background: pink;
    
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: pink;
}
/* arrow icon (span tag) 
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
.eachpage{
    margin-top: 30px;
}

}
