@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
@import url(http://fonts.googleapis.com/css?family=Play:300italic,400italic,700italic,300,400,700);

body { padding:0px; margin:0px; font-family:'open sans'; color:#CCC; background:#FFF; font-size:14px;}
.container { width:1000px; margin:auto;}

/***************** Header *******************/
.header { width:100%; float:left;}
.logo { width:470px; float:left; padding:20px 0px;}
.social_right { width:60px; margin-top:25px; float:right;}

p#socialicons img{ /* 1st set of icons. Rotate them 360deg onmouseover and out */
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

p#socialicons img:hover{
-moz-transform: rotate(360deg) ;
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.banner { width:100%; float:left; background: #da1f17; /* Old browsers */
background: -moz-linear-gradient(top, #da1f17 0%, #920707 57%, #da231b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #da1f17 0%,#920707 57%,#da231b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #da1f17 0%,#920707 57%,#da231b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1f17', endColorstr='#da231b',GradientType=0 ); /* IE6-9 */}
.menu { text-align: center; width:100%; float:left; text-align:center !important; font-family:'open sans'}
#nav-3 {
    background-attachment: scroll;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
	padding:15px 0px;
}

.link-3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}

.link-3:hover {
    background-color: #ffffff;
    color: #000000;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}
/***************** Contant *******************/
.contant { width:100%; float:left;}
div.liftup{
    position: relative;
	width: 246px; height:201px;
	overflow: hidden;
    background: #fff;
    color: white;
    box-shadow: 0 0 0 gray;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    margin: 30px 0px;
}
div.liftup:hover{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: rotateX(20deg);
    -webkit-transform: rotateX(20deg);
    transform: rotateX(20deg);
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 20px 20px -5px gray;
}
div.liftup img { width: 246px; height:201px;}


.welcome_main { width:730px; float:left;}
.welcome_main h1 { float:left; color:#941b17; margin:0px; font-weight:normal; font-size:22px; font-family:'Play'; 
text-shadow:0px 2px 4px #999;}
.welcome_main p { float:left; color:#404040; text-align:justify; margin:0px; padding:8px 0px;}
.read_more { width:110px; float:left; text-align:center; margin-bottom:30px;}
.read_more a { width:110px; display:block; padding:5px 0px; float:left; text-align:center; background:#000; color:#FFF; border-radius:10px; text-decoration:none;}
.read_more a:hover { background:#960808; color:#FFF;}
.facbook_intri { width:250px; float:right;}



/***************** Footer *******************/
.footer_top { width:100%; float:left; background:#333333; padding:20px 0px; font-size:15px;}
.opening_hous { width:300px; float:left; }
.opening_hous h2 {width:100%; float:left; color:#fff; font-weight:normal; font-size:22px; font-family:'Play'; margin:10px 0px;}
.opening_hous p {width:100%; float:left; color:#fff; text-align:justify; margin:0px; padding:5px 0px; }
.social_f {width:300px; float:left; color:#fff;  padding:5px 0px 5px 28px; background:url(../images/facebook_icone.png) no-repeat; background-position:0px 8px; line-height:22px; font-size:15px;}
.social_f a { text-decoration:none; color:#FFF;}
.social_t {width:300px; float:left; color:#fff;  padding:5px 0px 5px 28px; background:url(../images/twitter.png) no-repeat; background-position:0px 8px; line-height:22px; font-size:15px;}
.social_t a { text-decoration:none; color:#FFF;}
.contact_info { width:325px; float:right; }
.contact_info h2 {width:100%; margin:10px 0px; float:left; color:#fff; font-weight:normal; font-size:22px; font-family:'Play'; }
.contact_add { float:left; color:#fff;  padding:5px 0px 5px 28px; background:url(../images/home_icon.png) no-repeat; background-position:0px 5px; line-height:22px; font-size:15px;}
.contact_mail { float:left; color:#fff; margin:5px 0px 10px 0px; padding-left:28px; background:url(../images/mail_icon.png) no-repeat; background-position:0px 5px;}
.footer_menu { width:100%; float:left;}
.footer_menu ul {width:125px; float:left; margin:0px; padding:0px;}
.footer_menu ul li { list-style:none; display:block;}
.footer_menu ul li a { text-decoration:none; color:#FFF; font-size:14px; line-height:26px; font-size:14px;}
.footer_bottme { width:100%; float:left; background:#930707; padding:10px 0px; color:#FFF;}
.copy_right { float:left;}
.powerd_by { float:right; }
.powerd_by a { text-decoration:none; color:#FFF; }
.powerd_by a:hover { color:#000;}

/***************** ACADEMY *******************/
.academy { width:1000px; float:left; padding:30px 0px;}
.academy h1 {width:100%; float:left; color:#941b17; margin:0px; font-weight:normal; font-size:22px; font-family:'Play'; 
text-shadow:0px 2px 4px #999;}
.academy p { float:left; color:#404040; text-align:justify; margin:0px; padding:8px 0px;}

/***************** Contact Us *******************/
.part_left { width:450px; float:left;}
.addres { float:left; color:#000;  padding:10px 0px 5px 22px; background:url(../images/contact_us_add.png) no-repeat; background-position:0px 12px; line-height:22px; font-size:15px;}
.mail {width:100%; float:left; color:#000; margin:5px 0px 10px 0px; padding-left:24px; background:url(../images/mail.png) no-repeat; background-position:0px 3px;}
.call {width:100%; float:left; color:#000; margin:5px 0px 10px 0px; padding-left:24px; background:url(../images/phone.png) no-repeat; background-position:0px 2px;}
.part_right { width:450px; float:right;}

