/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
#barraaceptacion{display:none;position:fixed;left:0px;right:0px;bottom:0px;padding-bottom:20px;width:100%;text-align:center;min-height:40px;background-color:rgba(0, 0, 0, 0.5);color:#fff;z-index:99999;}

 body {
    font-family:'Roboto', sans-serif;
    color: #FFF;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #FF7300;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
.navbar {
    background: #181A1C;
    margin-bottom:0;
    min-height:70px;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #181A1C;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
    width:120px;
    height:40px;
}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #181A1C;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px solid #FF7300;
    color: #fff;
    background-color: #181A1C;
    transition: border-color 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#FF7300;
    color: #000;
}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FF7300;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FF7300;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FF7300;
}
.button-ps:hover, .button-ps:active {
    background-color:#FF7300;
    color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #191a1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #FF7300;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #FF7300;
}
.social li a:hover {
    color:#181A1C;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
.primary-section {
    background:#181A1C;
}
.primary-section .triangle {
    border-top: 40px solid #FF7300;
}
.primary-section .title {
    border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #FF7300;
}
.primary-section h1 {
    color:#FFF;
}
.secondary-section {
    background:#FF7300;
}
.secondary-section .title {
    border-bottom: 1px solid #181A1C;
}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 70px;
    background: #181A1C url(../images/brand-bg.png) no-repeat center;
    border-top:6px solid #FF7300;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #FF7300;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services  
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding:0px 50px;
    height:60px;
}
.service img {
    width:150px;
    height:150px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FF7300;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FF7300;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FF7300;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #FF7300;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FF7300;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}
.client-slider img:hover {
    background-color:#FF7300;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#FF7300;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#181A1C;
}
.testimonial p {
    color:#181A1C;
    background:#FF7300;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FF7300;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#FF7300;
    padding:40px 0px;
    font-size: 36px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #FF7300;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FF7300;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
    font-size: 13px;
}
.footer > p {
    color: #fff;
    margin:0;
}

.footer a{
    color:#FF7300;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:1px solid #fff;
    display:none;
    background: #FF7300;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}

.ventana_flotante {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    bottom: 50px;
    left: auto;
    margin-left: -120px;
    padding: 10px 0 0;
    position: fixed;
    text-align: center;
    width: 90px;
    z-index: 15;
}

/* MODALLLLLLLLLLLLLLL --------------------------------------------/

/*----- FIXES  -----*/

.fix-height {
	margin-top: 64px;
	padding-bottom: 12px;
}

.th-functions {
	width: 10%;
}

input[type="checkbox"] {
	margin-top: 10px;
}

input[type="checkbox"].pos-fix {
	margin-top: 2px;
}

.after-check-box {
	position: relative; 
	display: inline-block; 
	top: -2px; 
}

.font-normal {
	font-size: 16px;
}

.modal-content {
    opacity: 0.95;
}

nav {
    font-size: 0.93em;
}

kbd {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #1a1a1a;
    border:1px solid #404040;
    border-radius: 3px;
    color: #e6e6e6;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.4;
    margin: 0 .1em;
    padding: .1em .6em;
}


/*----- BACKGROUNDS -----*/


.bg-orange {
    background-color: #ff9933;
}

/*----- GLOBAL -----*/

h4.upper {
    text-transform: uppercase;
    font-weight: bold;
}

.upper {
	text-transform: uppercase;
}

.downer {
	text-transform: none;
}

.gray {
	color: gray;
}

.white {
	color: white;
}

.margin-top {
	margin-top: 64px;
}

.padding {
	padding: 16px;
}

.padding-top-16 {
    padding-top: 16px;
}

.padding-top-24 {
    padding-top: 24px;
}

.padding-top-32 {
    padding-top: 32px;
}

.text-blur {
    text-shadow: 2px 2px 3px rgba(100, 100, 100, 0.78);
}

.small-padding {
	padding-bottom: 2px;
}

.cursor-move {
	cursor: move;
}

.light-shadow {
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow:    2px 2px 6px 0px rgba(0, 0, 0, 0.20);
	box-shadow:         2px 2px 6px 0px rgba(0, 0, 0, 0.20);
}

.space {
	margin-top: 24px;
}

.empty-space {
    height: 20px;
}

.empty-space-2 {
    height: 28px;
}

/*----- BUTTONS -----*/
.btn-delete {
	margin-top: 12px;
}

.btn-functions {
	display: inline-block; 
	float: right; 
	margin-right: 6px;
}

.btn-add-cats {
	margin-right: 6px;
}

.btn-up {
	margin-top: -4px;
}

/*----- PAGES -----*/

.pagebox {
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	background-color: white;
	padding-bottom: 8px;
}

.pagebox-frontend {
    
    padding-top: 16px;
    padding-bottom: 16px;
}

.pagebox-transparent {
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 0px solid #000000;
    background: rgba(255,255,255, 0.9);
    padding-bottom: 8px;
}

.catalog{
    margin-top: 24px;
}

.custom-background-thumbnail {
	width: 100%;
	height: 100%;
}

.page {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*----- SORTABLE PLUGIN -----*/
ul#sortable {
	list-style-type: none;
	padding: 0;
}

li.sortable {
	padding: 8px;
	margin-top: 8px;
	border: 1px solid #d9d9d9;
	z-index: -1;
	background-color: white;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow:    2px 2px 6px 0px rgba(0, 0, 0, 0.20);
	box-shadow:         2px 2px 6px 0px rgba(0, 0, 0, 0.20);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

li.sortable.selected {
    background-color: #eafaff;
}


/*----- NAVIGATION -----*/
.menu {
	background-color: #233140;
	border: none;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.2);
}

.navbar-default .navbar-nav > li > a {
    color: #e6e6e6;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #364c63;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #f2f2f2;
    background-color: #121a21;
}

.navbar-toggle {
	color: #e6e6e6;
	width: 40px;
	height: 40px;
	border: none;
	background-color: #121a21;
}

.navbar-toggle:hover {
	color: black;
}

/*----- DASHBOARD -----*/

.bs-calltoaction{
    position: relative;
    width:auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .bs-calltoaction > .row{
        display:table;
        width: calc(100% + 30px);
    }
     
        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"]{
            float:none;
            display:table-cell;
            vertical-align:middle;
        }

            .cta-contents{
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .cta-title{
                    margin: 0 auto 15px;
                    padding: 0;
                }

                .cta-desc{
                    padding: 0;
                }

                .cta-desc p:last-child{
                    margin-bottom: 0;
                }

            .cta-button{
                padding-top: 10px;
                padding-bottom: 10px;
            }

@media (max-width: 991px){
    .bs-calltoaction > .row{
        display:block;
        width: auto;
    }

        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"]{
            float:none;
            display:block;
            vertical-align:middle;
            position: relative;
        }

        .cta-contents{
            text-align: center;
        }
}



.bs-calltoaction.bs-calltoaction-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-turq{
    color: #fff;
    background-color: #00b19d;
    border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bs-calltoaction.bs-calltoaction-info{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.bs-calltoaction.bs-calltoaction-success{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.bs-calltoaction.bs-calltoaction-warning{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.bs-calltoaction.bs-calltoaction-danger{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn{
    border-color:#fff;
}

.bs-calltoaction{
    min-height: 256px;
}

.bs-calltoaction.normal{
    min-height: 0px;
}

/** Catalog **/


.filter-buttons{
    padding: 6px;
    text-align: center;
    line-height: 3;
}

.filter-content {
    margin: 0px auto;
    padding: 8px;
    width: 90%;
}

.box-release {
    width: 33%;
    padding: 4px;
}

.box-release-inner{
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 11px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    3px 3px 11px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         3px 3px 11px 0px rgba(50, 50, 50, 0.4);
    cursor: pointer;
}

.box-release-img{
    padding: 2%;
    width: 100%;
    position: relative; 
}

.image:hover {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 1);
    opacity: 0.9;
}

.title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    padding: 3%;
}

.tooltip {
    font-size: 1.3em;
    text-transform: uppercase;
}


@media only screen and (max-width : 1024px) {
  /* Styles */
    .song-info{
		left: 21%;
		width: 58%;
    }
}

@media only screen and (max-width : 980px) {
  /* Styles */
    .song-info {
		left: 13%;
		width: 74%;
    }
}

@media only screen and (max-width : 640px) {
  /* Styles */
    .song-info {
		left: 6%;
		width: 88%;
    }
}

@media only screen and (max-width : 600px) {
  /* Styles */
    .song-info {
		left: 3%;
		width: 94%;
    }
}

@media only screen and (max-width : 360px) {
  /* Styles */
    .song-info {
		left: 4%;
		width: 92%;
    }
}

@media only screen and (max-width : 320px) {
  /* Styles */
    .song-info {
		left: 2%;
		width: 96%;
    }
}

.preview {
    max-width: 450px; 
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.74);
    -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.74);
    box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.74);
}

.gate-page{
    margin-top: -40px;
}

.infolist{
    list-style-type: none;
}

li.listitem{
    padding-bottom: 6px;
    text-transform: uppercase;
}

.inner-list{
    position: relative;
    margin-left: -18px;
    width: 100%;
    padding-top: 8px; 
    padding-bottom: 8px;
    list-style-type: none;
}

.btndnl {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
	max-width: 200px;
}

.col-centered{
    padding: 2px;
    float: none;
    margin: 0 auto;
}

@media only screen and (min-width : 1024px) {
  /* Styles */
  .col-centered{
        display: inline-block;
        width: 24%;
    }
}

.yt-preview {
    max-width: 560px;
    min-width: 330px;
}

@media only screen and (min-width : 768px) {
  /* Styles */
      .yt-preview {
        width: 560px;
    }
}

@media only screen and (min-width : 640px) {
  /* Styles */
      .yt-preview {
        width: 560px;
    }
}

@media only screen and (min-width : 600px) {
  /* Styles */
      .yt-preview {
        width: 560px;

    }
}

@media only screen and (max-width : 480px) {
  /* Styles */
      .yt-preview {
        width: 450px;
        height: 252px;
    }
}

@media only screen and (max-width : 360px) {
  /* Styles */
      .yt-preview {
        width: 70%;
        height: 184px;
    }

    .tracklist {
        text-align: left;
    }

    .tracklist-line {
        display: initial;
    }
}

.preview-image {
    width: 80%;
    max-width: 350px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.6);
    box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.6);
}

a:hover.cloud-image {
    text-decoration: none;
    -webkit-filter: blur(1px);
    filter: blur(1px); 
}

a.cloud-image {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.tube-vid {
    width: 45%;
    display: inline-block;
}

.tube-vid-thumb {
    width: 100%;
}

.img-container {
    display: inline-block; 
    padding: 8px;
}

.tracklist-line {
    display: inline-block;
}

#download-frame{  
    display: none;
    width: 1px;
    height: 1px;
}

.fangate-add{
    font-size: 0.8em; 
    letter-spacing: 1px; 
    text-align: justify
}

.soc-icon {
    display: inline-block;
    padding: 4px;
}

.soc-icon a{
    color: white;
}

.soc-icon a:hover{
    color: gray;
}

@media only screen and (min-width : 360px) {
      .powored {
        display: inline-block;
    }

}

@media only screen and (max-width : 360px) {
      .powored {
        font-size: 0.9em;
        padding-top: 2px;
    }

}

.statistic-up {
 display: inline-block;
}

.float-right {
    float: right;
}

.stat-box {
    padding: 36px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* Smart Links */
.smart-link-container {
	left: 26%;
    width: 48%;
	color: white;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
    background: rgba(255, 115, 0, 1);
	margin-top: 8px;
	margin-bottom: 12px;
	padding: 12px;
}

@media only screen and (max-width : 1024px) {
  /* Styles */
    .smart-link-container {
		left: 21%;
		width: 58%;
    }
}

@media only screen and (max-width : 980px) {
  /* Styles */
    .smart-link-container {
		left: 13%;
		width: 74%;
    }
}

@media only screen and (max-width : 640px) {
  /* Styles */
    .smart-link-container {
		left: 6%;
		width: 88%;
    }
}

@media only screen and (max-width : 600px) {
  /* Styles */
    .smart-link-container {
		left: 3%;
		width: 94%;
    }
}

@media only screen and (max-width : 360px) {
  /* Styles */
    .smart-link-container {
		left: 4%;
		width: 92%;
    }
}

@media only screen and (max-width : 320px) {
  /* Styles */
    .smart-link-container {
		left: 2%;
		width: 96%;
    }
}

.list-group-item {
	height: 57px;
}

.list-group-item:hover {
	background-color: #f2f2f2;
}

.smartlink-links {
	opacity: 0.9;
}

.smartlinks-store-logo {
	float: left; 
	margin-top: -4px;
	opacity: 1;
}

.btn-smartlink {
	float: right;
}

/* Modals */
.modal-content {
    background-color: #FF7300;
    font-size: 16px;
}

.modal-content {
    background-color: #FF7300;
    font-family: 'Roboto', sans-serif;
    color: white;
}


.logo-ongate{
    width: 20%;
    min-width: 150px;
    padding-bottom: 32px;
}

.logodiv{
    margin-top: -24px;
}

.ui-datepicker-prev {
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='120px'><text x='0' y='15' fill='red' font-size='20'> < </text></svg>");
}

.terms {
    font-size: 1em;
    margin: 0px auto;
    width: 86%;
}