@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");
h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Michroma', sans-serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  /* remember to define focus styles! */
  outline: 0;
}

body {
  background: #ffffff;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-title {
  color: white;
  font-size: 30px;
}

.card-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#00ccff), to(#007cff));
  background: linear-gradient(#00ccff, #007cff);
}

.card {
  border: 1px solid #00ccff;
}

#sendBtn {
  background: -webkit-gradient(linear, left top, left bottom, from(#00ccff), to(#007cff));
  background: linear-gradient(#00ccff, #007cff);
  border: none;
  outline-color: none;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#sendBtn:hover {
  background: -webkit-gradient(linear, 45deg #007cff, from(#007cff));
  background: linear-gradient(to 45deg #007cff, #007cff);
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body, input, textarea {
  font: 15px 'MerriweatherRegular', serif;
  font-weight: normal;
  line-height: 27px;
  background: #2e2e2e url(style/images/bg1.jpg) repeat fixed;
  color: #6b6b6b;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #ca6d6d;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 14px;
}

h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
}

h4 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 4px;
}

h5 {
  font-size: 17px;
  line-height: 19px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

/* Horizontal Line */
hr {
  background: transparent url(style/images/line.png) repeat-x bottom left;
  border: 0;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* Text elements */
p {
  margin-bottom: 20px;
}

ul, ol {
  margin: 0 0 20px 0;
  list-style-position: inside;
}

ul {
  list-style: none;
}

ul li {
  background: transparent url(style/images/dark-bullet.png) no-repeat left 13px;
  padding-left: 15px;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

cite, em, i {
  font-style: italic;
}


/* Links */
a {
  color: #ca6d6d;
  text-decoration: none;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}

a:hover {
  text-decoration: none;
  color: #585858;
}

/* Button */
a.button,
input#submit,
.forms fieldset .btn-submit {
  background: #555 url(style/images/button-bg.png) repeat-x;
  height: 28px;
  display: inline-block;
  padding: 0 17px;
  border-radius: 5px;
  border: 1px solid #383838;
  color: #fff;
  cursor: pointer;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  font-size: 12px;
  line-height: 25px;
}

input#submit {
  font-size: 12px;
  height: 30px;
  padding-bottom: 5px;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.map.full {
  margin: 0 -40px;
}

.map iframe {
  max-width: 100%;
}

.map, .media {
  margin-bottom: 20px;
}

/* Images */
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 20px;
}

/*navigation*/
/* Add a black background color to the top navigation */


.rc_nav {
  overflow: hidden;
  background-color:white;
  text-align: center;
  z-index: 6;
  margin-top:-20px;
}

.rc_nav a {
 display: inline-block;
 margin-right: -4px;  /* inline-block gap fix */
 color: #000000;
 padding: 22px 22px;
 text-decoration: none;
  font-family: 'Michroma', sans-serif;
 font-size:20px;
 -webkit-transition: background 0.3s linear;
 -moz-transition: background 0.3s linear;
 -ms-transition: background 0.3s linear;
 -o-transition: background 0.3s linear;
 transition: background 0.3s linear;
 z-index: 9;
}

.rc_nav a:hover {
  background-color: #575b69;
  color: ;
}

.rc_nav .icon {
  display:none;
}

.rc_content {
  text-align: center; 
  padding-left:14px; 
  font-family: 'Michroma', sans-serif;
  margin-top: 100px;  
  color: #8e909b;
}


@media screen and (max-width: 820px) {
  .rc_nav a {display: none;}
  .rc_nav a.icon {
    float: right;
    display: block;
    width: 60px;
  }
}

@media screen and (max-width: 820px) {
  .rc_nav .responsive {position:relative; top:0px;}
  .rc_nav.responsive .icon {
    right: 0;
    position:relative;
    display: block;
    float:right;
    top:-363px;
  }
  .rc_nav.responsive a {
    float:none;
    display: block;
    text-align: center;
  }
 .rc_nav a{
   font-size:12px;
 }

}
/*slider*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
}

body {
  background: #4e616d;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

/* ----> wrapper */
#content-slider .wrap-slider {
  max-width:100%;
  /*height: 80%;*/
  width: 100%;
  margin: 0px auto;
  position: relative;
  text-align: right;
}

#content-slider .wrap-slider.full {
  width: 100%;
  max-width: 100%;
  text-align: center;
  border: none;
}

/* --------> Link style */
#content-slider *:focus {
  outline: 0;
}

#content-slider a:hover {
  color: #7FD4FD;
  text-decoration: underline;
}

#content-slider a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#content-slider a:hover,
#content-slider a:active {
  outline: 0;
}

/* -------> Responsive images (ensure images don't scale beyond their parents) */
#content-slider img {
  max-width: 100%;
  width: auto\9;

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
@media screen and (max-width: 600px) {
  #content-slider img {
  max-width: 100%;
  width: auto\9;
  height:auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
}

/* -------> Main */
#content-slider .slider {
  margin-top: 5%;
  /*position: absolute;*/
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#content-slider .inset {
  width: 500%;
  line-height: 0;
  -webkit-animation: 30s slidy infinite;
  animation: 30s slidy infinite;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

#content-slider h1.main-title {
  text-align: center;
  color: #00ABFA;
  font-weight: 200;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
  margin: 5px 0 0px 0;
}

#content-slider .slider [class*='title-'] {
  background: rgba(0, 0, 0, 0.51);
  padding: 1% 1%;
  display: inline-block;
  width: 40%;
  height: auto;
  position: absolute;
  z-index: 12;
  margin: 15px 0 0 15px;
  line-height: normal;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#content-slider .th > [class*='title-'] {
  width: auto;
  height: auto;
  position: absolute;
  top: 0em;
  right: 0em;
  text-align: right;
  margin: 5px 10px 0 0;
  opacity: 1;
  line-height: normal;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* -------> Article */
#content-slider .slider h1,
#content-slider .th h1 {
  color: #fffefe;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

#content-slider .slider p,
#content-slider .th p {
  color: #fffefe;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#content-slider .slider a,
#content-slider .th a {
  font-weight: bold;
  color: #00ABFA;
  text-decoration: none;
  text-transform: uppercase;
}

/* -------> Article IMg Slider */
#content-slider .slider h1 {
  font-size: 1.5rem;
}

#content-slider .slider p {
  font-size: 1.2rem;
}

#content-slider .slider a {
  font-size: 1rem;
}

/* -------> Article IMg Prev */
#content-slider .th h1 {
  font-size: 1rem;
}

#content-slider .th p {
  font-size: .875rem;
}

#content-slider .th a {
  font-size: .75rem;
}

#content-slider .th img {
  position: relative;
  max-width: 100%;
  height: auto !important;
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -ms-filter: brightness(50%);
  -o-filter: brightness(50%);
  filter: brightness(50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#content-slider .th:hover img {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}

/* -------> Main Img */
#content-slider figure {
  margin: 0;
  padding: 0;
  width: 20%;
  float: left;
  cursor: pointer;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

#content-slider figure img {
  width: 100%;
  position: relative;
}

/* -------> Max contrloS img preview */
#content-slider span.th {
  width: 25%;
  margin: 35% 0% 0 0%;
  float: left;
  text-align: center;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}

#b-1 {
  left: 0;
}

#b-2 {
  left: 25%;
}

#b-3 {
  left: 50%;
}

#b-4 {
  left: 75%;
}

#content-slider input[type='radio'] {
  width: 10px;
  height: 10px;
  display: none;
  position: relative;
  display: none;
}

#control {
  position: absolute;
  left: 3%;
  z-index: 5;
  top: 55%;
  width: 95%;
}

#content-slider label.first {
  width: 9px;
  height: 9px;
  margin: 0 2px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1000;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid #00ABFA;
  background: #00ABFA;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#content-slider #main {
  padding: 1% 0;
  width: 100%;
  /*margin-top: 29.2%;*/
  bottom: 0;
  z-index: 10;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.71);
}

#content-slider input[type='radio'] {
  width: 10px;
  height: 10px;
  display: none;
  position: relative;
  display: none;
}

#content-slider #control {
  position: absolute;
  left: 3%;
  z-index: 15;
  top: 0%;
  width: 95%;
  /*margin-top: 10%;*/
  /*display: none;*/
  height: 50px;
  top: 50%;
  margin-top: -25px;
}

/* -------> Controls */
#main > label:hover {
  width: 9px;
  height: 9px;
  background: #FFF;
  border: 1px solid #00ABFA;
}

input#a-1:checked ~ .slider .inset {
  margin-left: 0%;
}

input#a-2:checked ~ .slider .inset {
  margin-left: -100%;
}

input#a-3:checked ~ .slider .inset {
  margin-left: -200%;
}

input#a-4:checked ~ .slider .inset {
  margin-left: -300%;
}

input#a-5:checked ~ .slider .inset {
  margin-left: -400%;
}

input#a-1:checked ~ #main > label:nth-child(1) {
  opacity: 1;
  background: #fff;
}

input#a-2:checked ~ #main > label:nth-child(2) {
  opacity: 1;
  background: #fff;
}

input#a-3:checked ~ #main > label:nth-child(3) {
  opacity: 1;
  background: #fff;
}

input#a-4:checked ~ #main > label:nth-child(4) {
  opacity: 1;
  background: #fff;
}

input#a-1:checked ~ #control > label:nth-child(2),
input#a-2:checked ~ #control > label:nth-child(3),
input#a-3:checked ~ #control > label:nth-child(4),
input#a-4:checked ~ #control > label:nth-child(1),
input#a-5:checked ~ #control > label:nth-child(1),
input#a-1:checked ~ #control > label:nth-child(4),
input#a-2:checked ~ #control > label:nth-child(1),
input#a-3:checked ~ #control > label:nth-child(2),
input#a-4:checked ~ #control > label:nth-child(3) {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

input#a-1:checked ~ #control > label:nth-child(2):after,
input#a-2:checked ~ #control > label:nth-child(3):after,
input#a-3:checked ~ #control > label:nth-child(4):after,
input#a-4:checked ~ #control > label:nth-child(1):after,
input#a-5:checked ~ #control > label:nth-child(1):after,
input#a-1:checked ~ #control > label:nth-child(4):after,
input#a-2:checked ~ #control > label:nth-child(1):after,
input#a-3:checked ~ #control > label:nth-child(2):after,
input#a-4:checked ~ #control > label:nth-child(3):after {
  font-family: FontAwesome;
  font-size: 7rem;
  line-height: 7rem;
  color: #00ABFA;
  position: absolute;
  top: 0;
  left: 0;
}

input#a-1:checked ~ #control > label:nth-child(2),
input#a-2:checked ~ #control > label:nth-child(3),
input#a-3:checked ~ #control > label:nth-child(4),
input#a-4:checked ~ #control > label:nth-child(1) {
  float: right;
  right: 0.3%;
}

input#a-1:checked ~ #control > label:nth-child(2):after,
input#a-2:checked ~ #control > label:nth-child(3):after,
input#a-3:checked ~ #control > label:nth-child(4):after,
input#a-4:checked ~ #control > label:nth-child(1):after {
  content: "\f105";
}

input#a-1:checked ~ #control > label:nth-child(4),
input#a-2:checked ~ #control > label:nth-child(1),
input#a-3:checked ~ #control > label:nth-child(2),
input#a-4:checked ~ #control > label:nth-child(3) {
  float: left;
  left: 0.3%;
}

input#a-1:checked ~ #control > label:nth-child(4):after,
input#a-2:checked ~ #control > label:nth-child(1):after,
input#a-3:checked ~ #control > label:nth-child(2):after,
input#a-4:checked ~ #control > label:nth-child(3):after {
  content: "\f104";
}

span#a-1:focus ~ .slider .inset {
  margin-left: 0%;
}

span#a-2:focus ~ .slider .inset {
  margin-left: -100%;
}

span#a-3:focus ~ .slider .inset {
  margin-left: -200%;
}

span#a-4:focus ~ .slider .inset {
  margin-left: -300%;
}

span#a-5:focus ~ .slider .inset {
  margin-left: -400%;
}

span#b-1:focus ~ .slider .inset {
  margin-left: 0%;
}

span#b-2:focus ~ .slider .inset {
  margin-left: -100%;
}

span#b-3:focus ~ .slider .inset {
  margin-left: -200%;
}

span#b-4:focus ~ .slider .inset {
  margin-left: -300%;
}

span#b-5:focus ~ .slider .inset {
  margin-left: -400%;
}

#content-slider input:checked ~ .slider > .inset {
  -webkit-animation: none;
  animation: none;
}

#content-slider input:hover ~ .slider > .inset,
#content-slider label:hover ~ .slider > .inset {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

#content-slider input:hover ~ .slider > .inset,
#content-slider label:hover ~ .slider > .inset {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

#content-slider span:focus ~ .slider > .inset {
  -webkit-animation: none;
  animation: none;
}

#content-slider span:hover ~ .slider > .inset {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/* -------> Animation */
@keyframes slidy {
  20% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  95% {
    margin-left: -300%;
  }
  100% {
    margin-left: -400%;
  }
}

@-webkit-keyframes slidy {
  20% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  95% {
    margin-left: -300%;
  }
  100% {
    margin-left: -400%;
  }
}

/* -------> Responsive */
@media (max-width: 992px) {
  html {
    font-size: 12px;
  }
  #content-slider .th > [class*='title-'] {
    display: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
  #content-slider .slider [class*='title-'] {
    display: none;
  }
  #content-slider span.first {
    display: none;
  }
  #content-slider #control {
    display: block;
  }
  #content-slider span#b-2:focus {
    opacity: 1;
  }
  span#b-2:focus ~ span#b-5 {
    display: none;
  }
  #content-slider span#b-3:focus {
    opacity: 1;
  }
  span#b-3:focus ~ span#b-5 {
    display: none;
  }
  #content-slider span#b-4:focus {
    opacity: 1;
  }
  span#b-4:focus ~ span#b-5 {
    display: none;
  }
}

@media (max-width: 480px) {
  #content-slider span.th img {
    display: none;
  }
}



.fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0px;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ccff), to(#0078ff));
  background: linear-gradient(#00ccff, #0078ff);
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0096ff), to(#00ccff));
  background: linear-gradient(#0096ff, #00ccff);
  -webkit-transition: background 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/
#branding #site-title {
  margin: 0 39px 39px 39px;
}

#primary {
  width: 100%;
}

#page {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  max-width: 1040px;
  margin: 50px auto;
}

#wrapper {
  background: #FFF;
  border: 1px solid #f8f8f8;
  -webkit-box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

#content {
  margin: 0 39px;
  width: auto;
}

#main {
  clear: both;
  padding: 8px 0 0 0;
}

/* Header */
#branding {
  position: relative;
  z-index: 9999;
}

#site-title {
  padding: 39px 0 0;
}

#site-title a {
  color: #ca6d6d;
  font-size: 30px;
  line-height: 36px;
  text-decoration: none;
}

#site-title a img {
  vertical-align: bottom;
}

#site-title a:hover {
  color: #585858;
}

#branding .header-image {
  margin: 0 -1px -1px -1px;
}

#branding .header-image img {
  height: auto;
  width: 100%;
  display: block;
}

.social {
  position: absolute;
  top: 51px;
  right: 39px;
  min-width: 500px;
}

.social ul {
  float: right;
  list-style: none;
}

.social ul li {
  float: left;
  margin-right: 5px;
  padding: 0;
  background: none;
}

.social ul li img {
  display: block;
}
.links{
    width: 178px;
    overflow:hidden;
    margin: auto;
}
.links ul {
  float: right;
  list-style: none;
}

.links ul li {
  float: left;
  margin-right: 5px;
  padding: 0;
  background: none;
}

.links ul li img {
  display: block;
  padding:10px;
}

form#searchform {
  width: 300px;
}

.no-results form#searchform {
  padding: 10px 0 0 0;
}

form#searchform:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

input#searchsubmit {
  float: right;
  border: none;
  background: #404040 url(style/images/icon-search.png) center center no-repeat;
  height: 25px;
  width: 25px;
  text-indent: -99999px;
  cursor: pointer;
}

input#s {
  height: 21px;
  padding: 0 5px 2px 5px;
  width: 264px;
  background-color: transparent;
  border: 1px solid #a3a3a3;
  border-right: 0;
  color: #a0a0a0;
  font-family: 'MerriweatherRegular';
  font-size: 12px;
  display: block;
  float: left;
}

.social .widget_search .search-text-box {
  -webkit-transition: .2s ease;
  transition: .2s ease;
  height: 25px;
  padding: 0 5px 2px 5px !important;
  width: 45px;
  background-color: transparent;
  border: 1px solid #a3a3a3;
  border-right: 0;
  color: #a0a0a0;
  float: right;
   font-family: 'Michroma', sans-serif;
  font-size: 12px;
}
.social input.search-submit-button {
  float: right;
  border: none;
  background: #404040 url(style/images/icon-search.png) center center no-repeat;
  height: 25px;
  width: 25px;
  text-indent: -99999px;
  cursor: pointer;
}


.entry-header {
  text-align: center;
}
.entry-title a{
  margin: 0 0 15px 0px;
  font-size:83px;
  margin: auto;
  width:100%;
  letter-spacing: 17px;
  
 
}
.entry-title{
  margin-bottom:20px;
}

@media only screen and (max-width: 768px) {
.entry-title a{
  margin: 0 0 15px 0px;
  font-size:24px;
  margin: auto;
  width:100%;
  letter-spacing:7px;
  }
}

.entry-title{
  margin-bottom:30px;
  margin-top:-10px;
}
.entry-title,
.entry-title a {
  color: #000000;
  text-decoration: none;
}

.entry-title a:hover {
  color: #585858;
}

.entry-title span.featured-format {
  background: url(style/images/icon-featured.png) no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  width: 7px;
  height: 20px;
  margin-top: -10px;
  margin-right: 10px;
}

.entry-meta {
  color: #a0a0a0;
  clear: both;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 26px;
}

.entry-meta p {
  color: #a0a0a0;
  word-spacing: 5px;
}

/* =Image
----------------------------------------------- */
.full-size img {
  display: block;
}

.full-size {
  margin: 0 -40px 20px;
}

.normal-size {
  margin-bottom: 20px;
  text-align: center;
}

.normal-size img {
  display: inline;
  vertical-align: bottom;
}

/*-----------------------------------------------------------------------------------*/
/*	FORM
/*-----------------------------------------------------------------------------------*/
input[type=text],
input[type=password],
textarea {
  background: #f4f4f4;
  border: 1px solid #dedede;
  color: #606060;
}

textarea {
  padding-left: 3px;
  width: 98%;
}

input[type=text] {
  padding: 3px;
}


/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
#colophon {
  clear: both;
  background-color: #191919;
  margin: 40px -1px -1px;
}

#supplementary {
  padding: 40px 39px 0;
  overflow: hidden;
}



/* Four Footer Widget Areas */
#supplementary.four .widget-area {
  float: left;
  width: 42%;
}

#supplementary.four .widget-area + .widget-area + .widget-area + .widget-area {
  margin-right: 0;
}

/* Site Generator Line */
#site-generator {
  color: #999;
  font-size: 12px;
  line-height: 2.2em;
  padding: 1.2em 0.5em;
  text-align: center;
  background-color: #131313;
}

#site-generator a {
  color: #999;
}

#site-generator a:hover {
  text-decoration: none;
  color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS
/*-----------------------------------------------------------------------------------*/
.widget {
  clear: both;
  margin: 0 0 2.2em;
  color: #999;
}

.widget-title {
  font-weight: normal;
  margin-bottom: 15px;
}

.widget ul {
  margin: 0;
}

.widget ul ul {
  margin-left: 1.5em;
}

.widget ul li {
  background-image: url(style/images/light-bullet.png);
}

.widget a {
  text-decoration: none;
  color: #999;
}
  
.widget a:hover {
  color: #fff;
}

/* Search Widget */
#supplementary .widget-area {
  position: relative;
}

#supplementary .widget-area form#searchform {
  width: auto;
}

#supplementary .widget-area input#s {
  background-color: #111;
  font-size: 14px;
  height: 28px;
  padding: 3px 10px 5px;
  border: none;
  display: block;
  width: 95%;
}

#supplementary input#searchsubmit {
  display: none;
}



/*-----------------------------------------------------------------------------------*/
/*	TOGGLE
/*-----------------------------------------------------------------------------------*/
.toggle {
  width: 100%;
  padding-bottom: 20px;
  clear: both;
}

.toggle h4.title {
  cursor: pointer;
  color: #6B6B6B;
  padding: 15px 20px 12px;
  margin: 0;
  line-height: 1;
  background-color: #f4f4f4;
  font-size: 18px;
}

.toggle h4.title.active {
  background-color: #e9e9e9;
}

.togglebox {
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.togglebox div {
  padding: 20px 20px 0 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/
ul.tabs {
  padding: 0;
  line-height: 1;
  margin: 0;
}

ul.tabs li {
  padding: 0;
  background: none;
  float: left;
  margin-right: 10px;
}

ul.tabs li a {
  display: block;
  overflow: hidden;
  padding: 13px 15px 10px 15px;
  background: #fff;
  color: #6B6B6B;
  font-family: 'MarketDecoRegular';
  font-size: 18px;
}

ul.tabs li a:hover {
  text-decoration: none;
}

ul.tabs li.active a {
  background: #f4f4f4;
}

ul.tabs:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.tab_container {
  clear: both;
  float: left;
  margin-top: -1px;
  margin-bottom: 20px;
  background: #f4f4f4;
  position: relative;
  z-index: 1;
  width: 100%;
}

.tab_content {
  overflow: hidden;
  padding: 20px 20px 0 20px;
}

/* CHROME FIX */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input#submit,
  .forms fieldset .btn-submit {
    height: 28px;
  }
  a.button,
  .page-navi li a,
  #nav-single .nav-prev .meta-nav-prev,
  #nav-single .nav-next .meta-nav-next {
    height: 27px;
  }
}

/* OPERA FIX */
@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
  input#submit,
  .forms fieldset .btn-submit {
    height: 28px;
    padding-top: 3px;
  }
  a.button,
  .page-navi li a,
  #nav-single .nav-prev .meta-nav-prev,
  #nav-single .nav-next .meta-nav-next {
    height: 27px;
  }
}
/*# sourceMappingURL=mehedi.css.map */