body {
	background-color:#f2f2f2;
	width:100%;
	padding:0;
	margin:0;
}

a {
	color: inherit;
	text-decoration: none;
}

.welcome-f-text{
	font-size:2em;	
}

.welcome-s-text{
	font-size:1.2em;	
}

.clearfix {
  overflow: auto;
}

.anim_text{
	overflow:hidden;	
}

.anim_text iframe{
	height:230px;
	width:100% !important;
}

.container {
	max-width:1170px;
	width:100%;
    margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:'raleway', sans-serif;
}

.animation{
	width:100%;
	height:100%;
}

.demo{
	width:100%;
}

.logo {
	float:left;
	padding-top:7px;
}



ul {
	list-style-type:none;
	padding:0;
}

.links > li > a:hover{
	color:#933c45;
}

.toggleMenu{
	float:right;
	display:none;
	padding:10px;
	background:#600610;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	
}

.links {
	float:right;
}

.hero {
	color: #ffffff;
	background-image:url(images/top_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	padding:15px 0 30px 0;
}


.links>li {
	color:#600710;
	font-family: 'cabin semibold', sans-serif;
	float:left;
	padding: 15px 0 15px 40px;
}


.button {
	width:220px;border-radius:.5em;	
	font-family: 'cabin semibold', sans-serif;
	font-size:24px;
	display:inline-block;
	background-color:#4273dc;
	margin:0 16px 0 16px;
	padding:10px 0 10px 0;
}

.ipad {
	position:relative;
	height:256px;
	width:446px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	margin-bottom: 60px;
	background-image:url(images/ipad.png);
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	padding:64px 42px;
}

.video_container {
	/*top: 50%; left: 50%;
    transform: translate(-50%,-50%);*/
	position: relative;
	height:100%;
}

.play{
	height:auto;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;
}

.play:hover {
	height:87px;
	width:87px;
	margin-left:-35px;
	margin-top:-35px;
}



.circle, .circle2 {
	position:relative;
	display:inline-block;
	margin:20px;
	height:175px;
	width:175px;
	border-radius:50%;
	background-color:#600710;
}


.circle2>h3 {
	width:170px;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	color:#ffffff;
}


h3 {
	width:150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	color:#ffffff;
}

.features {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(227,227,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(40%, rgba(255,255,255,1)), color-stop(100%, rgba(227,227,227,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(227,227,227,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(227,227,227,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0 );
}

.feature {
 	display:inline-block;
	margin:0px 35px 50px 35px;
	width:270px;
}

h4 {
	color:#4d4d4d;
	font-size:24px;
	font-family:'cabin semibold', sans-serif;
}


.about {
	background-image: url(images/wood.jpg);
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}

.row {
	max-width:1170px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
	margin-top: 100px;
}

.illustration {
	float:left;
	margin-right:40px;
}
	
h2 {
	color:#600710;
	font-size:28px;
	font-family:'cabin semibold', sans-serif;
	margin-top:40px;
	margin-bottom:10px;
	
}


.text {
	color:#4d4d4d;
	font-size:16px;
	font-family:'raleway', sans-serif;
	text-align:justify;
}

.text2 {
	width:600px;
	color:#4d4d4d;
	font-size:16px;
	font-family:'raleway', sans-serif;
	text-align:justify;
	float:left;
}

.imac {
	float:right;
	position:relative;
	height:500px;
	width:500px;
	background-image:url(images/imac.png);
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
}


.demo_container {
	height:265px;
	width:465;
	overflow:hidden;
	position: absolute;
    top: 38%; 
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	
}
	

.customized {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}


.content {
	width:70%;
	text-align: left;
	position: relative;
	margin-left: auto;
    margin-right: auto;
}

.content-img{
	float:right;
	position:relative;
	top:80px;
}

.content-text{
	float:left;	
}

.call {
	background-color: #600710;
	color:  #ffffff;
	padding: 50px 0 50px 0;
}

.courses {
	background-image:url(images/classrooms.jpg); 
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	overflow: auto;
}


.half {
	float: left;
	color: #ffffff;
	width: 50%;
	text-align: left;	
	padding: 50px 0;
}

.course{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.course>ul {
	list-style-type: disc;
	line-height: 23px;
}


h5 {
	font-size: 20px;
	font-family:'raleway', sans-serif;
	margin-bottom:10px;
}

footer {
	padding: 30px 0 30px 0;
	overflow: auto;
}

.third {
	width: 33%;
	display:inline;
	float: left;
	text-align: left;
}

.third>.logo {
	padding-top: 40px;
}

.contact>img{
	float:left;
	padding-right: 20px;
}

.contact>p{
	font-size: 18px;
	padding-top: 10px;
}


.map {
	padding-top: 40px;
}

.adress {
	margin-top: 40px;
}
.adress>p {
	float: left;
	}

.adress>img {
	float: left;
	padding-right: 20px;
	padding-left: 40px;
}

.bottom_menu{
	background-color: #600710;
	clear: left;
	overflow: auto;
	text-align: center;
}

.bottom_links{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
.bottom_links>li {
	color:#ffffff;
	float: left;
	font-family: 'cabin semibold', sans-serif;
	margin:0 0 0 40px;
	padding: 15px 0 15px 0;
}

.tailored{
	max-width:960px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.cont-tuting-f{
	font-size:2em !important;	
}

.cont-tuting-s{
	font-size:1.5em !important;
}