

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');

html, body{
	min-height: 100%;
	height: 100%;
}
body{
	margin:0 !important;
	padding-bottom: 0 !important;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
    background:#ffce12;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus,
.navbar{
	height:60px;
}
.navbar-brand{
	line-height: 30px;
}

.page-container{
	min-height: 100%;
	margin-bottom: 0;
}
.app-container{
	margin-top:60px;
}
.navbar-inverse{
	background: #000;
}
div.img-resp{
	display: inline-block;
}
div.img-resp img{ width:100%; }

div.img-full img{
    width:100%;
    border:solid 10px #000;
}
#process-bar{
    position: relative;
    z-index: 10;
}
.side-img{
    position: absolute;
    right:0;
    top:315px;
}
.side-img.hide{
    display: none !important;
}

.event-wrapper{
    padding-bottom: 10px;
    border-top: solid 1px #c39a13;
}

section.sub-heading{
    max-height: 300px;
    height: 300px;
    padding:15px 0;
    background: url('../img/new_header_img.png') center top no-repeat;
    background-size:cover;
    background-position-y: bottom;
}


div.accordion-tasks{
	display: block;
}
div.accordion-tasks a.accordion-toggle{
	height:40px;
	line-height: 40px;
	display: block;
	color:#000;
	font-size:16px;
	text-decoration: none;
	outline: none;
	margin-bottom: 20px;
}
div.accordion-tasks a.accordion-toggle.inner{
	padding-left: 20px;
	border-bottom: 1px solid #c39a13;
	margin-bottom: 0;
}
div.accordion-tasks a.accordion-toggle.inner.sub{
	font-size:15px;
	padding-left:25px;
}
div.accordion-tasks a.accordion-toggle.inner span.circle-ico{
    width:35px;
    height: 35px;
    background: #5a5a5a;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    margin-right: 3px;
    color:#fff;
    padding:3px;
    display: inline-block;
}
div.accordion-tasks a.accordion-toggle.inner span.circle-ico i{
    
}
div.accordion-tasks a.accordion-toggle.inner span.circle-ico i.icon-cva{
    font-size:29px;
}
div.accordion-tasks a.accordion-toggle span.toggle-ico{
	width:40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	color:#fff;
	margin-right:15px;
	float: left;
    position: relative;
}
div.accordion-tasks a.accordion-toggle span.bubble-task{
    display: inline-block;
}
div.accordion-tasks a.accordion-toggle span.bubble-task span.bubble{
    width:30px;
    height: 30px;
    line-height: 30px;
    display: block;
    color:#fff;
    text-align: center;
    font-size:12px;
    background: #dc0808;
    border-radius: 50%;
    margin-top:3px;
}
span.bubble-inner{
    width:25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    float:left;
    color:#fff;
    text-align: center;
    font-size:12px;
    background: #dc0808;
    border-radius: 50%;
    margin-top:3px;
}

div.accordion-tasks a.accordion-toggle span.toggle-ico span.bubble{
    width:30px;
    height: 30px;
    line-height: 30px;
    display: block;
    position: absolute;
    right:-16px;
    top:-11px;
    color:#fff;
    text-align: center;
    font-size:12px;
    background: #dc0808;
    border-radius: 50%;
}



div.accordion-content{
	width:100%;
	border:solid 1px #c39a13;
	background: #ffdd85;
	display: none;
	margin-bottom: 20px;
    margin-left:40px;
}

div.accordion-content.inner div.accordion-content{
    margin-left:0;
}

div.accordion-content.inner{
	background: #fdecbf;
	border: none;
	margin-bottom: 0;
    width:calc(100% - 40px);
}
div.accordion-content.content{
	background: #f0e3c1;
	border: solid 1px #caa411;
	padding:15px 15px 15px 20px;
	margin-bottom: 0;
}
div.accordion-content div.inner-content{
	padding:15px 15px 15px 55px;
}
div.accordion-content.show{
	display: block;
}

body.login{
    padding:0;
    background: ;
    overflow-x: hidden;
}
body.landing{
	padding:0;
	
    background-color: #000;
	overflow-x: hidden;
}
section.black-bg
.login-page{
	width:100%;
	height:100%;
	min-height: 100%;
}
div.login-bg{
	width:calc(100% - 401px);
	height: 100%;
	min-height: 100%;
	display: inline-block;
	float:left;
	background: url('../img/login_bg.jpg') center top no-repeat;
	background-size: cover;
}
div.login-container{
	width:400px;
	height: 100%;
	min-height: 100%;
	display: inline-block;
	float:right;
}
div.login-container{
	padding-top:70px;
}

.btn-black {
   background-image: -webkit-linear-gradient(top, #666 0%, #000 100%);
   background-image:      -o-linear-gradient(top, #666 0%, #000 100%);
   border-color: #666;
   color:#fff;
   text-align: center;
 }

 .btn-black:hover,
 .btn-black.active {
   background-image: -webkit-linear-gradient(top, #777 0%, #111 100%);
   background-image:      -o-linear-gradient(top, #777 0%, #111 100%);
   border-color: #777;
   color:#fff;
 }

 .btn-dark{
	 background-image: none !important;
	 background:#473905;
	 border:solid 1px #000 !important;
	 border-radius: 3px !important;
	 color:#ffffff;
	 padding-left:20px !important;
	 padding-right: 20px !important;
 }
.btn-dark:hover{
	background: #504005;
	color:#f7f7f7;
}
.btn-dark.btn-xs{
    width:auto !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.btn-dark.btn-xs a{
    margin:0 !important;
    padding:1px 5px !important;
    height: 25px !important;
}

 .navbar-inverse .navbar-nav{
	height:32px;
	margin:15px 0 15px 0;
 }
 .navbar-inverse .navbar-nav > li > a{
 	padding:5px 15px;
 }
 .navbar-inverse .navbar-nav > li:last-child > a{
 	padding:5px 0 5px 15px;
 }
 .navbar-inverse .navbar-nav > li.sep{
 	width:1px;
 	height:30px;
 	border-left: 1px solid #ffce12;
 }
 .navbar-nav>.user-menu .user-image{
 	float: right;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: -2px;
 }
 .navbar-nav>.tasks-menu.user-select{
	 width:210px !important;
 }


.dropdown-menu::before{
	content:"";
	top:-15px;
	width: 0;
	height: 0;
	right:15px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #808080;
	position: absolute;
}

.dropdown-menu{
	background:#808080;
	margin-top:15px !important;
	border-top-right-radius: 5px !important;
	border-top-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}
.dropdown-menu a{
	color:#fff !important;
	margin:5px 0 5px 10px;
	display: block;
}
li.user-body{
	padding:0 10px 10px 15px;
}

 #side-image{
	 -webkit-transition: all 0.2s ease;
	 -moz-transition: all 0.2s ease;
	 -o-transition: all 0.2s ease;
	 -ms-transition: all 0.2s ease;
	 transition: all 0.2s ease;
 }

 label.inline,
 div.controls.inline{
	 display: inline-block !important;
 }
label.inline{
	width:30% !important;
	font-size:12px !important;
	font-weight:normal;
}
label{
	font-size:12px !important;
	font-weight:normal;
}
label.inline.half{
	width:45% !important;
}
div.controls.inline{
	width:68% !important;
}
div.controls.inline.half{
	width:55% !important;
}
.form-control.half{
	width:50% !important;
}



.ts{
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
a.white{
	color:#fff !important;
}
a.white:hover{
	color:#fff;
}

.sample-file-container{
	padding:20px;
	background: #ffdd85;
	border-radius: 3px;
}
.sample-file-container p{
    font-size:13px !important;
}

span.bubble-red{
    width:30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color:#fff;
    text-align: center;
    background: #ee0133;
}

div.stage-info{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding-top:4px;
    margin-right:15px;
    position: relative;
}

div.stage-info span.admin{
    display: inline-block !important;
    width:38px !important;
    height: 29px;
    background: url(../img/ico_adminsm.png) top center no-repeat;
    border:none;
    position: relative;
    padding:0;
    margin:0;
    cursor:pointer;
}
div.stage-info span.admin-approve{
    background-position: 0 0;
}
div.stage-info span.admin-approve:hover{
    background-position: 0 -29px;
}

div.stage-info span.admin-deny{
    background-position:0 -57px;
}
div.stage-info span.admin-deny:hover{
    background-position:0 -86px;
}
div.stage-info span.admin.notification{
    display: inline-block !important;
    width:29px !important;
    height: 29px  !important;;
    background: url(../img/ico_notification.png) top left no-repeat !important;
    background-size:cover !important;
    border:none  !important;;
    padding:0  !important;;
}

div.stage-info span.stage-point{
    background: #000;
    color:#fff;
    border-radius: 4px;
    padding:0 10px;
    position: relative;
    height:28px;
    line-height: 28px;
    display: inline-block;
    top:-2px;
    margin-left:5px;
    vertical-align: middle;
}

#deny-overlay{
    width:100%;
    height:100%;
    left:0;
    top:0;
    position: fixed;
    display: none;
    background: rgba(0,0,0,0.6);
    z-index: 20000;
}
#deny-overlay .deny-content{
    width:450px;
    height:340px;
    position: absolute;
    top:50%;
    margin-top:-175px;
    left:50%;
    margin-left:-235px;
    padding:20px;
    background: #ffce12;
}
#deny-overlay .deny-content a.close{
    background: #000 !important;
    color:#fff;
    width:25px;
    height: 25px;
    text-align: center;
    display: block;
    position: absolute;
    right:0;
    top:-25px;
    opacity: 1;
    font-weight: 300;
}

div.deny-reason{
    background: rgba(0,0,0,0.2);
    border:solid 1px #999;
    padding:5px;
    display: block;
    clear:both;
    margin-top: 40px;
    border-radius:3px;
}

.document-container{
    display: block;
    color:#222 !important;
}

a.document-link{
    color:#222 !important;
}

.img-thumb{
    height:50px;
    max-height: 50px;
    line-height: 50px;
    overflow-y: hidden;
    display: block;
    border:solid 1px #666;
    background: rgba(0,0,0,0.4);
}
.img-thumb img{
    width:100%;
    margin:0 auto;
}

#sp-contact-name{
    display: none;
}

.featherlight .featherlight-content{
    border-bottom: none !important;
    padding:0 0 0 0 !important;
}

.login-lnks{
    color:#444;
    font-size:12px;
}



#loader{
    width:100%;
    height:100%;
    min-height:100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 1500000000;
    background: rgba(0,0,0,0.6);
    display:none;
}
#loader .loading-wrapper{
    position: absolute;
    width:150px;
    height:100px;
    top:50%;
    margin-top:-75px;
    left:50%;
    margin-left:-50px;
}

#floatingCirclesG{
    position:relative;
    width:125px;
    height:125px;
    margin:auto;
    transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
}

.f_circleG{
    position:absolute;
    background-color:rgb(255,208,18);
    height:22px;
    width:22px;
    border-radius:12px;
    -o-border-radius:12px;
    -ms-border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
    animation-duration:1.2s;
    -o-animation-duration:1.2s;
    -ms-animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    -moz-animation-duration:1.2s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#frotateG_01{
    left:0;
    top:51px;
    animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
}

#frotateG_02{
    left:15px;
    top:15px;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#frotateG_03{
    left:51px;
    top:0;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#frotateG_04{
    right:15px;
    top:15px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#frotateG_05{
    right:0;
    top:51px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#frotateG_06{
    right:15px;
    bottom:15px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#frotateG_07{
    left:51px;
    bottom:0;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#frotateG_08{
    left:15px;
    bottom:15px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,208,18);
    }
}

@-o-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,208,18);
    }
}

@-ms-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,208,18);
    }
}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,208,18);
    }
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,208,18);
    }
}

.no-mobile{
    display: block !important;
}
.no-mobile.point{
    display: inline-block !important;
    padding-left:5px;
}
.mobile{
    display: none !important;
}

.footer{
    margin-top:100px;
}
.footer a{
    color:#444;
    text-decoration: underline;
}

#privacy_overlay{
    width:100%;
    height: 100%;
    display: block;
    position:fixed;
    background: rgba(0,0,0,0.6);
    top:0;
    left:0;
    z-index: 10000;
}
#privacy_overlay div.overlay-content{
    position: absolute;
    width:60%;
    left:50%;
    background: #fff;
    top:50px;
    margin-left: -30%;
}
#privacy_overlay div.overlay-content .inner{
    color:#666;
    position: relative;
    display: block;
    max-height: 70vh;
    overflow-x: auto;
    margin:30px 20px;
}
#privacy_overlay div.overlay-content .inner h3{
    font-size:20px;
}

.sub-menu{
}
.sub-menu ul{
    margin:0;
    padding:0;
}
.sub-menu ul li{
    list-style: none;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #333;

}
.sub-menu ul li a{
    color:#000;
    padding:5px 15px;
    width:100%;
    display: block;
}

.table-hover.user-list{

}
.table-hover.user-list th,
.table-hover.user-list td{
    border-top:1px solid #333;
}

a.file-wrapper{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color:#fff !important;
    border:solid 1px #ddd;
    display: inline-block;
    border-radius:3px;
}

.btn-inner{
    width:30px;
    height: 22px;
    line-height: 22px;
    color:#fff;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    float:right;
    margin-left:7px;
    margin-top:3px;
}
.btn-inner.success{
    background: green;
}
.btn-inner.danger{background:red;}
.btn-inner:hover{
    color:#fff;
    opacity: 0.8;
}




/*LANDING PAGE CSS */

.top-banner {
    width: 100%;
}
.gradi-banner {
    background: linear-gradient(90deg, rgba(255,255,255,1) 21%, rgba(252,188,3,1) 35%, rgba(252,188,3,1) 100%);
    width: 100%;
    padding: 40px 0px 200px 0px;
    background-size: cover;
}

.gradi-img {
    text-align: center;
}

.gradi-text {
    text-align: left;
}

.gradi-text h1 {
    color: #fff;
    font-size: 80px;
    font-weight: bolder;
    margin-top: 0px;
}

.gradi-text h2 {
    color: #000;
    font-weight: 400;
    font-size: 50px;
}

.main-banner {
    width: 100%;
}

.winner-div {
    padding: 20px 0px 20px 0px;
    border-top: 2px solid #fbbb00;
    border-bottom: 30px solid #fbbb00;
    margin: 30px 0px 20px 0px; 
    min-height: 364px;
}

.winner-div::after {
    content: '';
    position: absolute;
    height: 100px;
    width: 2px;
    background-color: #fbbb00;
    right: 0px;
    top: 0px;
}

.winner-div::before {
    content: '';
    position: absolute;
    height: 100px;
    width: 2px;
    background-color: #fbbb00;
    left: 0px;
    top: 0px;
}

.winner-head {
    color: #fff;
    text-align: center;
    font-size: 31px;
    padding-bottom: 15px;
}

.business-winner {
    float:left;
    width: 31%;
}

.business-winner li {
    color: #fff;
    list-style: none;
    text-align: center;
    font-weight: lighter;
    font-size: 16px;
}

.business-winner .list-head {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.dealer-excel {
    /*background: rgba(251,187,0,0.40);*/
    position: absolute;
    height: 75%;
    width: 38%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 80px;
    border-radius: 50%;
    display: table;
}
.winner-circle{
    background: rgba(251,187,0,0.40);
    position: absolute;
    height: 300px;
    width: 300px;
    top: 80px;
    border-radius: 50%;
    display: block;
}
.winner-circle.right{right:0 !important;}
.winner-circle.left{left:0 !important;}
.winner-circle.center{left:50% !important; margin-left:-150px;}

.winner-circle .inner{
    height: 300px;
    width: 300px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    font-size: 16px;
}

.dealer-left {
    left: 0;
}

.dealer-center {
    left: 31%;
}

.dealer-right {
    right: 0;
}

.dealer-winner {
    margin-top: 40px;
    padding-left: 60px;
}

.porsche-banner {
    
    width: 100%;
}

.porsche-text {
    position: relative;
    top: 60px;
    right: 55px;
    float: right;
    width: 55%;
}

.porsche-text h3{
    font-size: 37px;
    color: #000;
    font-weight: bolder;
}

.bottom-three-img {
    float:left;
    border-left: 2px solid #fbbb00;
    border-right: 2px solid #fbbb00;
    height: 332px;
    overflow: hidden;
    width:calc(100% / 3);
}
.bottom-three-img img{
    width:100% !important;
}

.y-border {
    display: table;
}

.y-border li {
    width: 23%;
    padding: 40px;
    list-style: none;
    color: #fff;
    display: table-cell;
    vertical-align: middle !important;
}

.y-border li img {
    width: 100%;
}

.y-border .y-border-text {
    padding: 15px 0px;
    display: table;
}

.y-border .y-border-text p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}

.what-say-head {
    position: relative;
    top: 140px;
    right: 55px;
    float: right;
    width: 40%;
}

.what-say-head h3 {
    color: #fbbb00;
    font-size: 37px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.last-banner {
    
}

.last-banner h3 {
    font-size: 48px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    color: #000;
}

.last-banner h2 {
    font-size: 70px;
    margin-top: 40px;
    width: 75%;
    margin-right: auto;
    color: #000;
}

.landing-link {
    color: #000;
}

.landing-link:hover {
    color: #000;
    text-decoration: none;
}
#has-sales-funnel{
    display: none;
}
.deny-box{
    padding:13px;
    border:solid 1px red;
    background: #ffdd85;
    border-radius:5px;
}
.deny-box h4{
    color:red;
    font-size:16px;
    margin:0 0 5px 0;
}
.deny-box p{
    font-size:13px;
}
a.help-btn{
    background:#ffce12;
    border-radius: 4px;
    width:25px;
    height:25px;
    color:#000;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    padding:0 !important;
    margin-right: 15px;
    margin-top:4px;
}
a.help-btn i{color:#000 !important;}
a.help-btn:hover{
    background:#ffce12 !important;
    opacity: 0.9 !important;
}

h4.campaign-label{
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

@media(max-width: 1440px) {
    .winner-div {
        min-height: 427px;
    }

    .dealer-excel {
        height: 65%;
        width: 41%;
    }

    .y-border .y-border-text p {
        font-size: 16px;
    }

    .what-say-head {
        width: 50%;
    }

    .bottom-three-img {
        height: 260px;
    }

    .porsche-text {
        right: 30px;
        top: 30px;
        width: 75%;
    }

    .business-winner .list-head {
        font-size: 21px;
    }

    .winner-head {
        font-size: 28px;
    }

    .business-winner li {
        font-size: 13px;
    }

    .last-banner h3 {
        font-size: 35px;
        margin-top: 40px;
    }

    .last-banner h2 {
        font-size: 50px;
        margin-top: 30px;
    }
}

@media(max-width: 1380px) {
    .winner-div {
        min-height: 370px;
    }

    .dealer-winner {
        padding-left: revert;
    }

    .dealer-excel {
        height: 62%;
        width: 38%;
    }

    .bottom-three-img {
        height: 240px;
    }

    .last-banner h3 {
        font-size: 34px;
    }

    .gradi-text h1 {
        font-size: 60px;
        margin-top: 10px;
    }

    .gradi-img {
        position: relative;
        top: 35px;
    }

    .gradi-img .landing-logo {
        max-width: 170px;

    }

    .gradi-text h2 {
        font-size: 40px;
    }

    .y-border .y-border-text p {
        font-size: 13px;
    }

    .what-say-head {
        top: 95px;
    }

    .no-dealer-text {
        text-align: left !important;
    }
}

@media(max-width: 1310px) { 
    .porsche-text h3 {
        font-size: 32px;
    }

    .bottom-three-img{
        height: 220px;
    }

    .what-say-head h3{
        font-size: 35px;
    }

    .y-border .y-border-text p {
        font-size: 12px;
    }

    .winner-div {
        min-height: 350px;
    }

    .gradi-banner {
        padding: 25px 0px 180px 0px;
    }
}

@media(max-width:1220px) {
    .winner-div {
        min-height: 350px;
    }

    .business-winner li{
        font-size: 11px;
    }

    .porsche-text h3{
        margin-top: 20px;
        font-size: 25px;
    }

    .dealer-excel {
        height: 49%;
        width: 38%;
    }

    .winner-head {
        font-size: 26px;
    }

    .dealer-winner {
        margin-top: 20px;
    }

    .what-say-head {
        top: 115px;
    }

    .what-say-head h3 {
        font-size: 27px;
    }

    .gradi-img .landing-logo {
        max-width: 150px;
    }

    .gradi-text h1 {
        font-size: 50px;
    }

    .gradi-text h2 {
        font-size: 30px;
    }

    .gradi-banner {
        padding: 5px 0px 140px 0px;
    }

    .gradi-img {
        top: 30px;
    }

    .last-banner h3{
        font-size: 29px;
    }

    .last-banner h2 {
        font-size: 38px;
    }

    .no-dealer-text {
        width: 50%;
    }
}

/*LANDING PAGE CSS */


/* MediaQuery Olaylari... */
@media (min-width: 992px) and (max-width: 1199px) {

    .no-mobile{
        display: block !important;
    }
    .mobile{
        display: none  !important;
    }

     .no-dealer-text {
        width: 30%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
	div.login-container{
		padding:50px 15px 0 15px;
	}
    .no-mobile{
        display: block  !important;
    }
    .mobile{
        display: none  !important;
    }
    
}

@media (max-width: 767px) {
    
    .no-dealer-text {
        width: auto;
    }

    .no-mobile{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }

    .navbar-custom-menu{
        width: calc(100% + 6px);
        background: #000;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 0;
    }
    .navbar-inverse .navbar-nav{
        padding:0 !important;
        display: block;
        margin:2px auto !important;
        min-height:35px;
        height: auto;
    }
    .nav > li{
        display: inline-block;
        width:30%;
        height:35px;
        line-height: 35px;
    }
    .nav > li a{
        top:-10px;
    }
    .nav > li:last-child a{
        top:0;
    }
    .navbar-nav .open .dropdown-menu:before{
        display: none;
    }
    .navbar-nav .open .dropdown-menu{
        background: #000;
    }

	div.login-bg{
		display: none;
	}
	div.login-container{
		width:100%;
		float:none;
		padding:50px 15px 0 15px;
	}

    div.accordion-tasks a.accordion-toggle.inner{
        height:inherit;
        min-height:20px;
        line-height: 20px;
        font-size:14px;
        padding-top:10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right:20px;
    }
    div.accordion-tasks a.accordion-toggle.inner.admin{
        padding-right:60px;
    }
    div.accordion-tasks a.accordion-toggle.inner.sub{
        height:inherit;
        min-height:20px;
        line-height: 20px;
        font-size:14px;
        padding-top:10px;
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right:20px;
    }

    div.accordion-content.content{
        padding:15px 15px 15px 15px;
    }
    div.stage-info{
        height:inherit;
        padding-top:0;
        line-height: 28px;
        top: -3px;
    }

    #deny-overlay .deny-content{
        width:calc(100% - 20px);
        left:10px;
        margin-left:0;
    }

    div.accordion-tasks a.accordion-toggle{
        position: relative;
    }

    div.stage-info{
        position: absolute;
        top:7px;
        right:-5px;
        z-index: 1;
    }
    div.stage-info span.admin,
    div.stage-info span.stage-point{
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        transform:scale(0.85);
        right:-10px;
    }
    div.accordion-tasks a.accordion-toggle span.bubble-task{
        position: absolute;
        right:3px;
        z-index: 10;
    }
    .navbar-nav > .tasks-menu.user-select{
        width: calc(100% - 30px) !important;
        position: relative;
        z-index: 90;
        top: 4px;
        display: block;
        left: 15px;
        margin-bottom: 4px;
    }

    div.accordion-tasks a.accordion-toggle span.bubble-task {
        position: absolute;
        right: -7px;
        z-index: 10;
        top: -10px;
        transform: scale(0.8)
    }

    #privacy_overlay div.overlay-content{
        width:calc(100% - 20px) !important;
        left:0;
        margin-left:10px;
        top:80px;
    }
    #privacy_overlay div.overlay-content .inner h3{
        font-size:18px;
    }



	
}

@media (max-width: 480px) {

}
















