

/* Add to docs */
#scrolling{/*frame*/
    position:fixed;
    top:4%;

    background:#fff;/*FF473D*/
    height:90%;
    width:100%;

    overflow: hidden;
}

#scrolling ul {
    /*Add if you want to disable the option of selecting the text while sliding*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin: 0;
    padding: 0;
    position: absolute;
    /*top:10%;*/
    margin-top:0vh;
    height:100%;
    list-style-type: none;

    -webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#scrolling li {

    font-size:8vmin;/*cool*/
    float: left;
    width:auto;
    min-width: 50px;
    height: 100%;
    color: #000;
    font-weight: 300;
    text-align: center;
    border-radius: 0px;
    margin-left: 2px;
    margin-right: 2px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    cursor: pointer;
    background: #ddd;
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -moz-transform:  scale(1);
    transform: scale(1);
}

#scrolling li img {
    height:100%;
}
.itemslide-active
{/*applied to current active item*/
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -moz-transform:  scale(1);
    transform: scale(1);
}





@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,100,200);

.vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
}
.container {
  margin: 0 auto;
top: 0;
left: 0;
height: 300px;
max-height: 80%
    
}
}


/* Example wrapper */

.wrap {
  position: relative;
  margin: 2em 0;
  
}


/* Frame */
/*
.frame {
  height: 90vh;
  line-height: 15vh;
  overflow: hidden;
}

.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;
}

.frame ul li {
  float: left;
  width: relative;
  height: 100%;
  margin: 0 5px 0 0;
  padding: 0;
  background: #333;
  color: #ddd;
  text-align: center;
  cursor: pointer;
}

.frame ul li img { height:90vh ;}


.frame ul li.active {
  color: #fff;
  background: #a03232;
}

.frame ul li h1{
	
    font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}



.frame-hover{
  position: absolute;
  width: auto;
  height: auto;
  top:0;

  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}


.frame-hover h1{
  font-size:23px;
  bottom:80px;
  left:40px;
  position:absolute;
  text-transform:uppercase;
  color:black;
  letter-spacing:1px;
  font-weight:900;
  line-height:50px;
}
/*
*/
.frame { padding: 0; height: 90vh; }
.frame .slidee { margin: 0; padding: 0; width: auto; list-style: none; }
.frame .slidee li { float: left; margin: 0 5px 0px 0px; padding: 0px; width: auto; height: 90vh; }
.frame .slidee li img { height:90vh ;}
.kadr { float: left; margin: 0 5px 0px 0px; padding: 0px; width: auto; height: 90vh; }
.kadr img { height:90vh ;}
/*
.frame .slidee li h1{
	
    font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}




.frame p{
  font-size:10px;
  bottom:10px;
  left:40px;
  position:absolute;
  color:#fff;
  letter-spacing:1px;
  font-weight:400;
  line-height:15px;
  text-shadow: 0px 0px 10px #000;
 
}

.frame p span{
  font-size:13px;
  bottom:10px;
  left:40px;
  position:absolute;
  color:#eee;
  letter-spacing:1px;
  font-weight:400;
  line-height:15px;
   background: rgb(0, 0, 0); 
   background: rgba(0, 0, 0, 0.7);
}

li.frame-item img{
  height:50px;
}

/* Scrollbar */

.scrollbar {
  margin: 0 0 1em 0;
  height: 10px;
  background: #ccc;
  line-height: 0;
}

.scrollbar .handlesly {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer;
}

.scrollbar .handlesly .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}


/* Pages */

.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
  background: #aaa;
}

.pages li.active {
  background: #666;
}


/* Controls */

.controls {
  margin: 25px 0;
  text-align: center;
}


/* One Item Per Frame example*/

.oneperframe {
  height: 300px;
  line-height: 300px;
}

.oneperframe ul li {
  width: 1140px;
}

.oneperframe ul li.active {
  background: #333;
}


/* Crazy example */

.crazy ul li:nth-child(2n) {
  width: 100px;
  margin: 0 4px 0 20px;
}

.crazy ul li:nth-child(3n) {
  width: 300px;
  margin: 0 10px 0 5px;
}

.crazy ul li:nth-child(4n) {
  width: 400px;
  margin: 0 30px 0 2px;
}





.ba-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ba-slider img {
  width: 100%;
  display: block;
    
}
.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}
.handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: '\21d4';
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: #ffb800;
  /* @orange */
  border: 1px solid #e6a600;
  /* darken(@orange, 5%) */
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #ffd466;
  /* lighten(@orange, 20%)*/
}
.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
  color: #000000;
}

body{
	
  font-family: 'Raleway', sans-serif;
  font-size:14px;
  font-weight: 400;
  overflow-y:scroll;
  -webkit-font-smoothing: antialiased;
}

::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}

p{
  font-family: 'Raleway', sans-serif;
  font-size:14px;
  font-weight: 400;
}

a{
  text-decoration:none;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
	border-bottom:1px solid #dedede;
}

a:focus {
  outline:none;
}

strong{
  font-weight:700;

}

h{

  position: absolute;
  top: 12vh;
  left: 40px;
  text-align: left;  
     font-size:8vh;
  width:100%;
  text-transform:uppercase;
 color:#000;
  
  font-weight:900;
  line-height:80%;
   /* margin-left: 10vw;*/

    
    
} 

/*
**************************
PRELOADER
**************************
*/

.preloader{
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:white;
  z-index:999;
}
 
.preloader .item{
  position:absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
} 

.spinner {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}





/*
**************************
NAVIGATION OPACITY
**************************
*/



.opacity-nav{
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  top:0;
  z-index:9999;
  background:rgba(0,0,0,0.95);
}

ul.menu-fullscreen{
  width: 50%;
  top: 5%;
  position: absolute;
  height: 80vh;
  margin-top: -auto;
    margin-left: 10vw;
}

ul.menu-fullscreen li{
  font-size:20px;
  text-align:left;
  line-height:40px;
  font-weight:900;
}

ul.menu-fullscreen li > a{
  color:#999999;
  border:0;
}

ul.menu-fullscreen li > a:hover{
  color:#ffffff;
}


#full{
  width:1640px;
  position: absolute;
  top:0;
  
  z-index: 9997;
   padding-left: 8px;
}


#fullscreen{
  display:none;
  position:absolute;
  top:0;
  width:100%;
  margin:0 auto;
  height:80px;
  z-index: 9998;
}

/*
**************************
HEADER
**************************
*/

header.boxed{
  position:fixed;
  width:100%;
  margin:0 auto;
  height:5%;
  z-index:9999;
  display:none;
  background:none;
  top:0;
    -webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in; 
}

header.boxed .header-margin{
  width:1640px;
  margin:0 auto;
}

header.boxed .header-margin-mini{
  width:90%;
  margin:0 auto;
}


ul.social-icon{
  float:right;
}

ul.social-icon a{
  float:right;
  font-size:15px;
  border-bottom:0;
  color:black;
  padding-right:0px !important;
}

ul.social-icon a:hover{
  color:#c3c3c3;
}

.menu-index{
  position: fixed;
  right: 5%;
  top: 1%;
  z-index: 99999;
  padding:0px;
  background:none;
  cursor:pointer;
}


.menu-index i{
  float:right;
  font-size:28px;
  color:black;
  padding-right:0px !important;
}

.menu-index i:hover{
  color:#c3c3c3;
}


ul.menu-icon{
  float:right;
}

ul.menu-icon a{
  float:right;
  font-size:19px;
  color:white;
  padding-right:0px !important;
}

ul.menu-icon i{
  padding:20px;
  background:black;
}

ul.menu-icon a:hover{
  color:#c3c3c3;
}

header a{
  color:#000000;
}

ul.header-nav{
  width:80%;
  float:left;
}

header .logo > a{
  text-transform:uppercase;
 letter-spacing: 0pt;
  font-size:23px;
  font-weight:400;
  float:left;
  line-height:30px;
  padding-right:40px;
    padding-left: 40px;
  border-bottom: 0px solid #fff;
}

header .logo a p{
  
 letter-spacing: 3.2pt;
  font-size:12px;
  font-weight:400;
  float:left;
  line-height:4px;
  padding-right:0px;
    padding-left: 3px;
  border-bottom: 0px solid #fff;
    color:#888;
}

header .logo > a:hover{
  color:#888;
}

header li{
  text-transform:uppercase;
  list-style-type: none; margin: 0 auto; float: left;
}

header li > a{
  font-size:13px;
  color:#888;
  padding-right:25px;
  padding-left:25px;
  font-weight:600;
  line-height:40px;
  display:inline-block;  
  border-bottom:0;
}

header li > a:hover{
  color:#000000;
}

header li > a #active{
  color:#000000;
}

header li ul{
  overflow: hidden; display: none; background: #f9f9f9; z-index:20;
}

header li ul li a{
  line-height:50px;
  padding-left:30px; 
  width:260px;
}

header li:hover ul{
  position: absolute; padding: 0; display: block; width: 260px;
}



/*
**************************
CONTENT
**************************
*/

.hero-image{
  position:relative; 
  width:100%; 
  top:0; 
  height:600px; 
  background: url('../img/full/full.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  
}

.one-column{
  width:40%;
  position:relative;
  float:left;
}

.about-column{
  width:80%;
  position:relative;
  float:left;

}

.two-column{
  width:40%;
  position:relative;
  float:left;
}

.carousel-column{
  width:60%;
  position:relative;
  float:left;
}

.carousel-ba{
  position: relative; 
    height: 93vh; 
    width: inherit;
    background: #ddd;
     margin-right: auto;
    margin-left: auto;
}


.carousel-column p{
  width:100% !important;
}
.one-column p{
  width:70% !important;
}

.two-column p{
  width:100% !important;
}

.clear{
  clear:both;
}


.carousel-cell h1{

  position: absolute;
  top: 12vh;
  left: 40px;
  text-align: left;  
     font-size:8vh;
  width:100%;
  text-transform:uppercase;
 color:#000;
  
  font-weight:900;
  line-height:80%;
   /* margin-left: 10vw;*/

    
    
} 

.carousel-cell h2{
 
  
    
  position: absolute;
  top: 28vh;
  left: 40px;
  text-align: left;  
  font-size:8vh;
  width:32%;
  text-transform:;
  color:#000;
  text-transform:uppercase;
  font-weight:900;
  line-height:100%;
   /* margin-left: 10vw;*/

    
    
} 



.carousel-cell p1{

  position: absolute;
  top: 55vh;
  left: 40px;
    text-align: left;  
     font-size:3vh;
    color:#000;
    width: 30%;
     font-weight:50;
}   
    

.content{
  position:relative;
  width:1140px;
  margin:0px auto;
}

.content .text-carousel{
  width: 400px;
  margin-top: 50px;
  margin: 50px auto 0;
}

.content .text-carousel h1old{
  font-size:28px;
  width:90%;
  text-transform:uppercase;
  color:#000000;
  font-weight:300;
  line-height:20px;
   /* margin-left: 10vw;*/
    margin-left: 50px;
    letter-spacing: 7pt;
    z-index: 999;
}

.content .text-carousel h1{
/*background: #fff;*/
font-size: 53px;
  color:#8d8d8d;    
text-align: left;
 margin-top:80px;
    margin-left: 40px;
    letter-spacing: 1pt;

}



.content .text-carousel h2{
  font-size:40px;
  width:90%;
  text-transform:uppercase;
  color:#000000;
  font-weight:900;
  line-height:50px;
   /* margin-left: 10vw;*/
    margin-left: 50px;
}


.content .text-carousel p{
  font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
    /* margin-left: 10vw;*/
    margin-left: 50px; 
    
    font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}

.content .text-carousel p1{
  font-size:13px;
  color:#000;
  margin-top:30px;
    margin-left: 10vw;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}

.content .text-carousel p11{
  font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
  font-style: italic;
}



.content .text-carousel h3{
  font-size:50px;
  width:40%;
  
  color: #f7e6de;
  font-weight:900;
  line-height:70px;
}



.content .text-carousel p2{

  font-size:20px;
  color:#f0d4c7;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:14px;
  width:40%;
}
.content .text-carousel p3{
 text-transform:uppercase;

    font-weight:800;
  font-size:13px;
}

.content .text-carousel p3> a{
  font-size:13px;
  /*color:#edd1c4;*/
   color:#ccc;
  font-weight:800;
  line-height:40px;
    
  border-bottom:0;
}

.content .text-carousel p3>  a:hover{
  color:#c76fd7;
  text-shadow: 0px 0px 15px #f6b7f7;
}

.content .text-carousel p3>  a #active{
  color:#c76fd7;
  text-shadow: 0px 0px 15px #f6b7f7;
}


.content .text-carousel p4{
  font-size:80px;
  color:#8d8d8d;
  margin-top:30px;
    margin-left: 10vw;
    font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}


.content .text-bottomtest{
/*background: #fff;*/

 


    letter-spacing: 1pt;
   /* margin-left: 10vw;*/

 font-size: 23px;
  color:#8d8d8d;    
text-align: left;
 margin-top:5px;
    margin-left: 40px;
    letter-spacing: 1pt;   
    
}

.content .text-bottom{
/*background: #fff;*/
font-size: 13px;
  color:#8d8d8d;    
text-align: center;
 margin-top:5px;
    letter-spacing: 1pt;
 
    
}


.content .text-intro{
  width: 1140px;
  margin-top: 100px;
  margin: 100px auto 0;
}

.content .text-intro2{
  width: 1140px;
  margin-top: 0px;
  margin: 0px auto 0;
}


.content .text-intro h1{
  font-size:43px;
  width:40%;
  text-transform:uppercase;
  color:#000000;
  font-weight:900;
  line-height:70px;
}

.content .text-intro p{
  font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:80%;
}

.content .text-intro p1{
  font-size:13px;
  color:#000;
  margin-top:30px;
  font-weight:900;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}

.content .text-intro p11{
  font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
  font-style: italic;
}

.content .text-intro h2{
  font-size:40px;
  width:40%;
  
  color: #b37a9f;
  font-weight:400;
  line-height:40px;
}

.content .text-intro h3{
  font-size:50px;
  width:40%;
  
  color: #f7e6de;
  font-weight:900;
  line-height:70px;
}

.content .text-intro p2{

  font-size:20px;
  color:#f0d4c7;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:14px;
  width:40%;
}
.content .text-intro p3{
 text-transform:uppercase;

    font-weight:800;
  font-size:13px;
}

.content .text-intro p3> a{
  font-size:13px;
  /*color:#edd1c4;*/
   color:#ccc;
  font-weight:800;
  line-height:40px;
    
  border-bottom:0;
}

.content .text-intro p3>  a:hover{
  color:#c76fd7;
  text-shadow: 0px 0px 15px #f6b7f7;
}

.content .text-intro p3>  a #active{
  color:#c76fd7;
  text-shadow: 0px 0px 15px #f6b7f7;
}






        .typed-cursor{
            opacity: 1;
            font-weight: 900;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

/*
**************************
HOME SIDEBAR
**************************
*/

.home-sidebar{
  top:0;
  position:absolute;
  width:33.3333%;
  right:0;
  height:100%;
  background:#f4f4f4;
  z-index:9;
  overflow:hidden;
  background-size:100%;
}

.parallax{
  position:absolute;
}

.parallax-option{
  position:absolute; width:100%; height:100%;
}

/*
**************************
PORTFOLIO GRID
**************************
*/

.prev-next{
  width:100%;
  max-width:1250px;
  margin:0 auto;
  padding-top:100px;
}

.prev-next a{
  color:black;
  font-weight:500;
  padding-bottom: 15px;
}

.prev-next a:hover{
  border-bottom:1px solid black;
}

.prev-button{
  width:50%;
  position:relative;
  float:left;
  text-align:left;
}

.next-button{
  width:50%;
  position:relative;
  float:left;
  text-align:right;
}


#ajax-content{width:100%;}

.portfolio-grid{
  width:1300px;
  position:relative;
  margin: 10px auto;
  overflow:hidden;
}

#portfolio-sidebar{
  width: 780px !important;
  padding-right: 390px;

}

li.grid-item{
  width:600px;
  position:relative;
  float:left;
  padding:0px;
}

.grid-hover{
  position: absolute;
  width:600px;
  height: 100%;
  top:0;
  background: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

.grid-hover:hover{
  opacity: 0.8;
}

.grid-hover h1{
  font-size:23px;
  bottom:80px;
  left:40px;
  position:absolute;
  text-transform:uppercase;
  color:black;
  letter-spacing:1px;
  font-weight:900;
  line-height:50px;
}

.grid-hover p{
  font-size:13px;
  bottom:40px;
  left:40px;
  position:absolute;
  color:gray;
  letter-spacing:1px;
  font-weight:400;
  line-height:15px;
}

li.grid-item img{
  width:600px;
}

/*
**************************
FOOTER
**************************
*/

#footer-box{height:150px; margin-top:75px;}

footer{
  background: #f1f1f1;
  width:100%;
  margin-top:150px;
  height:300px;
  overflow:hidden;
  position:relative;
  z-index:10;
}

.footer-margin{
  width:1140px;
  margin: 30px auto;
  line-height: 100px;
}

#footer-left{text-align:left;}

.footer-margin .copyright{
  color: #686868;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer{
  color: #686868;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer a{
  font-size:15px;
  color:black;
  padding: 20px;
}

.footer-margin .social-footer a:hover{
  color:#c3c3c3;
}


/*
**************************
CONTACT
**************************
*/

.contact-one, .contact-two{
  width:30%;
  padding-right:3%;
  position:relative;
  float:left;
}

.contact-three{
  width:33%;
  position:relative;
  float:left;
}

.contact-one p, .contact-two p, .contact-three p{
  width:100% !important;
}

input{

  width:100%;
  height:40px;
  background:#f8f7f7;
  border:0;
  color:#000000;
  font-weight:500;
  line-height:40px;
  font-family: 'Raleway', sans-serif;
  margin-bottom:10px;
  font-size:13px;
  padding-left:15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

input.button-submit{

  width:220px;
  height:40px;
  background:#f8f7f7;
  font-weight:500;
  border:0;
  font-family: 'Raleway', sans-serif;
  color:#000000;
  float:right;
  font-weight:900;
  line-height:40px;
  font-size:13px;
}

input:focus{
  background:#f4f4f4; 
}

textarea{

  width:100%;
  height:40px;
  border:0;
  line-height:40px;
  background:#f8f7f7;
  color:#000000;
  font-size:13px;
  font-family: 'Raleway', sans-serif;
  font-weight:500;
  margin-bottom:10px;
  padding:0 0 0 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

textarea:focus{background:#f4f4f4; height:250px;}
