/*
Theme Name: Bismuth WP Theme
Theme URI: http://themeforest.net/user/LosBastardos?ref=LosBastardos
Version: 1.0.0
Description: All in One Responsive WP Theme.
Author: LosBastardos
Author URI: http://themeforest.net/user/LosBastardos
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, two-columns, right-sidebar, flexible-width, responsive, custom-menu, fullscreen, featured-images, full-width-template, theme-options, translation-ready
*/

/* #Links ######################### */
	a, a:visited { color: #FFF; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #FFF; text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }


/* #Typography ######################### */

h1, h2, h3 {
	font-family: 'Lato', sans-serif;
}

h1 {
	color: #FFF;
	font-size: 120px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 150;
	margin-bottom: 70px;
}

h1.small {
	font-size: 90px;
	margin-bottom: 40px;
}

h2 {
	font-size: 300%;
	font-weight: 900;
	color: #FFF;
	text-transform: uppercase;
	text-align: left;
	margin-top: 90px;
	margin-bottom: 80px;
    padding-bottom: 15px;
    border-bottom: 3px solid #FFF;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.page-titles {
	font-weight: 900!important;
}


h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900;
	color: #FFF;
}

h4 {
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-weight: 900;
	color: #FFF;
	text-transform: uppercase;
}

h5 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
}

p, body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	color: #FFF;
}

embed, video, iframe {

}

/* #Buttons ######################### */

.button2 {
	background: #e8e8e8;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 6px 10px;
	font-family: 'Lato', sans-serif; 
}

.button1::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}



/* #Common ######################### */

body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 7px;
          -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.8);
          -moz-box-shadow: 0px 0px 7px rgba(0,0,0,.8);
          box-shadow: 0px 0px 7px rgba(0,0,0,.8);
          z-index: 1001;
}

body:after {
          content: "";
          position: fixed;
          bottom: -20px;
          left: 0;
          width: 100%;
          height: 20px;
          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          z-index: 1001;
}

.action {
	margin-top: 50px;
	padding: 40px 0 0 0;
	text-align: center;
	border-top: 1px solid #d3d3d3;
}

.action p {
	font-size: 22px;
	font-weight: 600;
	color: #FFF;
}

h3.content-title-small {
	font-weight:bold;
	font-size:27px;
	margin: -20px 0 10px 0;
	text-align:left;
    text-transform: none!important;
    font-family: 'Dancing Script', cursive;
}

select {
			display: none;
			font: 13px 'Source Sans Pro',sans-serif;
			margin: 0 0 20px;
			max-width: 100%;
			outline: medium none;
			padding: 6px 4px;
			width: 210px;
			background: none repeat scroll 0 0 transparent;
			border: 1px solid #FFF!important;
			border-radius: 4px 4px 4px 4px;
			box-shadow: none!important;
			color: #FFF!important;
			padding: 10px;
			width: 96%;
}

/* #Separators ######################### */

p.divisor {
	font-size: 30px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	line-height: 38px;
	text-transform: uppercase;
	position: relative;
	z-index: 200;
	text-align: center;
	padding-top: 240px;
}

.divisor-first {
	width: 100%;
	height: 500px;
	position: relative;
    background: none!important;	
}

/* #Navigation ######################### */

#header-wrap {
	position: fixed;
	top: 0px;
	left:0px;
	right:0px;
	background:#FFF;
	z-index: 999;
}

#header {
	background:#ffffff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
nav {
    margin: 0 auto;
    padding-top: 15px;
}


nav ul {

}

nav ul li {
	display: inline;
	padding: 0 26px;
	line-height: 35px;
	font-weight: 700;
	padding: 0 10px;
}

nav a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #1e1e1e;
	text-decoration: none;
	font-size: 12px;
    padding: 0 5px;
}

nav a:visited {
	color: #1e1e1e;
}

nav a:hover {
	color: #B1B1B1;
}


/* #Topmenu ######################### */

ul.navigation {
    display: table;
    margin: 0 auto;
}

ul.navigation li {
	float: left;
	list-style-type: none;
	line-height: 60px;
	text-transform:uppercase;
	font-weight: 700;
	padding: 0 15px;	
}

ul.navigation  li a {
	color: #1e1e1e;
	text-decoration: none;
	font-size: 12px;
	padding:32px 0 30px 0;
}

ul.navigation li a:hover {
	opacity: 0.8;
}

ul.navigation .current a {
	color: #B1B1B1;
}

.current {
	border-bottom: 2px solid #000;
}

.select-menu {
	display: none;
	background: none;
	padding: 0;
	border:none;
}

#slideout-wrap { position: fixed; z-index: 100; top: 0; left: 0; margin-top:0px; height:65px; width:100%; background: none!important; }
#slideout-container { position: relative;padding: 0;color:#f7f7f7;background: none!important; }
#slideout-container .widget { padding:0 40px;margin-bottom:10px; width: 200px; float: left; }
#slideout-container .widget-title {width:200px;margin-left:-40px;margin-bottom:12px;padding:7px 40px 6px 40px; color: #fff; }
#slideout-container .widget ul, #slideout-container .widget ol{margin-bottom:18px; }
#slideout-container ul.twitter_update_list{margin-bottom:6px;}
#slideout-container ul.twitter_update_list a{color:#555;}
#slideout-container ul.twitter_update_list span a{color:#808080;}
#slideout-container ul.twitter_update_list span a:hover{color:#000;}
#slideout-container a:hover{color:#000;}

/*
@media (min-width: 1024px) { /* mobile menu style  
select {
	display: none!important;
	font: 13px 'Source Sans Pro',sans-serif;
	margin: 0 0 20px;
	max-width: 100%;
	outline: medium none;
	padding: 6px 4px;
	width: 210px;
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #FFF!important;
	border-radius: 4px 4px 4px 4px;
	box-shadow: none!important;
	color: #FFF!important;
	padding: 10px;
	width: 96%;
}
.select-menu {
	display: none!important;
	background: none;
	width: 250px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #FFF;
	height: 34px;
	color: #FFF;
	margin:25px auto ;
}
}

@media (max-width: 960px) { /* mobile menu style  

ul.navigation { display:none; margin:0;}

.select-menu {
	display: block;
	background: none;
	width: 250px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #FFF;
	height: 34px;
	color: #444;
	margin:25px auto ;
}
.select-menu option {
	background: #FFF;
	color: #444;
}

select {
	display: block;
	font: 13px 'Source Sans Pro',sans-serif;
	margin: 0 0 20px;
	max-width: 100%;
	outline: medium none;
	padding: 6px 4px;
	width: 210px;
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #FFF!important;
	border-radius: 4px 4px 4px 4px;
	box-shadow: none!important;
	color: #444!important;
	padding: 10px;
	width: 96%;
}

}

*/

/*
#mobile-header {
display: none;
}
@media only screen and (max-width: 767px){
#mobile-header {
display: block;
}
ul.navigation { display:none; margin:0;}
}
*/

/* ######## 13 - Mobile Navigation #########  */
#mobi-menu a { color: #FF6B59; }
#mobi-menu a:hover { color: #cf5041; }
#mobi-menu.off { display:none; }
#mobi-menu.on { display:block; z-index:200; padding:5px 0; margin-top: 0px; width:50px; }
#mobi-menu.on ul li { width:100%; text-align:center; height:5px; width:100px; display: block; float: left; background-color:#FFF; padding:15px 0px; margin:0; }
#mobile { width:51px; height:51px; display:block; background: url("images/mobile.png") no-repeat scroll 0 0 transparent; }

.navi2 { display:none; margin:15px 0 0;  }

.mmenufix { z-index:999999999!important; }

@media(min-width: 480px) and (max-width: 767px) {
    .navi { display:none; }
    .navi2 { display:block; overflow-x: hidden; }
    ul.navigation li { line-height:0px;  }
    ul.navigation li a {
        color: #1E1E1E;
        font-size: 12px;
        padding: 5px;
        text-decoration: none;
    }
}

@media(max-width:480px) {
    .navi { display:none; }
    .navi2 { display:block; overflow-x: hidden; }
    ul.navigation li { line-height:0px;  }
    ul.navigation li a {
        color: #1E1E1E;
        font-size: 12px;
        padding: 5px;
        text-decoration: none;
    }
}




/*
#mobile-header {
display: none;
}
@media only screen and (max-width: 767px){
#mobile-header {
display: block;
}
ul.navigation { display:none; margin:0;}
}
*/

/* #Intro/Top ######################### */

#intro {
	width: 100%;
	height: 900px;
	text-align: center;
}

#intro h1 {
	color: #FFF;
}

#intro .fundoum {
    background: none!important;	
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 600px;
}

.title {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 300;
	padding-top: 100px;
}

.intro-header-space {
	position: relative;
	z-index: 99;
	width: 100%;
	margin: 0 auto 60px auto;
}

.title p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 150;
}

.social-intro {
	margin-top: 45px;
	position: relative;
	z-index: 150;
}

.social-intro ul li {
	display: inline;
	margin: 0 5px;
}

.social-intro a {
	opacity: 0.7;
}

.social-intro a:hover {
	opacity: 1;
}

/* #Blog ############################## */

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    display: block;
    font: 13px 'Source Sans Pro',sans-serif;
    margin: 0 0 20px;
    max-width: 100%;
    outline: medium none;
    padding: 6px 4px;
    width: 210px;
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #D5D5D5;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
    color: #FFFFFF;
    padding: 10px;
    width: 96%;
}

.single img {
	max-width: 100%;
	height:auto;
}

.widgettitle {
	font-size: 16px;
	font-weight: bold;
}

#comment-wrap h3 {
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
	margin: 25px 0;
	border-bottom: 3px solid #FFF;
}

.blog-bg {
	background: url('images/bg-blog-post.png') repeat;
	padding: 15px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
.blog-bg img {
	max-width: 100%;
	height: auto;
}
.blog-bg a:hover { opacity: 0.9; }
.blog-bg h1 {
	font-size: 46px; line-height: 50px; margin: 0 0 14px 0;
	font-size: 42px;
	color: #FFF;
	font-weight: 400;
    position: relative;
    text-transform: normal;
}
.blog-bg h2 {
	font-size: 38px; line-height: 50px; margin: 0 0 14px 0;
	color: #FFF;
	border-bottom: none;
	font-weight: 400;
    position: relative;
    text-transform: normal;
	padding: 0;
}
.blog-bg h3 {
	font-size: 33px; line-height: 50px; margin: 0 0 14px 0;
	color: #FFF;
	border-bottom: none;
	font-weight: 400;
    position: relative;
    text-transform: normal;
	padding: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.blog-bg h4 {
	font-size: 28px; line-height: 50px; margin: 0 0 14px 0;
	color: #FFF;
	border-bottom: none;
	font-weight: 400;
    position: relative;
    text-transform: normal;
	padding: 0;
}
.blog-bg h5 {
	font-size: 16px; line-height: 50px; margin: 0 0 14px 0;
	color: #FFF;
	border-bottom: none;
	font-weight: 400;
    position: relative;
    text-transform: normal;
	padding: 0;
}
.blog-bg h6 {
	font-size: 13px; line-height: 50px; margin: 0 0 14px 0;
	color: #FFF;
	border-bottom: none;
	font-weight: 400;
    position: relative;
    text-transform: normal;
	padding: 0;
}

/* #Portfolio ############################## */

.fundo {
	position: relative;
	z-index: 300;
	padding-top: 20px;
	padding-bottom: 40px;
    background: none!important;
}

.flexslider {
	margin-top: 40px;
}

p.mid-text {
	margin-top: 40px;
}

/* expanded portfolio item */

.flexslider2 {
	margin-top: 0;
}

p.single-portfolio-title {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.portfolio-title { padding-top: 10px; }

.flexslider2 {
	max-height: 370px !important;
}

.button1,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	margin: 0 auto 20px auto;
		position:relative;
	line-height: normal;
	padding: 5px 10px;
	font-family: 'Lato', sans-serif; 
    border: 0 none;
    border-color: transparent transparent; 
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: #2E2E2E;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
}

.button1:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: none repeat scroll 0 0 #FF675B;
    border-color: #FF675B transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.button1:active,
button1:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background: #FA6559;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

/* end expanded portfolio item */

/* filterable portfolio */

.filter {
	margin-top: 30px;
	margin-bottom: 20px;
}

.filter ul {
	padding-bottom: 5px;
}

.filter ul li {
	display: inline;
}

.filter ul li {
	margin-right: 15px;
}

.filter a {
    position: relative;
    border: 0 none;
    border-color: transparent transparent; 
    padding: 5px 15px 5px 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
	text-decoration: none;
    color: #FFF;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: #2E2E2E;
    margin-bottom: 20px!important;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
}

.filter li a:hover {
    background: #FF675B;
    color: #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}

a.selected {
    background: #FF675B;
    color: #FFF;
    border-color: #FF675B transparent; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* expanded portfolio item */

.portfolio {
	text-align: center;
}

.filterable_portfolio {
	text-align: center;
}

p.proj-title {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    margin: 15px 0 20px;
    text-align: center;
}

.item {
    float: left;
    position: relative;
    background: none;
    padding: 5px 0 0 0;
    margin: 0 20px 24px 0;
    width: 295px;
    background: none;
}

.item:hover {
    border-bottom: 1px solid #FF675B;
}

.item:hover p.proj-title{
    color: #FF675B;
}

/* hover overlay */

.image { 
	position: relative;
}
	
.hoverimage { 
	position: absolute; 
	top: -20px; 
	left: 0; 
	display: none;
	text-align: center;
	width: 100%;
	height: 98%;
}

.image img {
    display: block;
    max-width: 100%;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,.8);
	box-shadow: 0px 1px 6px rgba(0,0,0,.8);
}

.hoverimage .btn-viewimage {
	top: 65px;
	left: 100px;
	position: absolute;
	z-index: 300;
    background: #FA6559;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
    color: #FFF;
    padding: 5px 14px;
    opacity: 0.9;
}

.hoverimage .btn-viewproject {
	top: 115px;
	left: 100px;
	position: absolute;
	z-index: 300;	
    background: #FA6559;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
    color: #FFF;
    padding: 5px 10px;
    opacity: 0.9;
}

.hoverimage .btn-viewimage, .hoverimage .btn-viewproject {
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}

.hoverimage .btn-viewimage:hover, .hoverimage .btn-viewproject:hover {
    opacity: 1;
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,.8);
	box-shadow: 0px 1px 6px rgba(0,0,0,.8);
}

.image:hover .hoverimage { 
	display: block;
}

.sixteen .hoverimage {
	height: 99.5%;
}

.sixteen .hoverimage img.btn-viewimage {
	left: 43%;
	top: 45%;
}

.sixteen .hoverimage img.btn-viewproject {
	left: 50%;
	top: 45%;
}

.eight .hoverimage {
	height: 98.5%;
}

.eight .hoverimage img.btn-viewimage {
	left: 160px;
	top: 38%;
}

.eight .hoverimage img.btn-viewproject {
	left: 221px;
	top: 38%;
}

.four .hoverimage img.btn-viewimage {
	left: 45px;
	top: 30%;
}

.four .hoverimage img.btn-viewproject {
	left: 106px;
	top: 30%;
}

.four .hoverimage {
	height: 97%;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.sixteen .hoverimage img.btn-viewimage {
		left: 41%;
	}
	.one-third .hoverimage img.btn-viewimage {
		top: 50px;
		left: 50px;
	}
	.one-third .hoverimage img.btn-viewproject {
		top: 50px;
		left: 115px;
	}
	.eight .hoverimage img.btn-viewimage {
		left: 110px;
	}

	.eight .hoverimage img.btn-viewproject {
		left: 173px;
	}
	.four .hoverimage img.btn-viewimage {
		left: 18px;
		top: 25%;
	}

	.four .hoverimage img.btn-viewproject {
		left: 80px;
		top: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.column .hoverimage img.btn-viewimage, .columns .hoverimage img.btn-viewimage {
		top: 38%;
		left: 80px;
	}
	.column .hoverimage img.btn-viewproject, .columns .hoverimage img.btn-viewproject {
		top: 38%;
		left: 146px;
	}
	.intro-line {
	display: none;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.column .hoverimage img.btn-viewimage, .columns .hoverimage img.btn-viewimage {
		top: 38%;
		left: 145px;
	}
	.column .hoverimage img.btn-viewproject, .columns .hoverimage img.btn-viewproject {
		top: 38%;
		left: 205px;
	}
}

/* end hover overlay */


/* #Services ######################### */

#services {
	position: relative;
	z-index: 300;
	padding-top: 40px;
	padding-bottom: 40px;
}

.service-sc {
	text-align: center;
	margin: 60px 0;
}

.service-sc h4 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0 20px;
    text-transform: uppercase;
}

.service-sc p {
	margin-top: 35px;
}


.pricing {
	text-align: center;
	margin-bottom: 20px;
	background: none;      
    -webkit-box-shadow:  0px 0px 0px 1px #FFF;
    box-shadow:  0px 0px 0px 1px #FFF;
	color: #FFF;
}

.pricing h3 {
	margin-top: 70px;
	margin-bottom: 60px;
}

p.pricing-plan-name {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    padding: 25px 0;
    text-transform: uppercase;
}

p.pricing-plan-price {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #FFF;
	width: 100%;
	margin: 20px auto 5px auto;
}

span.pricing-plan-tsmall {
	font-size: 14px;
}

.pricing ul {
	margin: 0;
	margin: 20px 0 0 0;
	padding: 10px;
	list-style: none;
}

.pricing ul li {
	border-top: 1px solid #FFF;
	padding: 5px 0 0px 0;
	font-family: 'Lato', sans-serif;
}

.signup {
	margin: 20px 0 15px 0;
}

.signup a {
    background: none;
	position: relative;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: none;
	text-decoration: none;
}

.signup .pricing-button {
    background: none;
	position: relative;
	padding: 8px 20px; 
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

.signup .pricing-button:hover {
	background-color: #FF675B;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}



/* #About ######################### */

.team {
	margin-top: 60px;
	text-align: center;
}

.team li a {
    opacity: 0.7!important;
}

.team li a:hover {
    opacity: 1!important;
}

.team h3 {
	margin-bottom: 50px;
}

p.team-name {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 0;
    font-family: 'Dancing Script', cursive;
}

p.team-position {
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
	margin: 20px 0;
}

.team ul {
	margin-bottom: 10px;
}

.team ul li {
	display: inline;
	margin: 0 3px;
}

.team ul a:hover {
	opacity: 0.7;
}



/* #Contact ######################### */

#contact {
	position: relative;
	z-index: 300;
	padding-top: 20px;
}

#footer {
	background:#1A1A1A;
	margin-top: 80px;
	padding: 20px 0;
	border-top: 1px solid #252525;
	opacity: 0.9;
	-webkit-box-shadow: 0px -2px 6px rgba(15, 15, 15, 0.7);
	-moz-box-shadow:    0px -2px 6px rgba(15, 15, 15, 0.7);
	box-shadow:         0px -2px 6px rgba(15, 15, 15, 0.7);
	position: relative;
	z-index: 300;
}

#footer a, #contact a {
	color: #FFF;
	text-decoration: none;
}


/*** contact form ***/

.done {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 10px;
	display: none;
}

.contact-form {
	position: relative;
	z-index: 300;
	margin-top: 20px;
}

.contact-form p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.contact-form input {
	width:104%;
	border:1px solid #d5d5d5;
	padding:10px;
	background: none;
	color: #FFF;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}

.contact-form textarea {
	width:100%;
	border:1px solid #d5d5d5;
	padding:10px;
	background: none;
	color: #FFF;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}

.contact-form input.submit-button {
	width:99%;
	height:36px;
	overflow:hidden;
	border:1px solid #d5d5d5;
	background: none;
	color:#FFF;
	cursor:pointer;
	margin-top:15px;
	text-transform: uppercase;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
}

.contact-form input.submit-button:hover {
	background:#FF675B;
	border:1px solid #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
}

/* addtional contact info */
.contact-info {
	margin: 40px 0 20px 0;
}

.contact-info-subtitle {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#FFF;
	margin: 10px 0;
	font-weight:700;
	text-transform:uppercase;
}

.contact-info-subtitle span { 
	margin-left: 15px;
	font-weight: 700;
}
.contact-info-content {
	font-style: normal;
	font-weight: 300;
	color: #FFF;
	margin: 10px 0;
}

.gmap {
	width: 100%;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
}

/* end addtional contact info */

.contact-info {
	margin-top: 50px;
}

.contact-info h5 {
	margin-bottom: 40px;
}

.contact-info img {
	vertical-align: middle;
	margin-right: 10px;
}


.social {
	padding-top: 15px;
}

.social ul li {
	display: inline;
	margin-right: 5px;
}

.social img:hover {
	opacity: 0.7;
}


.copyright {
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
}

.copyright p {
	color: #858585;
	font-size: 14px;
}

/* #WP CSS ######################### */

.wp-caption {
	max-width: 100%;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding: 6px 2px 0;
}
.wp-caption-text {
    font-size: 14px;
    padding: 0 4px 5px;
}
.aligncenter {
	display: block;
    margin: 0 auto;
}
.alignleft { 
	float: left;
	margin: 0px 10px 10px 0px; 
}
.alignright { 
	float: right;
	margin: 0px 0px 10px 10px; 
}
.sticky {
}
.single-navigation {
	position: relative;
	z-index: 1000;
}
.single-navigation .prev {
    float: left;
}
.single-navigation .next {
    float: right;
}
.gallery-caption {

}

p.singlemeta {
	text-align: center;
	margin-bottom: 30px;
	font-size: 21px;
}

.screen-reader-text {
	text-transform: uppercase;
}

.tagcloud  a{
	font-size: 10px;
}

form#contactform input {
	width: 125px;
}
#respond label { 
	display: none; 
	float: none; 
	height:0px; 
}
#respond input, #respond textarea, #respond select { 
	width: 200px; 
	padding: 7px 13px; 
	border: 1px solid #ddd; 
	margin: 20px 28px 0px 0; 
	font:12px 'Lato', Arial, Helvetica, sans-serif; 
	line-height:20px; 
	float:left; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.11), 0 1px 4px #000000 inset, 0 10px 10px rgba(0, 0, 0, 0.08) inset;
	background: none repeat scroll 0 0 transparent;
}
textarea#comment, input#author, input#email, input#url {
	color:#707070; 
	clear: both;
}
#respond textarea { 
	width: 93% !important; 
}

#respond input:hover { 
	background: none; 
}

#respond #submit:hover { 
	background: #FF675B; 
}

#respond input:focus, #respond textarea:focus { 
}

#respond input { 
	margin-bottom: 15px !important; 
}
#respond fieldset { 
	padding-left:0px; 
}
#respond legend { 
	padding:7px 10px; 
	font-weight:bold; 
	color:#000; 
	border:1px solid #eee; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	margin-bottom:0 !important; 
	margin-bottom:20px; 
}
#respond span.required { 
	padding-left:28px; 
	margin-left:-28px; 
}

li.comment {
	color: #FFF;
    margin-bottom: 10px;
    padding-left: 11px;
    clear: both;
}

.comment-body {
    margin-bottom: 20px;
}

ol.commentlist {
	margin-left: 0;
	list-style-type: none;
}

ol.commentlist a {
	text-decoration: none;
	font-size: 13px;
}

ol.commentlist a:hover {
	text-decoration: underline;
}

.commentlist .avatar {
    float: left;
    margin: 0;
	border-radius: 50%;
}
.commentlist .no-wrap {
    margin-left: 110px;
    margin-top: 10px;
}

.no-wrap .meta {
	font-size: 12px;
	color: #FFF;
	font-style: italic;
}

.no-wrap p {
	margin-bottom: 12px;
	font-size: 14px;
}

li.bypostauthor {

}

.tags {
	padding: 5px 0 15px;
}

.tags a {
	text-transform: none;
	text-decoration: none;
    color: inherit;
}

.page-template-blog-php h2, .category h2 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.pic {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D2D2D2;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 3px;
    z-index: 99;
}

.proj-img {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.proj-img a {
    background: url("../images/zoom.png") no-repeat scroll 50% 50% transparent;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: -500px;
    width: 100%;
    z-index: 10;
}

.proj-img a {
    background: url("../images/zoom.png") no-repeat scroll 50% 50% transparent;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: -500px;
    width: 100%;
    z-index: 10;
}

.proj-img i {
    background: none repeat scroll 0 0 #493636;
    display: block;
    font-style: normal;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-indent: -9000px;
    top: 0;
    width: 100%;
    z-index: 9;
}

.quote-nav-left, .quote-nav-right {
    float: left;
}

.quote-slider {
    margin-left: 30px;
    max-width: 100%;
}

.panel {
    width: 100%;
}

.quoter-text {
    font-style: italic;
    text-align: right;
    padding-right: 10px;
}

p.quoter {
    font: 700 10px 'Lato',sans-serif;
    text-transform: uppercase;
    text-align: right;
    padding-right: 10px;
}

.twitter_small {
	width:46px;
	height:46px;
	float:left;
	margin-top: -8px;
	background:url(../images/bg-twitter.png) no-repeat left top;
}

.twitter_small a {
	text-indent:-9000px;
	text-decoration:none;
	width:46px;
	height:46px;
	display:block;
}

.twitter2_small {
	width:16px;
	height:16px;
	float:left;
	margin: 5px 0 15px 15px;
	background:url(../images/bg-twitter2.png) no-repeat left top;
}

.twitter2_small a {
	text-indent:-9000px;
	text-decoration:none;
	width:16px;
	height:16px;
	display:block;
}
.twitter2_small a:hover {
	background:url(../images/bg-twitter2Hover.png) no-repeat left top;
}

.facebook_small {
	width:16px;
	height:16px;
	float:left;
	margin: 5px 0 5px 15px;
	background:url(../images/bg-facebook.png) no-repeat left top;
}

.facebook_small a {
	text-indent:-9000px;
	text-decoration:none;
	width:16px;
	height:16px;
	display:block;
}

.facebook_small a:hover {
	background:url(../images/bg-facebookHover.png) no-repeat left top;
}

.dribble_small {
	width:16px;
	height:16px;
	float:left;
	margin: 5px 0 15px 15px;
	background:url(../images/bg-dribble.png) no-repeat left top;
}

.dribble_small a {
	text-indent:-9000px;
	text-decoration:none;
	width:16px;
	height:16px;
	display:block;
}

.dribble_small a:hover {
	background:url(../images/bg-dribbleHover.png) no-repeat left top;
}

.flickr_small {
	width:16px;
	height:16px;
	float:left;
	margin: 5px 0 15px 15px;
	background:url(../images/bg-flickr.png) no-repeat left top;
}

.flickr_small a {
	text-indent:-9000px;
	text-decoration:none;
	width:16px;
	height:16px;
	display:block;
}

.flickr_small a:hover {
	background:url(../images/bg-flickrHover.png) no-repeat left top;
}

.vimeo_small {
	width:17px;
	height:16px;
	float:left;
	margin: 5px 0 15px 15px;
	background:url(../images/bg-vimeo.png) no-repeat left top;
}

.vimeo_small a {
	text-indent:-9000px;
	text-decoration:none;
	width:17px;
	height:16px;
	display:block;
}

.vimeo_small a:hover {
	background:url(../images/bg-vimeoHover.png) no-repeat left top;
}

ul.list {
	display:block;
	position:relative;
	padding:0px;
	margin-bottom:-1px;
	list-style-type: none;
}
ul.float {
	float:left;
	width:50%;
	list-style-type: none;
}
ul.list li {
	padding:4px 0px 5px 0;
	width:auto;
	border-bottom:1px solid #ddd;
}
ul.float li {
	margin-right:20px;
}
ul.bullet li {
	padding:4px 0px 5px 21px;
	background:url(../images/list-dot.jpg) no-repeat 1px 13px;
}
ul.check li {
	padding:4px 0px 5px 21px;
	background:url(../images/list-check.png) no-repeat 1px 11px;
}

.post {
	margin-bottom: 15px;
}
.post h3, .sidebar h3 {
    padding-bottom: 10px;
}

.post h3 a {
	font-weight: normal;
	text-decoration: none;
	text-transform: none!important;
}

.post p.line2nd {
    color: #FFF;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 11px;
	font-style: italic;
}

.wp-caption-text {
margin-bottom: 0 !important;
}

.wp-caption {
text-align: center !important;
}

nav select {
	display: none;
}

/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #FFF; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #FFF; }
#wp-calendar tbody td { border: 1px solid #fff; text-align: center; padding:2% 5px; }
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/* category widget */
.widget_categories select {
	display: inline-block!important;
	color: #AAA!important;
}
.menu-testing-menu-container ul {
	margin: 4px 0 5px 10px;
}
.menu-testing-menu-container li {
	font-size: 12px!important;
}

@media (max-width: 960px) {
	
	nav ul     { 
		display: none; 
	}
	
	nav select {
	    color: #000000;
	    display: inline-block;
	    margin-top: 8px;
	    position: relative;
	}
}

.padding-bottom {
    padding-bottom: 10px;
}

.sidebar h3 {
	font-weight: normal;
	margin-bottom: 15px;
}

.page h2 {
	margin-top: 120px;
}

.page-template-default h2, .page-template-page-full-php h2 {
	margin-bottom: 20px;
}

.container .column, .container .columns {
	max-width: 100%;
}

/* #Responsive ######################### */

	/* Smaller than standard 960 (devices and browsers) */
	 @media only screen and (max-width: 1024px) {
	  
	  .title {
	   position: relative;
	  }
	  
	  #intro {
	   height: 500px;
	  }
	  
	  .title {
	   padding-top: 20px;
	  }
	  
	  h1 {
	   font-size: 80px !important;
	   line-height: 85px !important;
	   margin-bottom: 25px;
	  }
	  h1.small {
	   font-size: 60px !important;
	   line-height: 65px !important;
	   margin-bottom: 25px;
	  }

	  .intro-line {
	  	margin-top: 20px;
	  	margin-bottom: 20px;
	  }
	  
	 }

 
	@media only screen and (max-width: 959px) {
		
		.title {
			position: relative;
		}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#contact {
			height: 1200px;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		nav a {
			font-size: 12px !important;
		}
		nav ul li {
			padding-left: 15px;
			padding-right: 15px;
			line-height: 33px;
		}
		nav ul {
			padding-top: 0;
		}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		nav a {
			font-size: 12px !important;
		}
		 h1 {
		   font-size: 80px !important;
		   line-height: 85px !important;
		   margin-bottom: 20px;
		  }
		  
		  h1.small {
		   font-size: 60px !important;
		   line-height: 65px !important;
		   margin-bottom: 20px;
		  }
		  
		  .title p {
		   font-size: 30px !important;
		   line-height: 40px !important;
		   line-height: 28px;
		  }
		  
		  nav ul li {
		   padding-left: 10px;
		   padding-right: 10px;
		  }

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#intro {
			height: 430px;
		}
		
		.title {
			position: relative;
			padding-top: 30px;
		}
		
		.intro-line {
			display: none;
		}
		
		h1 {
			font-size: 60px !important;
			line-height: 65px !important;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 40px !important;
			line-height: 45px !important;
			margin-bottom: 20px;
		}
		
		.title p {
			font-size: 18px !important;
			line-height: 25px !important;
			line-height: 28px;
		}
		
		
		nav ul li {
			padding-left: 5px;
			padding-right: 5px;
		}
		
		.quote-slider {
			margin-left: 0px;
		}
		.panel {
			width:280px;
		}
		
	}

@media only screen and (min-width: 1100px) {
	.separator1 .fundo, #intro .fundoum {
		background-attachment: fixed !important;
	}
}
@media only screen and (max-width: 1050px) {
	.hoverimage { 
		display: none !important;
	}
}
.filter ul li {
display: inline-block !important;
}
.portfolio_details a {
	text-decoration: none;
}

.portfolio-item iframe, .portfolio-item img {
	width: 620px;
	height: 370px;
}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		nav a {
			font-size: 12px !important;
		}
		nav ul li {
			padding-left: 15px;
			padding-right: 15px;
			line-height: 33px;
		}
		nav ul {
			padding-top: 0;
		}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		nav a {
			font-size: 12px !important;
		}
		 h1 {
		   font-size: 80px !important;
		   line-height: 85px !important;
		   margin-bottom: 20px;
		  }
		  
		  h1.small {
		   font-size: 60px !important;
		   line-height: 65px !important;
		   margin-bottom: 20px;
		  }
		  
		  .title p {
		   font-size: 30px !important;
		   line-height: 40px !important;
		   line-height: 28px;
		  }
		  
		  nav ul li {
		   padding-left: 10px;
		   padding-right: 10px;
		  }

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#intro {
			height: 430px;
		}
		
		.title {
			position: relative;
			padding-top: 30px;
		}
		
		.intro-line {
			display: none;
		}
		
		h1 {
			font-size: 60px !important;
			line-height: 65px !important;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 40px !important;
			line-height: 45px !important;
			margin-bottom: 20px;
		}
		
		.fundo {
			margin-top: 100px;
			position: relative;
			z-index: 300;
			padding-top: 20px;
			padding-bottom: 40px;
			background: none!important;
		}
		
		.title p {
			font-size: 18px !important;
			line-height: 25px !important;
			line-height: 28px;
		}
		
		
		nav ul li {
			padding-left: 5px;
			padding-right: 5px;
		}
		
		.quote-slider {
			margin-left: 0px;
		}
		.panel {
			width:280px;
		}
		/*
		#supersized {
			display: none;
		}
		
		html { 
			background: url('http://www.wearelosbastardos.com/bismuth/wp-content/uploads/sites/7/2013/08/1.jpg') no-repeat center center fixed;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		*/
	
	}