/*!
    Theme Name: aapr
    Theme URI: http://ms-idi.eu
    Description: Theme for Zeimuls
    Author: Edgars Skujins
    Author URI: http://ms-idi.eu
*/

@font-face {
    font-family: 'Open Sans Bold';
    src: url('fonts/Open_Sans/ie/opensans_bold_latvian/OpenSans-Bold-webfont.eot');
    src: url('fonts/Open_Sans/ie/opensans_bold_latvian/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Open_Sans/ie/opensans_bold_latvian/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/Open_Sans/ie/opensans_bold_latvian/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Light';
    src: url('fonts/Open_Sans/ie/opensans_light_latvian/OpenSans-Light-webfont.eot');
    src: url('fonts/Open_Sans/ie/opensans_light_latvian/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Open_Sans/ie/opensans_light_latvian/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/Open_Sans/ie/opensans_light_latvian/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Semibold';
	src: url('fonts/Open_Sans/OpenSans_Semibold.ttf');
    src: url('fonts/Open_Sans/ie/opensans_semibold_latvian/OpenSans-Semibold-webfont.eot');
    src: url('fonts/Open_Sans/ie/opensans_semibold_latvian/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Open_Sans/ie/opensans_semibold_latvian/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/Open_Sans/ie/opensans_semibold_latvian/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'Open Sans Regular';
	src: url('fonts/Open_Sans/OpenSans-Regular.ttf');
    src: url('fonts/Open_Sans/ie/opensans_regular_latvian/OpenSans-Regular-webfont.eot');
    src: url('fonts/Open_Sans/ie/opensans_regular_latvian/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Open_Sans/ie/opensans_regular_latvian/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/Open_Sans/ie/opensans_regular_latvian/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'open_sans_regular';
    src: url('fonts/fonts2/open_sans_regular.eot');
    src: url('fonts/fonts2/open_sans_regular.eot') format('embedded-opentype'),
    url('fonts/fonts2/open_sans_regular.woff2') format('woff2'),
    url('fonts/fonts2/open_sans_regular.woff') format('woff'),
    url('fonts/fonts2/open_sans_regular.ttf') format('truetype'),
    url('fonts/fonts2/open_sans_regular.svg#open_sans_regular') format('svg');
}

@font-face {
  font-family: 'Roboto Regular';
  src: url('fonts/Roboto/Roboto-Regular.ttf');
}

* {
   margin: 0px;
   padding: 0px;
}
body
{
    font-family: 'open_sans_regular';
}

#site
{
    width: 940px;
    margin: 0 auto;
}
a {
    color: #0060B6;
    text-decoration: none;
}

a:hover 
{
     text-decoration:none; 
     cursor:pointer;  
}

/* HEADER STYLES*/
header#main-header
{
    background-color: white;
    height: 98px;
    width: 940px;
    background: transparent;
    position: absolute;
}

#logo-container
{
    padding: 36px 3px 0px 30px;
    display: inline-block;
}
#header-logo
{
   
}
#logo-text
{
    font-family: 'Open Sans Light';
    display: inline-block;
    color: #147ed3;
    font-size: 14px;
    margin: 0px 0px 13px 0px;
    width: 110px;
    vertical-align: bottom;
}
.none
{
    display: none;
}
#header-background
{
    height: 98px;
    width: 940px;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f6f6 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f6f6 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6f6f6 0%,#dfdfdf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
    position: relative;
    z-index: -100;
}
.inline-block
{
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.finger
{
    display: inline-block;
    padding-left: 5px;
    vertical-align: bottom;
	
}
.finger > img
{
    vertical-align: bottom;
}
#hand
{
    position: absolute;
    z-index: -101;
    text-align: center;
    width: 100%;
    margin-top: 113px;
}
.slider
{
    width: 100%;
    height: 377px;
    background-color: #dfdfdf;
}
/* MAIN MENU STYLES */
#menu-wrapper
{
    height: 73px;
    float: inherit;
    display: inline-block;
    text-align: left;
    margin-left: -150px;
    vertical-align: bottom;
    margin-bottom: 2px;
	
}
#menu-wrapper a {
    color: #f89406;
    font-family: 'open_sans_regular';
    font-weight: bold;


}
#menu-container
{
    display: table-cell;

}
#menu-container > ul
{
    float: right;
}
#menu-container > ul > li
{
    line-height: 69px;
    display: inline-block;
    margin-right: 10px;
}
#menu-container > ul > li:hover
{
    border-bottom: 5px solid #f89406;
}
.menu-item
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu-item > a
{
    margin: auto 0;
    font-size: 14px;
    color: #f89406;
    height: 70px;
    display: inline-block;
}

#menu-container li.current_page_item  a {
    border-bottom: 5px solid #f89406;
}

/*.menu-item > a:hover
{
    color: #17385a;
}*/
#menu-container > ul > li:before {
    content: '';
    height: 2.75rem;
    vertical-align: middle;
    display: inline-block;
}
/* MQtranslate flags*/
.qtr
{   
    margin-top: 50%;
    margin-right: 17px;
    position: relative;
    height: 22px;
    width: 78px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    right: 0px;
    float: right;
}
.activel, .inactivel
{
/*    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;*/
    position: relative;
    width: 26px;
    height: 22px;
    margin: 0px auto;
    text-align: center;
    display: inline;
    float: left;
}
.inactivel:hover{
	//box-shadow:        inset 0 1px 1px -1px #ff8c4d, 0 1px 1px -1px #ff8c4d;
	//-moz-box-shadow:    inset  0  8px 8px -8px #696868;
        //-webkit-box-shadow: inset  0  8px 8px -8px #696868;
	//border: 1px solid #e65723;
}
.activel
{
     /*border: 1px solid #e65723;*/
}
.activel img, .inactivel img
{
    position: absolute;
	width: 14px;
	height: 12px;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -6px;
}
a.lang-link
{
    width: 24px;
	height: 20px;
    display: inline-block;
}
.flags-wrap
{
    height: 100%;
    float: right;
    width: 82px;
    display: inline-block;
}

#menu-item-1
{
    height: 30px;
}
#menu-item-1 > div
{
    float: left;
}

/* Content block */
#primary
{
    padding-left: 80px;
    padding-right: 80px;
}
#hand-bottom, #primary
{
    background-image: url('images/pattern.png');
    background-size: 100%;
    background-repeat: repeat-y;
}
#primary2
{
    padding-left: 44px;
    padding-right: 40px;
}
#hand-bottom, #primary2
{
    background-image: url('images/pattern.png');
    background-size: 100%;
    background-repeat: repeat-y;
}





#hand-bottom
{
    height: 100px;
    position: relative;
    z-index: -200;
}
.thumb-wrap
{
    height: 216px;
    width: 320px;
    margin-right: 15px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
}
.single-thumbnail
{
    margin-top: 8px;
    margin-left: 10px;
    height: 200px;
    width: 300px;
}
.entry-title
{
	font-family: 'open_sans_regular';
    color: #f89406;
    font-size: 24px;
    margin-bottom: 20px;
}
.entry-title-single {
    color: #f89406;
}
.entry-content
{
    display: inline-block;
    font-size: 14px;
    width: 416px;
    height: 216px;
    position: relative;

}
.entry-content2
{
    display: inline-block;
    font-size: 14px;
    width: 100%;

    position: relative;
    font-family: 'open_sans_regular';
    margin-bottom: 15px;
}
.entry-text
{
    font-size: 14px;


}
.entry-text-single{
    font-size: 14px;
    /*font-family: 'Open Sans';*/
}
.entry-meta
{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.entry-meta-left
{
    display: inline-block;
    float: left;
}
.icon-generic
{
    margin-right: 10px;
}
.entry-meta-right
{
    display: inline-block;
    float: right;
    margin-right: 50px;
    color: black;
    text-decoration: underline;
}
.entry-meta-right:hover
{
    
}
/* Slider */
.theme-default a.nivo-nextNav 
{
    background-position: -51px 0 !important;
}
.theme-default .nivo-directionNav a 
{
    width: 51px !important;
    height: 51px !important;
}
/* footer */
#footer .container
{
    width: 940px;
    margin-top: 30px;
    display: inline-block;
    color: #ffffff;
}
#footer-left 
{
    float: left;
    font-size: 14px;
    font-family: 'open_sans_regular';
}
#footer-right 
{
    float: right;
    font-size: 14px;
   font-family: 'open_sans_regular';
}
#footer {
    position: relative;
    height: 100px;
    text-align: center;
    z-index: 5;
    background: #ed9302;
    background: -moz-linear-gradient(left, #ed9302 0%, #f1ae01 53%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ed9302), color-stop(53%,#f1ae01));
    background: -webkit-linear-gradient(left, #ed9302 0%,#f1ae01 53%);
    background: -o-linear-gradient(left, #ed9302 0%,#f1ae01 53%);
    background: -ms-linear-gradient(left, #ed9302 0%,#f1ae01 53%);
    background: linear-gradient(to right, #ed9302 0%,#f1ae01 53%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9302', endColorstr='#f1ae01',GradientType=1 );
}
/* page pagination style*/
.nav-links {
    text-align: center;
    color: #dd6332;
    font-family: 'open_sans_regular';
    font-size: 14px;
    font-weight: bold;

}
.nav-links a{

    color: #f89406;
    font-family: 'open_sans_regular';
    font-size: 14px;
    font-weight: bold;

}
#bwg_container2_0 .bwg_title_spun2_0 {
    color: #f89406 !important;
}
.bwg_image_title_spun2_0 {
    color: #f89406 !important;
}

.lang2:hover {
    background: #868886;
}
#bbp_topic_title {
      border: 1px solid #f89406 !important;
  }
#bbp_topic_tags {
    border: 1px solid #f89406 !important;
}
#bbp_stick_topic_select{
    border: 1px solid #f89406 !important;
}
#bbp_topic_status_select{
    border: 1px solid #f89406 !important;
}
#bbp_topic_submit {
    border: 1px solid #f89406 !important;
    background: white;
    padding: 4px;
}
#bbp_reply_submit {
    border: 1px solid #f89406 !important;
    background: white;
    padding: 4px;
}
.bbp-forum-link {
    color: black;
    font-family: 'open_sans_regular';
    font-size: 12px;

}
.bbp-topic-permalink {
    color: black;
    font-family: 'open_sans_regular';
    font-size: 12px;
    font-weight: bold;
}
#bbp_anonymous_author {
    border: 1px solid #f89406 !important;
}
#bbp_anonymous_email {
    border: 1px solid #f89406 !important;
}
#bbp_anonymous_website {
    border: 1px solid #f89406 !important;
}
.bbp-topic-started-by {
    font-size: 11px;
    font-family: 'open_sans_regular';
}
#bwg_container1_0 #bwg_container2_0 .bwg_back_0 {
    font-size: 15px !important;
    position: absolute; bottom:0;
    font-weight: normal !important;
    left: 46%;
}
.bwg_album_thumb_0 {
    float: left;
    margin-bottom: 10px;
}
.bwg_title_spun2_0 {
    font-weight: normal !important;
    font-size: 14px !important;
    font-family: 'open_sans_regular' !important;
}
.bwg_standart_thumb_0 {
    float: left;
    margin-bottom: 10px;
}
.bwg_image_title_spun2_0 {
    font-weight: normal !important;
    font-size: 14px !important;
    font-family: 'open_sans_regular' !important;
}
.bbp-topic-started-in {
    display: none;
}
.bbp-form {
    border: none !important;
}
.bbp-form legend {
    display: none !important;
}