;/* Typography */
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
body,html {
	overflow-x:auto !important;
	padding: 0px !important;
}
body {
	font-family: 'Prosto One', cursive;
	font-weight:400;
	background: #fff;
	color:#43484E;
	padding: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow-x:hidden !important;
}
body section{
	padding: 75px 0;
}
a:hover {
	outline: none;
	text-decoration:none;
	color: rgba(153,32,55,1);
}
a:focus {
	outline:none;
	outline-offset: 0;
	border: none;
}
img a {
	border: none;
	outline: none;	
}
a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color: rgba(153,32,55,1);
	border: none;
	outline:none;
}
a:hover {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color: #43484E;
	text-decoration: underline;
}
h1, h2, h4, h5, h6 {
	font-family: 'Play', sans-serif;
}
h1.slogan {
    font-size: 2.5em;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 5px black;
}
h3 {
	font-family: 'Play', sans-serif;
	color: #da7b2b;
	font-size: 32px;
}
h3.home_text {
	font-family: 'Play', sans-serif;
	color: #da6400;
	font-size: 34px;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
.slider-btn {
	background-color:#fc7700;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #fc7700;
	box-shadow: inset 0 0 0 2px #fc7700;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}
.parallax-section {
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.parallax-section-high {
	min-height: 400px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/*.preloader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	background: #fff;
	z-index: 9999;
}
.preloder-wrap{
	display: table-cell;
	vertical-align: middle;
}
.preloder-inner {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}
*/
.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}
.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

/* Header CSS */

#navigation .navbar {
	background:rgba(255, 255, 255, 0);
	border-radius: 0;
	border-bottom: 0;
	box-shadow: none;
	padding-bottom: 0px;
	padding-top: 30px;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
#navigation .navbar-toggle{
	margin-top: 20px;
	background-color: #333;
}
#navigation .navbar-brand h1{
	padding: 0;
	margin: 0;
}
#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}
#navigation .navbar-nav.navbar-right {
	margin-top:45px
}
#navigation .navbar-nav.navbar-right li a {
	color: #c1c1c1;
	font-family: 'Play', sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 10px;
}
#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	background-color: transparent;
	border-bottom: 2px solid #ffffff;
}
a.navbar-brand img{
	opacity: 1;
	transform: scale(0.8);
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
.navbar-collapse .collapsing {
		overflow: visible !important;
}
.pippo {
	background: rgba(0, 0, 0, .7)!important;
	box-shadow: rgba(0, 0, 0, 4) 2px 0px 5px !important;
	/*background-image: url(../img/general/pattern.png) !important;*/
	background-repeat: repeat !important;
	
	padding-top: 0px !important;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
.pippo a.navbar-brand img{
	opacity: 1 !important;
	transform: scale(1,1) !important;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
.pippo .navbar-nav.navbar-right {
	margin-top: 55px !important;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
#navigation .pippo .navbar-right li a {
	color: #c1c1c1;
	font-family: 'Play', sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 10px;
}
#navigation .navbar-inverse .pippo  .active  a,  
#navigation .navbar-inverse .pippo .active  a:focus, 
#navigation .pippo .navbar-right li a:hover {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	background-color: transparent;
	border-bottom: 2px solid #ffffff;
}

/* Main Slider CSS */
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image: url(../img/general/pattern.png);
	background-repeat:repeat;
	opacity:1;
}
.home-pattern-z {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image: url(http://robertocarminati.com/images/general/home-pattern.png);
	background-repeat:repeat;
	opacity:1;
}
#home{
	padding: 0;
    overflow: hidden;
    position: relative;
    height: 100% !important;
    max-height: 100% !important;
    box-shadow: 3px 0px 10px rgba(0,0,0,1);
}
#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
#main-carousel .carousel-indicators { 
	bottom:15px
}
#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}
.carousel-indicators .active{
	background-color: #fff !important;
}
.slider-content {
	height: 100%;
}
#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}
#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}
#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: roboto;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}
#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}
#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: roboto;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}
#main-carousel .carousel-left{
	left:-50px;
}
#main-carousel .carousel-right{
	right:-50px;
}
#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.carousel-right {
  right:65px
}
.carousel-left {
  left:65px
}
#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}

/* About Us CSS */

#about-us {
	background-image: url(../img/general/about_us_bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: contain;
	background-position: inherit;
	overflow: hidden;
	padding: 85px 0px;
}
#about-us h2 {
	font-family: 'Prosto One', cursive;
	margin-bottom: 30px;
	color: #2D2D2D;
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
.title-one {
	color: #4D4D4D;
	display: inline-block;
	font-size: 40px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: center;
	text-transform: uppercase;
	position:relative
}
.title-one:after {
	/* color: #2D2D2D; */
	content: "※";
	position: absolute;
	right: -40px;
	top: -2px;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
.title-one:before {
	/* color: #2D2D2D; */
	content: "※";
	left: -40px;
	position: absolute;
	top: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
#about-us h4 {
	color: #da7b2b;
	margin-bottom: 50px;
	margin-top: -5px;
	text-transform: capitalize;
}
#about-us p {
	font-weight:300;
	font-size:14px;
	color: #22201f;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,1);*/
}
.about-us .col-sm-6 {
	margin-top:50px
}
.about-us h3 {
	font-size: 20px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.about-us .tab-content {
	background:#FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 25px;
}
.about-us .nav-tabs li a {
	border-top:2px solid #f6f6f6;
	color:#fc7700;
}
.about-us .nav-tabs li.active a, 
.about-us .nav-tabs li.active a:hover, 
.about-us .nav-tabs li.active a:focus {
	border-radius: 0;
	border-top: 2px solid #fc7700;
	color: #333333;
}
.about-us .tab-content 
.pull-left.media-object {
	background-color: #F6F6F6;
	margin-right: 20px;
	padding: 5px;
}
.carminatiImg {
	background-image: url(../img/general/carminati_transparent.png);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 850px;
}

/* Service CSS */

#services {
  background-image: url(http://robertocarminati.com/images/bg/px_by_Gre3g.png);
  background-repeat: repeat;
  color:#fff;
  position: relative;
  text-align:center;
  background-color:	#614539;
  box-shadow: 5px 0px 10px rgba(0,0,0,1);
}
.services {
	display:block;
	overflow:hidden;
	margin-top:50px
}
#services h2{
  color: #fff;
  border-color: #fff;
  margin-bottom:20px;
  text-shadow: 1px 1px 3px rgba(0,0,0,1);
}
#services h3.title-two {
	color: rgba(153,32,55,1);
	font-size: 26px;
}
.single-service {
	background-color: rgba(0, 0, 0, 0.39);
	padding:25px;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.single-service p {
	text-align:justify;
}
.single-service i {
	text-align:center;
	font-size:80px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 150px;
	line-height: 150px;
	width: 150px;
	color:#43484E;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.single-service:hover {
	background-color: #fc7700;
}
.single-service:hover i {
	color:#fc7700;
	-moz-transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}

/* Our Team CSS 

#team-carousel {
	position:relative
}

#our-team {
	background-color:#f6f6f6;
	color:#43484E;
}

#our-team h2 {
	color:#43484E;
	margin-bottom:35px;
}

#our-team .team-members {
	padding:0;
	margin-top:55px;
	display:block;
	overflow:hidden
}

.single-member {
	height:430px;
	background-color:#43484E;
	border: 1px solid #43484E;
	color: #f6f6f6;
	padding: 25px;
	text-align:center;
	overflow:hidden;
}

.single-member img {
	width:100%
}

.single-member h4, 
.single-member h5 {
	text-align:center
}

#our-team .socials i {
	background-color:#fff;
	border-radius: 50%;
	color: #43484E;
	display: inline-block;
	font-size:16px;
	height: 30px;
	line-height:28px;
	margin-right: 5px;
	text-align: center;
	width: 30px;
	border-width:1px;
	border-color:#43484E;
	border-style: solid;
	opacity:.5;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;  
}

#our-team .socials a i:hover {
	opacity:1;
	color:#fff;
	border:0
}

#our-team .socials a .fa-facebook:hover {
	background: #3B5997;	
}

#our-team .socials a .fa-twitter:hover {
  background:#29C5F6
}

#our-team .socials a .fa-pinterest:hover {
  background:#C61118
}

#our-team .socials a .fa-dribbble:hover {
  background:#FF5C93
}

#our-team .socials a .fa-linkedin:hover {
  background:#006DC0
}

#our-team .socials a .fa-google-plus:hover {
  background:#D13D2F
}

#our-team .socials a .fa-flickr:hover {
  background:#7A797B
}

.member-left, .member-right {
	position:absolute;
	top:-43px;
	color:#43484E
}


.member-left {
	left:49%;
}

.member-right {
	left:51%
}*/


/* Portfolio CSS */

#portfolio {
	padding-top:70px;
	padding-bottom: 100px;
	/*background:#f9ede4;*/
	background-size: contain;
	background:#2d2d2d;
	background-image: url(../img/general/pattern.png);
	background-repeat: repeat;
	box-shadow: 5px 0px 10px rgba(0,0,0,1);
}
#portfolio h2 {
	font-family: 'Prosto One', cursive;
    margin-bottom: 30px;
    color: rgba(201,201,201,1);
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
#portfolio h2:after {
	color: rgba(201,201,201,1);
	content: "※";
	position: absolute;
	right: -40px;
	top: -2px;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
#portfolio h2:before {
	color: rgba(201,201,201,1);
	content: "※";
	left: -40px;
	position: absolute;
	top: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
#portfolio p {
	font-weight:300;
	font-size:15px
}
#portfolio .portfolio-filter {
  margin-bottom:40px;
  margin-top:10px;
}
#portfolio .portfolio-filter li {
  display: inline-block;
}
#portfolio .portfolio-filter li a:hover, #portfolio .portfolio-filter li a:focus, #portfolio .portfolio-filter li a:active, #portfolio .portfolio-filter li .active {
	border-bottom: 2px solid rgba(218,123,43,1);
    color: #000;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
}
#portfolio .portfolio-filter li a {
	color: #686868;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	background: rgba(218,123,43,1);
	opacity: .8;
	border: 1px solid rgba(252, 119, 0, 0);
	border-radius: inherit;
}
.portfolio-items > div{
  padding:0;
}
.portfolio-items img{
  width:100%;
}
.view {  
  cursor: default;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.efffect h4 {  
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s linear 0s;
}
.efffect h3 {
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.efffect img {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);  
	transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
}
.view img {
	display: block;
	position: relative;
	margin: 10px 10px 10px 10px;
}
.efffect .mask {
	background-color: #614539;
    border: 2px solid #da7b2b;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 0
}
.view .mask, .view .content {
	height:100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width:100%;
}
.mask h3 {
	color: #ffffff;
	font-family: 'Play', sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-top: 40px;
	text-transform: uppercase;
	transition: height 500ms ease 0s;
}
.mask h4 {
	color:#000;
	font-family: roboto;
	font-size: 14px;
	font-weight: 200;
	padding: 0 35px 5px;
}
.mask i {
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #fff;
	font-size: 17px;
	margin-left: 8px;
	padding: 8px;
}
.mask i:hover{
	background-color: rgba(218,123,43,1);
	color:#fff; 
	border: 2px solid #ffffff;
}

/* Clients CSS */

#clients {
	background-image: url(../img/general/about_us_bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: contain;
    overflow: hidden;
    padding: 85px 0px;
	-moz-box-shadow:    inset  0  5px 10px -5px rgba(0,0,0,.7); 
    -webkit-box-shadow: inset  0  5px 10px -5px rgba(0,0,0,.7);
     box-shadow:        inset  0  5px 10px -5px rgba(0,0,0,.7);
}
#clients h2 {
	font-family: 'Prosto One', cursive;
    margin-bottom: 30px;
    color: #2D2D2D;
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
#clients h2 :after {
	color: #2D2D2D;
	content: "※";
	position: absolute;
	right: -40px;
	top: -2px;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
#clients h2 :before {
	color: #2D2D2D;
	content: "※";
	left: -40px;
	position: absolute;
	top: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
#clients p {
	font-weight:300;
	font-size:16px;
	color: #22201f;
}
#clients-carousel  {
	margin-top:45px;
	text-align:center;
}
#clients-carousel .carousel-inner {
	display:inline-block;
	width:60%
}
.carousel-inner blockquote {
  border-left: 0 none;
  margin:15px;
  padding:0;
  text-align: left;
}
.carousel-inner blockquote p {
	font-size:17px;	
}
#clients-carousel .carousel-inner img {
	border-right:5px solid#eee;
	padding-right:10px
}
#clients-carousel .carousel-indicators {
	top: 100%;
	left: 50%;
	margin: 0 0 0 -50px;
	position: absolute;
	width: 100px;
}
#clients-carousel .item {
	background:#43484E
}
#clients-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}
#clients-carousel .carousel-indicators {
  margin-top: 20px;
}
.clients{
  text-align: center;
}
.clients h2 {
	color: #2D2D2D;
	font-family: 'Roboto',sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 0;
}
.clients p {
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.clients p span{
	color:#fc7700;
}
.video_thumb img {
	margin: 0px auto;
	box-shadow: 0px 0px 5px rgba(0,0,0,1);
	transition: .3s linear all;
	-webkit-transition: .3s linear all;
	-moz-transition: .3s linear all;
}
.video_thumb img:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,1);
	transform: scale(1.2,1.2);
	transition: .3s linear all;
	-webkit-transition: .3s linear all;
	-moz-transition: .3s linear all;
}
.modal-content {
    position: relative;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-clip: padding-box;
    text-align: center;
}
.embed-responsive-item {
	width: 640px !important;
	height: 360px !important;	
}
.embed-responsive-item video {
	width: 100% !important;
	height: 100% !important;	
}

/* Moda CSS */

#moda{
	background-image: url(../img/general/about_us_bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: contain;
	overflow: hidden;
	padding: 85px 0px;
	z-index: 999 !important;
	box-shadow: 3px 0px 10px rgba(0,0,0,1);
	/*-moz-box-shadow:    inset  0  5px 10px -5px rgba(0,0,0,.7); 
    -webkit-box-shadow: inset  0  5px 10px -5px rgba(0,0,0,.7);
     box-shadow:        inset  0  5px 10px -5px rgba(0,0,0,.7);*/
}
#moda h2 {
	font-family: 'Prosto One', cursive;
    margin-bottom: 30px;
    color: rgba(201,201,201,1);
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
#moda p {
	color:#ffffff;
}
#moda-carousel  {
	margin-top: 0px;
	text-align:center;
}
#moda-carousel .carousel-inner {
	display: inline-block;
	width: 100%;
}
.moda-inner blockquote {
  border-left: 0 none;
  margin:15px;
  padding:0;
  text-align: left;
}
.carousel-inner blockquote p {
	font-size:17px;
}
#moda-carousel .carousel-inner img {
	border: 0px;
	padding-right: 0px
}
#moda-carousel .carousel-indicators {
	top: 100%;
    left: 50%;
    margin: 0 0 0 -50%;
    position: absolute;
    width: 100%;
}
#moda-carousel .item {
	background: #4d4d4d;
}

#moda-carousel .carousel-indicators li {
	background: rgba(218, 123, 43, 1);
	border: 1px solid #999999;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}
#moda-carousel .carousel-indicators {
  margin-top: 20px;
}
.moda{
  text-align: center;
}
.moda h2 {
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 0;
}
.moda p {
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.moda p span{
	color:#fc7700;
}

/* Our Blog CSS */

#blog {
	padding-bottom:75px;
	padding-top:75px
}

.blog-heading {
	margin-bottom: 35px;
	margin-top: 15px;
}

.single-blog {
	margin-bottom: 30px;
	background-color:#F7F7F7;
	padding:25px;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-box-shadow: 0 2px 0 0 #ddd;
	box-shadow: 0 2px 0 0 #ddd;
}

.single-blog:hover {
	background-color:#43484E;
	color:#fff
}

.single-blog:hover.single-blog h2 {
	color:#fff
}

.single-blog:hover.single-blog .btn-primary {
	background-color:#fc7700;
	color:#fff;
	border-color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.single-blog img{
	width:100%;
	margin-bottom:20px
}

.single-blog h2 {
	color:#43484E;
	font-size:24px;
}

.single-blog h2{
	margin:0;
	margin-bottom:15px;
}

.single-blog ul {
	padding:0;
	overflow:hidden;
}

.single-blog ul li {
	border-right: 2px solid #999999;
	float: left;
	line-height: 10px;
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 12px;
	color:#999;
}

.single-blog ul li:last-child {
	border:none;
}

.blog-content {
	margin-bottom: 25px;
	margin-top: 0;
}

.single-blog .btn-primary {
	text-transform: uppercase;
	border: 1px solid #fc7700;
	color: #686868;
	background-color: rgba(255, 255, 255, 0);
	border-color: #fc7700;
}

.single-blog:hover.single-blog .btn-primary:hover{
	background-color:#fc7700;
	color:#fff;
}

#blog-detail .modal-body {
	padding:30px;
}

#blog-detail .modal-body img {
	width:100%
}

#blog-detail .close {
	margin-right: -15px;
    margin-top: -25px;
}
.logoGlobelife img {
	margin: 20px 0px 20px 0px;
	width: 56px;
	max-height: 100%;	
}

/* Mynews CSS */

#mynews {
	padding: 70px 0px 0px 0px;
    padding-bottom: 45px;
    /* background: #f9ede4; */
    background-size: contain;
    background: #2d2d2d;
    background-image: url(../img/general/pattern.png);
    background-repeat: repeat;
    box-shadow: 5px 0px 10px rgba(0,0,0,1);
}
#mynews h2 {
    font-family: 'Prosto One', cursive;
    margin-bottom: 30px;
    color: rgba(201,201,201,1);
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
#myNewsWrapp {
	position: relative;
	margin: 30px auto 0px auto;
	height: 410px;
	max-width: 460px;
	box-shadow: 0px 0px 5px rgba(0,0,0,1)/*, inset 0px 0px 50px rgba(0,0,0,1)*/;
	/* background-color: #7E7E7E; */
	border: 1px solid white;
	padding: 0px;
	overflow: hidden;
	border-radius: 6px;
}
#myNewsWrapp {
	margin-bottom: 0px;
}
#myNewsInnerWrapper {
	position: absolute;
	top: 85px;
	left: 10px;
	padding: 0px;
	width: 440px;
	height: 310px;
	/* background-color: #444444; */
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0px 0px 5px rgba(0,0,0,1);
	border: 1px solid #000;
}
#myNewsInner {
	position: absolute;
	top: 0px;
	left: 5px;
	padding: 0px;
	width: 430px;
	height: 290px !important;
	overflow: hidden !important;
	background-color: transparent;
}
.nicescroll-rails {
	margin-top: 20px !important;
	margin-right: 10px !important;
	height: 98% !important;
	padding-right: 5px !important;
}


/* Contact CSS */

#contact {	
	background-image: url(../img/general/about_us_bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: contain;
    overflow: hidden;
    padding: 85px 0px 30px 0px;
	-moz-box-shadow:    inset  0  5px 10px -5px rgba(0,0,0,.7); 
    -webkit-box-shadow: inset  0  5px 10px -5px rgba(0,0,0,.7);
     box-shadow:        inset  0  5px 10px -5px rgba(0,0,0,.7);	
}
#contact .contact-heading {
	padding-bottom:35px;
	position: relative;
	z-index: 10;
}
.contact-details {	
	padding-top:75px;
}
.pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(http://robertocarminati.com/images/pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}
.contact-address {
	background-color: #fff;
	height:390px;
	padding-top:85px
}
.contact-address .social-icons a i {
	border-radius:0;
	height:30px;
	line-height:inherit;
	width:30px;
	border-width:0;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right:10px
}
.contact-address .social-icons i:hover {
	transform: scale(.9);
}
.social-icons a {
    color: #ffffff;
    font-size: 20px;
    border: 1px solid #A2A2A2;
    border-radius: 50%;
    text-align: center;
    padding: 6px;
    width: 44px;
    height: 44px;
    display: inline-block;
    margin: 2px;
    background-color: #31436D;
	opacity: .7;
}
.social-icons a:hover {
  color: #ffffff;
  background-color: #31436D;
  opacity: 1;
  box-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.contact-address .social-icons, .contact-address address {
	z-index:2;
	position:relative
}
.contact-address  p {
	font-weight:800;
	font-size:24px;
	color: #ffffff;
}
.contact-address  p span {
	color:#ffffff;
}
#contact-form-section {	
	padding:35px;
	background-color: #FFF; 
	height:390px;
}
#contact-form-section .btn-primary {
	background-color: rgba(153,32,55,1);
	border-radius:0;
	padding: 5px 30px;
	text-transform:uppercase;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
#contact-form-section .btn-primary:hover {
	background-color:#43484E
}
#contact-form input, #contact-form textarea, #contact-form .btn-primary {
	position:relative;
	z-index:2;
}
#contact-form .name-field, #contact-form .mail-field {
	width:49%;
}
#contact-form .name-field {
	margin-right:2%;	
	float:left
}
#contact-form-section .form-control {
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#contact-form-section textarea {
	resize:none
}
#contact-form-section .form-control:focus {
	border-color: #fc7700;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#contact h3.title-two {
    color: rgba(0,0,0,1);
    font-size: 26px;
	font-weight: 600;
}
#contact p, #contact p a {
	font-size: 16px;
	color: #000000;
	font-weight: 444;
}
#contact h2 {
    font-family: 'Prosto One', cursive;
    margin-bottom: 30px;
    color: #2D2D2D;
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
#contact h4 {
	font-family: 'Prosto One', cursive;
	color: rgba(201,201,201,1);
	text-shadow: 1px 1px white, -1px -1px #444;
}

/* Footer CSS */

#footer {
	background-color:#f6f6f6;
	padding:25px 0;
	color:#43484E;
	font-size:16px;
	position:relative;
	margin-top:1px;
}
#footer p {
	margin: 0
}
#footer a {
	color:#fc7700
}

/* Carousel Effect CSS */

.carousel.scale .carousel-inner > .item.left > div:nth-child(1), .carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
	-webkit-animation: fadeOutDown 300ms linear 0ms both;
	animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1), .carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
	-webkit-animation: fadeInDown 300ms linear 75ms both;
	animation: fadeInDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.left > div:nth-child(2), .carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
	-webkit-animation: fadeOutDown 300ms linear 75ms both;
	animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2), .carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
	-webkit-animation: fadeInDown 300ms linear 150ms both;
	animation: fadeInDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.left > div:nth-child(3), .carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
	-webkit-animation: fadeOutDown 300ms linear 150ms both;
	animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
	-webkit-animation: fadeInDown 300ms linear 225ms both;
	animation: fadeInDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.left > div:nth-child(4), .carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
	-webkit-animation: fadeOutDown 300ms linear 225ms both;
	animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4), .carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
	-webkit-animation: fadeInDown 300ms linear 300ms both;
	animation: fadeInDown 300ms linear 300ms both;
}

/* Isotope Recommended CSS */

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

/* Portfolio Hover effect */

.efffect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.efffect .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   cursor: zoom-in;
}
.efffect h4 {   
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:18px;
   margin-top: 60px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
   -o-transform:rotate(-180deg);
   -ms-transform:rotate(-180deg);
   transform:rotate(-180deg);
   -webkit-transition:all 0.5s linear 0.7s;
   -moz-transition: all 0.5s linear 0.7s;
   -o-transition:all 0.5s linear 0.7s;
   -ms-transition:all 0.5s linear 0.7s;
   transition:all 0.5s linear 0.7s;
}
.efffect:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/* CUSTOM */

#svg_bg_tranparent, #svg_bg_transparent_2 {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 9 !important;
}
#animated_svg {
	opacity: .7;
}
.tp-banner-container {
	max-height: 100% !important;
    overflow: hidden !important;
    min-height: 700px !important;	
}
.navbar>.container .navbar-brand {
    margin-left: -15px;
}
.divider {
	height:50px;
}
.slogan {
	position: absolute !important;
	width: 100% !important;
	height: auto !important;
	top: 45% !important;
	left: 0px !important;
	z-index: 999;
}
p.footerText {
	font-size: 80%;
	color: rgba(153,32,55,1);
	line-height: 15px;
}
img.about_us_bg_1 {
	position: absolute;
    left: 0px;
    z-index: 1;
    margin-top: -50px;
}
img.about_us_bg_2 {
	position: absolute;
    right: 0px;
    z-index: 1;
    margin-top: -50px;
}
#parallax_overlay {
	position: absolute !important;
	background-image: url(../img/general/pattern.png)!important;
	background-repeat: repeat !important;
	background-color: rgba(97,69,57,.5) !important;
	opacity: 1;
	z-index: -1 !important;
	width: 100%  !important;
	height: 100% !important;
	overflow: hidden !important;
}
.contact {
	color: #ffffff;
	transition: .5s linear all;
	-webkit-transition: .5s linear all;
	-moz-transition: .5s linear all;
	font-size: 16px;
}
.contact:hover {
	color: #ffffff;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,1);
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	transition: .5s linear all;
	-webkit-transition: .5s linear all;
	-moz-transition: .5s linear all;
}
.map {
	-moz-box-shadow:    inset  0  5px 10px -5px rgba(0,0,0,.7); 
    -webkit-box-shadow: inset  0  5px 10px -5px rgba(0,0,0,.7);
     box-shadow:        inset  0  5px 10px -5px rgba(0,0,0,.7);
}
.overlay {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	box-shadow: inset 0px 0px 100px rgba(0,0,0,1);
}
#linkToSite {
	position: fixed !important;
	width: 100px !important;
	height: 200px !important;
	top: 50% !important;
	margin-top: -100px;
	padding: 0px !important;
	left: 0px !important;
	background-color: rgba(155,0,0,1) !important;
	z-index: 99999999 !important;
	transition: .5s linear all;
	-webkit-transition: .5s linear all;
	-moz-transition: .5s linear all;
}
#linkToSite:hover {
	background-color: rgba(153,32,55,1) !important;
	color: #000000;
	transition: .5s linear all;
	-webkit-transition: .5s linear all;
	-moz-transition: .5s linear all;
	box-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.linkToSiteInner {
	position: absolute;
	top: 50%;
	width: 96%;
	height: 100px;
	margin-top: -50px;
	left: 2%;
}
p.siteLink {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;	
	text-align: center;
	margin-top: 20px;
}

/* NOTTURNO STYLES */
.overlay_bg {
	position: absolute;
	margin: 0px auto;
	height: 100%;
	width: 100%;
	background-color: red;	
}
#salonSlider {
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	height: 270px;
	max-width: 455px;
	box-shadow: 0px 0px 5px rgba(0,0,0,1);
}
#rumors {
	padding-top: 70px;
    padding-bottom: 100px;
    /* background: #f9ede4; */
    background-size: contain;
    background: #2d2d2d;
    background-image: url(../img/general/pattern.png);
    background-repeat: repeat;
    box-shadow: 5px 0px 10px rgba(0,0,0,1);	
	/*-moz-box-shadow:    inset  0  5px 10px -5px rgba(0,0,0,.7); 
    -webkit-box-shadow: inset  0  5px 10px -5px rgba(0,0,0,.7);
     box-shadow:        inset  0  5px 10px -5px rgba(0,0,0,.7);*/
}
#rumors h2 {
	font-family: 'Prosto One', cursive;
    margin-bottom: 30px;
    color: rgba(201,201,201,1);
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
#portfolio h2:after {
	color: rgba(201,201,201,1);
	content: "※";
	position: absolute;
	right: -40px;
	top: -2px;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
#portfolio h2:before {
	color: rgba(201,201,201,1);
	content: "※";
	left: -40px;
	position: absolute;
	top: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
#rumors img {
	margin-bottom: 5px;
	width: 47px;
	max-height: 100%;
	transition: .5s linear all;
	-webkit-transition: .5s linear all;
	-moz-transition: .5s linear all;
}
#rumors img:hover {
	transition: .5s linear all;
	-webkit-transition: .5s linear all;
	-moz-transition: .5s linear all;
	cursor: pointer;	
}

#tabs ul.ui-tabs-nav li img:hover {
	transform: scale(1.2,1.2);
}
#rumors p {
	font-weight: 300;
	font-size: 13px;
	color: #ffffff;
	margin-top: 25px;
	text-align: justify;
}
#rumors p span {
	font-family: 'Courgette', cursive;
	font-size: 18px;
	font-weight: 400;	
}
.centered .ui-tabs-nav {
    height: 50px !important;
    text-align: center !important;
}
.centered .ui-tabs-nav li {
    display: inline-block !important;
    float: none !important;
    margin: 0em !important;
}
#tabs-1 img, #tabs-2 img, #tabs-3 img, #tabs-4 img, #tabs-5 img, #tabs-6 img, #tabs-7 img,  #tabs-8 img,  #tabs-9 img,  #tabs-10 img,  #tabs-11 img,  #tabs-12 img,  #tabs-13 img,  #tabs-14 img,  #tabs-15 img,  #tabs-16 img,  #tabs-17 img,  #tabs-18 img,  #tabs-19 img,  #tabs-20 img,  #tabs-21 img {
	width: 250px;
	height: auto;
	float: left;
	margin-right: 30px;
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
}

/* MEDIA QUERIES */

@media only screen and (max-width: 1440px) {
	h3.home_text {
		font-size: 30px;
	}
}
@media only screen and (max-width: 1280px) {
	.slider_shadowed {
		min-height: 390px;
	}
}
@media only screen and (max-width: 1152px) {
	.container {
		width: 1050px;
	}
	.slogan {
		top: 35% !important;
	}
	.title-one {
		font-size: 28px;
	}
	#photofy {
		width: 90% !important;
		height: auto;
		position: relative;
		margin: 0px auto !important;
	}
	#rumors img {
		width: 45px;
	}
	#tabs-1 img, #tabs-2 img, #tabs-3 img, #tabs-4 img, #tabs-5 img, #tabs-6 img, #tabs-7 img,  #tabs-8 img,  #tabs-9 img,  #tabs-10 img,  #tabs-11 img,  #tabs-12 img,  #tabs-13 img,  #tabs-14 img,  #tabs-15 img,  #tabs-16 img,  #tabs-17 img,  #tabs-18 img,  #tabs-19 img,  #tabs-20 img,  #tabs-21 img {
		width: 200px;
		height: auto;
		float: left;
		margin-right: 30px;
		box-shadow: 0px 0px 10px rgba(0,0,0,1);
	}
	#rumors p {
		font-size: 12px;
	}
	#contact p, #contact p a {
		font-size: 15px;
	}
	#rumors p span {
		font-size: 15px;
	}
}
@media only screen and (max-width: 1136px) {
	#navigation .navbar-nav.navbar-right li a {
		font-size: 13px;
		padding: 3px 12px;
		margin: 0px 2px;
	}
	.pippo a.navbar-brand img {
		transform: scale(.9,.9) !important;
	}
	.slogan {
		top: 30% !important;
	}
	img#logo_big {
		width: 300px;
	}
	#about-us p {
		font-size: 13px;
	}
	#myNewsWrapp {
		margin: 0px auto;
	}
	#about-us {
		padding: 70px 0px;
	}
	.nicescroll-rails {
		margin-top: -30px !important;
		margin-right: 10px !important;
		height: 96% !important;
		padding-right: 8px !important;
	}
	#contact h2 {
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 1024px) {
	#htmlzone, #flags  {
		dispay: none !important;
	}
	.container {
		width: 1010px;
	}
	section.masthead {
		width: 100% !important;
		height: 100% !important;
	}
	.slogan {
		top: 40% !important;
	}
	#photofy {
		width: 100% !important;
		left: 50px !important;
	}
	.slider_shadowed {
		min-height: 320px;
	}
	#rumors img {
		width: 40px;
	}
	.ui-tabs .ui-tabs-panel {
		display: block;
		border-width: 0;
		padding: 25px 0px 0px 0px;
		background: none;
		width: 93%;
		margin: 0px auto;
	}
}
@media only screen and (max-width: 768px) {
	.container {
		width: 768px !important;
	}
	#navigation .navbar {
		padding-top: 0px !important;
	}
	#navigation .navbar-nav.navbar-right li a {
		font-size: 11px !important;
		padding: 3px 12px;
		margin: 0px 2px;
	}
	#navigation .navbar-nav.navbar-right {
		margin-top: -20px !important;
		margin-right: 30px !important;
	}
	.navbar>.container .navbar-brand {
		margin-left: 115% !important;
	}
	a.navbar-brand img {
		transform: scale(0.6) !important;
	}
	#photofy {
		width: 100% !important;
		left: 15px !important;
	}
	#photofy a.photofy_thumbnail {
		width: 60px !important;
		height: 60px !important;
	}
	#photofy a.photofy_thumbnail img {
		width: 60px !important;
		height: 60px !important;
	}
	.slider_shadowed {
		min-height: 240px;
	}
	.photofy_overlay {
		height: 180px !important;
	}
	#tabs-1 img, #tabs-2 img, #tabs-3 img, #tabs-4 img, #tabs-5 img, #tabs-6 img, #tabs-7 img,  #tabs-8 img,  #tabs-9 img,  #tabs-10 img,  #tabs-11 img,  #tabs-12 img,  #tabs-13 img,  #tabs-14 img,  #tabs-15 img,  #tabs-16 img,  #tabs-17 img,  #tabs-18 img,  #tabs-19 img,  #tabs-20 img,  #tabs-21 img {
		width: 150px;
		height: auto;
		float: left;
		margin-right: 30px;
		box-shadow: 0px 0px 10px rgba(0,0,0,1);
	}
	.ui-tabs .ui-tabs-panel {
		display: block;
		border-width: 0;
		padding: 70px 0px 0px 0px;
		background: none;
		width: 93%;
		margin: 0px auto;
	}
	#rumors p {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 767px){
	.slogan {
		top: 30% !important;
	}
	section.masthead {
		height: 100%;
	}
	.container {
		width: 100% !important;
		padding-right: 0px;
	}
	.navbar-fixed-top {
		position: relative;
		top: auto;
    }
	.container>.navbar-header, .container>.navbar-collapse {
		margin-right: 0px;
		margin-left: -15px;
	}
	.pippo {
		padding-top: 70px !important;
		position: fixed !important;
		top: 0px !important;
		margin-top: 0px !important;
	}
	.navbar-brand {
		float: left;
		padding: 0px;
		font-size: 18px;
		line-height: 20px;
	}
	.container>.navbar-header, .container>.navbar-collapse {
		margin-right: 0px;
		margin-left: -15px;
		margin-top: 85px;
		width: 100%;
		padding-right: 0px !important;
	}
	.navbar-toggle {
		margin-right: 10px !important;
	}
	#navigation .navbar {
		padding-top: 0px !important;
		background-color: black;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		background-color: rgba(0,0,0,.2) !important;
		margin-top: -20px !important;
		width: 110%;
	}
	#navigation .navbar-nav.navbar-right {
		margin-top: 0px !important;
		margin-right: 0px !important;
		width: 100%;
	}
	.container>.navbar-header, .container>.navbar-collapse {
		padding-right: 0px !important;
	}
	.navbar>.container .navbar-brand {
		margin-left: -15px !important;
	}
	#navigation .navbar-toggle {
		margin-top: 35px;
		background-color: #333;
		margin-right: 0px;
		width: 45px;
	}
	.parallax-section-high {
		min-height: 400px;
		width: 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		height: 125px;
	}
	.pippo a.navbar-brand img {
		transform: scale(.6,.6) !important;
	}
	.container>.navbar-header, .container>.navbar-collapse {
		margin-right: 0px;
		margin-left: -15px;
		margin-top: 0px;
	}
	.slider_shadowed {
		min-height: 128px;
	}
	.ui-tabs .ui-tabs-panel {
		padding: 115px 0px 0px 0px;
	}
	.parallax-section-high {
		height: 110px;
	}
	.slider_shadowed {
		min-height: 110px;
	}
	#about-us p {
		font-size: 12px;
	}
	#about-us, #clients, #contact {
		padding-top: 40px;
		padding-bottom: 0px;
	}
	#portfolio, #rumors, #clients {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	.photofy_overlay {
		height: 200px !important;
		width: 86%;
	}
	img.ws_images {
		width: 100%;
		height: auto;
	}
	#contact p, #contact p a {
		font-size: 12px;
	}
	#contact h4 {
		font-size: 16px;
	}
	#rumors {
		padding-top: 40px;
		padding-left: 5px;
		padding-right: 20px;
	}
	.mynNews {
		padding-left: 0px !important;
	}
	#myNewsWrapp {
		margin: 0px auto !important;
		width: 94% !important;
	}
	#myNewsInnerWrapper {
		width: 94% !important;
	}
	#myNewsInner {
		width: 100% !important;
		overflow: scroll !important;
		z-index: 99999999999 !important;
		padding-right: 20px !important;
	}
	.nicescroll-rails {
		margin-top: 20px !important;
		margin-right: 80px !important;
		height: 98% !important;
		padding-right: 5px !important;
	}
	.post {
		width: 100% !important;
	}
	.maintitle h2 {
		font-size: 15px !important;
		padding: 12px 0px !important;
	}
	#contenitoreNews {
		max-width: 100% !important;
	}
	.video_thumb img {
		margin: 0px auto 10px auto !important;
	}
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}