/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


p {
    /*margin: 0 0 25px;*/
	margin: 0 0 10px;
    font-size: 16px;
    line-height:1.6;
}

h4.modal-title {font-size:12px; text-transform:none; letter-spacing:0px;}

.imgPad {padding:10px;}
.imgBdr {border:1px solid #000;}

hr.grad { clear:both;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
} 

hr.clear{ clear:both;
    border: 0;
    height: 0px;
    background: none;
} 

.table, .table th {text-align:center;}

dl {color:#000;}
dd {padding-left:20px; margin-bottom:25px;}

.blackText {color:#000;}

.navbar-header {background:url(../img/jmc_logo.png) 0 0 no-repeat; padding-left:75px;}

.navbar-custom.top-nav-collapse {
        padding: 0;
        /*border-bottom: 1px solid rgba(255,255,255,.3);*/
		border-bottom: 1px solid #ccc;
        /*background: #00C;*/
    }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #3366cc !important;
  background-color: #d2def6 !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #00f;
}

/*tabs*/
.nav-tabs {
    border-bottom: none !important;
	margin-left: 25px;
}

.text14 {font-size: 14px;}
.text18 {font-size: 18px;}
.text28 {font-size: 28px;}
.text35 {font-size: 35px;}
.text-muted {color: #7094db; /*color:#00C;*/}
.noPad {
    margin:0;
	padding:0;
}

.pad20 {padding:20px;}
.pad30 {padding:30px;}
.pad40 {padding:40px;}

.padT20 {padding-top:20px;}
.padTB20 {padding:20px 0;}
.padB20 {padding-bottom:20px;}
.padB40 {padding-bottom:40px;}

#about {margin-top:200px;}
#clients.content-section {margin-top:0px; padding-top:40px;}
#about, #clients, #contact {margin-bottom:200px;}

#about p {text-align:justify;}

.bold {font-weight:bold;}
.italics {font-style:italic;}

.quote {font-style:italic; font-weight:800; font-size: 28px; letter-spacing:.05em; text-shadow: 2px 2px 1px #000,
		-1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;}
.smallquote {font-style:italic; font-weight:800; text-shadow: 2px 2px 1px #000,
		-1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;}

.brand-heading {
        text-shadow: 1px 1px 4px rgba(15, 15, 15, 0.85);
    }
.intro-text {
        text-shadow: 1px 1px 4px rgba(15, 15, 15, 0.85);
    }

.textShadow {
        text-shadow: 1px 1px 4px rgba(15, 15, 15, 0.85);
    }

.textShadow-muted{
        text-shadow: 2px 2px 5px #000;
    }

.boxShadow {
	box-shadow: 3px 3px 15px #000;
	background:#fff;
	border: 2px solid;
	border-radius: 8px;
	padding:20px;
	overflow:hidden;   
    }

.work-boxShadow {
	box-shadow: 3px 3px 15px #000;
	background:#fff;
	border: none;
	border-radius: 8px;
	padding:20px;
	overflow:hidden;   
    }
	
.transparent {opacity: 0.8;}

.ita-trained-logo {width:65px;}
.credit-cards-logos {width:232px;}


.modal-content {color:#000;}
.modal-content p {font-size: 14px;}
.form-control {background:#efefef;}


.navbar-collapse.in {
  overflow-y:visible;
}

.navbar-collapse.in li{
  /*background:#000;*/
}


@media(min-width:768px) {
    p {
        /*margin: 0 0 25px;*/
		margin: 0 0 10px;
        font-size: 16px;
        line-height: 1.6;
    }
	
	.modal-dialog {
		width: 80%;
	}
}

a {
    color: #337ab7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #337ab7;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
	text-shadow: 1px 1px 4px rgba(15, 15, 15, 0.85);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

section#contact div.row {
  margin-right: 0px;
  margin-left: 0px;
}


section#contactForm, section#myWork { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.5rem;  
	font-weight:100; 
	background:rgba(0,0,0,0.5);
	color:white;
	padding:2rem;
	width:75%;
	margin:0 auto 10rem auto;
	position:relative; 
	
	border: 0px solid #333;
	border-radius: 8px;
	/*box-shadow: 3px 3px 15px #000; */
}

section#theBox .tapeTL, section#contactForm .tapeTL {
	position:absolute;
	top:-30px;
	left:-30px;
	opacity:0.5;
}

section#theBox .tapeBR, section#contactForm .tapeBR {
	position:absolute;
	bottom:-30px;
	right:-30px;
	opacity:0.3;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    /*background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;*/
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.intro .intro-body .brand-heading {
    font-size: 40px;
	margin-bottom:0px; padding-bottom:0px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

#VideoContainer {width: 100%; height: auto;}
#Video {width: 100%; height: auto; position: absolute; top: -50px; left: 0;}


#VideoContainerContact {width: 100%; /*height: 60px;*/ position: relative;}
#VideoContact {width: 100%; height: 60px; position: absolute; top: -50px; left: 0;}


/*video { 
	position:fixed;
	top:50%;
	left:50%;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:-100;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background:url('/images/myDeskTop_v2.jpg') no-repeat;
	background-size:cover;
	-webkit-transition:1s opacity;
	transition:1s opacity;
}*/


#middleName {
	display: none;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    /*.navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);*/
		/*border-bottom: 1px solid #ccc;
        background: #00C;
    }*/
}



@media(min-width:768px) {
    .intro {
        /*height: 100%;*/
		height: 50%; /*ipad portrait fix*/
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 60px;
		margin-bottom:0px; padding-bottom:0px;
    }

    .intro .intro-body .intro-text {
        font-size: 20px; letter-spacing:.05em;
    }
	
}



@media(min-width:768px) and (max-width:1367px) {
	.intro {
        height: 100% !important;
    }
}
@media(min-width:767px) and (max-width:1024px) {
	.intro {
        height: 70% !important;
    }
}

/* ipad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1){ 
	.intro {
        height: 50% !important;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background:rgba(255,255,255,.2); 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.5);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

/*.services-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/services_house_bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/

.work-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/work_bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.work-section p {
	text-align:justify !important;	
}

.work-clients-section p {font-size:14px;}
/*.work-clients-section ul {margin:0; padding:0;}
.work-clients-section li {padding-bottom:15px; margin:0; padding-left:0;}*/

#map {
    width: 100%;
    height: 400px;
    margin-top: 100px;
}


@media(min-width:1367px) {
/*#bgvid{box-shadow: -3px -5px 65px #efefef; border:10px solid #fff; border-radius:40px;}
#bgvidContact {border-radius:40px;}*/
.intro {
        height: 100%;
    }
}

@media(max-width: 767px) {/*iphone portrait*/
	
	h1, h2 {font-size: 1.3em;}
	p, dd, .services-NotIncluded-section li {font-size: .85em;}
	.services-NotIncluded-section p  {font-size: .85em;}
	
	.text14 {font-size: .7em;}
	.text18 {font-size: .85em;}
	.text28 {font-size: 1.3em;}
	.text35 {font-size: 1.5em;}
	
	padT20 {padding-top:0px;}
	
	.navbar-header {background:url(../img/jmc_logo_small.png) 0 10px no-repeat; padding-left:35px;}
	
	.navbar-brand {font-size: 10px;}
	.intro {padding-top:205px; background: url(../img/skateboarding_770w.gif) no-repeat bottom right scroll;}
	.intro .intro-body .brand-heading {font-size: 28px;}
	.intro .intro-body .intro-text {font-size: .85em;}
	.brand-heading {text-shadow: 1px 1px 4px rgba(15, 15, 15, 0.85);}
	.quote {font-size:14px;}
	
	.table {font-size:.6em;}
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 1px;}
	
	.ita-trained-logo {width:25px;}
	.credit-cards-logos {width:100px;}
	
	.modal-content p, .modal-content label, .modal-content input {font-size: .7em;}
	
	.form-group { margin-bottom: 0px;}
	.form-control { height:25px; padding: 6px; font-size: .7em;}
	
	/*#Video {position: absolute; top: 0px; left: 0;}*/
	#VideoContainer, #VideoContainerContact {display:none;}
	
	.contact-section {background: url(../img/myDeskTop_v2.jpg) no-repeat top left scroll;}
	
	ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
	
	#Video {position: absolute; top: 0px; left: 0;}
	
	.dropdown.custom:hover .dropdown-menu {
  visibility: visible;
  display:block;
  border-radius:0;
  font-size:11px;

}

.dropdown.custom:hover .dropdown-menu>li>a {
    padding: 3px 10px;
}

}

@media(min-width:767px) {
    .content-section {
        /*padding-top: 250px;*/
		padding-top: 110px;
    }

    .services-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }

}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #337ab7;
    color: #337ab7;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #337ab7;
    outline: 0;
    color: #000;
    background-color: #337ab7;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}



footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}




.dropdown.custom:hover .dropdown-menu>li>a {
    padding: 3px 10px;
}




