/*!
 * Mosaico v1.0.0
 *
 * Copyright 2013 Mosaico Digital
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * By @miferval.
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
    	
}

body {
  margin:10px 0 0 0;
  padding:24;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
 /* background-color: #451D00;*/
}

ul{
	margin:0;
	padding:0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
    max-width: 100% !important;
  }
.left{
	float:left;
}
.right{
	float:right;
}

.clear{
	clear:both;
}
.sidepadd{
	padding:0 15px;
}
.border_r{
	border-right:1px solid #CDCDCD;
	padding:0 10px 0 0;
}
.border_n{
	padding:0 11px 0 0;
}
/*/FORMS/*/
.input_box{
	padding:5px 0;
}
.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 94%;
  height: 34px;
  padding: 6px 2%;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}
.captcha_img{
	width:98%;
	padding:3px 0 0;
	text-align:center;
	background:#364676;
	border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.captcha_text{
	text-align:left;
}
/*/BUTTONS/*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.btn.slim{
	padding:0px 6px;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}


/*/EOF/*/
/*/LINES/*/
.blue_line{
	background:#C0EEF9;
	height:1px;
	width:100%;
	margin:20px 0;
}

.gray_line{
	background:#CDCDCD;
	height:1px;
	width:100%;
	margin:30px 0;
}
/*/BOXES/*/
.box_s{
	min-height:140px;
}
/*/EOF BOXES/*/
/*/LINKS/*/
.col_link{
	padding:10px 0;
}
.col_link a{
	color: #0CAFDC;
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
 }
/*/EOF LINKS/*/
/*/FONTS/*/
h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}


.sub_date{
  color: #8F8F8F;
  font-size: 11px;
  line-height: 18px;
}

/*/EOF FONTS/*/
/*/BOXES/*/
.box_img{
	border:1px solid #ABABAB;
	border-radius: 4px;
	padding:20px 10px;
	margin:5px;
	background:#FFFFFF;
	text-align:center;
}
/*/EOF BOXES/*/
.container{
	margin:auto;
	
}
/*/TOP NAV/*/
.navbar .nav  li {
    float: left;
    list-style:none;
    display:block;
    position:relative;
}
.navbar .nav li a{
	display:block;	
	text-decoration:none;
}

.navbar .nav ul ul{
 position:absolute;
 display:none;	
}

.navbar .nav ul li:hover > ul{ 
	display:block;
}

.row:after {
  content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/*/SIDE NAV/*/
.sidenav{
	margin:20px 0 0;
}
.sidenav li{
	font-size:24px;
	list-style:none;
}
.sidenav li li{
	font-size:14px;
	padding:5px 0 5px 5px;
}
.sidenav li li a{
	color:
}
/*/FROM BOOTSTRAP/*/
.navbar-toggle,.navbar-toggle-bottom {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar .navbar-toggle,.navbar .navbar-toggle-bottom {
  border-color: #282828;
  cursor:pointer;
	display:none;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle-bottom:hover,
.navbar .navbar-toggle-bottom:focus
 {
  background-color: #282828;
}
.navbar-toggle .icon-bar, .navbar-toggle-bottom .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar,.navbar-toggle-bottom .icon-bar + .icon-bar  {
  margin-top: 4px;
}

.navbar .navbar-toggle .icon-bar,.navbar-toggle-bottom .icon-bar {
  background-color: #DEDEDE;
}
/*/EOF/*/


/*/GRID/*/
/*/FRACTIONS/*/
.fivesix{
	width:81.33;
	padding:0 1%;
}
.fourfive{
	width:78%;
	padding:0 1%;
}
.threefour{
	width:73%;
	padding:0 1%;
}
.twothree{
	width:64.66%;
	padding:0 1%;
}
.threefive{
	width:58%;
	padding:0 1%;
}
.twofive{
	width:38%;
	padding:0 1%;
}
.onefive{
	width:18%,
	padding:0 1%;
}
/*/COMPLETE/*/
.six{
	width:14.666%;
	padding:0 1%;
}
.five{
	width:18%;
	padding:0 1%;
}
.four{
	width:23%;
	padding:0 1%;
}
.three{
	width:31.3%;
	padding:0 1%;
}
.two{
	width:48%;
	padding:0 1%;
}
.one{
	width:98%;
	padding:0 1%;
}
/*/EOF GRID/*/
@media (max-width: 767px) {
.col{
	float:none;
}
.box_s{
	min-height:1px;
}
.fivesix,.fourfive,.threefour,.twothree,.threefive,.twofive{
	width:98%;
}
.six,.five,.four,.three,.two{
	width:98%;
}	
.border_r,border_n{
	border:0;
	padding:0;
}	
.navbar .navbar-toggle,.navbar .navbar-toggle-bottom {
   display:block; 
}
.navbar_header{
	height:50px;
	background:#353535;
	width:100%;

}


.navbar_header button{
	float:right;
}
.navbar_header .logo{
	color:#FFFFFF;
}
.navbar .nav.right{
	float:none;
}
.navbar_nav {
    float: none;
    margin: 0;
 }
 .navbar .nav{
	position:relative;
	
	width:98%;
	background-color:#323232;
	border-top:1px solid #101010;
  border-bottom:1px solid #101010;
	display:none;
}
.navbar .nav  li {
	float:none;
}
  
 .navbar_nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color:#FFFFFF;
  }
.navbar .nav ul ul{
 position:relative;
 display:none;	
} 
}
/*/COLS/*/
.col{
	float:left;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {

.container {
    
    
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
.navbar_nav {
    float: left;
    margin: 0;
}
  
.navbar_nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
}

@media (min-width: 992px) {
  .container {
    
    padding:0 
  }