/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
		     font-weight: normal;
    font-style: normal;

}



body {

	font: 13px Helmet, Freesans, sans-serif;
}
/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {
	color: #000;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
background: #fcd700;
color: #fff;
text-shadow: none;
}
::selection {
background: #fcd700;
color: #fff;
text-shadow: none;
}
/*	j.mp/webkit-tap-highlight-color */
input:focus {outline:none;}
a:link {
	-webkit-tap-highlight-color: #fcd700;
}
ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
color:#a9a9a9;
}
textarea:-moz-placeholder {
color:#a9a9a9;
}



/*-------------- custom code starts here ----------------*/

body{
/*background:url(../images/back_light.png) no-repeat top,url(../images/back_all.png);*/
 background: -moz-radial-gradient(center, circle cover,  rgba(255,255,0,0.8) 0%, rgba(255,255,0,0.28) 65%, rgba(255,255,255,0) 80%),url(../images/back_all.png); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,0,0.8)), color-stop(65%,rgba(255,255,0,0.28)), color-stop(100%,rgba(255,255,255,0))),url(../images/back_all.png); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, circle cover,  rgba(255,255,0,0.8) 0%,rgba(255,255,0,0.28) 65%,rgba(255,255,255,0) 100%),url(../images/back_all.png); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, circle cover,  rgba(255,255,0,0.8) 0%,rgba(255,255,0,0.28) 65%,rgba(255,255,255,0) 100%),url(../images/back_all.png); /* Opera 12+ */
background: -ms-radial-gradient(center, circle cover,  rgba(255,255,0,0.8) 0%,rgba(255,255,0,0.28) 65%,rgba(255,255,255,0) 100%),url(../images/back_all.png); /* IE10+ */
background: radial-gradient(circle at center,  rgba(255,255,0,0.8) 0%,rgba(255,255,0,0.28) 65%,rgba(255,255,255,0) 100%),url(../images/back_all.png); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffff00', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
width:100%;
height:800px;

}
#wrapper{
width:980px;
min-height:800px;
position:relative;
margin:0px auto;
}

.page{
	width:738px;
	height:680px;
	margin:0px auto;
	position:absolute;
	top:25px;
	left:170px;
}

#page_image{
	position:absolute;
	height:680px;
	width:738px;
	top:0px;
	left:0px;
}
#page_image img{
	visibility:hidden;
	position:absolute;
}
.tab{
	box-sizing:border-box;
	background-color:#FFF;
	position:absolute;
	border-radius:25%;
	padding:20px;
}

#logo{
	background-image:url(../images/Logo/30.png);
	background-color:rgba(255,255,255,0);
	background-position:center;
	width:218px;
	height:218px;
	top:20px;
	left:114px;
	overflow:hidden;
	cursor:pointer;
}
#logo_image img{
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
#content_image img{
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;	
	overflow:none;
}
#logo_content {
	width: 178px;
	height: 178px;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	border: 1px solid #ccc;
	border-radius: 25%;
	background-color: #FFF;
}
#logo_content img{
	width:100%;
	height:100%;
}
#about{
	width:258px;
	height:258px;
	top:10px;
	left:205px;
}

#folio{
	width:210px;
	height:210px;
	top:251px;
	left:5px;
}
#clients{
	width:156px;
	height:156px;
	top:307px;
	left:354px;
}
#service{
	width:160px;
	height:160px;
	top:455px;
	left:205px;
}
#email{
	width:226px;
	height:226px;
	top:450px;
	left:505px;
}
.tab_btn{
	position:relative;
	box-sizing:border-box;
	border-radius:25%;
	background-color:#FFF;
	cursor:pointer;
}
.nav_btn{
overflow:hidden;
width:101%;
height:101%;
}
.tab_btn:hover{
}

#about .tab_btn{
	background-color:#6f2a8d;
}
#folio .tab_btn{
	background-color:#7bc243;
}
#clients .tab_btn{
	background-color:#65b9d2;
}
#service .tab_btn{
	background-color:#ed008c;
}
#email .tab_btn{
	background-color:#ef4700;
}

.about:hover .tab_text{
	color:#6f2a8d;
}
.folio:hover .tab_text{
	color:#7bc243;
}
.clients:hover .tab_text{
	color:#65b9d2;
}
.service:hover .tab_text{
	color:#ed008c;
}
.email:hover .tab_text{
	color:#ef4700;
}



.about .tab_text{
	line-height:218px;
	font-size:52px;
	font-family: 'Oswald', sans-serif;
}
.folio .tab_text{
	line-height:170px;
	font-size:46px;
}
.clients .tab_text{
	line-height:116px;
	font-size:24px;
	letter-spacing:1px;
}
.service .tab_text{
	line-height:120px;
	font-size:25px;
}
.email .tab_text{
	line-height:186px;
	font-size:40px;
}
.about{
	width:218px;
	height:218px;
}
.folio{
	width:170px;
	height:170px;
}
.clients{
	width:116px;
	height:116px;
}
.service{
	width:120px;
	height:120px;
}
.email{
	width:186px;
	height:186px;
}

.btn_hover{
	position:absolute;
	border-radius:21%;
	background-color:#fff;	
}


.tab_text{
	width:100%;
	height:100%;
	text-align:center;
	position:absolute;
	color:#FFF;
	font-weight:bold;
	font-family:'Oswald', sans-serif;
}




.active_btn:hover .tab_text{
	-webkit-animation:tab_text_over 0.5s 0.1s forwards;
	animation:tab_text_over 0.5s 0.1s forwards;
	-ms-animation:tab_text_over 0.5s 0.1s forwards;
	 
}
.tab_btn .tab_text{
	-webkit-animation:tab_text_out 0.5s 0.1s forwards;
	-ms-animation:tab_text_out 0.5s 0.1s forwards;
	animation:tab_text_out 0.5s 0.1s forwards;
}

@-webkit-keyframes tab_text_over{
	0%{
		-webkit-transform:translateX(-218px);
	}
	40%{
		-webkit-transform:translateX(218px);
		-webkit-animation-timing-function:ease-out;
	}
	45%{
		-webkit-transform:translateX(-218px);
	}
	90%{
		-webkit-transform:translateX(10px);
		-webkit-animation-timing-function:ease-out;
	}
	100%{
		-webkit-transform:translateX(0px);
	}
}
@-ms-keyframes tab_text_over{
	0%{
		-ms-transform:translateX(-218px);
	}
	40%{
		-ms-transform:translateX(218px);
		-ms-animation-timing-function:ease-out;
	}
	45%{
		-ms-transform:translateX(-218px);
	}
	90%{
		-ms-transform:translateX(10px);
		-ms-animation-timing-function:ease-out;
	}
	100%{
		-ms-transform:translateX(0px);
	}
}
@keyframes tab_text_over{
	0%{
		transform:translateX(-218px);
	}
	40%{
		transform:translateX(218px);
		animation-timing-function:ease-out;
	}
	45%{
		transform:translateX(-218px);
	}
	90%{
		transform:translateX(10px);
		animation-timing-function:ease-out;
	}
	100%{
		transform:translateX(0px);
	}
}




@-webkit-keyframes tab_text_out{
	0%{
		-webkit-transform:translateX(218px);
		color:#FFF;
	}
	40%{
		-webkit-transform:translateX(-218px);
		-webkit-animation-timing-function:ease-out;
		color:#FFF;
	}
	45%{
		-webkit-transform:translateX(218px);
		color:#FFF;
	}
	90%{
		-webkit-transform:translateX(-10px);
		-webkit-animation-timing-function:ease-out;
		color:#FFF;
	}
	100%{
		-webkit-transform:translateX(0px);
		color:#FFF;
	}
}
@-ms-keyframes tab_text_out{
	0%{
		-ms-transform:translateX(218px);
		color:#FFF;
	}
	40%{
		-ms-transform:translateX(-218px);
		-ms-animation-timing-function:ease-out;
		color:#FFF;
	}
	45%{
		-ms-transform:translateX(218px);
		color:#FFF;
	}
	90%{
		-ms-transform:translateX(-10px);
		-ms-animation-timing-function:ease-out;
		color:#FFF;
	}
	100%{
		-ms-transform:translateX(0px);
		color:#FFF;
	}
}
@keyframes tab_text_out{
	0%{
		transform:translateX(218px);
		color:#FFF;
	}
	40%{
		transform:translateX(-218px);
		animation-timing-function:ease-out;
		color:#FFF;
	}
	45%{
		transform:translateX(218px);
		color:#FFF;
	}
	90%{
		transform:translateX(-10px);
		animation-timing-function:ease-out;
		color:#FFF;
	}
	100%{
		transform:translateX(0px);
		color:#FFF;
	}
}





.tab_btn .btn_hover{
	-webkit-animation:tab_out 0.5s 0s forwards;
	animation:tab_out 0.5s 0s forwards;
	-ms-animation:tab_out 0.5s 0s forwards;
}
.active_btn:hover .btn_hover{
	-webkit-animation:tab_over 0.5s 0s forwards;
	-ms-animation:tab_over 0.5s 0s forwards;
	animation:tab_over 0.5s 0s forwards;
}

@-webkit-keyframes tab_over{
	0%{
		-webkit-transform:translateX(-258px) scale(1.01);
	}
	20%{
		-webkit-transform:translateX(20px) scale(1.01);
	}
	60%{
		-webkit-transform:translateX(-50px) scale(1.01);
	}
	100%{
		-webkit-transform:translateX(0px) scale(1.01);
	}
}
@-ms-keyframes tab_over{
	0%{
		-ms-transform:translateX(-258px) scale(1.01);
	}
	20%{
		-ms-transform:translateX(20px) scale(1.01);
	}
	60%{
		-ms-transform:translateX(-50px) scale(1.01);
	}
	100%{
		-ms-transform:translateX(0px) scale(1.01);
	}
}
@keyframes tab_over{
	0%{
		transform:translateX(-258px) scale(1.01);
	}
	20%{
		transform:translateX(20px) scale(1.01);
	}
	60%{
		transform:translateX(-50px) scale(1.01);
	}
	100%{
		transform:translateX(0px) scale(1.01);
	}
}




@-webkit-keyframes tab_out{
	0%{
		-webkit-transform:translateX(0px) scale(1.01);
	}
	100%{
		-webkit-transform:translateX(-258px) scale(1.01);
	}
}
@-ms-keyframes tab_out{
	0%{
		-ms-transform:translateX(0px) scale(1.01);
	}
	100%{
		-ms-transform:translateX(-258px) scale(1.01);
	}
}
@keyframes tab_out{
	0%{
		transform:translateX(0px) scale(1.01);
	}
	100%{
		transform:translateX(-258px) scale(1.01);
	}
}

@-webkit-keyframes click_tabani{
	0%{
		-webkit-transform:translateX(0px) scale(1.01);	
	}
	100%{
		-webkit-transform:translateX(-258px) scale(1.01);
	}
}
@-ms-keyframes click_tabani{
	0%{
		-ms-transform:translateX(0px) scale(1.01);	
	}
	100%{
		-ms-transform:translateX(-258px) scale(1.01);
	}
}
@keyframes click_tabani{
	0%{
		transform:translateX(0px) scale(1.01);	
	}
	100%{
		transform:translateX(-258px) scale(1.01);
	}
}

@-webkit-keyframes click_textani{
	0%{
		-webkit-transform:translateX(-258px);
	}
	50%{
		-webkit-transform:translateX(10px);	
	}
	100%{
		-webkit-transform:translateX(0px);	
	}
}
@-ms-keyframes click_textani{
	0%{
		-ms-transform:translateX(-258px);
	}
	50%{
		-ms-transform:translateX(10px);	
	}
	100%{
		-ms-transform:translateX(0px);	
	}
}
@keyframes click_textani{
	0%{
		transform:translateX(-258px);
	}
	50%{
		transform:translateX(10px);	
	}
	100%{
		transform:translateX(0px);	
	}
}
@-webkit-keyframes click_btnani{
	0%{
		-webkit-transform:translateX(0px);
	}
	100%{
		-webkit-transform:translateX(258px);	
	}
}
@-ms-keyframes click_btnani{
	0%{
		-ms-transform:translateX(0px);
	}
	100%{
		-ms-transform:translateX(258px);	
	}
}
@keyframes click_btnani{
	0%{
		transform:translateX(0px);
	}
	100%{
		transform:translateX(258px);	
	}
}


#f_media_content{
	top:25px;
	left:145px;
	width:640px;
	height:640px;
	border-radius:25%;
	padding:20px;
	position:absolute;
	display:none;
	overflow:visible !important;
}
.f_media_content{
	width:600px;
	height:600px;
	border-radius:25%;
	background-color:#6e298c;
	position:absolute;
	border:20px solid #fff;
	top:0px;
	overflow:hidden;
}

#close_btn{
	width:55px;
	height:55px;
	border-radius:25%;
	position:absolute;
	right:-35px;
	top:150px;
	opacity:0;
	background:#fff url(../images/close.png) bottom no-repeat;
	cursor:pointer;
	-webkit-animation:close_out 0.5s 0s forwards;
	-ms-animation:close_out 0.5s 0s forwards;
	animation:close_out 0.5s 0s forwards;
}

#close_btn:hover{
	-webkit-animation:close_over 0.5s 0s forwards;
	-ms-animation:close_over 0.5s 0s forwards;
	animation:close_over 0.5s 0s forwards;
}
@-webkit-keyframes close_over{
	0%{
		background-position:0px -55px;
	}	
	40%{
		background-position:0px 10px;
	}	
	70%{
		background-position:0px -5px;
	}	
	100%{
		background-position:0px 0px;
	}	
}
@-ms-keyframes close_over{
	0%{
		background-position:0px -55px;
	}	
	40%{
		background-position:0px 10px;
	}	
	70%{
		background-position:0px -5px;
	}	
	100%{
		background-position:0px 0px;
	}	
}
@keyframes close_over{
	0%{
		background-position:0px -55px;
	}	
	40%{
		background-position:0px 10px;
	}	
	70%{
		background-position:0px -5px;
	}	
	100%{
		background-position:0px 0px;
	}	
}
@-webkit-keyframes close_out{
	0%{
		background-position:0px 0px;
	}	
	40%{
		background-position:0px -60px;
	}	
	70%{
		background-position:0px -50px;
	}	
	100%{
		background-position:0px -55px;
	}		
}
@-ms-keyframes close_out{
	0%{
		background-position:0px 0px;
	}	
	40%{
		background-position:0px -60px;
	}	
	70%{
		background-position:0px -50px;
	}	
	100%{
		background-position:0px -55px;
	}		
}
@keyframes close_out{
	0%{
		background-position:0px 0px;
	}	
	40%{
		background-position:0px -60px;
	}	
	70%{
		background-position:0px -50px;
	}	
	100%{
		background-position:0px -55px;
	}		
}

.stage{
	width:980px;
	height:800px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFF;
	opacity:0;
	z-index:999999;
}

#footer{
	width:980px;
	margin:0px auto;
	position:relative;
	top:-55px;
	color:#59574a;
	z-index:999;
}
#footer ul{
	list-style:none;
	height:28px;
}

#footer ul li{
	font-size:small;
	display:inline-block;
	position:relative;
}
#footer ul li span{
	position:relative;
}
#footer .f_btn{
	margin-left:8px;
	cursor:pointer;
	display:inline-block;
	width:27px;
	height:26px;
}
#privacy_policy{
	cursor:pointer;
}
#footer .f_btn img{
	width:100%;
	height:100%;
}
#footer  #f1{
	height: 28px;
	vertical-align: top;
	line-height: 28px;
	left:15px;
}
#footer #f2{
	left:20px;
}
#footer #f3{
	left:490px;
}


/* about content design */
.d_right{
	margin-left:28px;
}
.d_right h4, h4{
	font-family:'Oswald', sans-serif;
	font-size:12px;
	line-height:24px;
	letter-spacing:5px;
}
.d_right h3{
	font-family:'Oswald', sans-serif;
	font-size:28px;
	line-height:48px;
	letter-spacing:5px;
}
.d_right .d_r_top{
	color:#fff;
	text-transform:uppercase;
}
.d_right .d_r_bottom h3,.d_right .d_r_bottom h4{
	color:#df95ff;
	text-transform:lowercase;
}

.d_box .d_list h4{
	margin-bottom:5px;
	letter-spacing:1px;
	color:#fff;
}
.d_box .d_list p{
	color: #d88ef9;
	font-weight: bold;
	line-height: 18px;
}	
.d_box .d_list{
	min-height:75px;
	margin: 8px 0px;
}
.d_box .d_list img{
	float: left;
	width: 70px;
	height: 70px;
	margin-right:8px;
}
.d_box{
	height: 430px;
	overflow-y: auto;
}
.f_media_content .d_txt{
	height:auto;
	margin:10% 9% 0% 9%;
}

h1{
	color: #fff;
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}

.d_frm{
	position:relative;
}
.d_frm .d_left,.d_frm .d_right{
	display:inline-block;
	vertical-align:middle;
}
.d_frm .d_left{
	height:265px;
	width:225px;
}
.d_frm .d_left img{
	width:100%;
	height:100%;
}

.d_para1{
	height:180px;
	overflow-y:auto;
}
.d_para1 p{
	line-height: 1.8em;
	color: #fff;
	margin-top:1em;
	font-weight:bold;
}
.d_para1 p:nth-child(2){
	color:#df95ff;
}

#fieldset{
	width:350px;
	height:350px;
	border-radius:8px;
	padding:15px;
	border:0px;
	background-color:#fff;
	box-shadow: 0px 0px 5px 0px #999 inset;
}
#fieldset label{
	display: inline-block;
	width: 60px;
	text-align: right;
	vertical-align: top;
	color:#aaa;
}
#fieldset .c_input{
	width: 150px;
	display: inline-block;
	margin:0px 100px 12px 8px;
	height:20px;
	color: #333;
	border: 1px inset #aaa;
	border-radius: 2px;
}
#fieldset .c_input:active,#fieldset .c_input:focus{
outline:1px solid #009dff;
outline-offset:1px;
}
#fieldset #c_message{
margin: 0px 0px 12px 8px;
width: 250px;
height: 100px;
resize: none;
}
#fieldset #c_country{
	margin-left: 4px;
	height: 26px;
	color: #333;
	border: 1px groove #aaa;
	box-shadow: 0px 0px 3px #aaa inset;
}
#fieldset #c_send{
	margin-left: 8px;
	margin-top: 13px;
	color: #333;
}

.d_txt #send_email{
	text-decoration:none;
	color:#df94ff;
	line-height: 32px;
}
#folio_slide{
}
#folio_slide h1{
	width:450px;
	margin:auto;
}
.d_slide{
	margin:12px;
	border-radius:20px
}
.d_slide img{
	width:100%;
	height:100%;
	display:none;
}
.nivo-directionNav a {
	-webkit-animation:n_p_out 0.5s 0s forwards;
	-ms-animation:n_p_out 0.5s 0s forwards;
	animation:n_p_out 0.5s 0s forwards;
	-moz-animation:n_p_out 0.5s 0s forwards;
}
.nivo-directionNav a:hover {
	-webkit-animation:n_p_over 0.5s 0s forwards;
	-ms-animation:n_p_over 0.5s 0s forwards;
	-moz-animation:n_p_over 0.5s 0s forwards;
	animation:n_p_over 0.5s 0s forwards;
}
.nivo-slider img{
	border-radius:20px !important;
}
@-webkit-keyframes n_p_over{
	0%{
		background:#fff;
		text-align:right;
	}
	10%{
		background:#a6a0a0;
		text-align:left;
	}
	100%{
		background:#f8d800;
		text-align:center;
	}
}
@-webkit-keyframes n_p_out{
	0%{
		background:#f8d800;
		text-align:right;
	}
	10%{
		background:#a6a07a;
		text-align:left;
	}
	100%{
		background:#fff;
		text-align:center;
	}
}
#back_btn{
	top: 272px;
	left: 26px;
}
#next_btn{
	top: 272px;
	left: 526px;
}
/*
.scrollBar{
	scrollbar-face-color: #c28cda;
	scrollbar-track-color: #531f6a;
	scrollbar-arrow-color: #c28cda;
	-moz-scrollbar-face-color: #c28cda;
	-moz-scrollbar-track-color: #531f6a;
	-moz-scrollbar-arrow-color: #c28cda;
	-o-scrollbar-arrow-color: #c28cda;
	-webkit-scrollbar-arrow-color: #c28cda;
}
.scrollBar::-webkit-scrollbar{
	width:25px;
	background-color:#531f6a;
	border-radius:5px;
}
.scrollBar::-webkit-scrollbar-button:start:decrement,
.scrollBar::-webkit-scrollbar-button:end:increment{
	display:block;
	width:25px;
	height:25px;
	border-radius:10px;
	background-color:#3e174f;
	-webkit-transition:all 500ms;
}
.scrollBar::-webkit-scrollbar-button:start:decrement:hover,
.scrollBar::-webkit-scrollbar-button:end:increment:hover{
	background-color:#c28cda;
	cursor:pointer;
	-webkit-transition:all 500ms;
}
.scrollBar::-webkit-scrollbar-track-piece{
	background-color:#531f6a;
	width:25px;
}
.scrollBar::-webkit-scrollbar-thumb:vertical{
	height:20px;background-color:#c28cda;
	-webkit-border-radius:8px;
	-webkit-transition:all 500ms;
}
.scrollBar::-webkit-scrollbar-thumb:vertical:hover{
	background-color:#fff;
	-webkit-transition:all 500ms;
	cursor:pointer;
}
.scrollBar::-webkit-scrollbar-thumb:horizontal{
	width:20px;background-color:#c28cda;
	-webkit-border-radius:8px;
	cursor:pointer;
}
*/
.d_para{
	height:300px;
	overflow-Y:auto;
}
.d_para p{
	line-height: 28px;
	color: #fff;
	margin-top: 28px;
	font-weight: bold;
}
.d_para p:nth-child(2){
	color:#df95ff;
}

 h3{
	color: #fff;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
}



#p_page{
	left:0px;
	top:0px;
	width:100%;
	height:1200px;
	margin:0px auto;
	position:absolute;
	background-color:rgba(0,0,0,0.6);
	z-index:9999999;
	display:none;
}
#p_content{
	width:680px;
	height:680px;
	position: relative;
	top: 30px;
	margin:0px auto;
	/*overflow:hidden;*/
}
#p_content_image{
	width:600px;
	height:600px;
	top:0px;
	left:0px;
}
#p_content_image img{
	width:600;
	height:600;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;	
}
#p_data{
	width:600px;
	height:600px;
	border-radius: 25%;
	background-color: #6e298c;
	position: absolute;
	border: 20px solid #fff;
	overflow: hidden;
	top:20px;
	left:20px;
	display:none;
}

#p_close_btn{
	width: 55px;
	height: 55px;
	border-radius: 25%;
	position: relative;
	opacity: 0;
	top: -550px;
	left: 340px;
	z-index: 40;
	cursor: pointer;
	background: #fff url(../images/close.png) bottom no-repeat;
	-webkit-animation: close_out 0.5s 0s forwards;
	-ms-animation: close_out 0.5s 0s forwards;
	animation: close_out 0.5s 0s forwards;
	margin: auto;
}

#p_close_btn:hover{
	-webkit-animation:close_over 0.5s 0s forwards;
	-ms-animation:close_over 0.5s 0s forwards;
	animation:close_over 0.5s 0s forwards;
}

#p_data .p_txt{
position:absolute;
height:auto;
margin:9% 8% 0% 11%;
}

#p_frm{
overflow-y:auto;
overflow-x:hidden;
height:420px;
margin-top:5px;
}
#p_top
{
	height:111px;
}
#p_top img{
	width:220px;
	height:111px;
	float:left;
}
#p_top h3{
	position: relative;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	top: 18px;
	left: 7px;
}

#msg{ margin:12px 0 0 0px; font-weight:bold; color:#666; }
.p_bottom h5{
	margin: 15px 0px;
	color: #fff;
	font-size: inherit;
}
.p_bottom{
	margin-top:48px;
}
.p_bottom p{
	margin-top:25px;
	color:#d88cf8;
	line-height: 18px;
	font-size: 12px;
}
.p_bottom p span{
color:#fff;
}

#full_btn{
	background-image:url(../images/image306.png);
	background-repeat: no-repeat;
	background-position:left center;
}
#full_btn:hover{
	background-image:url(../images/image306r.png);
	background-repeat: no-repeat;
}

#f_twit{
	background-image:url(../images/link1_r.png);
	background-repeat: no-repeat;
	background-position:-1px 0px;
}
#f_fb{
	background-image:url(../images/link2_r.png);
	background-repeat: no-repeat;
	background-position:-1px 0px;
}
#f_share{
	background-image:url(../images/link3_r.png);
	background-repeat: no-repeat;
	background-position:-1px 0px;
}


#f_twit:hover img{
	opacity:0;
	-webkit-transition:opacity 0.3s;
	-ms-transition:opacity 0.3s;
	transition:opacity 0.3s;
}

#f_fb:hover img{
	opacity:0;
	-webkit-transition:opacity 0.3s;
	-ms-transition:opacity 0.3s;
	transition:opacity 0.3s;
}

#f_share:hover img{
	opacity:0;
	-webkit-transition:opacity 0.3s;
	-ms-transition:opacity 0.3s;
	transition:opacity 0.3s;
}

#f_twit img{
	opacity:1;
	-webkit-transition:opacity 0.3s;
	-ms-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
#f_fb img{
	opacity:1;
	-webkit-transition:opacity 0.3s;
	-ms-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
#f_share img{
	opacity:1;
	-webkit-transition:opacity 0.3s;
	-ms-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
body .mCS-3d-thick a{ background:#3e174f; border-radius:8px !important;}
body .mCS-3d-thick a:hover{ background:#c28cda ;}

.nivoSlider img{
	width:472px;
	height:319px;
	}
.slide_caption{
	display:none;
}

.nivo-caption p {
	margin:0;
	color: #df94ff;
	line-height: 24px;
}
.nivo-caption h2 {
	color:#fff;
	font-family:'Oswald', sans-serif;
	font-size:16px;
	text-transform:uppercase;
}

@media screen and (max-width: 480px) {
}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}
