/* @import 'reset.css'; */ 
/* @import 'text.css'; */

/* @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,200italic,300italic,400italic,600,600italic,700,700italic,900,900italic); */

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('SourceSansPro-BlackIt.otf') format('truetype');
    src: url('SourceSansPro-Black.otf') format('truetype');
    src: url('SourceSansPro-BoldIt.otf') format('truetype');
    src: url('SourceSansPro-Bold.otf') format('truetype');
    src: url('SourceSansPro-ExtraLightIt.otf') format('truetype');
    src: url('SourceSansPro-ExtraLight.otf') format('truetype');
    src: url('SourceSansPro-It.otf') format('truetype');
    src: url('SourceSansPro-LightIt.otf') format('truetype');
    src: url('SourceSansPro-Light.otf') format('truetype');
    src: url('SourceSansPro-Regular.otf') format('truetype');
    src: url('SourceSansPro-SemiboldIt.otf') format('truetype');
    src: url('SourceSansPro-Semibold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* BEGIN: BASIC HTML  -DEMO.CSS - UNSEMANTIC - ADAPT.JS */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
  
html,
body {
  height: 100%;
  /*min-width: 375px;*/
  /*min-width: 250px;*/
  min-width: 250px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}



body {
  /*font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif;
}


pre,
code {
  font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
}

hr {
  border: 0 #cccccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 0px;  /* VERIFICAR PAGINAS INICIO SI FALLAN */
  margin-right: 0px;
}


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 0px;
}



body {
  background: white;
  color: #333333;
  text-align: center;
}

a {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  padding-top: 20px;
}

.example-block {
  background: #eeeeee;
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

.grid-container > hr {
  margin-left: 10px;
  margin-right: 10px;
  z-index: 0;
}

div[class*="push-"] section {
  background: #ddeecc;
}

div[class*="pull-"] section {
  background: #ffccdd;
}

.dynamic-px-width {
  display: block;
}


/* END: BASIC HTML  -DEMO.CSS - UNSEMANTIC - ADAPT.JS */



* {
    font-family: 'Source Sans Pro', sans-serif;
}


body {
    background-color: gainsboro;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x:hidden;
}

a {
    text-decoration: none;
    color:#cda434;
}

ul {
    list-style-type: none;
}

input[type='name'],
input[type='password'],
input[type='text'],
input[type='email'],
input[type='about'] {
    width: 85%;
    border-radius:4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4px 6px;
    margin: 6px;
    font-size: 15px;
}

input[type='name']:hover,
input[type='password']:hover,
input[type='text']:hover,
input[type='email']:hover,
input[type='about']:hover {
    color: #cda434;
}

.inset-b textarea {
    resize:none;
    width: 85%;
    margin: 6px;
    padding: 4px 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.gender ul {
    width: 100%;
    list-style: none;
    display: flex;
    text-align: left;
    border-radius:4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*padding: 4px 6px 0px 5px;*/
    padding: 4px 6px;
    margin: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}

.country select {
    width: 85%;
    border-radius:4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 6px;
    margin: 6px;
    /*margin-top: 0px;*/
    font-size: 15px;
}

.btype select {
    width: 85%;
    border-radius:4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4px 6px;
    margin: 6px;
    margin-top: 0px;
    font-size: 15px;
} 

/*.about {
    width: 80%;
    padding: auto;
    margin-top: 6px;
    border-radius:4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 15px;
    font-family: Arial;
}*/

.logged-in {
    /*background: gainsboro url("/static/img/logged-in.png") no-repeat center 80px;*/
    /*background: gainsboro url("/static/img/logged-in.png") no-repeat center 55px;*/
    background-color:#fff;
}

.logged-outsdfsdfsdfsdfsdfsdfsdfsdfs {
	/*background: gainsboro url("/static/img/logged-out.jpg") no-repeat center center fixed;  /*Ajustar a tamaño completo */
    /*background: gainsboro url("/media/img/aero_light.jpg") no-repeat center center fixed;  /*Ajustar a tamaño completo */
    
    background-color: #fff;
    background-image: url("/media/img/img-global/2.jpg");

    color: #cda434;
    
    -webkit-background-size:cover;  /*Ajustar a tamaño completo */
    -moz-background-size:cover;     /*Ajustar a tamaño completo */
    -o-background-size:cover;       /*Ajustar a tamaño completo */
    background-size: cover;         /*Ajustar a tamaño completo */
    overflow: hidden;
	clear: both;
	bottom:50px
	left: 200px;
	padding: 390px 50px;
	/*font-family: Helvetica;*/
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
}

.logged-out {
    /*background: gainsboro url("/static/img/logged-out.jpg") no-repeat center center fixed;  /*Ajustar a tamaño completo */

    /* background: gainsboro url("/media/img/adprv/welcome-background.jpg") no-repeat center center fixed;  /*Ajustar a tamaño completo */
    -webkit-background-size:cover;  /*Ajustar a tamaño completo */
    -moz-background-size:cover;     /*Ajustar a tamaño completo */
    -o-background-size:cover;       /*Ajustar a tamaño completo */
    background-size: cover;         /*Ajustar a tamaño completo */

    position: relative;
    top: -50px;
    bottom: 0px;
    /* overflow: hidden; */  /*BARRA DE SCROLL ON/OFF */

    font-family: Source Sans Pro Black;
    color: #fff;
    font-size: 25px;
}








.login_body {
    /*background: url("/static/img/logged-out.jpg") no-repeat center center fixed; /*Ajustar a tamaño completo */
    /*background: gainsboro url("/media/img/aero_light.jpg") no-repeat center center fixed;  /*Ajustar a tamaño completo */
    background-color: #fff;
    -webkit-background-size:cover;  /*Ajustar a tamaño completo */
    -moz-background-size:cover;     /*Ajustar a tamaño completo */
    -o-background-size:cover;       /*Ajustar a tamaño completo */
    background-size: cover;         /*Ajustar a tamaño completo */
    background-color:#fff;
    /* background-size: 100%; */
    color: #4d4d4d;
    /*font-family: 'Arial',serif;*/
    font-family: Source Sans Pro;
    font-size: 14px;
}
.fb {
    background: url('/static/img/fb_200.png') no-repeat center top;
    box-shadow: 2px 2px 8px rgba(0,0,0,.7);
    border-radius: 5px;
    width: 198px;
    height: 37px;
    /* margin: 80px auto; */
    margin: 20px auto;
    margin-bottom: 30px;
    overflow: hidden;
}
.inset {
    width: 350px;
    
    padding-top: 50px;
    padding-bottom: 50px;

    padding-left: 20px;
    padding-right: 20px;

    /* background: rgba(255,255,255,.65); */
    background: rgba(255,255,255,.55);
    box-shadow: 2px 2px 8px rgba(0,0,0,.7);
    border-radius: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    margin-bottom: 40px;

}

.inset-b {
    width: 50%;
    max-width: 50%;
    margin-right: 25%;
    margin-left: 25%;

    padding-left: 20px;
    padding-right: 20px;
}

.inset h2 {
    margin-bottom: 6px;
    padding: 0px; 
}

.inset h4 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

.inset h6 {
    width: 85%;
    text-align: justify;
    font-size: 9px;
    margin-left: auto;
    margin-right: auto;
    padding: auto;
}

.inset-b h6 {
    width: 70%;
    text-align: justify;
    font-size: 9px;
    left: 0px;
}



.inset-b label {
    clear: both;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    right: 75%;
    line-height: 2em;
    margin: 6px;
}

.inset .header {
    margin-bottom: 10px;
}

.remember-forgot-section {
    width: 94%;
    text-align: left;
    margin: 8px auto;
    font-size: 10px;
}
.forgot {
    float: right;
    margin-top: 2px;
}

.footnote {
    position: relative;
    top: 14px;
    margin-top: 6px;
    font-size: 10px;
    margin-bottom: 0px;
}
.footnote-b {
    position: relative;
    top: 14px;
    margin-top: 6px;
    font-size: 10px;
    margin-bottom: 35px;
}
.banner-img-logged-out,
.banner-img {
    display:block;
    margin-right:auto;
    margin-left:auto;
    margin-top:50px;
}
.pull-right {
    float:right;
}
.btn {
    color: #fff;
    font-size: 13px;
    /* font-weight: bold; */
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #cda434;
    background-image: -moz-linear-gradient(top, #fff, #cda434);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#cda434));
    background-image: -webkit-linear-gradient(top, #fff, #cda434);
    background-image: -o-linear-gradient(top, #fff, #cda434);
    background-image: linear-gradient(to bottom, #fff, #cda434);
    
    /*
    background-color: rgb(102, 140, 94);
    background-image: -moz-linear-gradient(top, rgb(158, 194, 142), rgb(104, 143, 96));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#9ec28e),to(#688f60));
    background-image: -webkit-linear-gradient(top, #9ec28e, #688f60);
    background-image: -o-linear-gradient(top, #9ec28e, #688f60);
    background-image: linear-gradient(to bottom, #9ec28e, #688f60);
    */

    background-repeat: repeat-x;
    border-color: #5f8657;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-width: 2px;
    border-radius: 5px;
    margin-top: 5px;
    padding: 3px 18px 5px 18px;
}

.btn:hover,
.btn.active {
    /*box-shadow: 1px 1px 9px rgba(0,0,0,.7);*/
    box-shadow: 1px 1px 9px rgba(0,0,0,.1);
}

ul.errorlist {
    margin: 0;
    padding: 0;
}
ul.errorlist li {
    display: inline;
    color: red;
    font-size: 12px;
}

.tos {
    width: 85%;
    height:170px;
    overflow:scroll;
    overflow-y:auto;
    overflow-x:hidden;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    /*margin: 6px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-color: gainsboro;
    border: 1px solid gainsboro;
}

.tos p {
    font-size: 9px;
    text-align: justify;
}

.welcome {
    position: absolute;
    margin: auto;
    top: 20%;
    left: 30%;
    height: 30%;
    width: 40%;
    color: #cda434;
    text-align: center;
    border-radius:4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    border-color: #cda434; /*border-color:gainsboro;*/
    border: 1px solid #cda434; /*border-color:gainsboro;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0px;
    margin-top: 0px;
    /*background: rgba(255,255,255,0.80);*/ /*background: rgba(255,255,255,.80); */
    background: #fff;
    opacity:.9;
}

.welcome-mobile {
    position: absolute;
    margin: auto;
    top: 20%;
    left: 2%;
    height: 30%;
    width: 40%;
    color: #cda434;
    text-align: center;
    border-radius:4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    border-color: #cda434; /*border-color:gainsboro;*/
    border: 1px solid #cda434; /*border-color:gainsboro;*/
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0px;
    margin-top: 0px;
    /*background: rgba(255,255,255,0.80);*/ /*background: rgba(255,255,255,.80); */
    background: #fff;
    opacity:.9;
    min-width: 300px;
}

.welcome h1 {
    position: relative;
    text-align: center;
    line-height: 1em;
}

.welcome h4, h6 {
    position: relative;
    text-align: center;
    line-height: 1em;
    margin: 10px;
    padding: 10px;
    /*text-shadow: 0px 1px #cda434;
    color: #fff;*/
}

.welcome p {
    position: relative;
    text-align: center;
    padding: 0px;
    margin: 0px;
    line-height: 1em;
    font-size: 20px;
}

.signup-button {
    position: relative;
    width: 60%;
    left: 20%;
    -moz-box-sizing: border-box;
    -moz-box-align: center;
    border-radius: 3px;
    margin-top:50px;
    margin-bottom: 9px;
    display: block;
    float: none;  
    padding: 10px 18px 5px 5px;
    /*color: #333;*/
    color: #fff;
    white-space: normal;
    /*background: linear-gradient(#FFF, #F0F0F0) repeat scroll 0% 0% transparent;*/
    background: linear-gradient(#FFF, #cda434);
    border: 1px solid #CCC;
    cursor: pointer;
    vertical-align: middle;
    font-weight: bold;
    /*text-shadow: 0px 1px #FFF;*/
    text-shadow: 0px 1px #cda434;
    text-decoration: none;
    text-align: center;
    font-family:source sans pro; 
    font-size:20px;
}

.signup-button:hover {
    color:#fff;
}



.footer_main {
    clear: both;
    position: absolute-fixed;/* position: fixed; */  /* Solo para bloquear el footer cuando el contenido no llega a cubrir la pagina1 */
    bottom: 0px;
    left: 0px;
    right: 0px;
    width:100%;
    text-align: center;
    background-color: #FAFAFA;
    font-family: Source Sans Pro;
    font-size: 100%;
    padding: 0% 0% 0% 0%;
    /*border-top: 3px solid #F4A900;*/
    background: rgba(255,255,255,.50);
    line-height: 15px;
}

.footer_secondary {
    clear: both;
    font-family: Source Sans Pro;
    font-size: 15px;
    text-align: center;
    color: #999999;
    margin: 5px;
}

.footer_main a {
    padding:0px 0px 0px 0px;
}

.footer_main li {
    padding:0px 0px 0px 20px;
}

.footer_links {
    font-family: Source Sans Pro;
    list-style: none;
    font-size: 10px;
    color: #000000;
}

.footer_links li {
    float: center;
}


.global-nav a {
    font-family: Source Sans Pro;
    font-weight: Regular;
    font-size: 16px;
}

.global-nav-mobile a {
    font-family: Source Sans Pro;
    font-weight: Regular;
    font-size: 16px;

    display: block;
    font-size: 100%;
    border: 0px none;
    padding: 0px;
    width: 120px;
    text-align: center;
    height: 100%;
    margin-top: 1px;  
}

.global-nav {
    /*
    clear:both;
    position: fixed;
    display: block;
    top: 0%;
    left: 50%;
    max-width: 100%;
    width: 100%;
    cursor: pointer;
    padding: 0%;
    margin: 0%; */

    position: relative;
    display: inline-block;
    float: right;
    top:-33px;
    color:#cda434;
    padding: 0px;
    margin:0px;

}


.main-nav-guide {
    clear:both;
    font-family: ionicons;
    font-size: 20px;
    color:white;
    position: relative;
    display: block;
    background: transparent;
    padding: 3px;
    padding-top: 1.5px;
    text-shadow: 0px 1px rgb(255, 255, 255);
    /* background: linear-gradient(rgb(255, 255, 255), rgb(240, 240, 240)) repeat scroll 0% 0% transparent; */
    /*border: 2px solid white;*/
    /* color: rgb(95, 95, 95); */
    vertical-align: middle;
    top:0px;
    height: 25px;
    width: 36px;
    cursor: pointer;

    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top, #fceabb 0%, #fceabb 23%, #fccd4d 46%, #f8b500 75%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(23%,#fceabb), color-stop(46%,#fccd4d), color-stop(75%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fceabb 0%,#fceabb 23%,#fccd4d 46%,#f8b500 75%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fceabb 0%,#fceabb 23%,#fccd4d 46%,#f8b500 75%,#fbdf93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fceabb 0%,#fceabb 23%,#fccd4d 46%,#f8b500 75%,#fbdf93 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fceabb 0%,#fceabb 23%,#fccd4d 46%,#f8b500 75%,#fbdf93 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}

.main-nav-guide:hover {
    background: white;
    color:#cda434;
}

.topbar {
    position: absolute;

    width: 100%;
    top: 0%;
    left: 0%;
    height: 35px;

    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top, #fceabb 0%, #fceabb 23%, #fccd4d 46%, #f8b500 75%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(23%,#fceabb), color-stop(46%,#fccd4d), color-stop(75%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fceabb 0%,#fceabb 23%,#fccd4d 46%,#f8b500 75%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fceabb 0%,#fceabb 23%,#fccd4d 46%,#f8b500 75%,#fbdf93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fceabb 0%,#fceabb 23%,#fccd4d 46%,#f8b500 75%,#fbdf93 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fceabb 0%,#fceabb 23%,#fccd4d 46%,#f8b500 75%,#fbdf93 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}

.topbar-white {
    clear: both;
    position: relative;
    display: inline;
    width: 140px;
    top: -35px;
    left: 0%;
    height: 38px;
    background-color: #fff;
    z-index: 1;
    margin:0;
    padding: 0;
    float: left;
    /* box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1); */
    /*outline: 1px solid #cda434;*/
    border-radius: 2px;
}

.user-avatar {
    position: relative;
    display: block;
    top: 0%;
    left: 0%;
    float: left;
    font-family: Source Sans Pro;
    font-size: 20px;
    color:#cda434;
    /*
    padding-top: 20px;
    margin-top: -40px;
    */
    
}

.main-body-gridster {
    clear:both;
    position: relative;
    display: block;
    padding: 0px 0px 0px 0px;
    top: 0px;
    margin-bottom: 0px;
}

.main-body-gridster ul li {
    margin: 0px;
    padding: 0px;
}


.main-body-gridster-1 {
}
.main-body-gridster-2 {
}
.main-body-gridster-3 {
}
.main-body-gridster-4 {
}



.main-body-gridster-1, .main-body-gridster-2, .main-body-gridster-3, .main-body-gridster-4 {
    clear:both;
    position: relative;
    display: block;
    padding:0px 0px 0px 0px;
    margin: 0px;
        z-index: 0;
}

.main-body-gridster-1, .main-body-gridster-2, .main-body-gridster-3, .main-body-gridster-4 {
}

.main-body-gridster-1 img, .main-body-gridster-2 img, .main-body-gridster-3 img, .main-body-gridster-4  img {
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-radius: 2px;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    padding: 0px 0;
    z-index: 0;
    margin-top: 0px;
    /* box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.3); */
    /*margin-bottom: 7px;*/

    max-width: 100%;
    height: 180px;
}

.main-body-gridster-1 img:hover, .main-body-gridster-2 img:hover, .main-body-gridster-3 img:hover, .main-body-gridster-4  img:hover{
    position: relative;
    display: block;
    outline: 3px solid #cda434;
    border-radius: 0px;
    overflow: hidden;
    /*margin-bottom: 0px;*/
    padding: 0px 0;
    z-index: 0;
    /*margin-top: 0px;*/
    max-width: 100%;
    height: 180px;
}

.main-body-gridster-1 p, .main-body-gridster-2 p, .main-body-gridster-3 p, .main-body-gridster-4 p {
    clear: both;
    font-family: Source Sans Pro Light;
    font-size: 25px;
    color: #cda434;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline;
    position: relative;
    /*padding: 1% 30% 1% 30%;*/
    padding:0px;
    z-index: 0;
}

.main-body-gridster-1 p:hover, .main-body-gridster-2 p:hover, .main-body-gridster-3 p:hover, .main-body-gridster-4 p:hover {
    clear: both;
    font-family: Source Sans Pro Black;
    font-size: 25px;
    color: #cda434;
    /* text-decoration: overline; */
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline;
    position: relative;
    /*padding: 1% 30% 1% 30%;*/
    padding:0px;
    z-index: 0;

}

.main-body-gridster-1 a:hover, .main-body-gridster-2 a:hover, .main-body-gridster-3 a:hover, .main-body-gridster-4 a:hover {
  text-decoration: none;
}


.main-body-gridster .grid-container {

  /*padding-bottom: 20px;*/
  padding: 0px;
}

.grid-container > hr {
  margin-left: 10px;
  margin-right: 10px;
}

.main-category {
    position: relative;
    display: inline-block;
    width: 100%;
    top:0px;
    font-family: source sans pro bold;
    font-size: 40px;
    text-align: center;
    color:grey;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    opacity: 0.6;
    line-height: 0px;
    height: 0px;
    padding-top: 0px;
    margin: 0px;
    cursor: default;
}

/*
.main-category hr {
    opacity: 0.6;
    z-index:-1;
    margin-top: 30px;
}
*/


/*
.global-nav-search {
}

.form-search {
    clear: both;
    position: relative;
    display: inline;
    top: 0%;
    left: 10%;
    float: left;
    width: 15%;
    margin: 0px;
    padding: 0px;

}

.form-control-search input {
    margin:0px;
    padding: 0px;
}

.form-control-search {
    clear: both;
    position: relative;
    display: block;
    top:0px;
    -moz-box-sizing: border-box;
    border-color: #cda434;
    outline: 0px none;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out os, box-shadow 0.15s ease-in-out 0s;
    /*box-shadow: 0px 1px 1px rgba(0,0,0,0.075) inset, 0px 0px 8px rgba(102,175,233, 0.6);*/
    /*padding: 6px 12px;*/
    /*line-height: 1,5;*/
/*} */
/*
.btn-search {
    font-family: inherit;
    margin: 0px;
}
*/

.logo img {
    clear: both;
    width: 110px;
    position: relative;
    display: inline;
    margin:0;
    padding-left: 10px;
    z-index: 2;
    top: 0%;
    left: 5px;
    float: left;
}

#scrolltotop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    /*z-index: 10;*/
    cursor:  pointer;
    display:none;
    opacity: 0.8;
}


.myprofile {
    background-color:#fafafa;
}

/* MYPROFILE.HTML */

.heading {
    height: 49px;
    border-bottom: 1px solid #C4C4C4;
    background: -moz-linear-gradient(center top , #FFF 1%, #F3F3F3 100%) repeat scroll 0% 0% transparent;
    box-shadow: 0px 1px 0px #FFF;
    z-index: 1;
    width: auto;
    min-width: 100%;
    margin-top: 0px;
    position: absolute;
    left: -26px;
    right: -26px;
    top: 0px;
    padding-left: 26px;
    margin-bottom: 0px;
}

.page-header {
    position: relative;
    top:30px;
    padding-bottom: 0px;
    margin-top: 9px;
    border-color: #C4C4C4;
    box-shadow: 0px 1px 0px #C4C4C4;
    text-align: left;
}

.profile-form-group {
    clear: both;
    position: relative;
    border-bottom: 1px dashed #cda434;
    top:20px;
    padding-bottom: 10px;
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    font-size: 20px;
    height: 40px;
}

.profile-form-group-info {
    clear: both;
    position: absolute;
    display: inline-block;
    left: 180px;
    padding-bottom: 20px;
}


.form-label {
    clear:both;
    position: relative;
    display: inline-block;
    text-align: right;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    vertical-align: middle;
}

/* END:MYPROFILE.HTML */

/* BEGIN:DASHBOARD.HTML */
.heading-dashboard-business {

}
.heading-dashboard-personal {
    height: 49px;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    background: -moz-linear-gradient(center top , #FFF 1%, #F3F3F3 100%) repeat scroll 0% 0% transparent;
    box-shadow: 0px 1px 0px #FFF;
    z-index: 1;
    width: auto;
    min-width: 100%;
    margin-top: 49px;
    position: absolute;
    left: -26px;
    right: -26px;
    top: 0px;
    padding-left: 26px;
    margin-bottom: 0px;

    text-align: left;
    font-size: 30px;
    font-weight: lighter;
}

.btn-heading-dashboard button {
    clear: both;
    position: relative;
    display: inline;
    font-size: 1em;
    z-index: 99;
    line-height: 5px;
    top:35px;
}

.btn-heading-dashboard li a{
    font-family: Source Sans Pro;
}

.icon-btn-heading-dashboard button {
    position: relative;
    display: inline;
    float: left;
    top:55px;
    z-index: 99;
    padding: 0px;
    font-size: 1em;
}

.shortcuts {

}

.navi-dashboard-personal a {
    background: -moz-linear-gradient(center top , #FFF 1%, #F3F3F3 100%) repeat scroll 0% 0% transparent;
    outline: 1px solid #cda434;
    width: 100px;
    font-family: Source Sans Pro;
    font-size: 18px;
}

.navi-dashboard-personal ul li:hover {
    background:#fff;
}


/* END:DASHBOARD.HTML */

.thumbnail img:hover {
    outline:3px solid #cda434;
}











/*HIDE CAROUSEL CONTROLS WITHOUT HOVER*/

.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }




















/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height: 100%;
}

body {
  padding-top: 50px;
 /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #e1e1e1;
 /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
}

/* ZOOM STYLE */

.zoom {
    /*width: 200px; padding: 5px; border: 1px solid black;*/
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.zoom:hover {
    z-index: 9;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
    M11=2, M12=-0, M21=0, M22=2);
}
/* ZOOM STYLE */



/* BEGIN:HOVER CAPTION HOME */

    #hover-caption {
        position:relative;
        overflow:hidden;
    }
    .caption {
        display: none;
        position: absolute;
        bottom: 10px;
        left: 0;
        background: rgba(0,0,0,0.4);
        /* background: rgba(205,164,52,0.3); */
        width: 100%;
        height: 35%;
        color:#fff !important;
        outline:1px solid #cda434;
    }

    #hover-caption:hover {
        /*outline:3px solid #cda434;*/
        z-index: 99;
    }
/* END:HOVER CAPTION HOME */



/* BEGIN: USER PAGE - HEADER */

.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}




/* BEGIN: PANELS FOR MOBILE-MAIN NAVIGATE GUIDE BUTTON*/

.panel-heading a:after {
    font-family: 'fontawesome';
    content: "\f077";    
    float: left; 
    color: #cda434; 
}
.panel-heading a.collapsed:after {
    content: "\f078";
}

/* END: PANELS FOR MOBILE-MAIN NAVIGATE GUIDE BUTTON*/



.galleria { 
    width: 700px; 
    height: 400px; 
    background: #000; 
}


/* HIDE SCROLLBAR IN BLUEIMP-GALLERY MODAL */
div#blueimp-gallery div.modal {
    overflow: visible;
}

/* HIDE SCROLLBAR IN BLUEIMP-GALLERY MODAL */

/*  TYPE OF TRANSITIONS BLUEIMP-GALLERY */
.slide {

-webkit-transition: .7s ease-in-out opacity;
-moz-transition: .7s ease-in-out opacity;
-ms-transition: .7s ease-in-out opacity;
-o-transition: .7s ease-in-out opacity;
transition: .7s ease-in-out opacity;
}
/*  TYPE OF TRANSITIONS BLUEIMP-GALLERY */



/* BEGIN: FEEDBACK FIXED-TAB ALL PAGES */

.feedback { 
  height: 104px; 
  width: 104px; 
  position: fixed; 
  right: -74px;
  top: 45%; 
  z-index: 9;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.feedback a { 
  display: block; 
  background: #cda434; 
  height: 30px; 
  width: 150px; 
  padding: 0px;
  color: #fff; 
  font-family: source sans pro; 
  font-size: 20px; 
  text-decoration: none; 
}

.feedback a:hover { 
  background: #a9a9a9; 
  color: #fff;
}


/* END: FEEDBACK FIXED-TAB ALL PAGES */


/* SIGNUP BLOG CLASS */
.signup_blog {
    display: none;
}
/* SIGNUP BLOG CLASS */





.carousel-fade .carousel-inner .item {
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    transition: opacity 3s ease-in-out;  
    opacity:0;
}



.carousel-fade .carousel-inner .active.item {
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    transition: opacity 3s ease-in-out;  
    opacity:1;
}
  











.services {
  /*background: #7fbbda;*/
  background: #cda434;
  padding: 50px 0;
  color: #ffffff;
}


.tos {
  width: 100%;
  height: 100%;
}


pre .tos {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}




/* CODE SHOW LOADER UNTIL PAGE LOADS */
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url("media/img/loader.gif") center no-repeat #fff;
}





