/*
Theme Name: Show Me Jesus
Theme URI: http://carakadesign.com/
Description: Wordpress Theme for Show ME Jesus
Version: 1.0

*/



@font-face {
	font-family: Lato;
	src: url('../fonts/Lato-Medium.ttf');
}
@font-face {
	font-family: Lato;
	font-style:italic;
	src: url('../fonts/Lato-MediumItalic.ttf');
}
@font-face {
	font-family: Lato;
	font-weight:bold;
	src: url('../fonts/Lato-Bold.ttf');
}


@font-face {
	font-family: Quicksand;
	src: url('../fonts/Quicksand-Regular.otf');
}
@font-face {
	font-family: Quicksand;
	font-style:italic;
	src: url('../fonts/Quicksand-Italic.otf');
}
@font-face {
	font-family: Quicksand;
	font-weight:bold;
	font-style:italic;
	src: url('../fonts/Quicksand-BoldItalic.otf');
}
@font-face {
	font-family: Quicksand;
	font-weight:bold;
	src: url('../fonts/Quicksand-Bold.otf');
}



@font-face {
	font-family: Raleway;
	src: url('../fonts/Raleway-Regular.ttf');
}
@font-face {
	font-family: Raleway;
	font-style:italic;
	src: url('../fonts/Raleway-Italic.ttf');
}
@font-face {
	font-family: Raleway;
	font-weight:bold;
	src: url('../fonts/Raleway-Bold.ttf');
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {outline: none !important;
}
a, 




, select, textarea {
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
img {
	vertical-align:top;
	border:0;
	opacity:1;
	filter: alpha(opacity=100);
	max-width:100%;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
body {
	overflow-x:hidden;
	margin: 0;
	padding: 0;
	font-family:Raleway, Quicksand, Lato, sans-serif;
	line-height:180%;
	font-size: 18px;
	color: #404141;
	background: #fff;
}
html { font-size: 100%;
}
::selection{
	background: #ff6260;
	color: #FFF;
}
::-moz-selection {
	background: #ff6260; /* Firefox */
	color:#fff;
}
a {
	color: #ff6260;
	text-decoration:none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover { color: #555555;
}
p {
	margin:0 0 20px;
	padding:0;
}
.fleft {float:left;
}
.fright {float:right;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
h1,h2,h3,h4{
	line-height:120%;	
}
h1 {
	padding: 10px 0;
	font-size:40px;
	color:#9a0000;
	clear:both;
}
h2 {
	padding: 10px 0;
	font-size:30px;
	color:#9a0000;
	clear:both;
}
h3 {
	padding: 10px 0;
	font-size:20px;
	color:#9a0000;
	clear:both;
}
h4 {
	padding: 10px 0;
	font-size:15px;
	color:#9a0000;
	clear:both;
}
.container {
	width:960px;
	margin:0 auto;
}
[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left:20px;
	margin-bottom:20px;
}
.row {margin-left:-20px;
}
.span12 {width: 980px;}
.span11 {width: 915px;}
.span10 {width: 830px;}
.span9 {width: 745px;}
.span8 {width: 660px;}
.span7 {width: 575px;}
.span6 {width: 490px;}
.span5 {width: 405px;}
.span4 {width: 320px;}
.span3 {width: 235px;}
.span2 {width: 150px;}
.span1 {width: 65px;}

.page_section {
	padding:100px 0 100px;
	overflow:hidden;
}
.parallax_effect {
	width:100%;
	padding:32px 0 26px;
	background-size:cover;
}
.opacity {
	opacity: 0;
	filter: alpha(opacity=0);
}




/* ____________________ Header ____________________ */
#top{
	position:relative;
	z-index:999;
	height: 74px;
	margin: 0;
	padding: 0;
	background: #9a0000;
}

.piqquotes{
	position:fixed;
	left:0;
	top:0;	
	z-index:100000;
}


/* __________ Menu _________ */

/* __________ Fixed Menu Style __________ */
.fixed-menu {
	border:none;
	position:fixed;
	left:0px;
	top:-100px;
	width:100%!important;
	height:74px;
	background: #9a0000;
	z-index:99999;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.fixed-menu.fixed_show {
	top:0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.fixed-menu-wrapper {
	padding: 0;
}
.fixed-menu:after  { 
	content:'';
	height:6px;
	display:block;
	width:100%;
	position:absolute;
	bottom:-6px;
	background:url(../images/menu_shadow.png) repeat-x left top;
}
.fixed-menu .navmenu {
	padding:0;
}

/* _________ //Fixed Menu Style _________ */
a.menu_toggler { display:none;
}
.navmenu{
	margin: 0;
	text-align:center;
}
.navmenu ul li {
	display: inline-block;
	margin: 0;
}
.navmenu ul li a{
	font-family:Raleway;
	display:block;
	padding:15px 20px 0;
	text-decoration:none !important;
	text-transform:uppercase;
	font-weight:500;
	line-height:40px;
	color: #fff;
	font-size:15px;
	font-weight:bold;
}
.navmenu ul li.last a {/*padding-right:0;*/
}
.navmenu ul li a:hover,
.navmenu ul li.active a{
	border-bottom: 2px solid #fff;
}

/* _________ //Menu _________ */

/* ___________________ //Header ___________________ */

/* ____________________ Home ____________________ */
#home {
	overflow:hidden;
	position:relative;
	padding:0;
	background-color:#9a0000;
	display:block;
	height: auto !important;
}
#home h1 {
}
#home .welcome_block {
	position:relative;
	z-index:1;
	text-align:center;
	color:#fff;
}
#home a.top_btn {
	animation: 2s ease 0s normal none infinite down_btn;
}


/* ___________________ //Home ___________________ */


/* ____________________ Kurikulum ____________________ */
.kurikulum{
	/*background:#fff url(../images/bg-flower.png) center center repeat;*/
	/*background: url(../images/bg-flower.png) center center repeat, url(../images/bg-kids-read.png) right bottom no-repeat;*/
	background-image: url(../images/bg-kids-read.png), url(../images/bg-flower.png);
	background-repeat: no-repeat, repeat;
	background-position: right bottom, center center;
	
	
	min-height:400px;
	color:#434343;
	padding-bottom:300px;
}

.kurikulum h1{
	font-family: Raleway;
	font-size:54px;
	margin:0;
	padding:20px 0; 

}
.kurikulum h2{
	font-size:30px;
	font-family:Quicksand;
	color:#676767;	
	font-weight:normal;
	margin-bottom:0;	
}

.kurikulum ul li{
	float:left;
	width:100%;
	clear:both;
	padding-left:130px;
	background:transparent url(../images/nomor-1.png) 0 10px no-repeat;
	margin-bottom:20px;
}

.kurikulum ul li span{
	font-size:22px;
	color:#434343;
	float:left;
	max-width:100%;
}

.kurikulum ul li h2{
	font-size:36px;
	font-weight:bold;
	margin:0 0 5px 0;
	font-family:Raleway;	
}


.kurikulum ul li.kurikulum-2{
	background:transparent url(../images/nomor-2.png) 0 10px no-repeat;
}
.kurikulum ul li.kurikulum-3{
	background:transparent url(../images/nomor-3.png) 0 10px no-repeat;
}
.kurikulum ul li.kurikulum-4{
	background:transparent url(../images/nomor-4.png) 0 10px no-repeat;
}
.kurikulum ul li.kurikulum-5{
	background:transparent url(../images/nomor-5.png) 0 10px no-repeat;
}


.kurikulum ul li.kurikulum-2 h2{
	color:#ad7c41;
}
.kurikulum ul li.kurikulum-3 h2{
	color:#8da52d;
}
.kurikulum ul li.kurikulum-4 h2{
	color:#3f8d4e;
}
.kurikulum ul li.kurikulum-5 h2{
	color:#4e7f9b;
}

/* ___________________ //Kurikulum ___________________ */

/* ____________________ Contoh ____________________ */
.contoh{
	background:#fff url(../images/bg-dot.png) center center repeat;
	min-height:400px;
}

.contoh h1{
	font-family:Quicksand;
	border-top:2px solid #9a0000;
	border-bottom:2px solid #9a0000;	
	text-align:center;
}

.contoh-section{
	width:100%;
	clear:both;
	float:left;	
}

.contoh-section h3{
	text-align:center;
	font-family:Quicksand;
	margin-bottom:5px;
	width:100%;
	font-style:italic;
	color:#404141;	
}

.contoh-content{
	max-width:100%;
	background:#fcb7c7;
	border:2px solid #a56f9a;
	padding:40px;	
}
.contoh-content.balita{
	background:#ffcb91;
	border:2px solid #dc7c68;
}
.contoh-content.sd{
	background:#a3d7e6;
	border:2px solid #2c9fc4;
}


.contoh-content a:hover{
	color:#fff;	
	background-color:#a56f9a;
}
.contoh-content.balita a:hover{
	background-color:#dc7c68;
}
.contoh-content.sd a:hover{
	background-color:#2c9fc4;
}


.contoh-content img {
    float: left;
    margin-left: -115px;
}

.contoh-content ul{
	margin-left:20px;
}

.contoh-content ul li{
	margin-left:20px;
	font-style:italic;
}

.contoh-content a{
	float:right;
	width:360px;
	height:auto;
	background:#fff url(../images/icon-arrow.png) right 10px no-repeat;
	margin-top:10px;
	font-weight:bold;
	font-size:24px;
	color:#767676;
	font-family:Quicksand;
	padding:10px 10px 10px 15px;
	
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.3);	
}


/* ___________________ //Contoh ___________________ */

/* ____________________ harga ____________________ */
.harga{
	background:#fff url(../images/bg-kuning.png) center center repeat;
	min-height:400px;
	text-align:center;
}

.notif{
	width:100%;
	text-align:center;	
	float:left;
	padding:10px 0;
}

.paket-content{
	clear:both;
	text-align:center;	
}

.paket-content{
	background: transparent url(../images/bg-paket-01.png) center top no-repeat;
	color:#786010;
}
.paket-content h1{
	font-family:Quicksand;
	margin-bottom:0;	
}

.paket-detail p{	
	font-size:16px;
}

/* ___________________ //harga ___________________ */

/* ____________________ isi-paket ____________________ */
.isi-paket{
	background:#ffdb5f url(../images/bg-buku.png) center center no-repeat;
	min-height:300px;
	text-align:center;
	font-family:Quicksand;
}

.isi-paket h3{
	color:#5b4f16;
	font-size:25px;
	margin:0;
}
.isi-paket h1{
	color:#5b4f16;
	margin-bottom:0px;
	margin-top:10px;
}

/* ___________________ //isi-paket ___________________ */

/* ____________________ form-google ____________________ */
.form-google{
	background:#2876b2 none;
	min-height:200px;
	text-align:center;
	color:#fff;	
	font-family:Quicksand;
}

.form-google a{
	width:560px;
	height:80px;
	margin:0 auto;
	background:#fff none;
	margin-top:10px;
	font-weight:bold;
	font-size:28px;
	color:#767676;
	font-family:Quicksand;
	text-align:center;
	overflow:hidden;
	display:block;
	padding-top:50px;
	margin-bottom:20px;
	
	
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.3);	
}

.form-google a:hover{
	background-color:#194567;
	color:#fff;	
}

.form-google p{
	font-size:30px;	
}



/* ___________________ //form-google ___________________ */

/* ____________________ konfirmasi ____________________ */
.konfirmasi{
	background:#195482 none;
	min-height:400px;
	text-align:center;
	color:#fff;	
	font-family:Quicksand;
}

.konfirmasi h1{
	color:#fff;
}
.konfirmasi h2{
	color:#fff;
}

.konfirmasi p.form-email{
	width:660px;
	height:140px;
	margin:0 auto;
	background:#0e6cb6 none;
	margin-top:10px;
	font-weight:bold;
	font-size:28px;
	color:#fff;
	font-family:Quicksand;
	text-align:center;
	overflow:hidden;
	display:block;
	padding-top:30px;
}


#ajax-contact-form .span6 {
	margin-bottom:0;

}
textarea,
input[type="text"], input[type="email"] {
	margin:0 0 10px 0;
	padding: 19px 16px;
	width: 93.5%;
	text-transform:none;
	font-family: Gotham, sans-serif;
	font-weight:400;
	font-size: 16px;
	color: #fff;
	font-style:normal;
	border-radius: 0;	
	background: none transparent;
	border: 2px solid #fff;;
	box-shadow: none;	  
}
input[type="text"].last {margin-right:0;
}
textarea {
	min-height:148px;
	overflow:hidden;
	resize: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	border: 2px solid #4bcaff;
}

.contact_btn {
	display:block;
	cursor:pointer;
	width:100%;
	padding:10px 0;
	border: 0;
	border-radius: 0;
	box-shadow: 0;
	text-align:center;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:13px;
	color:#0e6cb6;
	background:none  no-repeat center #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin-left:0;
}
.contact_btn:hover {
	background: #0e6cb6
	color:#fff;
}

.notification_error {
	color:#f00;
}

/* ___________________ //Contact ___________________ */


/* ____________________ Footer ____________________ */
.footer {
	color:#fff;
	background:#9a0000;
}
.footer a {color:#515f67;	
}
.footer a:hover {color:#4bcaff;	
}

.footer a.down_btn {
	position:static;
	margin:0;
	padding:0;
	display:block;
	width:25px;
	height:20px;
	background: url(../images/top_btn.png) no-repeat;
}


.informasi{
	background:transparent url(../images/bg-footer.png) center bottom no-repeat;
	text-align:right;
	padding-bottom:50px;
}

.informasi h1{
	color:#fff;
	font-family:Quicksand;
	font-weight:normal;
	font-size:40px;
	margin-bottom:5px;
}

.informasi p{
	padding-right:40px;	
	font-size:32px;
	font-family:Lato;
}
p.phone{
	background: transparent url(../images/icon-phone.png) right 4px no-repeat;
}
p.email{
	background: transparent url(../images/icon-mail.png) right 4px no-repeat;
}


.colophon{
	text-align:center;
	padding-top:20px;	
}

/* ___________________ //Footer ___________________ */

/**** Isotope Filtering ****/
.isotope-item {
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}











/* ____________________ Responsive Style ____________________ */
@media (max-width: 1280px) {
	.navmenu ul li a{
		padding:15px 15px;
		font-size:16px;
		
	}
}

@media (max-width: 1023px) {
	.navmenu ul li a{
		padding:15px 15px;
		font-size:14px;
		
	}
	.opacity { opacity: 1; filter: alpha(opacity=100);}
	 .piqquotes img{
		width:80%
	}
}

@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio:0) {
	.parallax_effect {background-size:cover;background-position:0 0 !important;}
	#home {background-position:0 0 !important;}
	#blog, #testimonials, #progress {background-position:0 0 !important; background-size:cover;}
	.navmenu ul li a{
		padding:15px 15px;
		font-size:14px;
		
	}
	.opacity { opacity: 1; filter: alpha(opacity=100);}

}

@media (max-width: 1000px) {
	.container {width:724px;}
	.navmenu ul li a{
		padding:15px 5px 5px;
		font-size:14px;
	}


    .piqquotes img{
		width:80%
	}

	.informasi{
		 padding-bottom: 50px;
    text-align: right;
    background-size: 100% auto;	
	}
	.contoh-section{
		margin-top:40px;	
	}
	.contoh-content{
		position:relative;
		
	}
	.contoh-content a{
		float:right;
		position:absolute;
		right:0;
		bottom:-30px;	
	}

	.span12 {width: 724px;}
	.span11 {width: 662px;}
	.span10 {width: 600px;}
	.span9 {width: 538px;}
	.span8 {width: 476px;}
	.span7 {width: 414px;}
	.span6 {width: 352px;}
	.span5 {width: 290px;}
	.span4 {width: 228px;}
	.span3 {width: 166px;}
	.span2 {width: 104px;}
	.span1 {width: 42px;}
	
	
	
}

@media (max-width: 766px) {
	.container {width:470px;}
	
	.welcome_block h1 {font-size:50px;line-height:50px;}
	#home .welcome_block p {font-size:40px;line-height:40px;margin-bottom:0;}

/* __________ Header __________ */
	#top header {
		height: 75px !important;
		padding: 0;
		position: fixed; width: 100%; z-index: 999; top: 0; left:0;
		background: rgb(154,0,0); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: #9a0000;
	}
	#top header:before {content:''; position:absolute; left:0; bottom:-6px; width:100%; height:6px; background:url(../images/menu_shadow.png) repeat-x left bottom;}
	
	#logo {margin:0;text-align:left;}
	#logo a {display:inline-block;margin-left:20px;text-indent:0;}
/* _________ //Header _________ */

/* __________ Menu __________ */	
	.fixed-menu, .fixed-menu:before, .fixed-menu:after, .navmenu {display:none !important;}
	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:-17px 0px 0px 0;
		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:34px;
		height:34px;
		position:absolute;
		overflow:hidden;
		right:20px;
		top:50%;
	
		background-color:#efefef;
		background-image: linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	}
	a.menu_toggler:hover {
		background-color:#f5f5f5;
		background-image: linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -o-linear-gradient(top, #e9e9e9, #f5f5f5);	
	}

	a.menu_toggler:before {
		content:'';
		display:block;
		position:absolute;
		left:7px;
		top:7px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background:url(../images/btn_menu.png) no-repeat 0 0;		
	}
	.mobile_menu_wrapper {
		display:block;
		background:#9a0000;
		position: fixed; width: 100%; z-index: 999; top:75px; left:0;
		padding: 15px 40px 15px 20px;
	}
	.mobile_menu_wrapper a {color:#fff;
	}
	.mobile_menu_wrapper a:hover {color:#ff6260;
	}
	.mobile_menu_wrapper a span {display:none;}

/* _________ //Menu _________ */

/* __________ Home __________ */
	.welcome_block h1 {font-size:30px;line-height:30px;}
	
/* _________ //Home _________ */

/* __________ About __________ */	
	.team_foto {width:310px;margin:0 auto 15px;}
/* _________ //About _________ */

	.progress_block li {float:left !important;width:25% !important;font-size:16px;padding:0;}
	.progress_block li span {font-size:30px;line-height:30px;padding:0;}
	
	.testimonials_txt {padding-left:35px;padding-right:35px;}

/* __________ Portfolio __________ */
	#filter li {margin:0 15px 0 0;}
	#portfolio h2, #options {float:none !important;}
	
	.portfolio_block .element {width:33.3%;}
	
	.element.respondtab_last .portfolio_item:hover .description {
		z-index:11;	
		left:-100%;
		right:auto;
	}
	.portfolio_item .description .descr_content {padding:5px;font-size:10px;line-height:13px;}
	.portfolio_item .description .descr_content p {font-size:13px;margin-bottom:5px;}
	
/* _________ //Portfolio _________ */

	#sed_ul .parallax_effect .container h2 {line-height:20px;font-size:16px;}

/* __________ Blog __________ */
	.left_img_block .blog_img {float:none;margin-right:0;width:100%;}
	
	.left_img_block .blog_img .img_wrapper img, .left_img_block .blog_img .img_wrapper {width:100% !important;}
/* _________ //Blog _________ */
	.contact_info {display:block;margin-right:0;}
	
	textarea, input[type="text"] {width:93% !important;}



	.row {margin-left:0;}
	[class*="span"] {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	
	
	
	
	.kurikulum {
    background-image: none, url("../images/bg-flower.png");
    background-position: right bottom, center center;
    background-repeat: no-repeat, repeat;
 	padding-bottom:100px;
}

.kurikulum ul li{
	width:90%;	
}
	.form-google a{
		width:450px;	
	}
	.konfirmasi p.form-email{
		width:450px;
		font-size:18px;	
	}
	
	.contoh-content a{
		float:right;
		position:relative;
		
	}

	.contoh-content ul {
    margin-left: 20px;
    width: 100%;
    clear: both;
	font-size:13px;
}


.kurikulum ul li {
    width: 70%;
}


	.colophon{
		font-size:14px;	
	}
}

@media (max-width: 479px) {	
	.container {width:310px;}

/* __________ About __________ */
	.video_block {height:174px;}
/* _________ //About _________ */

/* __________ Portfolio __________ */
	.portfolio_block .element {width:100%;}
	
	.portfolio_item:hover .description,
	.element.respondtab_last .portfolio_item:hover .description,
	.element.last .portfolio_item:hover .description	{
		left:auto;
		right:auto;
		top:auto;
		bottom:-100%;
	}
	.element.respondphone_last .portfolio_item:hover .description {
		left:auto;
		right:auto;
		top:auto;
		bottom:100%;
	}
	
	.portfolio_item .description .descr_content {padding:15px 20px;font-size:13px;line-height:20px;}
	.portfolio_item .description .descr_content p {font-size:15px;margin-bottom:10px;}
/* _________ //Portfolio _________ */


	.testimonials_block {padding-left:0;padding-right:0;}
	.testimonials_txt {padding-left:15px;padding-right:15px;}
	
/* __________ Clients __________ */
	.client_block {padding-bottom:20px;}
	.client_block li {display:block; margin-left:auto;margin-right:auto;}
/* _________ //Clients _________ */

	textarea, input[type="text"] {width:89% !important;}
	
	.footer {text-align:center;}
	.footer .fleft, .footer .fright {float:none;}
	
	.copyright {text-align:center;}
	.footer a.down_btn {display:inline-block; margin:10px auto;}

	
	
	
	.contoh-content a{
		width:190px;
		margin-top:-12px;	
	}
	.form-google a {
    	width: 255px;
		height:150px;
	}
	
	.konfirmasi p.form-email{
		
			width: 255px;
		height:200px;
	}
	
	.informasi p{
		font-size:22px;	
	}
	
	.page_section{
		padding:50px 0;	
	}
	.contoh-content img{
		margin-left:-20px;	
	}
	
	.kurikulum ul li{
		width:100%;	
		padding:110px 0 0;
	}
}






















