

@import "minebitz_shortcodes.css";

@import "minebitz_menu.css";



@import "fontello.css";

@import "animate.css";

@import "magnific-popup.css";





/****************************************************************************

	Table of Content

***************************************************************************





SOME BASIC CLASSES

	1- body

	2-container

    3-site

    4-section

    5-grid

    6-width section

    7-headings tag

    8-form elements

    9-parallax section





/* 1- START minebitz FRAMEWORK*/

body{ margin:0px; padding:0px; overflow-x:hidden; background-color: #ccc; }

body.minebitz_boxed_img{ background-image: url(../img/slide/img1.jpg) !important; background-size: cover; background-attachment: fixed; }

body.minebitz_boxed_pattern{ background-image: url(../img/patterns/img1.jpg) !important; background-attachment: fixed; }



/* 2 - CONTAINER */

.minebitz_container{ width:1200px; margin:auto; padding: 0px; }

.minebitz_clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }







/* 3- START minebitz_SITE*/

.minebitz_site{ float: left; width: 100%; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; transition: all 0.8s ease; }

.minebitz_site > .minebitz_site_fullwidth{ float: left; width: 100%; background-color: #fff; }

.minebitz_site > .minebitz_site_boxed{ width:1220px; margin:auto; padding: 0px; background-color: #fff; }

/*START minebitz_SITE*/







/* 4 - START minebitzSECTION*/

.minebitz_section{ 
    width: 100%; float: left; 
    
}
.tc-section{
    background: url(../img/tcbg.jpg) 50% 0 fixed;
     width: 100%;
}

.form-wrapper {
	background-color: #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
	background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
	background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
	background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
	background-image: linear-gradient(top, #f6f6f6, #eae8e8);
	border-color: #dedede #bababa #aaa #bababa;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
	-moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
	box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
	margin: 20px auto;
	overflow: hidden;
	padding: 8px;
	width: 450px;
}

.form-wrapper #search {
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  color: #999;
	float: left;
	font: 16px Lucida Sans, Trebuchet MS, Tahoma, sans-serif;
	padding: 10px;
	width: 320px;
}

.form-wrapper #search:focus {
	border-color: #aaa;
	-webkit-box-shadow: 0 1px 1px #bbb inset;
	-moz-box-shadow: 0 1px 1px #bbb inset;
	box-shadow: 0 1px 1px #bbb inset;
	outline: 0;
}

.form-wrapper #search:-moz-placeholder,
.form-wrapper #search:-ms-input-placeholder,
.form-wrapper #search::-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
}

.form-wrapper #submit {
	background-color: #0483a0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
	background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
	background-image: linear-gradient(top, #31b2c3, #0483a0);
	border: 1px solid #00748f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
	color: #fafafa;
	cursor: pointer;
	height: 42px;
	float: right;
	font: 15px Arial, Helvetica;
	padding: 0;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
	width: 100px;
}

.form-wrapper #submit:hover,
.form-wrapper #submit:focus {
	background-color: #31b2c3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
	background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
	background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
	background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
	background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
	background-image: linear-gradient(top, #0483a0, #31b2c3);
}

.form-wrapper #submit:active {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	outline: 0;
}

.form-wrapper #submit::-moz-focus-inner {
	border: 0;
}
.tc-area{
    text-align: center !important;
    padding: 45px 0;
}


/*.minebitz_section.minebitz_imgparallax{ background: url(../img/img3.jpg) 50% 0 fixed; background-size: cover;}*/

/*END minebitzSECTION*/







/* 5 - START minebitzGRID*/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12{ margin:10px; float:left; display:inline; }

.grid.nomargin{ margin: 0px; padding: 10px; }

.grid.percentage{ margin: 0px; padding: 0px; }

.grid_12.percentage {width:100%;}

.grid_6.percentage {width:50%;}

.grid_4.percentage {width:33.33%;}

.grid_3.percentage {width:25%;}

.grid_8.percentage {width:66.66%;}

.grid_9.percentage {width:75%;}

/*size*/

.grid_1 {width:80px;}

.grid_2 {width:180px;}

.grid_3 {width:280px;}

.grid_4 {width:380px;}

.grid_5 {width:480px;}

.grid_6 {width:580px;}

.grid_7 {width:680px;}

.grid_8 {width:780px;}

.grid_9 {width:880px;}

.grid_10 {width:980px;}

.grid_11 {width:1080px;}

.grid_12 {width:1180px;}

/*END minebitzGRID*/







/* 6 - START NIKDARKWIDTHPERCENTAGE*/

.minebitz_width_percentage1{ width: 1% !important; }

.minebitz_width_percentage10{ width: 10% !important; }

.minebitz_width_percentage20{ width: 20% !important; }

.minebitz_width_percentage25{ width: 25% !important; }

.minebitz_width_percentage30{ width: 30% !important; }

.minebitz_width_percentage40{ width: 40% !important; }

.minebitz_width_percentage50{ width: 50% !important; }

.minebitz_width_percentage60{ width: 60% !important; }

.minebitz_width_percentage70{ width: 70% !important; }

.minebitz_width_percentage80{ width: 80% !important; }

.minebitz_width_percentage90{ width: 90% !important; }

.minebitz_width_percentage100{ width: 100% !important; }

/*END NIKDARKWIDTHPERCENTAGE*/







/* 7 - START minebitzTEXT*/

p,h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight: normal; }

/*font*/

h1,h2,h3,h4,h5,h6,input[type="text"],textarea,select{ font-family: 'Titillium Web', sans-serif; color: #666; }

h1.subtitle,h2.subtitle,h3.subtitle,h4.subtitle,h5.subtitle,h6.subtitle,input[type="text"].subtitle,textarea.subtitle,select.subtitle, span.subtitle{ font-family: 'Titillium Web', sans-serif; color:#a4a4a4; }

h1.signature,h2.signature,h3.signature,h4.signature,h5.signature,h6.signature, span.signature{ font-family: 'Montez', cursive; }

/*color*/

p.white,h1.white,h2.white,h3.white,h4.white,h5.white,h6.white,a.white,i.white,span.white, input[type="text"].white, textarea.white, input[type="submit"].white, select.white{ color:#ffffff; }

p.grey,h1.grey,h2.grey,h3.grey,h4.grey,h5.grey,h6.grey,a.grey,i.grey,span.grey, input[type="text"].grey, textarea.grey, input[type="submit"].grey, select.grey, pre.grey{ color:#a4a4a4; }

p.greydark,h1.greydark,h2.greydark,h3.greydark,h4.greydark,h5.greydark,h6.greydark,a.greydark,i.greydark,span.greydark, input[type="text"].greydark, textarea.greydark, input[type="submit"].greydark, select.greydark{ color:#868585; }

p.greydark2,h1.greydark2,h2.greydark2,h3.greydark2,h4.greydark2,h5.greydark2,h6.greydark2,a.greydark2,i.greydark2,span.greydark2, input[type="text"].greydark2, textarea.greydark2, input[type="submit"].greydark2, select.greydark2{ color:#353b3d; }

p.green,h1.green,h2.green,h3.green,h4.green,h5.green,h6.green,a.green,i.green,span.green, input[type="text"].green, textarea.green, input[type="submit"].green, select.green{ color:#6fc191; }

p.blue,h1.blue,h2.blue,h3.blue,h4.blue,h5.blue,h6.blue,a.blue,i.blue,span.blue, input[type="text"].blue, textarea.blue, input[type="submit"].blue, select.blue{ color:#74cee4; }

p.violet,h1.violet,h2.violet,h3.violet,h4.violet,h5.violet,h6.violet,a.violet,i.violet,span.violet, input[type="text"].violet, textarea.violet, input[type="submit"].violet, select.violet{ color:#c389ce; }

p.yellow,h1.yellow,h2.yellow,h3.yellow,h4.yellow,h5.yellow,h6.yellow,a.yellow,i.yellow,span.yellow, input[type="text"].yellow, textarea.yellow, input[type="submit"].yellow, select.yellow{ color:#edbf47; }

p.orange,h1.orange,h2.orange,h3.orange,h4.orange,h5.orange,h6.orange,a.orange,i.orange,span.orange, input[type="text"].orange, textarea.orange, input[type="submit"].orange, select.orange{ color:#ec774b; }

p.red,h1.red,h2.red,h3.red,h4.red,h5.red,h6.red,a.red,i.red,span.red, input[type="text"].red, textarea.red, input[type="submit"].red, select.red{ color:#e16c6c; }

/*align*/

p.center,h1.center,h2.center,h3.center,h4.center,h5.center,h6.center{ text-align: center; }

p.right,h1.right,h2.right,h3.right,h4.right,h5.right,h6.right, span.right{ float: right; }

/*size*/

p{ font-size:15px; line-height: 22px; color:#333; font-family: 'Titillium Web', sans-serif; }

h1{ font-size: 30px; line-height: 30px; }

h1.extrasize{ font-size: 45px; line-height: 45px; }

h2{ font-size: 25px; line-height: 25px; }

h3{ font-size: 20px; line-height: 20px; }

h4{ font-size: 17px; line-height: 17px; }

h5{ font-size: 15px; line-height: 15px; }

h6{ font-size: 14px; line-height: 14px; }

a{ text-decoration: none; color: #868585; }

/*pre*/

pre{ overflow: auto; float: left; width: 100%; margin:0px; padding: 0px; }

pre p{ font-family: monospace; font-size: 13px; line-height: 22px; }

/*END minebitzTEXT*/







/* 8 - START minebitzFORMELEMENTS*/

input[type="text"]{ float: left; border: 0; outline: 0; }

textarea{ float: left; border: 0; outline: 0; }

select{ float: left; border: 0; outline: 0; width: 100%; cursor: pointer; }

input[type="submit"]{ cursor: pointer; outline: 0; border: 0; }

/*size*/

input[type="text"].small, textarea.small { font-size: 15px; width: 90%; padding: 10px 5%; }

input[type="text"].medium, textarea.medium { font-size: 17px; width: 90%; padding: 10px 5%; }

input[type="text"].big, textarea.big { font-size: 17px; width: 80%; padding: 15px 10%; }

/*size select*/

select.small { font-size: 15px; padding: 10px 5%; }

select.medium { font-size: 17px; padding: 10px 5%; }

select.big { font-size: 17px; padding: 15px 10%; }

/*END minebitzFORMELEMENTS*/







/*********************************************CUSTOM FOR BABY KIDS*************************************************************/



/* 9 - START CLASS FOR PARALLAX SECTION*/

.minebitz_parallax_img2 { background:url(../img/slide/img4.jpg) 50% 0 fixed; background-size:cover; }

.minebitz_parallax_img3 { background:url(../img/slide/img3.jpg) 50% 0 fixed; background-size:cover; }

.minebitz_parallax_img1 { background:url(../img/slide/img1.jpg) 50% 0 fixed; background-size:cover; }



.minebitz_parallaxx_img1 { background: url(../img/parallax/img1.jpg) 50% 0 fixed; background-size:cover; }

.minebitz_parallaxx_img2 { background: url(../img/parallax/img2.jpg) 50% 0 fixed; background-size:cover; }

.minebitz_parallaxx_img3 { background: url(../img/parallax/img3.jpg) 50% 0 fixed; background-size:cover; }

.minebitz_parallaxx_img5 { background: url(../img/parallax/img5.jpg) 50% 0 fixed; background-size:cover; }

.minebitz_parallaxx_img6 { background: url(../img/parallax/img6.jpg) 50% 0 fixed; background-size:cover; }

.minebitz_parallaxx_img7 { background: url(../img/parallax/img7.jpg) 50% 0 fixed; background-size:cover; }

.minebitz_parallaxx_img8 { background: url(../img/parallax/img8.jpg) 50% 0 fixed; background-size:cover; }



.minebitz_parallaxx_img-teachers-1 { background: url(../img/parallax/img-teachers-1.jpg) 50% 0 fixed; background-size:cover; }

.minebitz_parallaxx_img-single-teacher-1 { background: url(../img/parallax/img-single-teacher-1.jpg) 50% 0 fixed; background-size:cover; }

.minebitz_parallaxx_img-single-teacher-2 { background: url(../img/parallax/img-single-teacher-2.jpg) 50% 0 fixed; background-size:cover; }



.minebitz_parallaxx_img-excursions { background: url(../img/parallax/img-excursions.jpg) 50% 0 fixed; background-size:cover; }

.minebitz_parallaxx_img-single-excursion { background: url(../img/parallax/img-single-excursion.jpg) 50% 0 fixed; background-size:cover; }



.minebitz_parallaxx_img-courses { background: url(../img/parallax/img-courses.jpg) 50% 0 fixed; background-size:cover; }



.minebitz_parallaxx_img-events { background: url(../img/parallax/img-events.jpg) 50% 0 fixed; background-size:cover; }

.minebitz_parallaxx_img-single-event { background: url(../img/parallax/img-single-event.jpg) 50% 0 fixed; background-size:cover; }

/*END CLASS FOR PARALLAX SECTION*/



.minebitz_parallax_title_tc{ background: url(../img/parallax/minebitz_parallax_title_tc.jpg) 50% 0 fixed; background-size:cover;}

.minebitz_parallax_title_event{ background: url(../img/parallax/minebitz_parallax_title_event.jpg) 50% 0 fixed; background-size:cover;}

.minebitz_parallax_title_contact{ background: url(../img/parallax/minebitz_parallax_title_contact.jpg) 50% 0 fixed; background-size:cover;}

.minebitz_parallax_title_about{ background: url(../img/parallax/minebitz_parallax_title_about.jpg) 50% 0 fixed; background-size:cover;height: 433px;background-position: center !important;}





/*START CUSTOM CLASS TO AVOID INLINE CSS*/

.minebitz_width60 { width: 60px; }

.minebitz_width50 { width: 50px; }



.minebitz_copyrightlogo { background-image:url(../img/footer/copyright.jpg); background-size:95px; background-repeat:no-repeat; background-position:left; }

.minebitz_facebook { background-color:#5977b8; box-shadow:0px 4px 0px 0px #4c67a1;  }

/*END CUSTOM CLASS TO AVOID INLINE CSS*/







.list{

	padding-left: 10px;
	margin: 0 10px;

}

.list li{

	font-family: 'Titillium Web', sans-serif;

	color:#fff;

	margin-bottom:10px;

}



.logo{

	color: #fff;

    font-family: 'Titillium Web', sans-serif;

    font-size: 22px;

}



.capz{

	text-transform:uppercase !important;

}



.minebitz_parallaxx_facilities {

    background: rgba(0, 0, 0, 0) url("../img/parallax/img-single-facilities.jpg") repeat fixed 50% 0 / cover ;

}

.about-section{

}
.foot-links{padding: 0 10px;
float: left;
margin-right: 10px;}
.foot-links li{list-style: circle;

color: #f9f9f9;}
.foot-links li a{font-family: 'Titillium Web', sans-serif;

color: #f9f9f9;

display: block;

padding: 3px;}
.footer-top{}
.footer-top p{color: #f9f9f9;}
.minebitz_bg_skyblue{background-color: #72ceda;}
.minebitz_bg_darkblue{background-color: #1a63c0;}
.minebitz_bg_darkblue.minebitz_shadow{box-shadow: 0px 4px 0px 0px #1c5db1;}

  /*isotope masonry*/
.gallerygrid{position: relative; float: left; width: 100%; display: block; overflow: hidden;}
.grid-sizer{width: 0%;}
.grid-item{position: absolute; width: 33%; }

.grid-item.big{padding: 0 25px 49px 25px;}
.grid-item .img-wrapper{position: relative; float: left; overflow: hidden;}
.grid-item a:first-child{position: relative; float: left; width: 100%; height: 100%; overflow: hidden; margin-bottom: 20px;}
.grid-item img{width: 100%; float: left;}
.grid-item a{text-transform: uppercase;}
.grid-item p{font-size: 13px; line-height: 24px; padding-left: 25px; position: relative; margin-top: 5px;}
.grid-item p:before{content: ""; position:  absolute; left: 0; top: 50%; width: 15px; height: 1px; background-color: #dfcd50;}
@media (min-width: 1200px) {
  .grid-item img:hover{-ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
  .grid-item a:hover{color: #dfcd50;}
}
@media (max-width: 991px) {
  .grid-item{width: 50%;}
  .grid-item,
  .grid-item.big{padding: 25px}
}
@media (max-width: 767px) {
  .sorting-menu ul li.active{color: #fff; background-color: #dfcd50;}
}
@media (max-width: 479px) {
  .grid-item.big,
  .grid-item{width: 100%; padding: 20px 0;}
}

.sorting-menu{position: relative; display: inline-block; width: 100%; height: auto; text-align: center; z-index: 11;margin-top: 70px;}
.sorting-menu ul{list-style-type: none; display: inline-block;}
.sorting-menu ul li{
    position: relative;
float: left;
display: inline-block;
line-height: 28px;
padding: 7px 20px;
margin: 02px;
font-size: 12px;
color: #1863AB;
cursor: pointer;
background: #ececec;
text-transform: uppercase;
font-weight: bold;
}
.sorting-menu ul li.active{color: #fff; background-color: #1a63c0 !important;}
.sorting-menu ul li:before{content:""; position: absolute; left: 0; bottom: 0; height: 0; width: 100%; z-index: -1;}
.sorting-menu ul li.active:before{height: 100%;}
.sorting-menu ul li:hover{color: #fff; background-color: #1a63c0;}
.sorting-menu .button-drop{display: none; width: 100%; text-transform: uppercase;}
.sorting-menu .button-drop a{display: inline-block; color: #a1a1a1; width: 300px; height: 50px; line-height: 50px; border-bottom: 2px solid #dfcd50; font-weight: bold;}
.sorting-menu .button-drop a i{display: inline-block; padding-left: 10px; margin-right: -20px;}
.sorting-menu .button-drop a i.fa-angle-up{display: none;}
.sorting-menu .button-drop.active a i.fa-angle-down{display: none;}
.sorting-menu .button-drop.active a i.fa-angle-up{display: inline-block;}
@media (min-width: 1200px) {
  .sorting-menu ul li:hover{color: #fff;}
  .sorting-menu ul li:hover:before{height: 100%;}
}
@media (max-width: 767px) {
  .sorting-menu .button-drop{display: block;}
  .sorting-menu ul{display: none;}
  .sorting-menu ul.active{display: inline-block;}
  .sorting-menu ul li{display: block; width: 100%; margin: 5px 0;}
  .sorting-menu ul li:first-child{margin-top: 10px;}
  .sorting-menu ul li.active:before{display: none;}
}

.gallery{

}


.sorting-menu ul li:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.sorting-menu ul li:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}


.minebitz_bg_head-gray{background-color: #a3bee1;}

.tc-error .modal-header{background: #1a63c0; color:#fff;}
.tc-error .modal-header h3{color:#fff;}


.gallery {
    display: block;
}
.container {

    margin: 0 auto;
}
.tc-input{
    width: 75%;
padding: 11px;}


