@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

@font-face {
    font-family: 'lucida_calligraphyitalic';
    src: url('../fonts/lcallig-webfont.eot');
    src: url('../fonts/lcallig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lcallig-webfont.woff') format('woff'),
         url('../fonts/lcallig-webfont.ttf') format('truetype'),
         url('../fonts/lcallig-webfont.svg#lucida_calligraphyitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArialRoundedMTBold';
    src: url('../fonts/ARLRDBD.TTF');
    src: url('../fonts/ARLRDBD.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MonotypeCorsiva';
    src: url('../fonts/MTCORSVA.TTF');
    src: url('../fonts/MTCORSVA.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/**** ALL ELEMENTS ****/
* {
	margin: 0;
	padding: 0;
	outline: none;
}

/**** PAGE ****/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
body {
	font: 13px/22px 'Open Sans', sans-serif;
	color:#555d69;
	background:#202020;
	border-top:4px solid #b9b9b9;
}

/**** ANCHOR ****/
a {
	outline: none;
	color: #017db4;
	text-decoration: none;
}
a:hover {
	color: #017db4;
	text-decoration: underline;
}
a img {
	border: none;
}

/**** PARAGRAPH ****/
p {
	margin: 12px 0 0 0;
}

/**** HEADING ****/
h1 {
	font: normal 24px/1 'Open Sans', sans-serif;
	color: #82650a;
	text-transform: uppercase;
	padding-bottom:20px;
}
h2 {
	font: normal 18px/1 'Open Sans', sans-serif;
	color: #2eafde;
	margin-top:20px;
}
h3 {
	font: normal 15px/1 'Open Sans', sans-serif;
	color: #01467a;
	padding-bottom:0px;
}
h4{
	font: normal 14px/1 'Open Sans', sans-serif;
	color:#555d69;
}
/* CLEAR FLOAT */.clearfix:before, .clearfix:after {content: " ";display: table;}.clearfix:after {clear: both;}
/**** LISTING ****/
ul.listings{margin:0 0 0 3px;}
ul.listings li{ list-style: none; margin-top:3px; background:url(../images/bulet2.png) 0 7px no-repeat; padding-left:12px;}
ul.listings ul{margin:0 0 0 15px;}
ul.listings ul li{ list-style: circle; margin-top:4px;}

/**** MISC ****/
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/**** FORM ELEMENT ****/
input[type="text"],input[type="password"]{
	padding:5px 8px;
	border:1px solid #bbb;
}
select{
	padding:4px;
	border:1px solid #bbb;
	height:30px;
	line-height:30px;
}
textarea{
	padding:5px 8px;
	border:1px solid #bbb;
}

/** Reset non-text input types **/
input[type="checkbox"], 
input[type="radio"], 
input[type="file"], 
input[type="hidden"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
input[type="submit"], 
input[type="button"], 
input[type="reset"], 
button, .buton, .button {
	cursor: pointer;
	line-height: 1.8;
}
/* Buttons */
input[type="submit"], 
input[type="button"], 
input[type="reset"], 
button, .buton, .button {
	background-color: #404b56;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #404b56, #2e3842);
	background-image: -ms-linear-gradient(top, #404b56, #2e3842);
	background-image: -o-linear-gradient(top, #404b56, #2e3842);
	background-image: -webkit-linear-gradient(top, #404b56, #2e3842);
	background-image: linear-gradient(top, #404b56, #2e3842);
	border:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	color: #FFF;
	font:normal 14px/2 'Open Sans', sans-serif;
	padding: 6px 15px;
	display:block;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	text-align:center;
}

input[type="submit"]:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover,  
button:hover, .buton:hover, .button:hover {
	color: #FFF;
	text-decoration:none;
	background-color: #1aa3cc;
	background-image: -moz-linear-gradient(top, #1aa3cc, #06427c);
	background-image: -ms-linear-gradient(top, #1aa3cc, #06427c);
	background-image: -o-linear-gradient(top, #1aa3cc, #06427c);
	background-image: -webkit-linear-gradient(top, #1aa3cc, #06427c);
	background-image: linear-gradient(top, #1aa3cc, #06427c);
}

div.button {
	display:inline-block;
}
div.button a {
	color:#fff;
}

/**** IMAGE ****/
.frame {
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.frame2 {
	padding: 6px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

/**** MARGIN ****/
.m0 {margin: 0 !important;}
.mt1 {margin-top: 5px !important;}
.mt2 {margin-top: 10px !important;}
.mt3 {margin-top: 15px !important;}
.mr4 {margin-right: 20px !important;}
.mr6 {margin-right: 30px !important;}
.pr16{padding-right:80px !important;}
/*** TRANSITION ***/
a, button {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.static-page #content p,
.subcategory-descr p {
	margin:0 0 1em 0;
}
.static-page #content ul, .static-page #content ol {
	margin-left:25px;
}
img.bordered {
	border:2px solid #01467a;
	margin-top:4px;
}

/* Images */.img-left, .img-right, .alignleft, .alignright {display: block;margin: 0 0 20px;} @media (min-width:768px) {.img-left, .alignleft {float: left;margin: 0 20px 10px 0}.img-right, .alignright {float: right;margin: 0 0 10px 20px}}
/* BASIC STRUCTURE */.container {margin-right: auto;margin-left: auto;padding-right: 15px;padding-left: 15px;}.container:before, .container:after {content: " ";display: table;}.container:after {clear: both;}.row {margin-right: -15px;margin-left: -15px;}.row:before, .row:after {content: " ";display: table;}.row:after {clear: both;}
/* Grid */.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {min-height: 1px;padding-left: 15px;padding-right: 15px;position: relative;}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {float: left;}.col-xs-1 {width: 8.333333333333332%;}.col-xs-2 {width: 16.666666666666664%;}.col-xs-3 {width: 25%;}.col-xs-4 {width: 33.33333333333333%;}.col-xs-5 {width: 41.66666666666667%;}.col-xs-6 {width: 50%;}.col-xs-7 {width: 58.333333333333336%;}.col-xs-8 {width: 66.66666666666666%;}.col-xs-9 {width: 75%;}.col-xs-10 {width: 83.33333333333334%;}.col-xs-11 {width: 91.66666666666666%;}.col-xs-12 {width: 100%;}
@media (min-width: 768px) {.container {max-width: 750px;}.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {float: left;}.col-sm-1 {width: 8.333333333333332%;}.col-sm-2 {width: 16.666666666666664%;}.col-sm-3 {width: 25%;}.col-sm-4 {width: 33.33333333333333%;}.col-sm-5 {width: 41.66666666666667%;}.col-sm-6 {width: 50%;}.col-sm-7 {width: 58.333333333333336%;}.col-sm-8 {width: 66.66666666666666%;}.col-sm-9 {width: 75%;}.col-sm-10 {width: 83.33333333333334%;}.col-sm-11 {width: 91.66666666666666%;}.col-sm-12 {width: 100%;}}
@media (min-width: 992px) {.container {max-width: 970px;}.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {float: left;}.col-md-1 {width: 8.333333333333332%;}.col-md-2 {width: 16.666666666666664%;}.col-md-3 {width: 25%;}.col-md-4 {width: 33.33333333333333%;}.col-md-5 {width: 41.66666666666667%;}.col-md-6 {width: 50%;}.col-md-7 {width: 58.333333333333336%;}.col-md-8 {width: 66.66666666666666%;}.col-md-9 {width: 75%;}.col-md-10 {width: 83.33333333333334%;}.col-md-11 {width: 91.66666666666666%;}.col-md-12 {width: 100%;}}
@media (min-width: 1200px) {.container {max-width: 1170px;}.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {float: left;}.col-lg-1 {width: 8.333333333333332%;}.col-lg-2 {width: 16.666666666666664%;}.col-lg-3 {width: 25%;}.col-lg-4 {width: 33.33333333333333%;}.col-lg-5 {width: 41.66666666666667%;}.col-lg-6 {width: 50%;}.col-lg-7 {width: 58.333333333333336%;}.col-lg-8 {width: 66.66666666666666%;}.col-lg-9 {width: 75%;}.col-lg-10 {width: 83.33333333333334%;}.col-lg-11 {width: 91.66666666666666%;}.col-lg-12 {width: 100%;}}