/* ==========================================================================
   Color Palette
   ========================================================================== */
   
   /*
   
   Red			-	#a72c32
   Dark Red		-	#853136
   Light Red	-	#c9252b
   
   Blue			-	#4e8fba
   Dark Blue	-	#346586
   Light Blue	-	#5ca9dd
   
   Grey			-	#8e9293
   Dark Grey	-	#656869
   Darkest Grey	-	#1a1a1a
   
   */

/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}


h5 { text-align: center;
}


.img-circle {
	width: 156px;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Marvel", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #656869;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
}

a {
	color: #a72c32;
}

a:hover {
	color: #656869;
	text-decoration: none;
	cursor: pointer;
}

.clearFix {
	clear: both;
}

.noPadding {
	padding: 0px;
}

.img-responsive {
	width: 100%;
	margin-bottom :55px;
}

.img-circle img-responsive{
    margin-top:63px;
}

/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 22px;
	line-height: 40px;
	margin: 25px 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menuContact {
	position: absolute;
	bottom: 20px;
}

.menuContact a {
	font-size: 14px;
	line-height: 20px;	
	text-align: center;
}

 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 



/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 26px;
	color: #656869;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

#menuToggle:hover {
	color: #a72c32;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	margin-top: 0px;
	padding-top:7.5vh;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 100vh;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap img {
	margin: 0px auto;
}

#headerwrap ul {
	font-size: 22px;
	margin-top: 30px;
	padding-left: 0px;
	color: #8e9293;
}

#headerwrap ul li {
	display: inline;
	padding: 5px 15px;
}

@media(max-width:768px) {
	#headerwrap ul li {
		display: block;
		padding: 0px;
	}
}

/* About Wrap & Conf */

.mobile {
	display: none;
}

@media(max-width:768px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
}

#aboutwrap {
	margin-top: 80px;
	margin-bottom: 80px;
	min-height: 100vh;
}

.name {
	text-align: center;
}
.name p {
	font-size: 22px;
	font-weight: lighter;
	margin-top: 15px;
	letter-spacing: 2px;
}

.name-label {
	width: 60px;
	height: 60px;
	margin: 0 auto 45px;
	border-top: 1px solid #000;
	background: url(../img/name-label.png) center bottom no-repeat;
	background-size: 35px 35px;
}

.name-zig {
	width: 73px;
	height: 17px;
	margin: 38px 0 38px;
	background: url(../img/name-zig.html) 0 0 no-repeat;
	background-size: 73px 17px;
}

.name-desc p {
	text-align: justify;
}

.name-desc h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	line-height: 1.45;
	font-weight: 300;
}

@media(max-width:768px) {
	.name-desc h2 {
		font-size: 22px;
	}
}

/* Separator About - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	position: relative;
	box-shadow: inset 0px 2px 50px #000;
}
.about {
	background-image: url(../img/sepRed.jpg);
}

/* Portfolio Wrap Section */
#portfoliowrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
	min-height: 100vh;
}

#portfoliowrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 0px;
}

#portfoliowrap p {
	text-align: justify;
}

.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 60px;
}

#portfoliowrap i {
	font-size: 50px;
}

.proc {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;
}

#portfoliowrap .proc:hover {
	background-color: #eee;
	border-bottom: solid 2px #2f2f2f
}

/* Service Wrap */
#servicewrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}

#servicewrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.service {
	text-align: left;
}

@media(max-width:768px) {
	.service {
		margin-bottom: 30px;
	}
}

.service p {
	font-size: 16px;
}

.service h6 {
	font-size: 25px;
	margin-top: 0px;
	nargin-bottom: 0px;
}

.service small {
	font-size: 14px;
	font-weight: bold
}

.service i {
	float: left;
	margin-right: 15px;
	font-size: 60px !important;
	vertical-align: middle;
}

.service .text {
	color: #767676
}

/* Team Wrap */
#teamwrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 0px;
	padding-bottom: 80px;
	background: url('../img/logoOutline.jpg') #f3f3f3;
	background-repeat: no-repeat;
	background-position: right;
}

#teamwrap a {
	float: right;
}

/* Responsibility Wrap */
#responsibilitywrap {
	color: #fff;
	display: block;
	margin-top: 80px;
	margin-bottom: 0px;
	padding-bottom: 80px;
	background: url('../img/chalkboard.jpg') no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#responsibilitywrap h6 {
	margin-top: 0px;
	font-size: 31px;
}

#responsibilitywrap p {
	font-size: 14px;
	text-align: justify;
	margin-top:19px;
}

#responsibilitywrap a {
	float: right;
	font-size: 24px;
	padding-right: 15px;
}

/* Contact Wrap */
#contactwrap {
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#contactwrap small {
	font-size: 13px;
}

.contact {
	background-image: url(../img/sepRed.jpg);
}

#contactwrap label {
	margin-top: 10px;
}

#contactwrap a {
	float: right;
	font-size: 20px;
	margin-top: 10px;
	margin-right: 10px;
}

/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
  background-color: #f3f3f3;
	/* background-image:url(../img/zoomLogo.png); */
	/* background-repeat:no-repeat; */
	/* background-position:center; */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}

.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}

.desc {
	margin-top: 25px;
}

/* Timeline */

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline .img-circle {
	border-radius: 0%;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid transparent;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fff;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading {
	margin-top: 30px;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

/* ==========================================================================
   Modals
   ========================================================================== */

.portfolio-modal .modal-content {
    padding: 50px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: left;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal p {
	text-align: justify;
}

.close-modal {
	position: absolute;
	top: 20px;
	right: 20px ;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 26px;
	color: #656869;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;

}

.portfolio-modal .col-sm-4 {
	padding-left: 0px;
}

.portfolio-modal table {
	font-size: 12px;
}

.portfolio-modal .alignRight {
	text-align: right;
	color: #a72c32;
}

.portfolio-modal a {
	float: right;
	margin-top: 20px;
}

.modalKids .modal-content {
	padding: 0px;
}

.modalKids p {
	text-align: justify;
}

.modalKids .fancybox {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

#responsibilitykids {
	color: #fff;
	display: block;
	text-align: center;
	min-height: 100vh;
	margin-bottom: 0px;
	padding-bottom: 80px;
	padding-top: 25px;
	background: url('../img/chalkboard.jpg') no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#responsibilitykids p {
	text-align: center;
}

#responsibilitykids ul {
	font-size: 20px;
	margin-top: -3px;
	padding-left: 0px;
	color: #8e9293;
	font-weight: 700;
}

#responsibilitykids ul li {
	display: inline;
	padding: 5px 10px;
}

#responsibilitykids ul li a {
	float: none;
}

.kidsheaders {
	text-align: left;
	
}

.kidsheadersh3{
    text-align:left;
}


.journey {
	width: 100%;
	background: #f3f3f3;
	height: 110vh;
}

.journey p {
	font-size: 14px;
	margin: 0 0 6px;
}

.journey h3 {
	margin-bottom: 10px;
}

.journey img {
	margin: 7px 0px;
}

.journey table {
	font-size: 15px;
	font-style: italic;
}

.journey .carousel-inner {
	padding-bottom: 50px;
	height: 90vh;
}

.carousel-inner h3 {
	text-align: left;
	margin-top: 0px;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control.left {
	background-image: none;
}

.red-heading{
    color:#a72c32;
  
}


@media (max-width: 767px) {
  #content .modal.fade.in {
    top: 5%;
  }
}

