@charset "utf-8";
/* CSS Document */


/* =================================================================== LOAD FONTS */

@font-face {
 font-family: calibri_regular;
 src: url("../fonts/CALIBRI_REGULAR.eot") /* EOT file for IE */
}

@font-face {
 font-family: calibri_regular;
 src: url("../fonts/CALIBRI_REGULAR.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: calibri_bold;
 src: url("../fonts/CALIBRI_BOLD.eot") /* EOT file for IE */
}

@font-face {
 font-family: calibri_bold;
 src: url("../fonts/CALIBRI_BOLD.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: calibri_italic;
 src: url("../fonts/CALIBRI_ITALIC.eot") /* EOT file for IE */
}

@font-face {
 font-family: calibri_italic;
 src: url("../fonts/CALIBRI_ITALIC.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: calibri_bold_italic;
 src: url("../fonts/CALIBRI_BOLD_ITALIC.eot") /* EOT file for IE */
}

@font-face {
 font-family: calibri_bold_italic;
 src: url("../fonts/CALIBRI_BOLD_ITALIC.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: bouncy_font;
 src: url("../fonts/bouncy_header.eot") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: bouncy_font;
 src: url("../fonts/bouncy_header.ttf") /* TTF file for CSS3 browsers */
}


/* =================================================================== GENERAL */


html { 
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
  background: url(../images/general/main_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{
	font-size:18px;
}


img, img a{
	border:none;
}


/* =================================================================== FONTS STYLING */


p{
	font-family: calibri_regular;
	font-style:normal;
	font-weight:normal;
}

p i, p em{
	font-family: calibri_italic;
	font-style:normal;
}

p b, p strong{
	font-family: calibri_bold;
	font-style:normal;
	font-weight:normal;
}

p b i, p b em, p strong i, p strong em, p i b, p em b, p i strong, p em strong{
	font-family: calibri_bold_italic;
	font-style:normal;
	font-weight:normal;
}


h1{
	font-family: bouncy_font;
	font-size:30px;
	line-height:1.2em;
	margin-top:.2%;
	margin-bottom:.5%;
	text-align:left;
	font-weight:normal;
}

h2{
	font-family: bouncy_font;
	font-size:26px;
	line-height:1.2em;
	margin-top:.2%;
	margin-bottom:.5%;
	text-align:left;
	font-weight:normal;
}

h3{
	font-family: bouncy_font;
	font-size:22px;
	line-height:1.2em;
	margin-top:.2%;
	margin-bottom:.5%;
	text-align:left;
	font-weight:normal;
}

h4{
	font-family: bouncy_font;
	font-size:18px;
	line-height:1.2em;
	margin-top:.2%;
	margin-bottom:.5%;
	text-align:left;
	font-weight:normal;
}

h5{
	font-family: bouncy_font;
	font-size:16px;
	line-height:1.2em;
	margin-top:.2%;
	margin-bottom:.5%;
	text-align:left;
	font-weight:normal;
}

p{
	font-size:18px;
	line-height:1.2em;	
	margin-top:.8%;
	margin-bottom:.8%;
	text-align:justify;
}

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

a:hover{
	color:#000;
	text-decoration:underline;
}

a:active{
	color:#F00;
	text-decoration:none;
}

ul{
	font-family: calibri_regular;
	line-height:1.2em;
	font-size:18px;
	margin-left:3%;
	text-align:left;
}
	
ol{
	font-family: calibri_regular;
	line-height:1.2em;
	font-size:18px;
	margin-left:3%;
	text-align:left;
}
	


hr{
	border-color:#F00;
	background-color:#F00;
	color:#F00;
	width:100%;
	margin-top:3px;
	margin-bottom:5px;
}

/* =================================================================== FORMAT TAGS */

.full_width_image{
	width:100%;
	display:block;
}

.center_text{
	text-align:center;
}


/* =================================================================== HEADER */

.header_section{
	width:100%;
	overflow:hidden;	
}

.header_container{
	width:100%;
	max-width:900px;
	margin:0 auto 0 auto;
	overflow:hidden;
}

#toplogo{
	width:40%;
	margin:2% 30%;
}



/* =================================================================== MAIN SLIDER */

.slider_section{
	width:100%;
	overflow:hidden;
}

.slider_container{
	width:100%;
	max-width:1000px;
	margin:0 auto 0 auto;
	overflow:hidden;	
}

/* jssor slider bullet navigator skin 21 css */
/*
.jssorb21 div           (normal)
.jssorb21 div:hover     (normal mouseover)
.jssorb21 .av           (active)
.jssorb21 .av:hover     (active mouseover)
.jssorb21 .dn           (mousedown)
*/
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av{
	background: url(../images/main_slider/b21.png) no-repeat;
	overflow:hidden;
	cursor: pointer;
}
.jssorb21 div { 
	background-position: -5px -5px; 
}

.jssorb21 div:hover, .jssorb21 .av:hover { 
	background-position: -35px -5px; 
}

.jssorb21 .av { 
	background-position: -65px -5px; 
}

.jssorb21 .dn, .jssorb21 .dn:hover { 
	background-position: -95px -5px; 
}

/* jssor slider arrow navigator skin 21 css */
/*
.jssora21l              (normal)
.jssora21r              (normal)
.jssora21l:hover        (normal mouseover)
.jssora21r:hover        (normal mouseover)
.jssora21ldn            (mousedown)
.jssora21rdn            (mousedown)
*/
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn{
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(../images/main_slider/a21.png) center center no-repeat;
	overflow: hidden;
}

.jssora21l { 
	background-position: -3px -33px; 
}

.jssora21r { 
	background-position: -63px -33px; 
}

.jssora21l:hover { 
	background-position: -123px -33px; 
}

.jssora21r:hover { 
	background-position: -183px -33px; 
}

.jssora21ldn { 
	background-position: -243px -33px; 
}

.jssora21rdn { 
	background-position: -303px -33px; 
}



/* =================================================================== NAVIGATION */

.navigation_section{
	width:100%;
	overflow:hidden;
}

.navigation_container{
	width:100%;
	max-width:1000px;
	margin:0 auto 0 auto;
	background-image:url(../images/navigation/bg.png);
	background-repeat:repeat;
	overflow:hidden;
	display:block;
}

.navigation_container h1{
	color:#FFF;
}

.navigation_container a{
	color:#FFF;
	text-decoration:none;
}

.navigation_container a:hover{
	color:#FF0;
	text-decoration:none;
}

.navigation_container a:active{
	color:#FFF;
	text-decoration:none;
}



.navigation_container_sections{
	background-image:url(../images/general/trans_white.png);
	background-repeat:repeat;
	width:100%;
	max-width:1000px;
	margin:0 auto 0 auto;
	overflow:hidden;
	display:flex;
	justify-content: center;
}


.nav_link_properties{
position: absolute;
top: 0%;
bottom: 0;
right: 0;
left: 0;
overflow:hidden;
}

.nav_link1 {
background:url(../images/navigation/button1.png) no-repeat 0 0;
background-size:cover;
}

.nav_link2 {
background:url(../images/navigation/button2.png) no-repeat 0 0;
background-size:cover;
}

.nav_link3 {
background:url(../images/navigation/button3.png) no-repeat 0 0;
background-size:cover;
}

.nav_link4 {
background:url(../images/navigation/button4.png) no-repeat 0 0;
background-size:cover;
}

.nav_link1:hover, .nav_link2:hover, .nav_link3:hover, .nav_link4:hover{
background-position: 0 100%;
}
 
.nav_link1:active, .nav_link2:active, .nav_link3:active, .nav_link4:active{
background-position: 0 0px;
}

.nav_link_wrapper {
	width: 33%;
	display: block;
	position: relative;
	float:left;
}

.nav_link_wrapper:after {
  padding-top: 34%;
  display: block;
  content: '';
}
		


/* =================================================================== CONTENT */

/* ~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~ */
.content_section{
	width:100%;
	overflow:hidden;
}


.content_container{
	width:100%;
	max-width:1000px;
	margin:0 auto 0 auto;
	overflow:hidden;
	background-image:url(../images/general/trans_white.png);
	background-repeat:repeat;
}


.cc_full_width_general{
	width:98%;
	margin:0 1% 0 1%;
	overflow:hidden;
	
}

.cc_full_width_boundary{
	width:98%;
	margin:1%;
	overflow:hidden;
}


/* ~~~~~~~~~~~~~~ 2 columns/sidebar Page ~~~~~~~~~~~~~~ */

.cc_left_content{
	width:71%;
	overflow:hidden;
	float:left;
	display:block;	
}

.cc_right_content{
	width:27%;
	margin:0 0 0 2%;
	float:right;
	overflow:hidden;
}

.cc_right_content img{
	width:100%;	
	display:block;
}

/* ~~~~~~~~~~~~~~ item box ~~~~~~~~~~~~~~ */

.item_container{
	width:100%;
	overflow:hidden;
}

.item_box{
	width:48%;
	margin:1%;
	float:left;
	overflow:hidden;
}

.item_box_header{
	color:#FFF;
	background-image:url(../images/general/stripe_purple.jpg);
	width:100%;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:2px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
	overflow:hidden;
}

.item_box_description{
	width:96%;
	margin:1% 2% 1% 2%;
	overflow:hidden;
	display:block;
}

.item_box_description img{
	margin:1% 0 1% 0;
	width:100%;
	display:block;
}



/* ~~~~~~~~~~~~~~ Pic circles ~~~~~~~~~~~~~~ */

.circle_image_container{
	width:100%;
	display:block;
	overflow:hidden;
}

.circle_image{
	width:20%;
	float:left;
	overflow:hidden;
}

.circle_image img{
	width:86%;
	margin:5% 7% 5% 7%;
	display:block;
}

/* =================================================================== CONTACT PAGE */

.contact_form_boundary{
	width:70%;
	margin:1% 10% 1% 10%;
	overflow:hidden;
}

.cf_field{
	width:100%;
	overflow:hidden;
	display:block;
	margin:1% auto 1% auto;
}

.cf_field_label{
	width:18%;
	overflow:hidden;
	float:left;
}

.cf_field_label p{
	text-align:right;
}

.cf_field_input{
	width:80%;
	overflow:hidden;
	float:right;
}

.cf_field_submit{
	width:20%;
	margin:1% 0% 1% 80%;
	overflow:hidden;
	display:block;
}
	
input{
	width:60%;
	font-family:calibri_regular;
	font-size:16px;
}

.cf_field_submit input{
	width:100%;
}

.antispam{
	width:5%;
	font-family:calibri_regular;
	font-size:16px;
}

textarea{
	width:100%;
	max-width:100%;
	min-width:100%;
	font-family:calibri_regular;
	font-size:16px;
}



/* =================================================================== CASTLE PAGE */

.cc_castle_size{
	width:98%;
	margin:1%;
	overflow:hidden;
	color:#FFF;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:2px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow:hidden;
}

.cc_sc_bg_purple{
	background-image:url(../images/general/stripe_purple.jpg);
	background-size:cover;
}

.cc_sc_bg_red{
	background-image:url(../images/general/stripe_red.jpg);
	background-size:cover;
}

.cc_cs_left{
	width:85%;
	float:left;
	overflow:hidden;
}

.cc_cs_left h1{
	margin:2% auto 2% 8%;
	font-size:36px;
}

.cc_cs_right{
	width:8%;
	overflow:hidden;
}

.cc_cs_right img{
	width:90%;
	margin:5%;
	float:right;
	overflow:hidden;
}

#castles_size_small{
	width:98%;
	margin:1%;
	overflow:hidden;
	display:none;
}

#castles_size_medium{
	width:98%;
	margin:1%;
	overflow:hidden;
	display:none;
}

#castles_size_large{
	width:98%;
	margin:1%;
	overflow:hidden;
	display:none;
}

#castles_size_other{
	width:98%;
	margin:1%;
	overflow:hidden;
	display:none;
}

/* =================================================================== FOOTER */

.footer_section{
	width:100%;
	overflow:hidden;
}

.footer_container{
	width:100%;
	max-width:1000px;
	margin:0 auto 0 auto;
	overflow:hidden;
	background-image:url(../images/navigation/bg.png);
	background-repeat:repeat;
}

.footer_container p{
	font-size:10px;
	color:#FFF;
}

.footer_container a{
	color:#FFF;
	text-decoration:none;
}

.footer_container a:hover{
	color:#FF0;
	text-decoration:none;
}

.footer_container a:active{
	color:#FFF;
	text-decoration:none;
}

@media screen and (min-width: 451px) and (max-width: 700px) {

.navigation_container h1{
	font-size:20px;
}


.cc_cs_left{
	width:80%;
}

.cc_cs_left h1{
	margin:2.5% auto 2% 9%;
	font-size:30px;
}

.cc_cs_right{
	width:10%;
}


input{
	width:80%;
	font-size:16px;
}

}



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

.circle_image{
	width:33.3%;
}

.no_display{
	display:none;
}


.navigation_container h1{
	font-size:16px;
}
	
.item_box{
	width:98%;
}

.cc_cs_left{
	width:80%;
}

.cc_cs_left h1{
	margin:3.2% auto 2% 8%;
	font-size:28px;
}

.cc_cs_right{
	width:15%;
}


/* =================================================================== CONTACT PAGE */

.contact_form_boundary{
	width:99%;
	margin:1% .5% 1% .5%;
}

.cf_field{
	width:100%;
	overflow:hidden;
	display:block;
	margin:1% auto 1% auto;
}

.cf_field_label{
	width:100%;
}

.cf_field_label p{
	text-align:center;
}

.cf_field_input{
	width:100%;
}

.cf_field_submit{
	width:40%;
	margin:1% auto 1% auto;
}
	
input{
	width:100%;
	font-size:16px;
}

.antispam{
	width:10%;
	margin:0 45% 0 45%;
	font-size:16px;
}

textarea{
	font-size:16px;
}
	
}