/* Reset - http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Box Sizing & Clearfix */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Primary Structure */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.container {
	padding: 40px 5px !important;
}

/* Navigation */
nav {
	height: 115px;
	background-color: white;
}

li.projectList {
	border-right: 1px solid #ddd; 
	padding-right: 10px;
}

.nav > li.projectNav {
    position: relative;
    display: inline-block !important;
}

.nav-tabs {
	border: none !important;
	text-align: center;
}

.nav-tabs > li {
	margin-right: 5px;
	margin-left: 5px;
}

.nav.nav-tabs > li > a {
	border: none !important;
}

.nav.nav-tabs > li a:hover {
	border: none !important;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: white !important;
}

a {
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
	color: #404041 !important;
}

a:hover {
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
}

a.navLinks {
	color: #404041 !important;
}

a.navLinks:hover {
	color: #af2025 !important;
}

a.blueLink {
	color: #337ab7 !important;
}

a.blueLink:hover {
	color: #23527c !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active {
	color: #af2025 !important;
}

a.navMenu:hover > .iconRotate {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
	color: #af2025 !important;
}

.active a:hover {
	cursor: pointer !important;
}

/* Carousel */
.carousel-control.left {
	background-image: none !important;
}

.carousel-control.right {
	background-image: none !important;
}

/* Tabbed Content 
.tab-content {
	margin-right: 15px !important;
}*/

/* Misc Style Adjustments */
hr {
	width: 85% !important;
}

.glyphicon {
	margin-left: 5px;
}

p {
	font-size: 16px;
}

p.contactParaStyle {
	font-size: 15px;
	line-height: 20px;
}

h1 {
	margin-top: -20px !important;
	margin-bottom: 20px !important;
	color: #404041;
}

.btn {
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

.btn:hover {
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
	background-color: #404041 !important;
	color: white !important;
}

/* Send Button on Form */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: 1 !important;
}

/* Slide Hover Effects */
.media {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-top: 0 !important;
}

.media_modal:hover { cursor: pointer;}

.media__image { display: block; }

.media__body {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 6.75em 19em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer !important;
}

.media__body:hover { opacity: 1; }

.media__body:after,
.media__body:before {
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}

.media__body:before {
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}

.media__body:after {
  border-left: none;
  border-right: none;
  bottom: 2em;
  top: 2em;
}

.media__body:hover:after,
.media__body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.media__body h2 { margin-top: 0; }

.media__body p { margin-bottom: 1.5em; }

.media:nth-child(2) .media__body { background: rgba(146, 41, 185, 0.7); }

.media:nth-child(3) .media__body { background: rgba(185, 41, 128, 0.7); }

.media:nth-child(4) .media__body { background: rgba(185, 50, 41, 0.7); }

.media:nth-child(5) .media__body { background: rgba(185, 146, 41, 0.7); }

.media:nth-child(6) .media__body { background: rgba(128, 185, 41, 0.7); }

/* Social Media Hover Effect Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #ddd;
}
.hvr-sweep-to-right-linkedin:before {
  content: "";
  position: absolute;
  z-index: -999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #404041;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right-facebook:before {
  content: "";
  position: absolute;
  z-index: -999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b4932f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right-instagram:before {
  content: "";
  position: absolute;
  z-index: -999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #af2025;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Dropdown Menu Styles */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    margin: 0;
    list-style: none;
    width: 100%;
    padding: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
	border: 1px solid #ccc;
}

.dropdown a {
    display: block;
    text-decoration: none;
    background: white;
    color: #404041;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: transparent !important;
	background-image: none !important;
	color: #af2025 !important;
}

.dropdown-menu > li > a {
	padding: 15px 15px !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: transparent !important;
	background-image: none !important;
	color: #af2025 !important;
}

/* Fullscreen Modals */
.modal-body {
	padding: 75px !important;
}
.fullscreen .modal-dialog {
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	color: #333;
}

.fullscreen .modal-content {
	height: 100%;
	min-height: 100%;
	border-radius: 0;
	color: #333;
	background: rgba(0,0,0,.5);
	overflow: hidden;
}

.fullscreen .modal-body ul {
	padding: 100px 0 0 0;
}

.fullscreen .modal-body li {
	padding: 10px 0 10px 0 ;
}

.fullscreen .modal-body a {
	color: #333;
	font-size: 300%;
}

@media (max-width: 480px){
	.fullscreen .modal-body ul {
		padding: 15px 0 0 0;
		overflow: auto;
	}
	.fullscreen .modal-body li {
		padding: 4px 0 4px 0 ;
	}

	.fullscreen .modal-body a {
		color: #333;
		font-size: 200%;
		text-transform: uppercase;
		font-weight: 700;
	}
}


/* ipad Mini 
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)
{
  .aboutQuote
  {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .nav-tabs > li
  {
    margin-right: 0 !important;
    margin-left: 0!important;
  }
  .media__body
  {
  padding: 11.75em 15em;
  }
  .media__body h2
  {
    margin-top: -75px !important;
    font-size: 18px !important;
  }
  .media__body p
  {
    font-size: 14px !important;
  }
  iframe
  {
    height: 450px !important;
  }
  .iphoneSMadjust
  {
    width: 80px !important;
  }
}

/* iPhone 5 & 5s Portrait 
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) 
{
  .hideRow
  {
    display: none;
  }
  h1
  {
    font-size: 16px !important;
  }
  h1 img
  {
    width: 25px !important;
    height: 25px !important;
  }
  .glyphicon
  {
    display: none !important;
  }
  .projectList 
  {
    padding-right: 0 !important;
    font-size: 10px !important;
  }
  .projectNav
  {
    font-size: 9px !important;
  }
  .nav>li>a
  {
    padding: 5px 5px !important;
    margin-right: 0px !important;
  }
  .dropdown .dropdown-menu
  {
    font-size: 9px !important;
  }
  .dropdown-menu
  {
    min-width: 0 !important;
  }
  .fullwidth
  {
    width: 100% !important;
  }
  .imgAdust
  {
    width: 50% !important;
  }
  .aboutQuote
  {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 10px;
    line-height: 15px !important;
    width: 80% !important;
    margin: auto !important;
  }
  .smallTextAdjust
  {
    font-size: 10px !important;
    line-height: 15px !important;
    width: 80% !important;
    margin: auto !important;
  }
  .nav-tabs > li
  {
    margin-right: 0 !important;
    margin-left: 0!important;
  }
  .dropdown-menu > li > a
  {
    padding: 5px 3px !important;
  }
  .media__body
  {
  padding: 1.75em 4em;
  }
  .media__body h2
  {
  font-size: 10px !important;
  }
  .media__body p
  {
  font-size: 8px !important; 
  }
  h4
  {
    font-size: 12px !important;
  }
  label
  {
    font-size: 10px !important;
  }
  p.smallText
  {
    font-size: 10px !important;
  }
  .btn-group-lg>.btn, .btn-lg
  {
    font-size: 10px !important;
  }
  .iphoneSMadjust
  {
    width: 65px !important;
  }
  .iphoneFooterSize
  {
    font-size: 10px !important;
  }
  .carousel-indicators
  {
  bottom: -6px !important;
  }
  .carousel-indicators li
  {
    width: 9px !important;
    height: 9px !important;
  }
  .carousel-indicators .active
  {
    width: 10px !important;
    height: 10px !important;
  }
  iframe
  {
    height: 175px !important;
  }
  .rowExpand
  {
    width: 200%;
  }
}

/* iPhone 5 & 5s Landscape 
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) 
{
  h1
  {
    font-size: 30px !important;
  }
  .projectList 
  {
    font-size: 10px !important;
  }
  .projectNav
  {
    font-size: 12px !important;
  }
  .nav>li>a
  {
    padding: 5px 5px !important;
    margin-right: 0px !important;
  }
  .dropdown .dropdown-menu
  {
    font-size: 12px !important;
  }
  .media__body
  {
  padding: 4.75em 10em;
  }
  .media__body h2
  {
  font-size: 16px !important;
  }
  .media__body p
  {
  font-size: 10px !important; 
  }
  .imgAdust
  {
    width: 75% !important;
  }
  .aboutQuote
  {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 10px;
    line-height: 15px !important;
  }
  .smallTextAdjust
  {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .iphoneSMadjust
  {
    width: 65px !important;
  }
  iframe
  {
    height: 250px !important;
  }
  .modal-body {
    padding: 35px !important;
    width: 90%;
    margin: auto;
    margin-top: -15px;
}
  }
}

/* Fire Tablet 
@media only screen 
and (min-device-width : 600px) 
and (max-device-width : 1024px)
{
  h1
  {
    font-size: 24px !important;
  }
  .projectList 
  {
    padding-right: 0 !important;
    font-size: 10px !important;
  }
  .projectNav
  {
    font-size: 10px !important;
  }
  .aboutQuote
  {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 10px;
    line-height: 15px !important;
  }
  .nav>li>a
  {
  padding: 5px 10px !important;
  }
}
*/