/* mystyle.css */


/* Social Media Icons */

.add-bottom {
  margin-bottom: 0 !important;
}

.live-class-tag #social-app_social-598ace1f3b814 {
  position: absolute;
  top: -50px;
  right: 25px;
  z-index: 10;
  max-width: 300px;
}

/* Layout styles */

#contentBackground {
	padding-right: 0px !important;
  	padding-left: 0px !important;
}

#contentWrapper {
	background: #151515;
}

#menuWidget, #app_content-58920fa04f158, #footer, #contentWrapper > .row, #contentWrapper > .clearfix {
	max-width: 1170px;
  	margin: 0 auto;
}

/* Rotator Styles */
#app_content-58e35d0cdf10b {
    min-height: 420px;
    margin-top: -460px;
    position: relative;
}

.rotatorText {
	margin-top: 165px;
  	padding: 20px;
}

.rotatorText p {
	font-size: 34px;
}

/*.live-class-tag .rotatorText {
    position: absolute;
    max-width:600px;
    margin: 0 auto;
    top: 22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

/* Social button */
.socials {
	max-width: 315px;
  	margin: 0 auto;
}

/*Form*/
.formButton {
 	color:#ffffff!important;
  	background-color: #c19455 !important;
 	margin-top:10px; 
}

#app_contactform-58a5a623e437c .formInput, #app_contactform-58a5a623e437c .formTextarea {
	border:1px solid #c19455 !important;
  	background: #151515 !important;
}


@media (max-width: 1199px) { 

.container {
  max-width: 100% !important;
}

}


/*MOBILE*/
@media screen and (max-width: 991px) {
  
body #navigation_mod ul {
    text-align: left !important;
}
  
	.rotatorText {
		margin-top: 90px;
	}
  
  .rotatorText p {
  	font-size: 26px !important;
  }
}

@media screen and (max-width: 767px) {
	
  .live-class-tag #social-app_social-598ace1f3b814 {
    display: none !important;
}
  
  
	body div#header_div {
    	min-height: 230px !important;
	}
  
  	/* Rotator Styles */
	#app_content-58e35d0cdf10b {
    	min-height: 500px;
    	margin-top: -535px;
    	position: relative;
	}
    
}
