/*

Blaster Template

http://www.templatemo.com/tm-472-blaster

*/

body
{
	background: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	position: relative;
}

html,body {
	width: 100%;
	overflow-x: hidden;
	color: white;
	text-align: center;
}

h1,h2,h3,h4 {
	font-weight: bold;
	color: #666666;
}

a:hover{text-decoration:none;}

.heading {
	font-size: 50px;
	color: #666666;
}
.headingMJ {
	font-size: 60px;
	color: white;
	text-transform: uppercase;
}

.SubtitleMJ {
	font-size: 30px;
	color: white;
	text-transform: uppercase;
}

.mjgrey {
	font-size: 40px;
	color: #666666;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 60px;
	text-align: center;
	}
.text-sub-mj {
	font-weight: bold;
	text-align: center;
	color: #666666;
	font-size: 20px;
}
.bold {
	font-weight: bold;
	text-align: center;
	color: #666666;}
}
.boldmj {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.boldsubtitle {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}


.row .col-md-12.col-sm-12 .SubtitleMJ {
}

.row-mj {
}

p {
	letter-spacing: 0px;
	line-height: 28px;
	color: #666666
}


p-diapo {
	letter-spacing: 0px;
	line-height: 28px;
	color: #FFFFFF;
    font-weight: 700;
}


#about,
#team, #contact {
	padding-top: 50px;
	padding-bottom: 0px;
}

#about .fa {
	font-size: 28px;
	min-width: 34px;
}

/* start navigation */
.custom-navbar {
    background: #ffffff;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
	color: #FFFFFF;
	font-size: 20px;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #FAFAFA;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
	
}.navbar-brandMJ {
    padding: 4px 6px;
    font-size: 20px;
    color: #ffffff;
}
.custom-navbar .nav li a {
    color: #444;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-right: 15px;
    padding-left: 15px;
	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav li a:hover {
  	background: #dc2d00;
  	transition: all 0.3s ease-in-out;
	color:#fff!important;
}
.custom-navbar .nav > li > a:focus {
  	background-color: transparent;
  	outline: none;
}
.custom-navbar .nav li.active > a {
    background-color: #d9d9d9;
}
.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #003a64;
    border-color: transparent;
}
@media(min-width:768px){
    .custom-navbar {
            background: #FFF;
            padding: 14px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 14px;
            background: #FFF;
            border-bottom: 1px solid #eeeeee;
        }
}

/* home section */
#home hr {
  border: 2px solid #404040;
  width: 100px;
}
#home h3 {
  letter-spacing: 2px;
}
#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #404040;
  color: #404040;
  font-weight: bold;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #404040;
  color: #ffffff;
}

/* about section */
#about .col-md-4 .fa {
  background: #666666;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
	
}
#about .col-md-6 {
  padding-top: 60px;
}
#about .col-md-6 h3 {
  padding-top: 40px;
  padding-bottom: 10px;
}
#about .col-md-6 p {
  padding-bottom: 30px;
}
#about span {
  display: block;
  padding-bottom: 6px;
}
#about .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}
#about .progress .progress-bar-primary {
  background: #dc2d00;
}

/* portfolio section */
#portfolio {
  padding-top: 100px;
  background: #f9f9f9;
  text-align: center;
  }
#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
	
}#portfoliomj .container {
	width: 100%;
	padding-top: 60px;
	margin: 0;
	background-color: #fafafa;	
}
#textmj .container {
 padding-top: 100px;
 width: 100%;
  margin: 20px;
}
#portfolio .col-md-4 {
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
  opacity: 0.6;
}

 .row-full 
{ 
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 margin-top: 0px;
 left: 50%;
}





/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #000000;
    color: #ffffff;
    outline: none;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/* team section */
#team {
  text-align: center;
}
#team h3 {
  color: #202020;
  line-height: 4px;
}
#team .team-des {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* contact section */
#contact {
  background:url(../images/bkg2.png)no-repeat left bottom #f9f9f9;background-attachment:fixed;
  text-align: center;
  padding-bottom: 100px;
}
#contact .fa {
	font-size: 40px;
	color: #666666;
	align-content: center;
}
#contact form {
  padding-top: 80px;
}
#contact .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
  border: 2px solid #808080;
}
#contact input {
  height: 50px;
}
#contact input[type="submit"] {
  border: 2px solid #808080;
  margin-top: 18px;
  height: 54px;
}
#contact input[type="submit"]:hover {
  background: #808080;
  color: #666666;
}
#contact textarea {
  height: 170px;
}
.contact-info-box h3 { font-size: 16px;	
	font-size: 14px;
	color: #666666;
	text-align: center;
}

/* footer section */
footer {
  background: url('http://www.antoniosotillo.com/mj-site/images/footer-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.social-icon {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  border-radius: 50%;
  color: #303030;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  margin-right: 10px;
}
.social-icon li a:hover {
  background: #666666;
}

/* copyright section */
#copyright {
  background: #dc2d00;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#copyright p {
  padding-top: 20px;
}
#copyright a {
	color: #fff;
}
#copyright a:hover {
	color: #dc2d00;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
#copyright .fa {
  background: #383838;
  color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease-in-out;
}
#copyright .fa:hover {
  background: #dc2d00;
  color: #000;
}

.cok{font-size:12px;font-weight:normal;line-height:1px;}
.cok:hover{color:#800000!important;}

body{color:#000;background-color:#fff;overflow-x: hidden!important;}	.nivo-lightbox-images{background:#fff;padding:30px;width:100%;max-width:650px;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;margin-top:15%;}
.bottverde{background:#003a64;padding:15px 25px;color:#fff;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;color:#fff;text-decoration:none;}
.bottverde:hover{background:#ccc;color:#333;text-decoration:none;}
.bott2{background:#ebebeb;padding:15px 25px;color:#666;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;text-decoration:none;cursor:pointer;}
.bott2:hover{background:#ccc;color:#666;text-decoration:none;}
#scheda{display:none;}
.container2{max-width:1200px;}
.sz1{font-size:50px;}
.circle{border-radius:999em;-moz-border-radius:999em;-webkit-border-radius:999em; -o-border-radius: 999em;background:#ccc;color:#fff;width:90px;height:90px;padding:20px 0;text-align:center;}
.contr{border:1px solid red;}
.marchio{background:#dc2d00;padding:15px 20px;float:left;display:inline-block;color:#fff!important;font-size:18px;margin-top:0px;}
.big-checkbox {width: 30px; height: 30px;}
.brown{color:#800000;}
.request{color:#fff;font-weight:bold;}
.request1{color:#ff0000;font-weight:bold;}
#work{background:url(../images/bkg.png)no-repeat center center #dc2d00;background-size:cover;}
.pippo{position:fixed;bottom:25px;right:25px;}
.lgbox{background:#ebebeb;padding:8px 10px 8px 10px;font-weight:bold;color:#444;font-size:14px;margin-left:10px;border:0px solid #4F86F7;float:right;}
.icomenu{position:absolute;top:0px;right:80px;cursor:pointer;display:none;}
.lgbox:hover{}
.lgico{margin-left:10px;}
.lgbox1{position:absolute;top:36px;right:0px;color:#000;background:#6495ED;padding:0px;font-weight:bold;color:#fff;font-size:14px;overflow:hidden;z-index:999;display:none;}
.lgbox1link{background:#ebebeb;padding:10px;width:100%;color:#333;display:inline-block;}
.lgbox1link:hover{background:#dc2d00;color:#fff;}
.relative{position:relative;}
.cursor2{cursor:pointer;}
.ruber{display:inline-block;}
.ruber ul {display:block;}
.movefast{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
 } 
#cookieChoiceInfo {background-color: #000; font-size: 14px; color: #DDD; padding: 20px; opacity: .8;}
#cookieInfoLink {color: cyan; text-decoration: underline;}
#cookieInfoLink:hover {color: #Fff; test-decoration:none;}
#cookieChoiceDismiss {background-color: #3366ff;color: #FFF;text-decoration: none;font-weight:600;font-size:14px;padding: 10px 15px;border-radius:0px;}
#cookieChoiceDismiss:hover {background-color: #0099ff;}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}

@media screen and (max-width:900px){
  .custom-navbar .navbar-brand {
    font-size: 20px;
  }
  #about img {
    padding-top: 40px;
  }
  #contact form {
    padding-top: 30px;
  }
  .container{display:none-;}
  .ruber ul {display:none;}
  .smoothScroll{color:#333!important;margin-bottom:10px;}
}

@media screen and (max-width: 767px) {
  .contact-info-box { margin-bottom: 20px; }
  .contact-info-box:last-child { margin-bottom: 0; }
  .navbar-nav{padding-top:80px;}
}

@media (max-width: 450px) {
  .heading {
    font-size: 40px;
  }
  #about .col-md-4 .fa {
    margin-top: 32px;
  }
  #contact h3 {
    font-size: 16px;
    padding-bottom: 40px;
  }
}


