@import url(//fonts.googleapis.com/css?family=Open+Sans);
@font-face {
  font-family: 'Existence-Light';
  src: local('☺'), url('../fonts/Existence-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  background-color: #e1eef3;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
p {
  font-size: 12px;
}
#UnsubscribeReason {
  width: 100%;
  max-width: 100%;
}
.text-center {
  text-align: center;
}
.main_logo {
  float: left;
  margin-right: 10px;
}
.loader {
  text-align: center;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.panel_area {
  clear: both;
}
.btn-right {
  float: right;
}
.btn-red,
.btn-red:hover {
  background-color: #CD6868;
  color: white;
}
.btn-yellow {
  background-color: #fad46b;
  color: #364347;
  border-bottom: 4px solid #f3bc65;
}
.btn-yellow:hover {
  background-color: #f3bc65;
  border-bottom: 4px solid #fad46b;
}
.btn-blue {
  background-color: #02baf2;
  color: #364347;
  border-bottom: 4px solid #009dcd;
}
.btn-blue:hover {
  background-color: #009dcd;
  border-bottom: 4px solid #02baf2;
}
.btn-green {
  background-color: #97CD68;
  color: white;
  border-bottom: 4px solid #7dc042;
}
.btn-green:hover {
  background-color: #7dc042;
  border-bottom: 4px solid #97CD68;
}
.btn-white {
  background-color: inherit;
  border: 2px solid #f3bc65;
}
.btn-white:hover {
  border-bottom: 2px solid #fad46b;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
#modalbox {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
#modalbox .modal-header {
  position: relative;
}
#modalbox .modal-header .close {
  position: absolute;
  padding: 5px 8px;
  background: red;
  top: 2px;
  right: 0;
}
#modalbox .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-footer form {
  display: inline-block;
}
.background-opaque {
  background: rgba(0, 0, 0, 0.5);
}
#socialLoginList .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 14px;
}
#socialLoginList .btn .fa {
  font-size: 20px;
}
#socialLoginList .btn-Twitter {
  color: white;
  background: #01BAF2;
}
/*.general_container{
    width: @general_width;
    height: inherit;
    padding: 0 100px;
    margin: 0;
    display: table;
    position: relative;
    .first_level_container{
        display: table-cell;
    }
    #menu_container{
        width: 100px;
        background: @Menu_background_color;
        height: 100%;
        position: absolute;
        top: 0;
        .vertical_nav{
            list-style: none;
            padding: 5px;
            a{
                color: @Menu_text_color;
                text-decoration: none;
                position: relative;
            }
            li{
                padding: 20px 0;
                margin: 10px 0;
                text-align: center;
                &:hover{
                    background: grey
                }
                &.menu_bottom_button{
                    position: absolute;
                    top: 700px;
                    left: 30px;
                }
                .notification_circle{
                    position: absolute;
                    right: -25px;
                    color: @NT_Circle_color;
                    span{
                        color: @NT_Text_color;
                        position: relative;
                        right: 24px;
                        top: -3px;
                        font-size: 16px;
                    }
                }
            }


        }
    }
    #right_container {
        width: 100%;
        padding: 0 0 0 200px;
       
        .header{
            height: 200px;
            position: relative;
            a{
                color: @Menu_background_color;
            }
            .menuSecondary_container{
                position: absolute;
                right: 0;
                bottom: 0;
                ul{
                    list-style: none;
                    li{
                        display: inline-block;
                    }
                }
            }
        }
    }
}*/
.panel_row .panel_content {
  background: white;
  margin: 0px -7.5px 10px -7.5px;
  padding: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #364347;
  overflow: hidden;
}
.panel_row .panel_content h2 {
  background: #364347;
  margin: -15px -15px 15px -15px;
  padding: 7.5px 15px;
  color: white;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.panel_row .panel_content h2.panelHeader_Highlighted {
  background: #fad46b;
  color: #364347;
  font-weight: bolder;
}
.panel_row .panel_content .twitter-header {
  background: #01BAF2;
  height: 120px;
  text-align: center;
}
.panel_row .panel_content .twitter-header .fa-twitter {
  margin-top: 30px;
  color: #019DCE;
}
.panel_row .panel_content .forum_header {
  background: #3eb5ac;
  height: 120px;
  text-align: center;
}
.panel_row .panel_content .forum_header .fa {
  margin-top: 25px;
  color: #28948c;
}
.panel_row .panel_content h3 {
  padding: 7.5px 15px;
}
.panel_row .panel_content .row {
  margin-bottom: 10px;
}
.panel_row .panel_content .profile-header {
  text-align: center;
  background: #93a4aa;
  padding: 30px;
  position: relative;
}
.panel_row .panel_content .profile-header .rounded-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e1eef3;
  padding: 0;
  margin-bottom: -70px;
}
.panel_row .panel_content .profile-header img {
  height: 100px;
  width: 100px;
}
.panel_row .panel_content .profile-main {
  margin-top: 70px;
  text-align: center;
}
.panel_row .panel_content .profile-main profile-options {
  font-size: 12px;
  font-weight: bolder;
}
.panel_row .panel_content .newsimage,
.panel_row .panel_content .twitter-header,
.panel_row .panel_content .profile-header,
.panel_row .panel_content .forum_header {
  margin: -15px -15px 15px -15px;
}
.panel_row .profile-badges > .col-lg-4 {
  text-align: center;
  background: #a88cd5;
  border: 1px solid #e1eef3;
}
.panel_row .profile-badges > .col-lg-4 div span {
  padding: 5px;
}
.panel_row.header_row {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #364347;
  height: 70px;
  margin: 10px -7.5px 30px -7.5px;
}
.panel_row.header_row .header_content {
  position: relative;
  padding: 10px;
  height: 70px;
  margin: 0 -15px 0 0;
}
.panel_row.header_row .header_content a {
  color: white;
  line-height: 50px;
}
.panel_row.header_row .header_content img {
  float: left;
  vertical-align: central;
  height: 80%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin: 5px 15px 0 -7px;
}
.panel_row.header_row .header_content .rounded-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e1eef3;
  padding: 0;
}
.panel_row.header_row .header_content .logoff {
  height: 70px;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #891212;
  color: #fff;
  line-height: 70px;
  text-align: center;
}
.news_recent {
  position: relative;
}
.news_recent .news_body {
  padding: 0;
  display: table;
}
.news_recent .news_extra div:nth-child(2) {
  text-align: right;
}
.news_recent h3 {
  margin-top: 0;
}
.news_horizontal {
  position: relative;
}
.news_horizontal .news_extra {
  margin-top: 10px;
}
.news_horizontal .news_extra div:nth-child(2) {
  text-align: right;
}
.news_horizontal h3 {
  margin-top: 0;
}
.news_horizontal img.newsSummaryimage {
  height: 150px;
  width: 375px;
  margin: 0px;
}
.NewsComment .rounded-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#writeCommentContainer textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
  height: 75px;
  overflow-y: auto;
}
.NewsComment {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: dotted 1px grey;
}
img.newsimage {
  height: 150px;
  width: 375px;
}
img.newsBigimage {
  height: 300px;
  width: 750px;
}
#newsBigFrontImg {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
}
/**
 * Progress bars with centered text
 */
.progress {
  position: relative;
}
.progress .bar {
  z-index: 1;
  position: absolute;
}
.progress span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: black;
  text-align: center;
  width: 100%;
}
.legend {
  position: relative;
  padding: 3px 7px;
  width: 15%;
  font-size: 13px;
  font-weight: bold;
  background-color: white;
  color: #e20074;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  border: 1px solid #e5e5e5;
  float: right;
  right: -11px;
  top: -21px;
  text-align: center;
  min-width: 65px;
}
.legend .pink-square {
  width: 15px;
  height: 15px;
  background-color: #e20074;
  float: left;
  margin: 2px 5px 0;
  display: inline;
}
div.question-answers {
  display: block;
}
div.question {
  display: block;
  height: 100%;
  padding-top: 20px;
}
.question-number {
  background-color: #e20074;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 20px;
  margin-right: 10px;
  color: white;
  float: left;
}
.question-text {
  color: #828282;
  line-height: 30px;
  display: block;
  margin-top: 5px;
}
div.answers {
  margin: 30px 0 0 38px;
}
.answer {
  margin: 10px 0;
  display: list-item;
  list-style-type: none;
}
.answer span {
  float: left;
  font-weight: bold;
  margin-left: 10px;
  position: inherit;
  overflow-x: hidden;
  width: 45%;
}
.answer-text-normal {
  color: #999999;
}
.answer-text-chosen {
  color: #E20074;
}
.progressbar {
  background-color: #dbdbdb;
  width: 40%;
  height: 20px;
  float: left;
  display: inline-block;
}
.progressbar-normal {
  background-color: #2aa4b2;
  height: 100%;
}
.progressbar-chosen {
  background-color: #E20074;
  height: 100%;
}
.forum-profile-img {
  cursor: pointer;
}
.forum-reply-sign {
  color: inherit;
}
.forum-profile-img-large {
  max-width: 600px;
  max-height: 600px;
}
.ForumModule_posts {
  margin: 5px 0 0 0;
}
.ForumModule_posts .ForumModule_post_header h4 {
  padding: 3px 5px 0px 5px;
  margin: 0;
}
.ForumModule_posts .ForumModule_post {
  margin-top: 7px;
  background: #b2c6cd;
}
.ForumModule_posts .ForumModule_post .ForumModule_post_body {
  border: 1px solid white;
  display: table;
  vertical-align: top;
}
.ForumModule_posts .ForumModule_post .ForumModule_post_body .ForumModule_post_img_container {
  width: 10%;
  display: table-cell;
}
.ForumModule_posts .ForumModule_post .ForumModule_post_body .ForumModule_post_text {
  width: 90%;
  display: table-cell;
  vertical-align: top;
  padding: 0 4px;
}
.ForumModule_posts .ForumModule_post .ForumModule_post_details {
  border: 1px solid white;
}
#createTopicForm input[type='text'] {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  border: #000 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  transition: box-shadow 0.4s, border 0.4s;
  -webkit-transition: -webkit-box-shadow 0.4s, border 0.4s;
  -moz-transition: -moz-box-shadow 0.4s, border 0.4s;
  -o-transition: -o-box-shadow 0.4s, border 0.4s;
}
#createTopicForm .jqte {
  margin: 0;
}
#createTopicForm #makeTopicPrivate {
  float: right;
}
.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.poll_list {
  list-style: none;
  text-align: left;
  padding: 0;
}
.poll_list .pollAnswerOption {
  color: white;
}
.poll_list .pollAnswerOption input[type="radio"] {
  display: none;
}
.poll_list .pollAnswerOption.pollAnswerOptionSelected {
  background-color: #000000;
}
.poll_list li {
  margin: 10px;
  padding: 10px 7.5px;
  background: lightgrey;
}
.poll_list li:hover {
  background: #bababa;
}
.Poll .counterN {
  float: right;
  font-size: 10px;
}
.surveyModule .SurveyModule-image {
  width: 70px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.promo {
  background: #02baf2 !important;
  color: white;
}
.survey_icons {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.survey_icons li {
  display: inline-block;
  text-align: center;
  margin: 20px;
}
.survey_icons li a {
  text-decoration: none;
  color: #364347;
  /*&:hover {
                font-size: 16px !important;
            }*/
}
.jumbotron {
  background-color: transparent;
}
.testClass {
  color: red;
}
.twitter-timeline {
  width: 100% !important;
}
.tab-content {
  padding-top: 20px;
}
/*---------- FORUM -------------*/
.sideforum h3 {
  font-size: 20px;
  color: white;
  position: relative;
  top: 0;
  background: #f84545;
  text-align: center;
  margin: -10px -10px 10px -10px;
}
.sideforum h5 {
  border-bottom: 1px solid #e1eef3;
}
.sideforum a {
  color: inherit;
}
.categoryContainer {
  border: 1px solid #e1eef3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px;
  margin-bottom: 3px;
  background: #93a4aa;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.categoryContainer .categoryName a {
  text-decoration: none;
  color: inherit;
}
.categoryContainer .categoryFunctions {
  /*padding: 0 10px;
        float: right;
        .border-radius(3px);

        span {
            margin-top: 3px;
        }*/
  float: right;
}
.categoryContainer .categoryFunctions a {
  float: right;
  padding: 5px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 2px;
  margin-top: -4px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px -15px inset, 0px 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.categoryContainer .categoryFunctions a span {
  margin-top: 3px;
}
.topicContainer {
  border: 1px solid #e1eef3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 3px;
  background: #93a4aa;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.topicContainer .topicData {
  width: 82%;
  display: inline-block;
}
.topicContainer .topicData a {
  text-decoration: none;
  color: inherit;
}
.topicContainer .topicData .topicLabel {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
}
.topicContainer .topicData .topicUserName {
  display: inline-block;
  width: 30%;
  font-size: 14px;
  vertical-align: top;
}
.topicContainer .topicData .topicDateCreated {
  margin-top: 4px;
  vertical-align: top;
  margin-left: 20px;
  display: inline-block;
  width: 20%;
  font-size: 11px;
  text-align: right;
  font-family: Arial, sans-serif;
}
.topicContainer .topicData .topicViews {
  margin-top: 4px;
  vertical-align: top;
  width: 12%;
  display: inline-block;
  text-align: right;
  font-size: 11px;
  font-family: Arial, sans-serif;
}
.topicContainer .topicFunctions {
  width: 18%;
  float: right;
}
.topicContainer .topicFunctions a {
  float: right;
  padding: 5px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 2px;
  margin-top: -4px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px -15px inset, 0px 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.topicContainer .topicFunctions a span {
  margin-top: 3px;
}
.buttonBack {
  float: left;
}
.buttonBack a {
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #364347;
}
.buttonBack a:hover {
  color: #364347;
  text-decoration: none;
}
.buttonBack span {
  margin: 3px 5px;
}
#postcontainer .post,
#replycontainer .post {
  display: table;
  margin-bottom: 10px;
  border: 1px solid #e1eef3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
#postcontainer .post .postinfoBox,
#replycontainer .post .postinfoBox {
  display: table-cell;
  vertical-align: top;
  width: 15%;
  background: #a9bfc7;
  border-right: 1px solid #e1eef3;
  padding: 5px 10px;
}
#postcontainer .post .postinfoBox .sendmessage small,
#replycontainer .post .postinfoBox .sendmessage small,
#postcontainer .post .postinfoBox .sendmessage button,
#replycontainer .post .postinfoBox .sendmessage button {
  display: inline-block;
  padding: 0;
}
#postcontainer .post .postbody,
#replycontainer .post .postbody {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  background: #b2c6cd;
  width: 80%;
  display: table-cell;
  position: relative;
}
#postcontainer .post .postbody .postcontent,
#replycontainer .post .postbody .postcontent {
  display: block;
  padding: 5px 10px;
  margin-bottom: 40px;
}
#postcontainer .post .postbody .postfooter,
#replycontainer .post .postbody .postfooter {
  display: block;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  border-top: 1px solid #e1eef3;
  background: #afc4cb;
  text-align: right;
  min-height: 24px;
  padding: 8px 5px 3px 10px;
}
#postcontainer .post .postbody .postfooter .likes,
#replycontainer .post .postbody .postfooter .likes {
  width: auto;
  float: left;
  text-align: left;
  font-size: 11px;
  font-family: Arial, sans-serif;
}
#postcontainer .post .postbody .postfooter .reports,
#replycontainer .post .postbody .postfooter .reports {
  width: auto;
  margin-left: 15px;
  font-weight: bold;
  float: left;
  text-align: left;
  font-size: 11px;
  font-family: Arial, sans-serif;
}
#postcontainer .post .postbody .postfooter .postheader-date,
#replycontainer .post .postbody .postfooter .postheader-date {
  text-align: right;
  margin-right: 20px;
  font-size: 10px;
  font-family: Arial, sans-serif;
}
#postcontainer .post .postbody .postfooter .postheader-functions,
#replycontainer .post .postbody .postfooter .postheader-functions {
  float: right;
}
#postcontainer .post .postbody .postfooter .postheader-functions .button,
#replycontainer .post .postbody .postfooter .postheader-functions .button {
  float: right;
  padding: 3px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 2px;
  margin-top: -4px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px -15px inset, 0px 0px 1px 1px rgba(0, 0, 0, 0.12);
}
#postcontainer .post .postbody .postfooter .postheader-functions .button span,
#replycontainer .post .postbody .postfooter .postheader-functions .button span {
  margin-top: 1px;
}
#postcontainer .post .postbody .postfooter .postheader-functions .ButtonUsed,
#replycontainer .post .postbody .postfooter .postheader-functions .ButtonUsed {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 15px inset, 0px 0px 1px 1px rgba(0, 0, 0, 0.12);
}
#postcontainer .post .postbody .postfooter .postheader-functions .icon-remove,
#replycontainer .post .postbody .postfooter .postheader-functions .icon-remove {
  margin-top: 1px;
}
#replyMessage {
  margin-top: -10px;
}
#replyMessage div {
  margin-bottom: 10px;
  background: #f0ad4e;
}
#replyMessage .replyCancel {
  text-align: right;
  cursor: pointer;
}
#SendPrivateMessageModal form {
  margin: 0;
}
#SendPrivateMessageModal input[type=text],
#SendPrivateMessageModal textarea {
  width: 500px;
}
#TopicTitle {
  text-align: right;
  font-size: 20px;
}
#TopicTitle .adminInfoBox {
  float: left;
  font-size: 12px;
  margin-top: 7px;
  padding-left: 10px;
}
#TopicTitle .btn {
  font-size: 12px;
}
#CatTitle {
  padding: 7.5px 30px;
}
#btn_createTopic {
  float: right;
  margin: 15px 0;
}
#btn_createTopic span {
  color: #f84545;
}
#btn_addCategory {
  float: right;
  margin: 15px 0;
}
#btn_savePost {
  float: right;
  margin: 15px 0;
}
.PrivateMessage {
  margin: 10px;
  border: 1px solid #e1eef3;
}
.PrivateMessage .PMHeader {
  border: 1px solid #e1eef3;
  background: #b2c6cd;
  padding: 4px;
}
.PrivateMessage .PMHeader div {
  display: inline-block;
}
.PrivateMessage .PMHeader div:first-of-type {
  font-weight: bold;
}
.forum-link {
  color: initial;
}
.forum-link:hover {
  text-decoration: none;
  color: initial;
}
#forumlinkhome {
  width: 100%;
  display: block;
}
#forumlinkhome:hover {
  text-decoration: none;
  color: inherit;
}
.forumQuote {
  background: lightgrey;
  border: 1px solid grey;
  padding: 10px;
}
.forumQuote:before {
  content: "QUOTE";
  display: block;
  margin-top: -9px;
  margin-bottom: 9px;
  font-size: 10px;
}
.jqte_tool.jqte_tool_22 .jqte_tool_icon {
  background-position: -441px 0;
  user-select: none;
}
.highlight {
  background: #ffffff;
}
.display-control {
  display: inline-block;
  margin-top: 7px;
}
.row-table {
  display: table;
}
.row-table .row-line {
  height: 100%;
  display: table-row;
}
.row-table .row-line .row-cell {
  display: table-cell;
  float: none;
}
#removeProfileImage {
  position: absolute;
  top: 0;
  right: 0;
  background: #653d3d;
  padding: 3px 5px;
}
#removeProfileImage span {
  color: white;
  font-size: 24px;
}
@media (min-width: 992px) and (max-width: 1450px) {
  .general_container {
    padding: 0 50px;
  }
  .general_container #right_container {
    padding: 0 0 0 150px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .general_container {
    padding: 0;
  }
  .general_container #right_container {
    padding: 0 50px 0 150px;
  }
}
@media (max-width: 768px) {
  .general_container {
    padding: 0;
  }
  .general_container .first_level_container {
    display: block;
  }
  .general_container #menu_container {
    width: 100%;
    height: 50px;
    position: initial;
  }
  .general_container #menu_container .vertical_nav {
    padding: 5px;
    display: inline-block;
  }
  .general_container #menu_container .vertical_nav li {
    display: inline-block;
    padding: 0px;
    margin: 3px 10px;
    text-align: center;
  }
  .general_container #menu_container .vertical_nav li a {
    font-size: 12px;
  }
  .general_container #menu_container .vertical_nav li a span {
    font-size: 20px;
  }
  .general_container #menu_container .vertical_nav li:hover {
    background: grey;
  }
  .general_container #menu_container .vertical_nav li .notification_circle {
    right: -10px;
  }
  .general_container #menu_container .vertical_nav li .notification_circle span {
    right: 18px;
    top: -1px;
  }
  .general_container #menu_container .navbar-toggle {
    padding: 0;
  }
  .general_container #menu_container .navbar-toggle span {
    color: white;
    padding: 0 5px;
  }
  .general_container #right_container {
    padding: 10px;
  }
  .general_container #right_container .header {
    height: 100px;
  }
  .general_container #right_container .header img {
    height: 50px;
  }
  .general_container #right_container .header ul {
    position: initial;
  }
  .general_container #right_container .header ul li {
    display: block !important;
    text-align: right;
  }
  .general_container #right_container .header .menuSecondary_container {
    position: initial;
  }
  div.panel_row.header_row.header_row {
    margin-top: 0;
    border-radius: 0;
    color: white;
  }
  div.panel_row.header_row.header_row .icon-bar {
    background-color: white;
  }
  div.panel_row.header_row.header_row .navbar-collapse {
    /*position: relative;*/
    /*z-index: 2;*/
    background-color: #364347;
    /*margin-left: -25px;*/
    /*margin-right: -10px;*/
    /*margin-top: -10px;*/
    float: right;
    width: 100%;
  }
  div.panel_row.header_row.header_row .header_content {
    margin: 0 -25px 0 -25px;
  }
  div.panel_row.header_row.header_row .header_content .logoff {
    position: initial;
  }
  div.panel_row.header_row.header_row .header_content a .fa {
    display: none;
  }
  div.panel_row.header_row.header_row .header_content #topMenuLogin div {
    display: inline-block;
  }
  div.panel_row.header_row.header_row .header_content #topMenuLogin form {
    display: inline-block;
    float: right;
    margin-right: -15px;
  }
  div.panel_row.header_row.header_row .header_content #topMenuLogin div.logoffContainer {
    height: 70px;
    width: 100px;
    background-color: #891212;
    color: #ffffff;
    line-height: 70px;
    text-align: center;
  }
  div.panel_row.header_row.header_row .header_second_content {
    margin-top: -10px;
  }
  div.panel_row.header_row.header_row .main_logo {
    margin-left: 25px;
  }
  div.panel_row.header_row.header_row a {
    line-height: 70px;
    font-size: 17px;
  }
  div.panel_row.header_row.header_row .rounded-img {
    display: none;
  }
  #loginForm .checkbox input[type="checkbox"] {
    margin-left: 0;
  }
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.news_complete {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  margin-top: 10px;
}
.menuSecondary_container span {
  margin-right: 10px;
}
.menuSecondary_container span a {
  color: black;
}
