@charset "utf-8";
/* Theme CSS */

body { }

/* ADMIN PANEL BACKGROUND COLOR HACKS */
/*.layout-table-cell .side-panel, .layout-table-cell .main-panel, #checkoutContainerTable .right-panel, #checkoutContainerTable .main-panel {
    background: none repeat scroll 0 0 #FFFFFF;
    display: table-cell;
}

#plannerContentPanel {  background: none repeat scroll 0 0 #FFFFFF; }
table.layout-main {background:#fff; }*/

/* main style */

#header-wrapper {width:100%; background: url(//www.websocialfiles.com/415520/images/title.jpg) repeat-x; height:140px;}

#main-content {width:100%; background: url(//www.websocialfiles.com/415520/images/bg.jpg) top center repeat; float:left; margin: 0 auto;}
.box {background: none; border:none; }
#wrap {width: 970px; height:100%; margin: 0 auto 15px; padding:0;  overflow:hidden;  }
#head {width: 965px; height: 380px; margin: 0 auto; padding:0;  background:#fff;
-webkit-box-shadow: 0px 6px 2px 2px rgba(0, 0, 0, .4);
-moz-box-shadow: 0px 6px 2px 2px rgba(0, 0, 0, .4);
box-shadow: 0px 6px 2px 2px rgba(0, 0, 0, .4);   }

#head img { border:none; width:470px; height:340px; margin: 20px;
-webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4);
-moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4);
box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4);  }


/* navigation buttons styling and animatin */
#button-wrapper { width:440px; height:auto; margin:20px auto; float:right;  }
#button-wrapper img {    position: absolute;
    left: 15px;
    top: 13px;
    border: none;
    transition: all 0.3s ease-in-out; box-shadow:none; border:none;
	width:48px;
	height:39px;
	margin:10px auto; }
#button-left {float:left; width:200px; height:330px; margin:0 20px 0 0; }
#button-right {float: right;  width:200px; height:330px; margin:0 20px 0 0;} 
.a-btn{
    background: rgb(230,57,155); /* Old browsers */
background: -moz-linear-gradient(top, rgba(230,57,155,1) 0%, rgba(205,0,116,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,57,155,1)), color-stop(99%,rgba(205,0,116,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(230,57,155,1) 0%,rgba(205,0,116,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(230,57,155,1) 0%,rgba(205,0,116,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(230,57,155,1) 0%,rgba(205,0,116,1) 99%); /* IE10+ */
background: linear-gradient(top, rgba(230,57,155,1) 0%,rgba(205,0,116,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6399b', endColorstr='#cd0074',GradientType=0 ); /* IE6-9 */

    padding-left: 75px;
    padding-right: 20px;
    height: 80px;
    display: inline-block;
    position: relative;
    border: 1px thin #ffffff;
    box-shadow:
		0px 1px 1px rgba(255,255,255,0.8) inset,
		1px 1px 3px rgba(0,0,0,0.2);
    border-radius: 4px;
    float: left;
    clear: both;
    margin: 20px 0 10px;
    overflow: hidden;
	text-decoration:none;
	    -webkit-transition:box-shadow 0.3s ease-in-out;
    -moz-transition:box-shadow 0.3s ease-in-out;
    -o-transition:box-shadow 0.3s ease-in-out;
    transition:box-shadow 0.3s ease-in-out;
	width:100px;
}
.a-btn img{
    position: absolute;
    left: 15px;
    top: 13px;
    border: none;
   -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
	
}
.a-btn .a-btn-slide-text{
    position: absolute;
    font-size: 13px;
	letter-spacing:0px;
    top: 18px;
    left: 18px;
    color: #FFF;
 opacity:0;
    text-shadow:0px 1px 1px rgba(255,255,255,0.4);
    -webkit-transition:opacity 0.2s ease-in-out;
    -moz-transition:opacity 0.2s ease-in-out;
    -o-transition:opacity 0.2s ease-in-out;
    transition:opacity 0.2s ease-in-out;
	 padding-top: 20px;
    text-shadow: 0px -1px 1px #80ab5d;
	font-family:Century Gothic, Gothic, Arial, san-serif;
	color:#fff;
	text-decoration: none;
}

.a-btn-text{
    padding-top: 20px;
    display: block;
        font-size: 17px;
	letter-spacing:0px;
    text-shadow: 0px -1px 1px #80ab5d;
	font-family:Century Gothic, Gothic, Arial, san-serif;
	color:#fff;
	text-decoration: none;
}
.a-btn-text small{
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
	
}
.a-btn-icon-right{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 80px;
    border-left: 1px solid #80ab5d;
    box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width: 38px;
    height: 38px;
    opacity: 0.7;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -20px;
    border: 1px solid rgba(0,0,0,0.5);
    background: #4e5c50 url(//www.websocialfiles.com/415520/images/arrow_down.png) no-repeat center center;
    box-shadow:
        0px 1px 1px rgba(255,255,255,0.3) inset,
        0px 1px 2px rgba(255,255,255,0.5);
    transition: all 0.3s ease-in-out;
}


.a-btn:hover{
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.a-btn:hover img{
    -webkit-transform:scale(10);
    -moz-transform:scale(10);
    -ms-transform:scale(10);
    -o-transform:scale(10);
    transform:scale(10);
    opacity:0;
}
.a-btn:hover .a-btn-slide-text,
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#ce0276;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#FFF;
}
.a-btn:active .a-btn-icon-right span{
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -ms-transform:scale(1.4);
    -o-transform:scale(1.4);
    transform:scale(1.4);
}



#info { width:960px; height:80px; background:#fff; } 
#info img { border:none; }



#content-wrap {width: 965px; height:auto; margin: 15px auto; overflow:hidden;  float:left;}
#content-wrap h2 { font-family: Century Gothic, Gothic, Arial, san-serif; font-size:20px; color:#12a89d; border-bottom: 1px solid #12a89d; padding: 0 0 10px 0; margin:10px 0;}
#content-wrap p { }

#box {width: 635px; height: auto; margin: 10px auto; padding:0; float:left; background:#fff; -webkit-box-shadow: 0px 6px 2px 2px rgba(0, 0, 0, .4);
-moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4);
box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4);  }

#sub-box { width: 964px; height: auto; margin: 10px auto; padding:0; float:left; background:#fff; -webkit-box-shadow: 0px 6px 2px 2px rgba(0, 0, 0, .4);
-moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4);
box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4);}

#content-left {float:left; width: 285px; height: auto; overflow:hidden; margin: 0 10px 0 20px; }

#form {  width:285px; height: 300px;}
#form iframe { margin: -10px 15px 0 0; border:none;}
html { background:#fff; }

#social {  width:285px; height: 120px; margin: 0 auto; }
#social img { padding: 0 5px 0 5px;}

#content-middle {float:left; width: 285px; height: auto; overflow:hidden; margin: 0 0 20px 20px; }
#content-middle img {float:left; width: 280px; margin: 0 auto; }
#sub-content-middle { float:left; width: 605px; height: auto; overflow:hidden; margin: 0 0 20px 20px;}
#sub-content-middle p {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#5d5d5d; line-height:20px; margin:5px 0 5px 0;} 
#benefits {float:left; width: 285px; height: auto;}
#benefits p { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#5d5d5d; line-height:20px; margin:5px 0 5px 0;}
#benefits a.learn {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; font-variant:small-caps; text-decoration:none; color:#ce0276;}
#benefits a.learn:hover {text-decoration:underline; }

#schedule {float:left; width: 290px; height: auto;  }
#schedule span.class { float:right; background:url(//www.websocialfiles.com/415520/images/aspan-bg.png); width:170px; height:45px; margin:-45px -5px; z-index: 10; }
#schedule span.class a { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; height: auto; width:auto; text-decoration:none; color:#FFF;   padding: 12px 0 0 25px; float:left;}
#news { margin: 10px 0 0 20px;float:right; width:309px; height: 480px; overflow:hidden; background:url(//www.websocialfiles.com/415520/images/news_bg.jpg) no-repeat;border-bottom: 13px solid #12a89d;
-webkit-box-shadow: 0px 6px 2px 2px rgba(0, 0, 0, .4);
-moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4);
box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4);}

.update { width: 280px; margin: 15px 15px 0 15px; border-bottom:3px dotted #fff; color:fff; padding-bottom:10px; } 
.update h3, .first h3 { font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:16px; font-variant:small-caps; color:#fff; margin: 0 auto;}
.update p { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFF; line-height:20px; margin: 0 auto;}
.update a.learn { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; font-variant:small-caps; text-decoration:none; color:#FFF; margin-bottom: 5px;}
.update a.learn:hover { text-decoration:underline;  }
.first  { margin: 75px 0 0 15px; }

#clear {clear:both;}