body{
	overflow-x:hidden;
}



#banner_content .content{
	width:100%;
	height:100%;
	position:relative;
	padding-top:1em;
	background: linear-gradient(to right, rgb(0, 0, 0) 0%,rgba(7, 6, 9, 0.41) 36%,rgba(20, 7, 10, 0.3) 60%,rgb(6, 4, 6) 100%);
    background-position: 50% 50%;

}


.content h1{
	margin-top: 50px;
	font-size: 3.5em;
	padding-top: 10px;
	padding-bottom: 13px;
	text-shadow: 1px 1px 0 #33323263;
	color: #ffe200;
	font-family: 'Lato', sans-serif
}

.content h3{
	font-size:26px;
	font-family: 'Open Sans', sans-serif;
	line-height:35px;
	color:white;
}

.content .link{
	margin-top:20px;
}

.content .link a{
	font-weight:bold;
	background-color:#ffd204de;
    color:#202123;
    border-radius: 10px;
    padding:10px 10px 10px 10px;
    text-decoration: none;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.42);
	position:relative;
	top:20px;
	box-shadow: -5px -5px 10px #0000002e;
	}

.content .link a:hover{
	background-color:rgba(255, 255, 255, 0.68);
    color:#242523;
    }

.content .feature{
	width:100%;
	position: absolute;
    bottom: 0px;
	left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}




.content h4{
	color:white;
}


.content ul{
  list-style-type:none;
  color:black;
  position:relative;
  top:35px;
}

.content lh{
	font-size: 22px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    position: relative;
    left: 6%;
    line-height: 2em;
    color: #dadada;
    font-weight: bold;
}

.content li{
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	position:relative;
	left:6%;
	line-height:30px;
	font-family: 'Roboto', sans-serif;
	color:white;
	line-height:1.8em;

}
.feature li i{
	color: #f7c025;
	font-size:0.6em;
	color:#f1f1f1;
}

.features{
	margin-left:-15px;
	margin-right:-15px;
	background-image:url("../Images/feature_banner.png");
	background-size:cover;
	height:650px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-top:150px;
	margin-bottom:50px;
}


.awesome_feature{
	width:88%;
	margin:auto;
}

.awesome_feature h1{
	font-size:35px;
	font-family: 'Open Sans', sans-serif;
	color:orange;
	margin-top:2%;
}


.awesome_feature h2{
	font-size:22px;
	color:orange;
}

.awesome_feature p{
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	color:white;
	margin-top:23px;
	line-height:1.6em;
	text-align:justify;
}

.awesome_feature .feature_row{
	margin-top:4%;
}

.awesone_feature .main_feature_para{
	font-size:30px;
}


.getting_closer{
	margin-top:80px;
}

.getting_closer .closer_row_1 h1{
	font-size:35px;
	font-family: 'Open Sans', sans-serif;
	color:rgb(105, 104, 102);
}


.getting_closer .closer_row_1 h2{
	font-size:22px;
	color:rgb(111, 109, 108);
	margin-top:2%;
	text-align:center;
}


.getting_closer .closer_item{
	margin-top:120px;
	font-size:40px;
	font-family: 'Open Sans', sans-serif;
	color:rgb(237, 32, 11);
}

.getting_closer  .closer_item h2{
	font-size:24px;
	color:#ff8300;
}

.getting_closer  .closer_item p{
	font-size:16px;
	color:#464646;
	line-height:1.4em;
	text-align:justify;
	margin-top:10px;
}



.why_cuemini h1{
	font-size:35px;
	font-family: 'Open Sans', sans-serif;
	color:rgb(97, 95, 94);
	margin-bottom:10px;
}


.why_cuemini h2{
	font-size:20px;
	font-family:'Open Sans', sans-serif;
	color:rgb(117, 115, 114);
	line-height:1.4em;
	margin-bottom:10px;
	text-align:center;
}

.why_cuemini ul{
	top:10px;
}
.why_cuemini ul li{
	font-size:16px;
	line-height:1.5em;
}



.faq h1{
	font-size:35px;
	font-family:'Open Sans', sans-serif;
	color:#ff8300;
	margin-bottom:30px;
	margin-top:100px;
}

.application{
	padding-top:50px;
	padding-bottom:70px;
	background: #070c0f;
	margin-bottom:100px;
}

.application h1{
	font-size:35px;
	font-family: 'Open Sans', sans-serif;
	color:rgb(255, 254, 254);
	margin-bottom:20px;
}

.application h2{
	font-size:20px;
	font-family:'Roboto', sans-serif;
	color:#484747;
	margin-top:2%;
	line-height:1.4em;
	text-align:justify;
}

.application .app_row h2{
	color:rgb(245, 198, 19);
	text-align:justify;
	text-align:center;
}

.application .app_row h5{
	font-family: 'Open Sans', sans-serif;
	color:black;
}

#app_section .app_para {
    font-family: 'Open Sans', sans-serif;
    color:white;
    text-align:center;
    font-size: 15px;
    width: 80%;
    margin: auto;
    line-height: 1.5em;
    height: 150px;
	margin-top: 5PX;

}


 .columns {
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color:rgb(237, 92, 11);
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}


.price_select{
	margin-top:100px;
}


.price_select h1{
	font-size:35px;
	font-family: 'Open Sans', sans-serif;
	color:#ff8300;
	margin-bottom:30px;
}

.price_select h2{
	font-size:20px;
	font-family:'Open Sans', sans-serif;
	color:black;
	margin-top:2%;
	line-height:1.4em;
	margin-bottom:30px;
	text-align:justify;
}


.contact_us h1{
	font-size:24px;
	font-family: 'Open Sans', sans-serif;
	color:#f9d2ba;
	margin-bottom:15px;
	margin-top:50px;
}

	form input{
	width:100%;
	padding:8px;
	margin-top:10px;
	}

	textarea{
	margin-top: 25px;
    width: 100%;
    height: 100px;
}
	}

	input[type=submit]{
	width:100%;
	background-color:#f1c2a5;
	padding:10px;
	font-size:20px;
	color:#33322f;
	border:none;
	}
	.faq .btnn{
	text-align: right;
    margin-top: 20px;
	}
	.faq .btnn a{
	text-decoration:underline;
	}

	.hiddenStepInfo {
    display: none;
}

.activeStepInfo {
    display: block !important;
}

.underline {
    text-decoration: underline;
}
.step p{
margin-top:7px;
margin-bottom:7px;
}
.progress {
    position: relative;
    height: 25px;
	margin-top:20px;
}

.progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 4px 30px 8px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}

.progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}

.step {
    text-align: center;
	margin-top:20px;
}
.step .col-md-3 {
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-right: none;
}

.step .col-md-3:last-child {
    border: 1px solid #C0C0C0;
}

.step .col-md-3:first-child {
    border-radius: 5px 0 0 5px;
}

.step .col-md-3:last-child {
    border-radius: 0 5px 5px 0;
}

.step .col-md-3:hover {

    cursor: pointer;
}

.step .activestep {
    color:white;
	background-color:#091d38;
    vertical-align: central;
}

.step .fa {
    padding-top: 15px;
    font-size: 40px;
}

.contact_us{
	background:linear-gradient(to right, #2f2e2e , #2d2b2b);;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding-bottom:20px;
}

.why_cuemini{
	margin-top:100px;
}

#contact_row{
	b
}




.contact_us .about_us{
	margin-top:50px;
	width:90%;
}
.contact_us .about_us h1{
	font-size:24px;
    font-family: 'Open Sans', sans-serif;
    color:#f7be9b;
    margin-bottom: 15px;
    margin-top: 50px;

}
.contact_us .about_us p{
	color:white;
	text-align:justify;
	line-height:1.6em;
	font-family:'Open Sans', sans-serif;
}

.contact_us .our_loc{
	margin-top:30px;
	width:90%;
}

.contact_us .our_loc h1{
	font-size:24px;
    font-family: 'Open Sans', sans-serif;
    color:#f7be9b;
    margin-bottom: 10px;
    margin-top: 50px;

}
.contact_us .our_loc p{
	color:white;
	line-height:1.4em;
	font-family:'Open Sans', sans-serif;
	margin-bottom:3px;
}
.contact_us .inquery{
	margin-top:30px;
}
.contact_us .inquery h1{
	font-size:24px;
    font-family: 'Open Sans', sans-serif;
    color:#f7be9b;
    margin-bottom: 10px;
    margin-top: 50px;

}
.contact_us .inquery p{
	color:white;
	line-height:1.4em;
	font-family:'Open Sans', sans-serif;
	margin-bottom:3px;
}

.contact_us .inquery  span{
	font-size:24px;
}
.faq_full{
	background-image:url(../images/questions.jpg);
	background-attachment:fixed;
	margin-bottom:60px;
	padding:60px 0px 60px 0px;
	background-size:auto 100%;
}
.fq_new .con_new_faq{
	width:90%;
	margin:auto;
	background-color:rgba(93, 68, 20, 0.85);
	color:white;
	padding:10px 10px 25px 10px;
}
.fq_new .con_new_faq h3{
	font-size:22px;
	margin-bottom:10px;
	color:#ff8300;
}
.fq_new .con_new_faq p{
	line-height:1.4em;
	font-family:open sans;
	text-align:justify;
}
.fq_new .con_new_faq a{
	position:relative;
	top:13px;
	border:1px solid white;
	border-radius:5px;
	color:white;
	padding:0px 4px;

}

@media(max-width:768px){
	.fq_new .con_new_faq{
	width:100%;
	margin:auto;
	margin-top:20px;
	}
}



#feature_new h2 {
	text-align: center;
    color:#070c0f;
    padding:6px;
    font-family: 'Roboto', sans-serif;
    background:#ffca01;
}
#feature_new img{
	display:block;
	margin:auto;
	width:100%;
}

#feature_new p{
	text-align: center;
    line-height: 1.4em;
    color: #484848;
    font-size: 17px;
	padding: 12px 10px 10px 10px;
}

#first_div{
	background:#f8eee7;
	box-shadow:3px 0px 5px rgba(16, 16, 16, 0.06);
}
#second_div{
	background:#f4d7e8;
	box-shadow:3px 0px 5px rgba(16, 16, 16, 0.06);
}

#third_div{
	background:#f8eee7;
	box-shadow:3px 0px 5px rgba(16, 16, 16, 0.06);
}



.new_class_sec1{
	background-color:#f4d7e8;
}
.new_class_sec2{
	background-color:#f8eee7;
}

@media(min-width:768px){
.getting_closer_sec{
	width:80%;
	margin:auto;
	height:350px;
	padding-top:100px;
}
}

.getting_closer_sec h3{
	text-align:center;
	padding-bottom:15px;
	font-size:22px;
}
.getting_closer_sec p{
	text-align:justify;
	font-size:16px;
	line-height:1.6em;
}

@media(min-width:768px){
#app_sectiion .thumbnail{
	width:90%;
	margin:auto;
	padding:10px;
}
}

#app_sectiion .thumbnail{
	border:3px solid rgba(128, 128, 128, 0.24);
	border-radius:none;

}

.faq_content{
	height:290px;
	display:block;
	width:80%;
	margin:auto;
	padding:15px;
	border:3px solid rgba(128, 128, 128, 0.35);
    border-radius: 10px;
}

#faq{
	margin-top:130px;
	margin-bottom:150px;
}
#faq h1{
	font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    color:rgbrgb(35, 35, 35);
    margin-bottom: 50px;
}
#faq h3{
	padding-bottom:10px;
	color:#ffcb03;
	font-size:22px;
}
#faq p{
	text-align:center;
	line-height: 1.4em;
    color: #5a5959;
	font-size: 17px;
}

#faq img{
	display:block;
	margin:auto;
	margin-bottom:20px;
	margin-top:10px;
}


.section_new_feature button{
	display:block;
	margin:auto;
    background:#070c0f;
    padding:3px 4px 3px 4px;
    border: 1px solid #717070;
	color:white;
	border:none;
	border-radius:4px;
	margin-top:15px;
}

#feature_new{
	background:#f9f9e0;
	padding-top:50px;
	padding-bottom:80px;
	margin-top:100px;
	margin-bottom:130px;
}
.section_new_feature{
	background:white;
	opacity:0.9;
}
#faq button{
	display: block;
    margin: auto;
    margin-top: 15px;
    background:#16212b;
    padding: 3px 6px 3px 6px;
    padding: grey;
    border: 1px solid #717070;
    margin-bottom: 10px;
    color: white;
    border: none;
    border-radius: 4px;
}

#why_cuemini{
	height:400px;
	background:url("../images/BNNNN101.png");
	background-attachment:fixed;
	background-position:bottom;
	margin-top:100px;
	margin-bottom:100px;
	display:none;
}

#closer_section{
	margin-top:50px;
	margin-bottom:30px;
}

#closer_section h1{
    color: rgb(35, 35, 35);
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
}

#closer_section .section_closer2{
	width:90%;
	margin:auto;
}

#closer_section .section_closer2 h3{
	color:#111519;
    margin-bottom: .27174em;
	font-size:1.2em;
	margin-top: -15px;
}

#closer_section .section_closer2 p{
	color:#636365;
    font-size: .875em;
    line-height: 1.5em;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
    margin: 0;
	text-align:justify;
}


#closer_section .sec_close img{
    position: absolute;
    margin: auto;
	border-radius: 10px;
	top: 54px;
    left: 10%;
}

#prc_tbe li:not(.header,.grey){
	border-radius:10px;
}

#app_section .app_btn{
   display: block;
    margin: auto;
    background:none;
    padding: 1px 4px 1px 4px;
    border: 1px solid #717070;
    color:white;
    border-radius: 4px;
    margin-top: 15px;
	outline:none;
}

#app_section .thumbnail{
	display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
	background:none;
    border: 2px solid #ddd;
    border-radius: 10px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	width:90%;
	margin:auto;
}


#app_section .thumbnail img{
	padding-top:30px;
	padding-bottom:15px;
	display:block;
	margin:auto;
}

#app_section .thumbnail{
	padding-bottom:10px;
	border:none;
}


#closer_section a{
	text-decoration:none;
	cursor:pointer;
}


#closer_section i{
	color:black;
	padding:8px 6px 8px 6px;
	position:relative;
	top:30px;
	right:10%;
	border-radius:50%;
	font-size:25px;
}




#usb_icon{
	padding:8px 4px 8px 4px !important;
}

#banner_content header{
 background: url('../images/BANNER.gif');
 background-size: cover;
 background-repeat: no-repeat;
 background-position:CENTER;
 background-attachment:fixed;
 height:100vh;
 }

#about_form{
	height:500px;
}

#about_form h2{
	font-size: 30px;
    margin-bottom: 10px;
}

#about_form p{
	font-size: 1.2em;
    text-align: justify;
    line-height: 1.2em;
    color: #4a4848;
}

form input {
    width: 100%;
    padding:6px;
	color:black !important;
}

textarea {
    margin-top:12px;
    width: 100%;
    height: 120px;
	color:black !important;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
	margin-top:16px;
	padding:10px;
	font-weight:bold;
	background:#070c0f;
    color:white;
    border:1px solid white;
	border-radius:2px;

}

#faq a{
	text-decoration:none;
}

#why_cuemini_new_d video{
	display:block;
	margin:auto;
}

#why_cuemini_new_d{
    margin-top:100px;
    padding: 50px;
	background:#efefed;
}

#feature_new h1{
	color:black;
    font-size: 35px;
    margin-bottom:50px;
	text-align:center;
}


#how_it_woo ul li{
	display:inline-block;
	margin-right:8%;
	text-align:center;
	cursor:pointer;
	background:#3a3838;
    padding:7px;
	color:white;
    border-radius: 10px;
}

#how_it_woo .how_index_sec{
	width:64%;
	margin:auto;
	margin-top:50px;
}

#how_it_woo li span{
	background:#070c0f;
    padding: 4px 12px;
    border-radius: 50%;
    position: relative;
    bottom: 12px;
    color: white;
}

#how_it_woo li .activestep{
	background:#f5c50e;
	color:black;
}

#why_cuemini_new_d .content{
	color:#696968;
    width: 90%;
    margin: auto;
    padding:12px 25px 30px 25px;
}

#why_cuemini_new_d .thumbnail{
	padding:0;
	padding-bottom:20px;
	background:none;
	border:none;
}


#why_cuemini_new_d p{
	font-size:15px;
	line-height:1.5em;
	text-align:center;
}

#why_cuemini_new_d h1{
	font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(35, 35, 35);
    margin-bottom: 50px;
}

#why_cuemini_new_d h2{
	text-align: center;
    color:#fbca0d;
    font-family: 'Roboto', sans-serif;
	margin-top:18px;
	}

#new_footer_cue form{
	width:80%;
	margin:auto;
}

#new_footer_cue{
	background:url("../images/building-envelope.png");
	padding-top:40px;
}

#form_section_new .about_us{
    width: 80%;
    margin: auto;
    text-align: justify;
	}

#new_footer_cue h1{
	font-size: 25px;
    font-family: 'Open Sans', sans-serif;
	color:#ffcb00;
	padding-bottom: 10px;
}

#new_footer_cue p{
	font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-align: justify;
    font-size: 16px;
    margin: auto;
    line-height: 1.5em;
}

#foot_loc{
    background:#000000;
    padding-top: 40px;
}

#foot_loc .foot_content{
	width:70%;
	margin:auto;
	padding-bottom:100px;
}

#form_section_new{
	padding-bottom:60px;
}

#dv_section .active{
	background:#ffffb185;
    padding: 5px;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
    border: 1px solid rgba(144, 144, 144, 0.24);

}

#why_cue_to h1{
	color:black;
    font-size: 35px;
}

#why_cue_to video{
	display:block;
	margin:auto;
}

#why_cue_to .video_content{
		width:70%;
		margin:auto;
		position: relative;
		top:40px;
}

#why_cue_to .video_content h2{
	color:#ffcb00;
	font-size: 1.5em;
}

#why_cue_to .video_content p{
	font-size:16px;
    color:#565656;
    margin-top: 2%;
    text-align: justify;
    font-family: open sans;
    line-height: 1.5em;
}

#why_cue_to .row{
	margin-top:70px;
}

#why_cue_back{
	background-color:#f9f9e0;
}
	#why_cue_back{
	position:relative;
	padding-bottom:100px;
	}
	canvas{
	position:absolute;
	top:0px;
	}


	#how_it_woo{
	margin-top:100px;
	}


	#whhhhy_cue{
	margin-top:100px;
	}



	#first_ul{
	position:relative;
	left:8%;
	}


	#new_footer_cue .content_link h3{
	font-size:24px;
	color:#ffcb00;
	}

	#new_footer_cue .co_link_footer{
	width:70%;
	margin:auto;
	margin-top:60px;
	}

	#new_footer_cue .content_link{
	margin-bottom:30px;
	}

	#new_footer_cue .content_link p{
	margin-top:10px;
	}
	#wwhhyy_cue{
	margin-top:130px;
	margin-bottom:150px;
	}
	#wwhhyy_cue h1{
	font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    color:black;
    margin-bottom:40px;
	}

	#wwhhyy_cue h3{
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 4px;
    color: black;
    padding-bottom:8px;
	margin-top:10px;
	}

	#wwhhyy_cue p{
	font-size: 15px;
    color:grey;
	padding-top:1px;
	line-height: 1.4em;
	}

	#wwhhyy_cue .video_conte{
	padding: 10px;
	padding-bottom:10px;
	}

	#image_rotate{
	padding-bottom:40px;
	}

	#image_rotate img{
	display:block;
	margin:auto;
	}

#prc_tbe .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#prc_tbe .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

#prc_tbe .price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

#prc_tbe .price li {
	border-bottom: 1px solid #e0e0e0;
    padding: 17px;
    text-align: center;
    background: white;
}

#prc_tbe .price .grey {
    background-color:#f3f3f3;
    font-size: 20px;
	padding:12px;
}

#prc_tbe .button {
    background-color:#fbc701;
    border: none;
    color:#444343;
    padding:8px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    #prc_tbe .columns {
        width: 100%;
    }
}

#prc_tbe h1{
	font-size: 35px;
    font-family:'Open Sans', sans-serif;
    color: black;
    margin-bottom:20px;
	margin-top:20px;
}

#prc_tbe{
	background-color: #f9f9e0;
  padding-bottom: 50px;
	padding-top:30px;
}


#sml_scrn_sec img{
	display:block;
	margin:auto;
	margin-top:30px;
}
#sml_scrn_sec h3{
	text-align:center;
	color:#ffcb00;
	font-size:22px;
	margin-top:10px;
}
#sml_scrn_sec p{
	font-size:16px;
	line-height:1.5em;
	color:grey;
	text-align:justify;
	margin-bottom:20px;
}

#wwhhyy_cue video{
	height:240px;
	width:400px;
}

@media(min-width:768px){
	#sml_scrn_sec{
	display:none;
	}
	}

@media(max-width:1150px){
	#desktop_sec{
	display:none;
	}

#prc_tbe .columns{
	width:80%;
	margin:auto;
}

}

@media(min-width:992px){
#prc_tbe .columns{
	width:60%;
	margin:auto;

}
}

#getting_closer_head h1{
	font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 254, 254);
    margin-bottom:10px;
	color:black;
	margin-top:20px;
}


@media(min-width:1300px){
	#wwhhyy_cue{
	width:95%;
	margin:auto;
	margin-top:130px;
	margin-bottom:130px;
}
}


@media(min-width:550px) and (max-width:768px){
	#why_cue_back{
	margin-bottom:200px;
}
}

@media(min-width:768px) and (max-width:992px){
	#why_cue_back{
	margin-bottom:200px;
	padding-bottom:150px;
}
}


#cuemini_faq_banner{
	height:300px;
	background:url("../Images/bann_43.png");
	background-size:cover;
	background-position:center;
}

#cuemini_banner_row{
	background:rgba(204, 188, 0, 0.56);
	height:100%;

}
#cuemini_banner_row h1{
	font-size:50px;
	margin-top:100px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.12);
	color:#000000;
}


#feature_area{
	margin-top:60px;
}
#feature_area h1{
	text-align:center;
}

.ui-accordion-header{
	background:#fdcf22ed !important;
	border:none !important;
	color:#16212b !important;
	padding: .6em .5em .6em .5em !important;
	font-size: 1.1em !important;
}

#faq_cue_qu .faq_area{
	margin-bottom:100px;
}

#faq_cue_qu h2{
	color:#403e3d;
	margin-bottom:10px;
}


#faq_cue_qu{
	width:75% !important;
	margin:auto !important;
}

#app_sec_cue{
	margin-top:100px;
}

#app_sec_cue .row{
	margin-bottom:50px;
	text-align:justify;
}

#app_sec_cue img{
	display:block;
	margin:auto;
}

#app_sec_cue p{
	color:#676565;
	font-size:1.2em;
	line-height:1.3em;
	line-height:1.5em;
}

#spe_point_cue{
	margin-top:100px;
}

#spe_point_cue .row{
	margin-bottom:50px;
	text-align:justify;
}

#spe_point_cue img{
	display:block;
	margin:auto;
}

#spe_point_cue p{
	color:#676565;
	font-size:1.2em;
	line-height:1.3em;
	line-height:1.5em;
}

#app_section .modal-body{
	text-align:justify;
	line-height:1.4em;
	font-family: 'Open Sans', sans-serif;
}

#feature_new .modal-body{
	background:#fffef9
	text-align:justify;
	line-height:1.4em;
	font-family: 'Open Sans', sans-serif;
}

	#dv_section-2 .active-2{
	background:#ffcb00;
	color:#3a3838;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.13);
	}

	.scroll {
	position:relative;
	font-size:1.3em;
	margin-top:6em;
	display:inline-block;

	}
	.scroll:hover {
	text-decoration:none;
	}

	.scroll:after {
	content:'';
	width:40px;
	height:40px;
	position:absolute;
	top:40px;
	margin:auto;
	top:50px;
	right:0;
	bottom:0;
	left:0;
	-webkit-animation:3s arrow infinite ease;
	animation:3s arrow infinite ease;
	}

	.scroll:after {
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);

	}
	.tagline {
	font-size:2.3em;
	letter-spacing:0.02em;
	padding:0;
	}

	.panel{
	border:none !important;
	box-shadow:0 0px 0px rgba(0,0,0,.05);
	margin-bottom:0px;
	}

	.panel:last-child{
	margin-bottom:0px;
	}

	@media(max-width:1200px){
	.panel{
	height:auto !important;
	}
	}

#feature_new .modal-body p{
	color:white;
}

#faq_cue_qu p{
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #484848;
    line-height: 1.5em;
}

#faq_cue_qu h3{
	font-size:18px !important;
	outline:none;
}

#getting_closer_head{
		margin-top:120px;
    background-color: #f9f9e0;
    padding-top: 20px;
    padding-bottom: 20px;
}

#closer_section h1{
	font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    color: black;
}


	.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#1d2931f0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding:12px 8px 8px 15px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


@media(min-width:1400px) and (max-width:2000px){
	#form_section_new{
	height:60vh !important;
	padding-bottom:0px
	}

	#foot_loc{
	height:40vh !important;
	padding-bottom:0px;
	}
}

#cap{
	margin-top:10px;
}

#submit{
	background:#ffcf17;
	color:#0c161f;
	border:none;
	border-radius:4px;
	padding:8px 30px;
	box-shadow:2px 2px 5px #080c109c;
}

#view360{
	display:block;
	margin:auto;

}

#image_close_thr img{
	position: absolute!important;
    top: 15%!important;
    left: 5%!important;
}




#image_close_frth img{
	position: absolute!important;
    top: 150px!important;
    right: 16%!important;
}

#image_close_six img{
	position: absolute!important;
    top: 22%!important;
}

.grey a{
	display: block;
    margin: auto;
    background: #16212b;
    padding: 4px 6px 4px 6px;
    padding: grey;
    border: 1px solid #717070;
    color: white;
    border: none;
    border-radius: 4px;
	text-decoration:none;
	width:60%;
}

#support-container video{
	width:320px;
	height:260px;
}

#support-container{
	margin-bottom:80px;
	margin-top:50px;
}

#pdf-support{
	margin-bottom:50px;
}

#pdf-support img{
	margin-top:40px;
}

#support-banner{
	background-image:url("../images/tech-support-graphic.png");
	background-color:#ffe344e6;
	background-position:bottom;
	height:350px;
	background-repeat:no-repeat;
}


#support-container button{
	border: none;
    font-size: 1.2em;
    padding: 5px 15px;
    color: #424242;
	outline:none;
}
#support-container button.active{
	background:#f92519;
    border: none;
    padding: 5px 20px;
    color: white;
    font-size: 1.3em;
    box-shadow: 2px 2px 3px #00000029;
	font-family:open sans;
}
#support-banner{
	position:relative;
}

#support-banner h1{
	display:none;
	position: absolute;
    top: 29%;
    left: 22%;
    font-size: 4.0em;
    background-color: #32333585;
    padding: 10px 30px;
    color: white;
    box-shadow: 2px 2px 5px #00000040;
}

#contact-details ul{
	list-style-type:none;
}

#contact-details ul li{
	margin-bottom:10px;
	font-size: 1.3em;
    color: #676767;
	font-family: open sans;
}

#contact-details ul li i{
    color:#2f3942;
    font-size: 1.5em;
}



#support-container h3{
	display: inline-block;
    font-family: open sans;
    color: #ffffff;
    background: #2f3942;
		padding: 3px 10px;
		border-top-left-radius: 12px;
		border-bottom-right-radius: 12px;
}

#support-container p{
	font-family: open sans;
	font-size: 1.2em;
    line-height: 1.5em;
    color:#8a8a8a;
	text-align:justify;
}

#con-support{
	background:#e7e7e782;
	padding:10px;
	padding-bottom:20px;
}



#cuemini-feature-image{
height:200px;
width:100%;
background:green;
}

@media(min-width:768px){
	#support-container{
	width:70%;
	margin:auto;
	margin-bottom:80px;
	margin-top:50px;
}

#support-container .text-sec{
	width:80%;
	position:relative;
	top:40px;
}
}


.sec_close{
	width:80%;
	position:relative;
	top:50px;
}

@media(max-width:768px){
	#support-banner{
	background-size:contain;
	height:250px;
	}

	#support-container .text-sec{
	margin-bottom:30px;
	}
}


img.ri
{
	position: absolute;
	max-width: 80%;
	top: 10%;
	left: 10%;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}

img.ri:empty
{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.shipping-check{
	 color: #ffc508;
	 font-size: 18px;
	 margin-top: 20px;
}

#new_footer_cue form{
	color: white;
	margin-top: 10px;
	width::100%;
}

#check-shipping{
	width:100%;
	margin-top:15px;
}
#check-shipping form{
	float:left;
}

#check-shipping input[type=submit]{
margin-top: 8px;
margin-bottom: 15px;
width: 50%;
padding: 6px;
color:white !important;
outline:none;
}

#myModal-shipping-avail, #myModal2-shipping-not{
display:none;
}

.shipping-check-modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.shipping-check-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}

.shipping-check-yes{
background-color:#90ec93! important;
}

.shipping-check-no{
background-color:#ffafaf !important;
}

/* The Close Button */
.shipping-check-content .close {
color:#022916;
float: right;
font-size: 28px;
font-weight: bold;
opacity:1;
cursor:pointer;
}

.shipping-check-content .close:hover,
.shipping-check-content .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}


.shipping-available{
box-shadow: 0 5px 15px rgba(20, 21, 20, 0.31);
background-color:#546b5ab3;
text-align: center;
font-size: 1.4em;
font-family: cursive;
color:#052916;
}

.not-available{
box-shadow: 0 5px 15px rgba(0,0,0,.5);
background-color:#442424b0;
text-align: center;
font-size: 1.4em;
font-family: cursive;
}


.shipping-check-yes button{
background: #211d1c;
border: none;
margin-top: 20px;
padding: 8px 15px;
box-shadow: 2px 2px 5px #4a47475c;
border-radius: 20px;
}

.shipping-check-yes button a{
color:#9ff1a2;
text-decoration:none;
}

.price_add{
	border:none;
	background:none;
	color:#1457B5;
}

.price_add::before{
	content:"hello";
}


.price li a{
color:black;
text-decoration:none;
cursor:help;
}

#prc_tbe .price .grey a{
	color:white;
}


.nav_new{
	background: rgba(45, 45, 45, 0.58);
	 border: none;
	 box-shadow: 2px 2px 5px #2525251f;
	 padding: 5px 0px
}

.navbar-default .navbar-nav>li>a{
	color:white;
	font-family:open sans;
	font-size:0.9em;
}

.nav_new .navbar-brand{
    font-weight: bold;
    font-size: 2em;
    color: #ffe200;
}

.nav_new .navbar-brand span{
	color:white;
}

.navbar-default .navbar-nav>li>a:hover {
    color: white;
    background-color: transparent;
}

.navbar-default .navbar-brand:hover {
    color: #f0c40d;
    background-color: transparent;
}

#why_cue_back{
padding-top:150px;
}

#why_cue_back h1{
text-align:center;
font-size: 35px;
padding-bottom:20px;
}

#why_cue_back p{
line-height: 1.6em;
text-align: center;
color: #565656;
font-family:open sans;
font-size:1.1em;
}

#feature_new .modal-header,#feature_new .modal-footer,#app_section .modal-header,#app_section .modal-footer{
	background-color:#ffca0096;
	border:0px;
}

#feature_new .modal-dialog .btn-default,#app_section .modal-dialog .btn-default{
	background-color: #2f2f2f;
border-color: #ccc;
border: none;
color: #f9f9f9;
outline: none;
}

#feature_new .modal-dialog ul, #app_section .modal-dialog ul{
	line-height:1.7em;
	color:#2f2f2f;
	font-family:open sans;
	width:85%;
	margin:auto;
}

#feature_new .modal-dialog p,  #app_section .modal-dialog p{
	font-size:1.6em;
	color:black;
	text-align:center;
}

.content h1 span{
	color:white;
}

.con_fee lh i{
color:#ffe200;
}

.post, .post2{
	visibility:hidden;
}

.visible{
visibility:visible;
}

@media(min-width:768px){
	#why_cue_back p{
	font-size: 1.5em;
	width:80%;
	margin:auto;
	line-height:1.9em;
	}

	#why_cue_back h1{
		font-size: 2.5em;
	}
}


#buy_now_btn{
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: fixed;
    right: 0px;
    top: 20%;
    z-index: 99;
    color: #e9ede8;
	background: #bb960a;
	z-index:99999;
	padding: 10px 10px 10px 15px;
    font-size: 1em;
	font-family: 'Lato', sans-serif;
	box-shadow: 2px 2px 5px #0000003b;
}

#buy_now_btn:hover{
	text-decoration:none;
}



.buy_now_animate{
visibility:hidden;
}

.vis{
visibility:visible;
}

#buy_now_btn i{
font-size:1.2em;
}


.blinkicon {
	animation: blink 2s steps(5, start) infinite;
	-webkit-animation: blink 1s steps(5, start) infinite;
  }
  @keyframes blink {
	to {
	  visibility: hidden;
	}
  }
  @-webkit-keyframes blink {
	to {
	  visibility: hidden;
	}
  }