/*
www.devsaran.com
*/

/* @import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700); */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans'), url('./fonts/opensans-light.woff2') format('woff2'),
         url('./fonts/opensans-light.woff') format('woff');


}



@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('./fonts/opensans-regular.woff2') format('woff2'),
         url('./fonts/opensans-regular.woff') format('woff');

}



@font-face {
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans'), url('./fonts/opensans-semibold.woff2') format('woff2'),
         url('./fonts/opensans-semibold.woff') format('woff');


}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans'), url('./fonts/opensans-bold.woff2') format('woff2'),
         url('./fonts/opensans-bold.woff') format('woff');

}




@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans'), url('./fonts/opensans-extrabold.woff2') format('woff2'),
         url('./fonts/opensans-extrabold.woff') format('woff');

}


/* Reset
================================================== */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Body & Main
================================================== */
body {
  nowhitespace: afterproperty;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #606060;
}
*,*:after,*:before{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
/* Links */
a {
  /*color: #f4473a;*/
  color: #000000;

}
a:visited {
  color: #f4473a;
}
a:hover,
a:focus,
a:active {
  color:#2e58b9;
  text-decoration: none;
}

/*set max img width*/
img {
  max-width: 100%;
  height: auto;
}
dt,dd{padding-bottom: 10px;}

/* Commons
================================================== */

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

blockquote p:last-child {
  margin: 0;
}


/*preformatted text*/
pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
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;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
  padding:10px 10px;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
}

#primary table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

#primary th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

#primary tr{
  padding:5px 5px;
}

#primary td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* Typography
================================================== */

/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
  margin: 0 0 20px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}

/* GRID */


/*  SECTIONS  ============================================================================= */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
/*  GRID OF FOUR   ============================================================================= */


.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.8%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_4 {
    width: 100%;
  }
  .span_2_of_4 {
    width: 100%;
  }
  .span_1_of_4 {
    width: 100%;
  }
}

/*  GRID OF THREE   ============================================================================= */


.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66.13%;
}

.span_1_of_3 {
  width: 32.26%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_3_of_3 {
    width: 100%;
  }
  .span_2_of_3 {
    width: 100%;
  }
  .span_1_of_3 {
    width: 100%;
  }
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%;
  }
  .span_1_of_2 {
    width: 100%;
  }
}
/* Head */

#masthead{
  position: relative;
}
.site-branding{
  margin-bottom: 10px;
}
#site-logo {
  float: left;
  padding: 13px 15px 0 0;
}
h1#site-title{
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 18px;
  clear: none;
}
h1#site-title a:link, h1#site-title a:visited{
  color: #000;
}

/* Menu */

.menutoggle{
  width: 36px;
  height: 36px;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 20px;
  top:25px;
  font-size: 20px;
  display:none;
}

#main-menu {
  padding:0px 0px;
  margin: 22px 0px 15px;
  height:45px;
  border-bottom: none;
  float: right;
}

#main-menu ul {
  width: auto;
  float:left;
  list-style: none;
  margin: 0;
  padding: 0 0px;
}

#main-menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight:400;
}

#main-menu li a {
  color: #777;
  display: block;
  margin: 0;
  padding: 19px 10px 19px 10px;
  text-decoration: none;
  position: relative;
}

#main-menu li a:hover, #main-menu li a:active, #main-menu a.active, #main-menu > ul > li > a.active-trail {
  color: #ed564b;
}

#main-menu li a.sf-with-ul {
  padding-right: 10px;
}

#main-menu li ul li a, #main-menu li ul li a:link, #main-menu li ul li a:visited,
#main-menu li ul li ul li a, #main-menu li ul li ul li a:link, #main-menu li ul li ul li a:visited,
#main-menu li ul li ul li ul li a, #main-menu li ul li ul li ul li a:link, #main-menu li ul li ul li ul li a:visited {
  color:#777;
  width: 148px;
  margin: 0;
  padding: 10px 10px;
  border-top:1px solid #ddd;
  position: relative;
  font-weight:400;
}

#main-menu ul li ul li:first-child a,#main-menu ul li ul li ul li:first-child a,#main-menu ul li ul li ul li ul li:first-child a  {
  border-top:none;
}


#main-menu li ul li a:hover ,#main-menu li ul li ul li a:hover ,#main-menu li ul li ul li ul li a:hover {
  color: #ed564b;
}

#main-menu li ul {
  font-size: 12px;
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 160px;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px;
  background:#efefef;
}

#main-menu li ul a {
  width: 150px;
}

#main-menu li ul a:hover, #main-menu li ul a:active {
}

#main-menu li ul ul {
  margin: -44px 0 0 160px;
}

#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfHover ul ul, #main-menu li.sfHover ul ul ul {
  left: -999em;
}

#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfHover ul, #main-menu li li.sfHover ul, #main-menu li li li.sfHover ul {
  left: auto;
}

#main-menu li:hover, #main-menu li.sfHover {
  position: static;
}

#main-menu > ul > li > a {
  padding : 10px;
}

/* Layout */

#primary, #sidebar{
  padding-top: 20px;
  padding-bottom: 20px;
}


#main-content {
 /* padding-top: 15px;*/
  border-top:1px solid #ccc;
}

/* Slider */

#slidebox{
  max-height: 550px;
  position: relative;
  background: #000;
}

.doverlay{
  /* background: url(images/overlay.png); */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  z-index: 100;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.flex-caption{
  width: 800px;
  position: absolute;
  top:28%;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  z-index: 120;
  color: #fff;
}

.flex-caption h2{
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}

.flex-caption h2 a:link, .flex-caption h2 a:visited{
  color: #fff;
}

.flex-caption p{
  font-size: 16px;
}

a.frmore{
  background: rgba(255,255,255,0.2);
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  border: 1px solid #fff;
  padding: 5px 0px;
  margin: 10px auto;
  font-weight: bold;
  color: #fff!important;
}

#preface-area {
  background: none repeat scroll 0 0 #ED564B;
  border-bottom: 5px solid #F96B61;
  border-top: 5px solid #F96B61;
  padding: 40px 0 20px;
}

.preface-block{
  color: #fff;
  text-align: center;
}


.preface-block .block > h2{
  font-size: 24px;
  font-weight: bold;
}

#header-block, #footer-block {
  padding: 20px 0 0;
}


#bottom{
  padding: 20px 0px 40px 0px;
  background: #3b3b3b;
  border-top:5px solid #ed564b;
}

.footer-block{
  color: #aaa;
}

.footer-block .block > h2{
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 0px;
  color:#fff;
  text-transform: uppercase;
}

/* Footer */

.site-footer{
  padding: 10px 0px;
  background:#012740;
  font-size: 12px;
  height: 64px;
  position: absolute; bottom: 0px; width: 100%;
}
body{margin-bottom: 20px; }
html {
    min-height: 100%;

    position: relative;
}

.fcred{
  padding: 10px 0px;
 color: #2879ae;
}

.fcred a:link, .fcred a:visited{
  color:#fff;
}

/* =Content
----------------------------------------------- */

.node h2.title a, h1.page-title {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}
#auth_box h2.title {
    margin: 0;
    padding: 0 0 15px;
    font-size: 2em;
    text-align: center;
}

#content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block {
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
}

#sidebar .block > h2 {
  font-size: 16px;
  color:#000;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

.preface-block .block, .footer-block .block, .region-footer .block, .region-header .block, .region-content-top .block {
  margin-bottom: 30px;
}


/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px;
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input, textarea {  font-size: 0.929em; margin:.5em 0; padding: 4px 6px; }

textarea { line-height: 1.5; }

textarea.form-textarea{ padding: 4px; }
select.form-select{padding:4px 0;}
select.form-select  option{text-indent:6px;}

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

#auth_box #edit-actions input { margin-right: 0px; }
/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
#edit-cancel,
input[type="submit"],
input[type="reset"],
input[type="button"] {
background: #014495; border: 1px solid #06346d; line-height: 1.2;
color: #fff;  position: relative; font-weight:bold; padding:8px 10px; font-size: 13px; }

button:hover,
#edit-cancel:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
background: #06346d;
cursor: pointer; }
#edit-cancel { margin-left: 10px; }
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


.meta {
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: #fff;
  color: #888888;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding:5px 10px;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #3b3b3b;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  background: #ed564b;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
}

.field-name-field-tags a:hover{
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

h3 {
  border: none;
  margin-bottom: 15px;
}

/*.profile dt {
  margin-bottom: 0;
}*/

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 22px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }


/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{
  font-size: 16px;
}



.field-name-scald-tags .field-items .field-item {
  display: inline-block;
 vertical-align:middle;
  margin-right: 8px;
}
.views-column .views-field-actions {
  clear: both;
  padding: 5px 0;
}
.field-name-scald-tags .field-label {
  float: left;
  margin-right: 5px;
  font-size:1.2em;
  line-height:1.2;
}
.views-exposed-form input#edit-title {
  /*width: 400px;*/
  height:45px; background:#464f58; border:1px solid #5e6367; color:#fff;
}
.views-exposed-form .form-item label {
  display: block;
}
.view-media-search .views-field-actions,.view-media-search .view-filters .form-submit,.view-media-search .views-responsive-grid .views-column{transition:all 0.4s ease 0s; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s;}
.view-media-search .views-column iframe{max-width:100%}
#header-block #views-exposed-form .form-text,#header-block #views-exposed-form .form-select{background:#464f58; border:1px solid #545a5e; color:#c2c2c2;}
.view-media-search .view-content .views-row{margin-left:0px; margin-right:0px;}
.rrssb-item-list{margin:1px 0 10px 0;}
.rrssb-buttons li{padding:0 0 0 1px;}
.rrssb-buttons li:first-child{padding-left:0px;}
.rrssb-buttons.large-format li a{border-radius:0px;}
#header-block{background:#2a3036; text-align:center;}
#header-block h2{display:inline-block; width:84px; vertical-align:middle; height:45px; background:url(./images/search-media.png) left top no-repeat; margin-right:30px; text-indent:-9999px;}
#header-block .views-exposed-form select.form-select{ width:150px; height:64px;}
#header-block .content{display:inline-block; text-align:left; vertical-align:middle;}
#header-block .views-exposed-form label{font-weight:400;}
#header-block .views-exposed-form  .form-submit{background:transparent; border:1px solid #545a5e; text-shadow:none; color:#c2c2c2; box-shadow:none; border-radius:0px; height:45px; width:100px;}
#header-block .views-exposed-form  .form-submit:hover{color:#2a3036; background:#fff;}
#header-block .views-widget-filter-title label{top:20px; margin-left:8px; z-index:1; position:absolute; color:#c2c2c2;}
#header-block .views-widget-filter-type > label{display:none;}
#header-block .views-widget-filter-type input{vertical-align:middle; margin-top:0px;}
#header-block .bef-checkboxes .form-item{display:inline;}
#header-block .bef-checkboxes .form-item label{display:inline; margin-right:10px; vertical-align:middle; color:#c2c2c2;}
#views-exposed-form-media-search-page-1 label{position:static;}
#header-block .views-exposed-form .views-exposed-widget .form-submit{margin-top:0px;}
#header-block .views-widget-filter-type .bef-toggle{display:inline-block; margin-right:10px; color:#c2c2c2;}
#header-block .views-widget-filter-type .bef-checkboxes{display:inline-block;}
#header-block .views-widget-filter-type .views-widget{margin-top:12px;}
#header-block #block-views-exp-media-search-page-1{margin-bottom:15px;}
#header-block #edit-title-wrapper{position:relative}

.video{background:url(./images/video.png) center center no-repeat; float:left; width:58px; height:58px; display:block; text-indent:-9999px; position:relative; z-index:9; margin:-80px 0 0 8px }
.image{background:url(./images/image-icon.png) center center no-repeat; float:left; width:58px; height:58px; display:block; text-indent:-9999px; position:relative; z-index:9; margin:-80px 0 0 8px }
.audio{background:url(./images/audio.png) center center no-repeat; float:left; width:58px; height:58px; display:block; text-indent:-9999px; position:relative; z-index:9; margin:-80px 0 0 8px }


/*.video{background:url(./images/video-1.png) center center no-repeat; float:left; width:42px; height:34px; display:block; text-indent:-9999px; }
.image{background:url(./images/image-1.png) center center no-repeat; float:left; width:42px; height:34px; display:block; text-indent:-9999px;  }
.audio{background:url(./images/audio-1.png) center center no-repeat; float:left; width:42px; height:34px; display:block; text-indent:-9999px; }*/
.breadcrumb{border-radius:0px;}
.views-field-scald-thumbnail{margin-bottom:20px;}
.views-field-title{line-height:1.2; font-weight:600; color:#000;}
/* .mainmenu{background:url(./images/top-image.png) 211px bottom no-repeat; height:88px;}*/
/*#page{background: url("./images/header-strip.jpg") 0 0 repeat-x; padding-top: 10px;}
*/
.page-user-login {
    background: rgba(0, 0, 0, 0) url("./images/bg-login.jpg") no-repeat scroll center center;
    background-size: cover;
}
.not-logged-in #main-content{/*background:radial-gradient(#e1f2fe 10%,#94c3e2 90%) repeat scroll 0 0;background-color:#94c3e2; */padding: 40px 0 100px;}
.fcred span{float: right; width: 50%; text-align: right;}
#block-block-1{float: left; width: 60%; background: url(./images/login-view.png) 20% 0 no-repeat; padding-top: 235px; padding-right: 5%;}
#user-login{float: left; width: 100%; max-width: 340px; padding: 0px;}
.form-text{width: 100%; height: 45px; border-color:#8db2ca;}
.not-logged-in #user-login .form-submit{background:#f98a33; width: 100%; border:none; box-shadow:none; line-height: 30px; font-size: 20px; font-weight: 400; border-radius: 4px;}
#user-login .form-text{background:#fff url(./images/sprite-icon.png) -70px 7px no-repeat; padding-left: 36px;}
#user-login #edit-name{background-position:-70px 7px; }
#user-login input[type=password]{background-position:-70px -44px;}
.login_text{font-size: 30px; font-weight:300; color: #155061; }
.login_text span{font-weight: bold;}
#content_top{background: #0087cb;}
#views-exposed-form-search-media-page{max-width: 600px; margin:0 auto; background:none; padding: 0px;}
#views-exposed-form-search-media-page .views-widget{float: left;}
#views-exposed-form-search-media-page .views-exposed-form .views-exposed-widget{padding-top: 0px;}
.views-widget-filter-search_api_views_fulltext > label{float: left; color: #fff; margin:22px 15px 0 0;}
.views-exposed-form .views-widget-filter-search_api_views_fulltext{padding-right: 0px;}
.views-exposed-form .views-exposed-widget .form-submit{margin: 0.5em 0;}
.views-exposed-form #edit-search-api-views-fulltext-wrapper{padding-right: 0px;}
#views-exposed-form-search-media-page .views-submit-button .form-submit{background: #00b1e5; border-radius:0 4px 4px 0; height: 45px;
border: none; box-shadow: none; color: #fff; padding:0 15px; text-shadow: none;
}
#views-exposed-form-search-media-page .views-reset-button .form-submit{background: none; box-shadow: none; height: 45px; border:1px solid #fff; color: #fff; text-shadow: none; border-radius:4px; width: 80px; }
/*.views-widget-filter-search_api_views_fulltext {width: 270px;}*/
.views-widget-filter-search_api_views_fulltext .form-text{border-radius:4px 0 0 4px;}
.block-share-download h2{background: #014495; float:right; padding: 10px 15px; color: #fff; line-height: 1.2; font-size: 16px; cursor: pointer; border-radius:4px;}
.block-share-download h2:hover{background: #00b1e5 }
.view-search-media .view-content{/*margin-left: -2%;*/ width:100%;}
.view-search-media .views-row{/*float: left; width:31.3%;margin:0 0 15px 2%; height:360px; overflow: hidden;*/ margin:0 0 15px; background: #fff; padding:0 0 10px; }
.view-search-media{clear: both;}
#block-share-download-get-share-link .content{padding: 10px 25px 15px; margin-bottom: 60px; background: #fff; clear: both; display: none;}
/*#block-share-download-get-share-link .content > form{width:65%;}*/
.page-managemedia{background: #e8eded;}
.logged-in #autologout-cache-check{padding:0;}
.logged-in { background: rgba(0, 0, 0, 0) url("./images/bg-welcome.jpg") no-repeat fixed center center; background-size: cover;}
.logged-in #auth_box #middle_part{ min-height:530px; }

.logged-in #middle_part h2{ font-size:22px;}
.logged-in #middle_part h2 span{ font-size:16px; display:block;}
.f-info{
  color:#f98a33;
  font-size:22px;
  line-height:28px;
  margin-top: 100px;
}

.f-info.odd{
  color:#333333;
}

a.btn-lgout {
  background: #f98a33;
  border: none;
  box-shadow: none;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  display:block;
  color:#ffffff;
  border-radius:4px;
  text-align:center;
  padding:8px;
}

a.btn-cnf, #logoutconfirm-form .form-submit {
  background: #f98a33;
  border: none;
  box-shadow: none;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  display:block;
  color:#ffffff;
  border-radius:4px;
  text-align:center;
  padding:8px;
  float:left;
  width:47%;
  transition:all 0.25s ease-in-out;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -ms-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
}

a.btn-cnf:hover, #logoutconfirm-form .form-submit:hover{
  background-color:#cccccc;
  color:#333333;
}

a.btn-cnf:last-child, #logoutconfirm-form #edit-no {
  float:right;
}

.page-managemedia .site-header, .logged-in .site-header{background-color: #fff}
.view-search-media .view-header{color: #444444; position: relative;top:-30px; font-size: 16px; font-weight: 700; display: inline-block;}
#sidebar .item-list ul{padding: 0 0 15px;}
input.facetapi-checkbox{margin:0 10px 0 0; vertical-align: middle;}
#sidebar .item-list ul li{padding-bottom: 5px; font-weight: 400}
.view-search-media .views-row .file-image{text-align: center;}
.view-search-media .views-field-name,.view-search-media .views-field-shareclip,.view-search-media .views-field-tags{padding:5px 10px;}
.view-search-media .views-field-name{font-size: 13px; line-height: 1.2}
.clip-time, .int{border:1px solid #8db2ca; padding: 7px 6px; width: 45%;}
.view-search-media .views-field-shareclip input[type=submit]{background:#00b1e5; border-radius:4px; width:100%; border:none;}
.view-search-media .views-field-shareclip input[type=submit]:hover{background:#0898c2;}
#block-share-download-get-share-link .form-textarea-wrapper textarea{margin: 0.5em 0;}
.mejs-container{margin:0 auto;}
.download-link + img{display: block; margin:0 auto;}
.pager li>a, .pager li>span {color: #000;}
.file-audio{max-width: 100% !important; background: url(./images/audio.jpg) center top no-repeat; padding-top:168px;}
video{max-width:100%;}
.masonry-item{width: 246px;}
.not-logged-in .view-search-media .pager,.not-logged-in .view-search-media .view-header{display: none;}
.view-search-media .views-field-downloadtoken{padding: 5px 10px;}
.views-field-downloadtoken a{background:#00b1e5; display: block; border-radius:4px; color: #fff; text-align: center; padding: 5px;}
.views-field-downloadtoken a:hover{background:#0898c2;}
form {background: #fff; padding: 30px;}
.view-search-media form{background: transparent; padding: 0px;}
.form-managed-file{padding:10px 0;}
.form-managed-file .form-file{margin-bottom: 15px; padding: 0px;}
#edit-field-folder .form-select{margin-bottom: 10px; width: 200px}
#edit-upload-upload .form-submit{background: #fff; border-radius: 3px; color: #888; border-color: #666; width: 80px;}
.logged-in #edit-actions .form-submit{padding: 10px 20px; min-width: 130px; border-radius: 2px; display: inline-block; text-align: center;}
.page-admin-content th a{color: #fff;}
#file-entity-admin-file .links li a{display: inline-block; padding:4px 2px; background: none;}
#file-entity-admin-file .links li a:hover{background: none}
.download-link,.back-link{position: absolute; right: 153px; top:0px; background: #fff; padding: 13px 15px; border-radius:4px; }
.download-link:hover,.back-link:hover{background: #00b1e5; color: #fff; }
.page-managemedia .block-share-download h2{margin-top: -52px;}
#views-exposed-form-search-media-page .form-item-text{width: 316px;}
#user-profile-form #edit-current-pass, #user-profile-form #edit-mail{width: 48%; display: block;}
.page-admin-content-file ul.action-links{list-style: none; margin:0px; background: #fff; padding:20px 0 0 20px;}
#sidebar .item-list ul.expanded{padding-top: 5px;}
.item-list ul ul{margin-left:10px;}
.item-list .pager{text-align: right;}
.pager li.pager-current{padding: 4px 15px; background: #00b1e5; color: #fff; border-radius:4px;}
.pager li > a, .pager li > span{border-radius: 4px; padding:7px 14px;}
.page-file .file-image img{display: block; margin: 5px auto 10px;}
.page-file .file-image .field-label-above{padding-bottom: 10px; line-height: 1.4}
.back-link{right:292px;}
.file-form .vertical-tabs fieldset.vertical-tabs-pane{margin-bottom: 12px !important}

/* Auth Box Style */
#auth_box {
  width: 320px;
  margin: 0 auto;
  padding: 30px 0 0;
  font-family: sans-serif;
}

  #auth_box h1#the_logo {
    text-align: center;
    margin: 0;
    padding: 0 0 25px;
  }

    #auth_box h1#the_logo img {
      max-width: 250px;
    }

/*  #auth_box .title {
    display: none;
  }
*/
  #auth_box input[type="text"],
  #auth_box input[type="password"] {
    width: 100%;
    border: 1px #ccc solid;
    border-radius: 3px;
    padding: 5px;
    font-size: 15px;
  color:#71568e;
  }
  #auth_box input[type="text"] {
    background: #eeeaf2 url("./images/sprite-icon.png") no-repeat scroll -70px 7px;
    padding-left: 36px;
  }
  #auth_box input[type="text"]#edit-captcha-response {
    background: #ffffff url("./images/sprite-icon.png") no-repeat scroll -70px 7px;
  }
  #auth_box input[type="password"] {
    background: #eeeaf2 url("./images/sprite-icon.png") no-repeat scroll -70px -43px;
    padding-left: 36px;
  }
  #auth_box .form-actions{padding-top: 0px;}

  #auth_box #middle_part {
    border-radius: 3px;
    background: #fff;
    padding: 22px;
    overflow: hidden;
    box-shadow: 4px 2px 35px 5px rgba(0,0,0,0.60);
  }
  #auth_box #middle_part form {
    padding: 0px;
  }
  #auth_box .back_link {
    padding: 15px 0 0;
  }

  #auth_box #bottom_part {
    font-size: 13px;
    padding: 15px 0 0;
  }
  
  .site-terms{
    margin-top:20px;
   }
  
  .site-terms a{
    color:#ffffff;
    display:inline-block;
    font-size:14px;
  }
  
  


@media screen and (max-width: 990px) {
  #header-block h2{margin-top:11px; vertical-align:top;}
  #header-block .views-widget-filter-type{clear:left;}
  .views-exposed-form input#edit-title{width:100%;}
  #header-block #edit-title-wrapper{float:none;}
  }
@media screen and (max-width: 768px) {
  html{
    font-size: 60%;
  }

  h1#site-title{
    text-align: center;
  }

  #site-logo {
    padding-top: 0;
  }

  select.mnav{
    width: 100%;
    margin-bottom: 20px;
  }

  #main-menu{
    display:none;
  }

  .flex-caption{
    display: none;
  }
  #header-block .views-exposed-form .form-submit{width:85px;}
/*.masonry-item{width: 230px;}*/
}

/*login changesss*/

.page-user-login #auth_box{ width:800px; }
.page-user-login .region-content{overflow:hidden; margin:0 -15px;}
.page-user-login .block{ float:left; width: 50%; position: relative;
  padding:0 15px; margin-top: 20px; }
.page-user-login .block:last-child{ float:right; }
.page-user-login .block:after{ width: 1px; height: 100%; content: "";
background-color: #cccccc; right: 12px; top: 0; position: absolute; }
.page-user-login .block:last-child:after{ content: none; }
.page-user-login .block h2{ margin:0 0 15px; }
.page-user-login #block-pwdless-login-pwdless-login-block .form-actions{
  overflow: hidden; margin: 0;
}
.page-user-login #block-pwdless-login-pwdless-login-block
input[type="submit"]{
  float:right; width: 170px; background-color: #f98a33; border-radius: 4px;
  font-size: 20px; font-weight: 400; border:none; margin:0; 
}

.page-user-login #block-pwdless-login-pwdless-login-block
input[type="submit"]:last-child{
  float:left;
}

@media (max-width: 1023px) { 
  .page-user-login #auth_box{ width:700px; }
  .page-user-login .block:after{ right:0px; }
}

@media (max-width: 767px) { 
  .page-user-login #auth_box{ width:320px; }
  .page-user-login .block:after{ content:none; }
  .page-user-login .block{ float: none !important; width: 100%;
  padding:0; overflow: hidden;}
  .page-user-login .block:last-child{ margin-top: 15px; }
  .page-user-login .region-content{ margin:0; }
  .page-user-login #block-pwdless-login-pwdless-login-block
  input[type="submit"]{ width: 120px; font-size: 18px; }
}



