/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/*	Typography presets
	------------------	*/

.gigantic {
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 110px;
    font-weight: normal;
    line-height: 120px;
    letter-spacing: -2px;
}

.huge, h1 {
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 36px; /* 68 */
    font-weight: normal;
    line-height: 48px; /* 72 */
    letter-spacing: -1px;
    margin: 12px 0 24px;
}
a .huge, a h1 {
    text-decoration: none;
}
h1 a {
    color: #333;
}

.large, h2 {
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 30px; /* 42 */
    font-weight: normal;
    line-height: 36px; /* 48 */
}

.bigger, h3 {
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 36px;
}

.big, h4 {
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
}

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.24;
}

.small, small {
    font-size: 13px;
    line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}


.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}


/*		Default Layout: 992px.
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
    background: #070707;
    color: #333;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
p {
    margin-bottom: 21px;
}
a {
    color: #cc4414;
}
ol {
    list-style-type: none;
}


/************************************************************************ TOP */
#top-wrapper {
    background: #f7f7f7;
    text-align: center;
}
#top {
    background: #f7f7f7;
    height: 100px;
    width: 896px;
    position: relative;
    padding: 0 0px;
    margin: 0 auto;
    border-bottom: 5px solid #e3e3e3;
    text-align: left;
}
#top img.carrus {
    margin-top: 22px;
}
#top .tagline {
    color: #555;
    font-size: 11px;
    font-style: italic;
}
#toplanguage {
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 5px;
}
#topnav {
    position: absolute;
    top: 23px;
    right: 0;
    margin-top: 25px;
    margin-right: -12px;
}
#topnav ul li {
    float: left;
    font-size: 14px;
    list-style-type: none;
}
#topnav ul li a {
    color: #cc4414;
    padding: 8px 10px;
    margin-right: 12px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}
#topnav ul li a:hover, #topnav ul li a.current, #topnav li.current-menu-parent a, #topnav li.current_page_item a {
    background: #cc4414;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    color: #f7f7f7;
    padding: 8px 10px;
    -moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
}
div.bottomborder {
    /* border-bottom: 1px dotted #ccc; */
}

/********************************************************************* SLIDER */
#slider-wrapper {
    background: #111; /* Old browsers */
    background: -moz-radial-gradient(50% 50%, circle, #515050 0px, #111111 700px); /* FF3.6+ */
    background: -webkit-gradient(radial, 50% 50%, 0px, 50% 50%, 700px, color-stop(0%,#515050), color-stop(100%,#111111)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, radial, #515050 0%,#111111 700px); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #515050 0%,#111111 700px); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #515050 0%,#111111 700px); /* IE10+ */
    background: radial-gradient(center, ellipse cover, #415050 0%,#111111 700px); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515050', endColorstr='#111111',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    text-align: center;
}
#slider {
    background: #111; /* Old browsers */
    background: -moz-radial-gradient(50% 50%, circle, #515050 0px, #111111 700px); /* FF3.6+ */
    background: -webkit-gradient(radial, 50% 50%, 0px, 50% 50%, 700px, color-stop(0%,#515050), color-stop(100%,#111111)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, radial, #515050 0%,#111111 700px); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #515050 0%,#111111 700px); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #515050 0%,#111111 700px); /* IE10+ */
    background: radial-gradient(center, ellipse cover, #415050 0%,#111111 700px); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515050', endColorstr='#111111',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: 210px;
    width: 896px;
    padding: 24px 0;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
#slider .meteor-slides {
    background: #111;
    border: 1px solid #999;
    -moz-box-shadow: 0 6px 12px #000;
    -webkit-box-shadow: 0 6px 12px #000;
    box-shadow: 0 6px 12px #000;
}


/******************************************************************** CONTENT */
#content-wrapper {
    background: #f7f7f7;
    text-align: center;
}
#content {
    background: #f7f7f7;
    width: 896px;
    padding: 0 48px;
    margin: 0 auto;
    text-align: left;
}
#sidebar {
    display: inline;
    float: left;
    position: relative;
    margin: 36px 44px 24px 0;
    width: 232px;
}
#sidebar-blog {
    display: inline;
    float: right;
    position: relative;
    margin: 24px 0 24px 24px;
    width: 252px;
}
#sidebar-home {
    display: inline;
    float: right;
    position: relative;
    /*margin: 24px 0 24px 24px;*/
    margin-top: 24px;
    width: 406px;
}
.widget {
    border-bottom: 5px solid #e3e3e3;
    padding-bottom: 10px;
}
div.widget_advanced_menu {
    padding-bottom: 0;
}
#sidebar-home .widget {
    border: none;
}
h2.widget-title {
    margin: 12px 0 24px 0;
}
#sidebar .menu li {
    list-style-type: none;
}
#sidebar .menu-item {
    border-top: 2px solid #e3e3e3;
    padding: 3px 0 2px 0;
}
#sidebar .menu a {
    color: #333;
    text-decoration: none;
}
#sidebar .current-menu-item > a, #sidebar .menu a:hover {
    color: #cc4414;

}
#sidebar .sub-menu li {
    padding-left: 24px;
}
#sidebar .widget_search {
    padding-top: 10px;
}
#sidebar .widget_search #s {
    width: 180px;
}
#sidebar .widget_search #searchsubmit {
    width: 40px;
}
.screen-reader-text {
    display: none;
}
#post {
    display: inline;
    float: left;
    position: relative;
    margin: 24px 0;
    width: 620px;
}
#post-home {
    display: inline;
    float: left;
    position: relative;
    /*margin: 24px 0;*/
    margin-top: 24px;
    width: 436px;
}
#post-home h1 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
}
ul.miniblog li {
    border-bottom: 3px solid #e3e3e3;
    list-style-type: none;
    padding-bottom: 12px;
    margin: 12px 0 12px 0;
}
ul.miniblog a.title {
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 20px;
    text-decoration: none;
}
ul.miniblog p.postinfo {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 9px;
}
#sidebar-blog ul li {
    list-style-type: none;
}
/*#sidebar-blog h2 {
    margin: 24px 0 12px 0;
}*/
.postinfo {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
}
#post ul {
    margin: 21px 0;
}
#post ul li {
    list-style-type: disc;
    margin: 6px 42px;
}
#post ul li ul {
    margin: 0 0 9px 0;
}
#post ul li ul li {
    list-style-type: circle;
}
/* .wpcf7-form {
    background: #cc4414;
    background: -moz-linear-gradient(top, #f55016 0%, #cc4414 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f55016), color-stop(100%,#cc4414));
    background: -webkit-linear-gradient(top, #f55016 0%,#cc4414 100%);
    background: -o-linear-gradient(top, #f55016 0%,#cc4414 100%);
    background: -ms-linear-gradient(top, #f55016 0%,#cc4414 100%);
    background: linear-gradient(top, #f55016 0%,#cc4414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55016', endColorstr='#cc4414',GradientType=0 );
    color: #fff;
    padding: 20px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="textarea"] {
    background: #f7f7f7;
    width: 300px;
}
.wpcf7-not-valid-tip {
    border: none;
    color: #333;
    -moz-box-shadow: 0 2px 5px #000;
    -webkit-box-shadow: 0 2px 5px #000;
    box-shadow: 0 2px 5px #000;
}
.wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-mail-sent-ng {
    border: none;
} */

/********************************************************************* FOOTER */
#footer-wrapper {
    background: #070707; /* Old browsers */
    background: -moz-linear-gradient(top, #4f4f4f 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4f4f4f 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4f4f4f 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4f4f4f 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(top, #4f4f4f 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    text-align: center;
}
#footer {
    background: #070707; /* Old browsers */
    background: -moz-linear-gradient(top, #4f4f4f 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4f4f4f 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4f4f4f 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4f4f4f 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(top, #4f4f4f 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #ccc;
    font-size: 12px;
    /* min-height: 100px; */
    width: 896px;
    padding: 24px 48px;
    margin: 0 auto;
    text-align: center;
}


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
/*
@media only screen and (min-width: 768px) and (max-width: 991px) {

    body {
        width: 712px;
        padding: 48px 28px 60px;
    }
}
*/


/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

/*
@media only screen and (max-width: 767px) {

    body {
        width: 252px;
        padding: 48px 34px 60px;
    }

}
*/


/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

/*
@media only screen and (min-width: 480px) and (max-width: 767px) {

    body {
        width: 436px;
        padding: 36px 22px 48px;
    }

}
*/
