#interior2col {
   border: 0px dashed #ccc;
   background: #fff;
   padding-bottom: 20px;
}

h1 {
   background: transparent;
   letter-spacing: 5px;
   color: #8a8d8f ;
   padding: 0px 5px 10px;
}
h2 {
	font-weight: 500;
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
p {
   color: #666;
}
div#sidebar > ul li a {
   text-transform: uppercase;
   text-decoration: none;
   color: #036;
   background: #fff;
   font-size: 18px;
   padding: 10px;
   display: block;
}

div#sidebar > ul li a:hover {
   text-transform: uppercase;
   text-decoration: none;
   color: #fff !important;
   background: #036 !important;
   font-size: 18px;
   padding: 10px;
   display: block;
}



li {
   color: #666;
}

body .container {
	padding-top: 0px;
}

@media (min-width: 1000px)
.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

body.home div.container#wrapper {
    padding: 0px;    
    overflow: hidden;
	width: 100%;
    max-width: 4000px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	position: relative;
}

#scrollingcontent{
	max-width: 1000px;
	margin-right: auto;
    margin-left: auto;
}


}
#interior2col {
	padding-bottom: 0px;
}
div.col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}
section.content {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


.space {
	margin-top: 20px;
}

.img {
	width: 100%;
	display: block;
	
}

/*-----------Sections---------------------------------*/

.howDoIStart {
    color: #fff;
    background-color: #dddddd;
    min-height: 250px;
    letter-spacing: 0;
    background: url("/student/marketing/images/howstartbackground2.jpg") no-repeat center;
    background-size: auto auto;
    background-size: cover;
}

.marketingHeader {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.welcomeSection {
	background-color: #ffffff;
	min-height: 440px;
	background: url("/student/marketing/images/welcomeBackground.jpg") ;
	background-position: center;
    background-size: cover;
}
.welcomeSectionTech {
	background-color: #ffffff;
	min-height: 150px;
	background: url("/student/marketing/images/welcomeBackground.jpg") ;
	background-position: center;
    background-size: cover;
}
.welcomeText {
    padding: 80px 30px;
    line-height: 180%;
	max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.iconsnavSection {
	background-color: #e5eaef;
	background: url("/student/marketing/images/menuBackground.jpg") no-repeat center center;	
	background-size:cover;
}
.iconsNavigation {
    padding: 80px 30px;
    text-align: center;
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.visionSection {
	background-color: #ffffff;
	min-height: 650px;
	background-size: cover;
}
.visionText {
    padding: 80px 30px;
    max-width: 1000px;
    line-height: 180%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.missionSection {
	background-color: #ffffff;
	height: 600px;
	background: url("/student/marketing/images/welcomeBackground.jpg") no-repeat center center;
	background-size: cover;
}
.missionText {
    padding: 80px 30px;
    max-width: 1000px;
    line-height: 180%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.teamSection {
	background-color: #841d19;
	padding: 30px;
	min-height: 350px;
	background: url("/student/marketing/images/teamBackground.jpg") no-repeat center center;	
	background-size:cover;
}

.teamSection a:link {
	color: #ffffff; text-decoration: none;
}
.teamprofiles {
    padding: 80px 30px;
    max-width: 1000px;
    line-height: 180%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.member {
    color: white;
    margin-bottom: 20px;
	display: inline-block;
}
.mem-img {
	max-height: 140px;
}

.targetSection {
	background-color: #0e2645;
	height: 350px;
	background: url("/student/marketing/images/background-palmtrees.jpg") no-repeat center top fixed;	
	background-size:cover;
}

.background3d {
	
	height: 350px;
	background: url("/student/marketing/images/gallery/digital-bg.jpg") no-repeat center top;	
	background-size:cover;

}
.portfolioSection {
	background-color: #ffffff;	
	height: 400px;
	width:100%;
}
.gallerySection {	
    padding: 5%;
    min-height: 30%;
    background: url("/student/marketing/images/footerBackground.jpg") no-repeat center fixed; 
    background-position: center;    
	background-size: cover;
    text-align: center;
	
}

.gallerySectionTech {
	min-height: 300px;
	background: url("/student/marketing/images/footerBackground.jpg") no-repeat center fixed;
	background-position: center;
    background-size: cover;
	
}

/* search function */

#drop {
	display:block;
	opacity:0;
   	background: #aaaaaa;
   	position: absolute;
	top: 52px;
	width: 500px;
	z-index: 1;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
	-webkit-transition: opacity 250ms ease-in-out;
	-moz-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}
#drop:after {
	bottom: 100%;
	left: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 136, 136, 0);
	border-bottom-color: #aaaaaa;
	border-width: 12px;
	margin-left: -18px;
}
#drop ul {
   	list-style: none;
   	padding: 0;
   	color: #FEFEFE;
   	margin: 0;
}
#drop ul li {
   	border-bottom: 1px solid #9C9A9A;
   	cursor: pointer;
   	white-space: nowrap;
	text-align: -webkit-auto;
	padding: 5px;
}
#drop ul li:hover {
   	background: #036;
	color: #fff;
}
#drop ul li a:hover {
	color: #fff;
}

#drop li a {
   	color: #FEFEFE;
   	line-height: 50px;
   	text-decoration: none;
   	padding: 0 15px;
   	vertical-align: top;
	height: 50px;
	display: inline-block;
	width: 100%;
}
#drop img {
   	display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    left: -15px;
    position: relative;
}
#search {
	outline: none;
	display: block;
	position: relative;
	width: 500px;
	left: 0;
	right: 0;
	font-size: 30px;
	line-height: 35px;
	padding: 5px 4px;
	border: 1px solid #B5B5B5;
}
#search-area {
	position: relative;
	display: block;
	width: 500px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	#drop {
		width:100%;
	}
	#search {
		width: 100%
	}
	#search-area {
		width:auto;
		margin:0 15px;
	}
}
