/*
Theme Name: Sheelot
*/
@import url("https://fonts.googleapis.com/css?family=Rubik");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif; }
.pirsum img
{
    width: 100%;
    hright: auto;
}
button, select {
  cursor: pointer; }

a {
  color: #00aeff;
  text-decoration: none; }

ul {
  padding: 0;
  list-style: none; }

.clear {
  clear: both; }

body {
  direction: rtl;
  font-size: 14px;
  text-align: center;
  color: #202020;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,f7f7f7+50,ffffff+50,ffffff+100 */
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f7f7f7 0%, #f7f7f7 50%, #ffffff 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f7f7f7 0%, #f7f7f7 50%, #ffffff 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, #ffffff 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */ }
  @media screen and (max-width: 950px) {
    body {
      background: #f7f7f7 !important; } }
  body .icon.blue-border {
    width: 23px;
    height: 23px;
    line-height: 20px;
    border: 2px #00aeff solid;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    color: #00aeff;
    font-family: Arial;
    font-style: normal;
    background: #fff; }
  body .icon.green-border {
    width: 23px;
    height: 23px;
    line-height: 20px;
    border: 2px #9cd977 solid;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    color: #9cd977;
    font-family: Arial;
    font-style: normal;
    background: #fff; }
  body .icon.gray-border {
    width: 23px;
    height: 23px;
    line-height: 20px;
    border: 2px #858585 solid;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    color: #858585;
    font-family: Arial;
    font-style: normal;
    background: #fff; }
  body .wrapper {
    width: 100%;
    max-width: 1200px;
    display: inline-block;
    text-align: left; }
    @media screen and (max-width: 1200px) {
      body .wrapper {
        padding: 0 10px; } }
  body textarea {
    width: 100%;
    height: 97px;
    border: 1px #ebebeb solid;
    resize: none;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px; }
  body input {
    width: 100%;
    height: 32px;
    border: 1px #ebebeb solid;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 5px; }
    body input[type=checkbox] {
      width: auto; }
  body .form-group {
    margin-bottom: 20px; }
    body .form-group label {
      margin-bottom: 5px;
      font-weight: bold;
      display: inline-block; }
  body .popup {
    width: 90%;
    max-width: 400px;
    min-height: 200px;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 0 20000px rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 100;
    padding: 10px;
    display: none; }
    body .popup .close {
      width: 30px;
      line-height: 30px;
      text-align: center;
      float: right;
      margin: -40px;
      background: #fff;
      z-index: 1000;
      position: relative;
      border-radius: 100%;
      cursor: pointer; }
  body #popup_login {
    width: 90%;
    max-width: 500px;
    min-height: 200px;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 0 20000px rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 100;
    padding: 30px 40px;
    display: none; }
    body #popup_login ul {
      width: 100%;
      display: inline-block;
      margin-bottom: 10px; }
      body #popup_login ul li {
        float: right; }
        body #popup_login ul li a {
          color: #202020;
          display: inline-block;
          margin-left: 30px;
          font-size: 20px; }
        body #popup_login ul li.ui-state-active a {
          color: #00aeff;
          border-bottom: 1px #00aeff solid;
          padding-bottom: 5px; }
    body #popup_login p.status {
      width: 100%;
      background: #f7746b;
      border: 1px #b12323 solid;
      padding: 5px 0;
      margin: 10px 0;
      color: #fff;
      display: none; }
    body #popup_login .close {
      width: 30px;
      line-height: 30px;
      text-align: center;
      float: right;
      margin: -60px -70px 0 0;
      background: #fff;
      z-index: 1000;
      position: relative;
      border-radius: 100%;
      cursor: pointer; }
    body #popup_login .title {
      font-size: 24px;
      margin-bottom: 40px;
      margin-top: 20px; }
    body #popup_login input {
      width: 100%;
      height: 40px;
      border: 1px #ebebeb solid;
      margin-bottom: 8px;
      padding: 0 5px; }
    body #popup_login .submit_button {
      width: auto;
      height: 35px;
      padding: 0 10px;
      border-radius: 4px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73d2fe+0,3ac0ff+100 */
      background: #73d2fe;
      /* Old browsers */
      background: -moz-linear-gradient(top, #73d2fe 0%, #3ac0ff 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #73d2fe 0%, #3ac0ff 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #73d2fe 0%, #3ac0ff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73d2fe', endColorstr='#3ac0ff', GradientType=0);
      /* IE6-9 */
      color: #fff;
      border: 0;
      font-size: 15px;
      font-weight: bold;
      box-shadow: 1px 1px 2px 0 #ababab;
      cursor: pointer;
      display: block;
      margin: 10px auto;
      float: left; }
  body .home .breadcrumbs {
    display: none; }
  body header {
    width: 100%;
    min-height: 85px;
    background: #00aeff; }
    @media screen and (max-width: 680px) {
      body header .wrapper {
        padding-bottom: 10px; } }
    body header .wrapper .logo {
      float: right;
      margin-top: 17px; }
      @media screen and (max-width: 680px) {
        body header .wrapper .logo {
          float: none;
          margin: 17px auto 0;
          display: block; } }
    body header .wrapper form {
      width: 100%;
      max-width: 350px;
      height: 40px;
      position: relative;
      float: right;
      margin: 22px 75px; }
      @media screen and (max-width: 680px) {
        body header .wrapper form {
          margin: 10px auto 0;
          float: none; } }
      body header .wrapper form input {
        width: 100%;
        height: 40px;
        border: 0;
        background: #008bcc;
        border-radius: 6px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        color: #fff;
        padding: 0 10px;
        font-size: 14px; }
        body header .wrapper form input::-webkit-input-placeholder {
          color: #95dafa; }
        body header .wrapper form input:-moz-placeholder {
          color: #95dafa; }
        body header .wrapper form input::-moz-placeholder {
          color: #95dafa; }
        body header .wrapper form input:-ms-input-placeholder {
          color: #95dafa; }
      body header .wrapper form input[type=submit] {
        width: 40px;
        height: 40px;
        border: 0;
        background: #008bcc url("../images/search-icon.png") no-repeat center;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        right: initial;
        color: transparent;
        cursor: pointer; }
    body header .wrapper > ul {
      list-style: none;
      float: right;
      margin-top: 20px; }
      body header .wrapper > ul > li {
        border-radius: 6px;
        float: right;
        margin: 0 0 0 0; }
        body header .wrapper > ul > li.current_page_item {
          background: #fff;
          box-shadow: 1px -1px 2px 0 #9c9999; }
          body header .wrapper > ul > li.current_page_item a {
            color: #00aeff; }
        body header .wrapper > ul > li a {
          padding: 15px;
          display: inline-block;
          color: #fff; }
    body header .wrapper .login_button {
      float: right;
      color: #fff;
      padding: 15px;
      margin-top: 20px; }
    body header .menu-sub-menu-container {
      width: 100%;
      display: inline-block;
      background: #fff;
      float: right;
      box-shadow: 0 1px 2px 0 #d8d8d8; }
      @media screen and (max-width: 1200px) {
        body header .menu-sub-menu-container {
          padding: 0 10px; } }
      body header .menu-sub-menu-container > ul {
        width: 100%;
        max-width: 1200px;
        list-style: none;
        display: inline-block;
        position: relative; }
        body header .menu-sub-menu-container > ul > li {
          float: right;
          margin: 0 20px -4px;
          position: relative; }
          body header .menu-sub-menu-container > ul > li:first-child {
            margin-right: 0; }
          body header .menu-sub-menu-container > ul > li a {
            padding: 12px 0;
            display: inline-block;
            color: #202020; }
          body header .menu-sub-menu-container > ul > li.current_page_item a {
            color: #00aeff; }
          body header .menu-sub-menu-container > ul > li:hover ul {
            display: inline-block; }
          body header .menu-sub-menu-container > ul > li ul {
            width: 150px;
            position: absolute;
            background: #fff;
            list-style: none;
            box-shadow: 1px 1px 2px 0 #d8d8d8;
            margin-top: -1px;
            display: none;
            right: 0;
            text-align: right; }
            body header .menu-sub-menu-container > ul > li ul li {
              border-bottom: 1px #e8e8e8 solid; }
              body header .menu-sub-menu-container > ul > li ul li a {
                width: 100%;
                padding: 8px 5px; }
              body header .menu-sub-menu-container > ul > li ul li:hover {
                background: #f5f5f5; }
              body header .menu-sub-menu-container > ul > li ul li:last-child {
                border: 0; }
  body .wrapper.content {
    display: inline-flex;
    text-align: right; }
    @media screen and (max-width: 950px) {
      body .wrapper.content {
        display: inline-block;
        padding-top: 20px;
        text-align: center; } }
    body .wrapper.content .title {
      font-size: 22px; }
      body .wrapper.content .title a {
        font-size: 14px;
        display: inline-block;
        margin-right: 10px; }
    body .wrapper.content .addQuestions {
      width: 100%;
      display: inline-block;
      display: flex; }
      body .wrapper.content .addQuestions .title {
        margin: 0 0 30px; }
      body .wrapper.content .addQuestions textarea {
        height: 122px;
        margin-bottom: 5px;
        font-size: 16px; }
      body .wrapper.content .addQuestions .wrapperSelect {
        width: 50%;
        height: 35px;
        border: 1px #ebebeb solid;
        border-radius: 4px;
        float: right;
        background: #fff;
        margin-bottom: 10px; }
        @media screen and (max-width: 600px) {
          body .wrapper.content .addQuestions .wrapperSelect {
            width: 100%; } }
        body .wrapper.content .addQuestions .wrapperSelect select {
          width: 100%;
          height: 100%;
          border: 0;
          background: transparent; }
        body .wrapper.content .addQuestions .wrapperSelect span {
          margin: 0;
          border: 0;
          font-weight: 100; }
        body .wrapper.content .addQuestions .wrapperSelect strong {
          font-size: 16px;
          font-weight: 900; }
      body .wrapper.content .addQuestions .name-area {
        width: 50%;
        display: inline-flex;
        padding-right: 20px; }
        @media screen and (max-width: 600px) {
          body .wrapper.content .addQuestions .name-area {
            width: 100%;
            padding-right: 0; } }
        body .wrapper.content .addQuestions .name-area label {
          margin: 9px 30px 10px 0;
          float: right; }
          body .wrapper.content .addQuestions .name-area label input {
            width: 16px;
            height: 16px;
            margin-left: 5px; }
        body .wrapper.content .addQuestions .name-area input[type=text] {
          width: 100%;
          height: 35px;
          float: right;
          margin-bottom: 10px; }
          body .wrapper.content .addQuestions .name-area input[type=text][disabled] {
            background: #f7f7f7; }
      body .wrapper.content .addQuestions input[type=email] {
        width: 250px;
        height: 35px;
        float: right;
        margin-left: 20px; }
      body .wrapper.content .addQuestions span {
        display: inline-block;
        margin-top: 9px;
        color: #929292; }
      body .wrapper.content .addQuestions button {
        width: auto;
        height: 35px;
        padding: 0 10px;
        border-radius: 4px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73d2fe+0,3ac0ff+100 */
        background: #73d2fe;
        /* Old browsers */
        background: -moz-linear-gradient(top, #73d2fe 0%, #3ac0ff 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #73d2fe 0%, #3ac0ff 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #73d2fe 0%, #3ac0ff 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73d2fe', endColorstr='#3ac0ff', GradientType=0);
        /* IE6-9 */
        color: #fff;
        border: 0;
        font-size: 15px;
        font-weight: bold;
        box-shadow: 1px 1px 2px 0 #ababab;
        cursor: pointer;
        float: left; }
    body .wrapper.content .questions .wrapperQuestion {
      width: 100%;
      margin-top: 20px;
      padding: 20px 30px 18px 10px; }
      body .wrapper.content .questions .wrapperQuestion.box {
        box-shadow: 1px 1px 2px 0 #ababab;
        border-radius: 4px;
        background: #fff; }
      body .wrapper.content .questions .wrapperQuestion .icon.blue-border {
        float: right;
        margin-top: -3px;
        margin-left: 20px; }
      body .wrapper.content .questions .wrapperQuestion .question {
        position: relative; }
        body .wrapper.content .questions .wrapperQuestion .question .picture {
          float: right;
          width: 35px;
          height: 35px;
          display: inline-block;
          background-size: cover;
          background-repeat: no-repeat; }
        body .wrapper.content .questions .wrapperQuestion .question .title {
          font-size: 14px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-left: 20px;
          display: block;
          color: #202020; }
          body .wrapper.content .questions .wrapperQuestion .question .title .sub_title {
            font-size: 12px;
            color: #8f8f8f; }
          body .wrapper.content .questions .wrapperQuestion .question .title .hupso-share-buttons {
            float: right;
            padding: 0 !important; }
          body .wrapper.content .questions .wrapperQuestion .question .title .star-rating.flat {
            float: right;
            margin: 20px 10px 0 0; }
        body .wrapper.content .questions .wrapperQuestion .question:before {
          content: '';
          border-right: 1px #cccccc dashed;
          position: absolute;
          right: 11px;
          top: 25px;
          bottom: 52px; }
        body .wrapper.content .questions .wrapperQuestion .question .answers {
          margin-top: 10px; }
          body .wrapper.content .questions .wrapperQuestion .question .answers .answer {
            max-width: 100%;
            padding-right: 44px;
            position: relative;
            clear: both;
            margin-bottom: 40px; }
            body .wrapper.content .questions .wrapperQuestion .question .answers .answer a {
              color: #9cd977; }
              body .wrapper.content .questions .wrapperQuestion .question .answers .answer a span {
                float: right;
                margin-top: 7px; }
            body .wrapper.content .questions .wrapperQuestion .question .answers .answer .icon.green-border {
              float: right;
              margin: 5px 0 5px 10px; }
            body .wrapper.content .questions .wrapperQuestion .question .answers .answer .sub_title {
              margin-top: 10px;
              font-size: 12px; }
            body .wrapper.content .questions .wrapperQuestion .question .answers .answer:before {
              width: 28px;
              height: 1px;
              content: '';
              border-bottom: 1px #ccc dashed;
              position: absolute;
              right: 13px;
              top: 15px; }
        body .wrapper.content .questions .wrapperQuestion .question .bottomLine {
          width: 100%;
          display: inline-block;
          padding-right: 44px;
          margin-top: 5px; }
          body .wrapper.content .questions .wrapperQuestion .question .bottomLine a {
            color: #868686; }
            body .wrapper.content .questions .wrapperQuestion .question .bottomLine a .icon.gray-border {
              margin-left: 9px; }
            body .wrapper.content .questions .wrapperQuestion .question .bottomLine a:hover {
              color: #9cd977;
              text-decoration: underline; }
              body .wrapper.content .questions .wrapperQuestion .question .bottomLine a:hover .icon.gray-border {
                border-color: #9cd977;
                color: #9cd977; }
          body .wrapper.content .questions .wrapperQuestion .question .bottomLine .hupso-share-buttons {
            float: left;
            padding: 0 !important; }
          body .wrapper.content .questions .wrapperQuestion .question .bottomLine .star-rating.flat {
            float: left;
            margin: 8px 10px 0 10px; }
    body .wrapper.content .content-page .questions {
      padding-left: 0; }
      body .wrapper.content .content-page .questions .wrapperQuestion {
        margin-top: 0;
        padding-top: 0; }
        @media screen and (max-width: 600px) {
          body .wrapper.content .content-page .questions .wrapperQuestion {
            padding-right: 10px; } }
        body .wrapper.content .content-page .questions .wrapperQuestion .question h1 {
          margin: -5px 0 0;
          font-size: 22px; }
        body .wrapper.content .content-page .questions .wrapperQuestion .question .picture {
          width: 12%;
          height: auto;
          max-height: 60px; }
        body .wrapper.content .content-page .questions .wrapperQuestion .question .title {
          text-overflow: clip;
          white-space: normal; }
        body .wrapper.content .content-page .questions .wrapperQuestion .question .answers {
          margin-top: 30px; }
          body .wrapper.content .content-page .questions .wrapperQuestion .question .answers .answer {
            display: inline-flex; }
            @media screen and (max-width: 600px) {
              body .wrapper.content .content-page .questions .wrapperQuestion .question .answers .answer {
                padding-right: 0; } }
            body .wrapper.content .content-page .questions .wrapperQuestion .question .answers .answer .picture {
              float: right; }
            body .wrapper.content .content-page .questions .wrapperQuestion .question .answers .answer .left-area {
              text-align: right;
              float: right;
              width: 80%;
              padding-right: 10px; }
        @media screen and (max-width: 600px) {
          body .wrapper.content .content-page .questions .wrapperQuestion .question .bottomLine {
            padding-right: 0; } }
        @media screen and (max-width: 600px) {
          body .wrapper.content .content-page .questions .wrapperQuestion .icon.blue-border, body .wrapper.content .content-page .questions .wrapperQuestion .icon.green-border {
            display: none; }
          body .wrapper.content .content-page .questions .wrapperQuestion *:before {
            display: none; } }
    body .wrapper.content .right {
      width: 50%;
      min-height: 500px;
      display: inline-block;
      float: right;
      box-shadow: -1px 0 1px 0 #d8d8d8;
      padding-left: 50px;
      padding-top: 40px; }
      @media screen and (max-width: 950px) {
        body .wrapper.content .right {
          width: 98%;
          padding: 10px;
          box-shadow: none;
          background: #fff;
          float: none;
          display: inline-block;
          margin: auto;
          text-align: right; } }
      body .wrapper.content .right .breadcrumbs {
        margin: -20px 0 20px;
        height: 20px;
        overflow: hidden; }
        @media screen and (max-width: 950px) {
          body .wrapper.content .right .breadcrumbs {
            margin-top: 0; } }
      body .wrapper.content .right .experts {
        width: 100%;
        display: inline-block; }
        body .wrapper.content .right .experts ul {
          list-style: none; }
          body .wrapper.content .right .experts ul li {
            width: 100%;
            border: 1px #ebebeb solid;
            border-radius: 4px;
            margin-top: 15px;
            padding: 5px;
            display: inline-block; }
            body .wrapper.content .right .experts ul li .avatar {
              width: 55px;
              height: 55px;
              float: right;
              margin-left: 10px;
              background-size: cover;
              background-repeat: no-repeat; }
            body .wrapper.content .right .experts ul li .info {
              width: 55%;
              float: right;
              color: rgba(32, 32, 32, 0.6);
              font-size: 12px; }
              body .wrapper.content .right .experts ul li .info strong {
                font-size: 16px;
                display: block;
                color: #202020; }
              body .wrapper.content .right .experts ul li .info span {
                font-size: 14px;
                font-weight: bold;
                display: block;
                color: #202020; }
              body .wrapper.content .right .experts ul li .info a {
                color: rgba(32, 32, 32, 0.6); }
            body .wrapper.content .right .experts ul li .left-area {
              float: left;
              margin: 2px 6px 0;
              text-align: center; }
              body .wrapper.content .right .experts ul li .left-area .count {
                color: #00aeff; }
              body .wrapper.content .right .experts ul li .left-area .star-rating.flat {
                display: inline-block; }
                body .wrapper.content .right .experts ul li .left-area .star-rating.flat .ratings_stars {
                  width: 15px;
                  height: 15px; }
        body .wrapper.content .right .experts.page h1 {
          margin-bottom: 20px; }
        body .wrapper.content .right .experts.page h2 {
          font-size: 14px;
          font-weight: normal;
          margin-bottom: 20px; }
      body .wrapper.content .right .subjects {
        width: 100%;
        display: inline-block; }
        body .wrapper.content .right .subjects .title {
          margin: 70px 0 25px; }
        body .wrapper.content .right .subjects > ul {
          list-style: none; }
          body .wrapper.content .right .subjects > ul > li {
            width: 50%;
            display: inline-block;
            float: right;
            font-size: 18px;
            margin-bottom: 30px; }
            body .wrapper.content .right .subjects > ul > li a {
              text-decoration: underline; }
            body .wrapper.content .right .subjects > ul > li > ul {
              width: 100%;
              display: inline-block;
              list-style: none; }
              body .wrapper.content .right .subjects > ul > li > ul > li {
                font-size: 14px;
                float: right;
                margin-left: 5px; }
        body .wrapper.content .right .subjects.page h1 {
          margin-bottom: 20px; }
        body .wrapper.content .right .subjects.page h2 {
          font-size: 14px;
          font-weight: normal;
          margin-bottom: 20px; }
      body .wrapper.content .right .home-page .experts {
        margin-top: 50px; }
      body .wrapper.content .right .wrapperPaginate {
        text-align: center;
        margin-top: 50px; }
        body .wrapper.content .right .wrapperPaginate .page-numbers {
          height: 20px;
          padding: 0 4px;
          border: 1px #d8d8d8 solid;
          border-radius: 4px;
          display: inline-block;
          margin: 0 4px; }
          body .wrapper.content .right .wrapperPaginate .page-numbers.next, body .wrapper.content .right .wrapperPaginate .page-numbers.prev {
            width: 60px;
            border: 0; }
          body .wrapper.content .right .wrapperPaginate .page-numbers.dots {
            background: #fff;
            color: #000; }
        body .wrapper.content .right .wrapperPaginate span.page-numbers {
          background: #00aeff;
          color: #fff; }
      body .wrapper.content .right .user-page .card .avatar {
        width: 120px;
        height: 120px;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        float: right;
        margin-left: 20px;
        margin-bottom: 20px; }
      body .wrapper.content .right .user-page .card .info {
        float: right; }
        body .wrapper.content .right .user-page .card .info strong {
          font-size: 18px; }
      body .wrapper.content .right .user-page .card .count_and_date {
        float: left; }
    body .wrapper.content .left {
      width: 50%;
      min-height: 500px;
      display: inline-block;
      float: left;
      padding-right: 37px;
      padding-top: 40px;
      padding-bottom: 100px; }
      @media screen and (max-width: 950px) {
        body .wrapper.content .left {
          width: 98%;
          float: none;
          display: inline-block;
          margin: auto;
          padding-right: 0;
          text-align: right; } }
      body .wrapper.content .left .widget {
        margin-bottom: 30px; }
      body .wrapper.content .left .questions .wrapperQuestion .question:before {
        bottom: 52px; }
      body .wrapper.content .left .questions .wrapperQuestion .question .answers .answer {
        margin-bottom: 10px; }
  body .sub_footer {
    width: 100%;
    background: #fff;
    text-align: center;
    display: inline-block;
    padding: 30px 0; }
    @media screen and (max-width: 600px) {
      body .sub_footer {
        display: none; } }
    body .sub_footer .wrapperContent {
      width: 100%;
      max-width: 1200px;
      display: inline-block;
      text-align: right; }
      body .sub_footer .wrapperContent ul li {
        width: 100%;
        max-width: 240px;
        padding: 5px;
        float: right;
        margin: 10px 0; }
  body footer {
    width: 100%;
    background: #00aeff;
    display: inline-block;
    text-align: center; }
    body footer .wrapperContent {
      width: 100%;
      max-width: 1200px;
      display: inline-block;
      color: #fff;
      padding: 20px 0; }
      body footer .wrapperContent .widget.widget_nav_menu.footer-right {
        float: right; }
        body footer .wrapperContent .widget.widget_nav_menu.footer-right ul li {
          float: right;
          margin-left: 10px;
          padding-left: 10px;
          border-left: 1px #fff solid; }
          body footer .wrapperContent .widget.widget_nav_menu.footer-right ul li:last-child {
            border: 0; }
          body footer .wrapperContent .widget.widget_nav_menu.footer-right ul li a {
            color: #fff; }
      body footer .wrapperContent .widget.widget_text.footer-center {
        display: inline-block; }
      body footer .wrapperContent .widget.widget_nav_menu.footer-left {
        float: left; }
        body footer .wrapperContent .widget.widget_nav_menu.footer-left ul li {
          float: right;
          margin-left: 10px;
          padding-left: 10px;
          border-left: 1px #fff solid; }
          body footer .wrapperContent .widget.widget_nav_menu.footer-left ul li:last-child {
            border: 0; }
          body footer .wrapperContent .widget.widget_nav_menu.footer-left ul li a {
            color: #fff; }
  body.page-template-dashboard .wrapper-content .box form .form-group {
    width: 48%;
    float: right;
    margin: 1%; }
    body.page-template-dashboard .wrapper-content .box form .form-group.description {
      width: 100%; }
  body.page-template-dashboard .wrapper-content .box form select {
    width: 100%;
    opacity: 0; }
  body.page-template-dashboard .wrapper-content .box form .select2-container--default {
    width: 100%;
    margin: 20px 0; }
    body.page-template-dashboard .wrapper-content .box form .select2-container--default .select2-selection--multiple {
      width: 100%;
      border-color: #ebebeb; }
  body.page-template-dashboard .wrapper-content .box button {
    width: auto;
    height: 35px;
    padding: 0 10px;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73d2fe+0,3ac0ff+100 */
    background: #73d2fe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #73d2fe 0%, #3ac0ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #73d2fe 0%, #3ac0ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #73d2fe 0%, #3ac0ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73d2fe', endColorstr='#3ac0ff', GradientType=0);
    /* IE6-9 */
    color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 1px 1px 2px 0 #ababab;
    cursor: pointer; }
  body .select2-container .select2-dropdown {
    border: 1px solid #ebebeb; }
    body .select2-container .select2-dropdown .select2-search input {
      border: 1px solid #ebebeb; }
    body .select2-container .select2-dropdown ul li {
      text-align: right; }
      body .select2-container .select2-dropdown ul li.select2-results__option[aria-selected=true] {
        background-color: #f7f7f7; }
      body .select2-container .select2-dropdown ul li.select2-results__option--highlighted[aria-selected] {
        background-color: #00aeff; }
  body .star-rating.flat .ratings_stars {
    width: 20px;
    height: 20px;
    background-size: 100%; }
  body .star-rating.flat .total_votes {
    width: auto;
    height: auto;
    line-height: 20px;
    font-size: 12px;
    margin-left: 10px;
    display: none; }

/*# sourceMappingURL=style.css.map */


.banners_small
{
    margin-top: 20px;

}
.banners_small a
{
    margin: 10px;
}
    .bannersmall
    {
        width: 100%;
        overflow: hidden;
    }