body,html{
	margin: 0px;
	padding: 0px;	
	font-family: 'Montserrat', sans-serif !important;
	color: #000;
	height: 100%;
	width: 100%;
	font-weight: 200 !important;
}
html{
	background: url('../images/bg-img.jpg') no-repeat center center;
	background-size: cover;
}
body{
	background: url('../images/bar-bg-small.png');
	background-color: transparent !important; 
}

a, a:hover{
	color: #FFF !important;
	text-decoration: none !important;
}
img,a{
	outline: none;
	text-decoration: none;
	max-width: 100%;
}
p{
	color: #FFF;
	font-size: 22px;
	line-height: 40px;
}
.dark-bg{
	background: rgba(0,0,0,0.5);
}
.menu-toggle{
    cursor: pointer;
    position: relative;
    z-index: 999;
    transition: .3s ease all;
}
.bar1, .bar2, .bar3 {
    width: 45px;
    height: 5px;
    background-color: #FFF;
    margin: 10px 0;
    transition: .3s ease all;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 6px);
    transform: rotate(-45deg) translate(-10px, 6px);
    width: 55px;
}
.change .bar2 {opacity: 0;}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-17px, -10px);
    transform: rotate(45deg) translate(-17px, -10px);    
    width: 55px;
}

nav.main-menu{
	z-index: 2;
}
.sidebar{
	top: 0px;
	padding-top: 150px;
	left: -100%;
	transition: .3s ease all;
	z-index: 1;
}
.sidebar.show{
	left: 0px;
}
.sidebar a{
	font-size: 32px;
}
.sidebar ul{
	list-style-type: none;
}
.sidebar ul li{
	height: 55px;
}
.sidebar ul li:first-child{
	margin-bottom: 15px;
}

.product-logo .btn{
	background: #FFF !important;
	color: #000 !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
        font-size: 1vw !important;
}
ul.app-icons{
	list-style-type: none;
	padding: 0px;
}
ul.app-icons li{
	display: inline-block;
	margin: 20px 50px;
}
ul.app-icons .continuum, ul.app-icons .compare, ul.app-icons .archive{
	height: 67px;
	width: 76px;
	background-size: 100% !important;
	display: inline-block;
}
ul.app-icons .continuum{
	background: url('../images/continuum-white.png') no-repeat center center;
}
ul.app-icons .continuum:hover{
	background: url('../images/continuum-color.png') no-repeat center center;	
}
ul.app-icons .continuum.inactive{
	background: url('../images/continuum-gray.png') no-repeat center center;	
}
ul.app-icons .compare{
	background: url('../images/compare-white.png') no-repeat center center;
}
ul.app-icons .compare:hover{
	background: url('../images/compare-color.png') no-repeat center center;
}
ul.app-icons .compare.inactive{
	background: url('../images/compare-gray.png') no-repeat center center;
}
ul.app-icons .archive{
	background: url('../images/archive-white.png') no-repeat center center;
}
ul.app-icons .archive:hover{
	background: url('../images/archive-color.png') no-repeat center center;
}
ul.app-icons .archive.inactive{
	background: url('../images/archive-gray.png') no-repeat center center;
}
footer{
	bottom: 0px;
}
footer ul{
	list-style-type: none;
}
footer ul li{
	display: inline-block;
	margin: 0px 5px;
}

.news-title > h2{
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    margin-bottom: 25px;
}
.blog_wrap h3{
    color: #FFF;
    font-weight: normal;
    margin-top: 0px;
    font-size: 22px;
}
.blog_wrap img{
    width: 100%;
}
.blog_img{
    position: relative;
    margin-bottom: 25px;
}
.blog_item{
    border-bottom: 1px solid #999;
    padding: 25px 0px 15px;
}
.blog_item:first-child{
    padding-top: 0px;
}
.blog_item:last-child{
    border-bottom: none;
}
.blog_item p{
    line-height: 23px;
    font-size: 19px;
    margin-top: 10px;
}
.blog_item p a{
    text-decoration: underline !important ;
    font-style: italic;
}
.blog_img a{
    position: relative;
    display: block;
}
.blog_title{
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.8);
    box-sizing: border-box;
    padding: 10px;
}
.blog_title span{
    font-weight: 300;
    border: 1px solid #FFF;
    padding: 5px;
    color: #FFF;
    text-transform: uppercase;
    margin-right: 10px;
    float: left;
    font-size: 8px;
    letter-spacing: 1px;
}
.blog_title h3{
    font-weight: normal;
    font-size: 17px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}
.blog_details h2{
    font-size: 25px;
    color: #FFF;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}
.blog_details p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 200;
}
.blog_details h2 + span{
    color: #FFF;
    font-size: 10px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-inner-img{
    float: left;
    margin-right: 10px;
    margin-top: 13px;
}
.recent_blog h3{ 
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
}
.recent_blog ul{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}
.recent_blog ul li{
    border-bottom: 1px solid #FFF;
    padding: 5px 0px;
    vertical-align: middle;
}
.recent_blog ul li:last-child{
    border-bottom: 0px;
}
.recent_blog li span{
    padding:5px;
    text-transform: uppercase;
    margin-right: 10px;
    color: #FFF;
    border: 1px solid #FFF;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
}
.recent_blog img{
    width: 100%;
}
.news-back{
    margin-top: -15px;
    margin-left: -55px;
    position: relative;
    z-index: 99;
    margin-bottom: 15px;
    width: 95px;
    line-height: 15px;
}
.product-logo ul.sm0{
    list-style-type: none;
    margin-top: 25px;
    margin-left: 0px;
    padding: 0px;
    font-size: 22px;
}
.product-logo ul.sm0 li{
    font-size: 22px;
    padding: 5px 0px 10px;;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    text-align: left;
}
@media only screen and (max-width: 1024px) {
        .product-logo a.btn{
            font-size: 2vw;
        }
}
@media only screen and (min-width : 991px) {
	.product-info{
		padding: 45px 5%;
	}
	.product-logo{
		border-right: 1px solid #FFF;
		padding-right: 45px !important;
	}
	.product-desc{
		height: 600px;
		max-height: 100%;
		padding: 0px 25px !important;
	}
        .blog_wrap{
            height: 600px;
            max-height: 100%;
        }
        .blog_wrap.blog_details{
            height: 600px;
            max-height: 100%;
        }
        .product-info.blog-info{
            padding: 45px 100px;
        }
        .news-title.product-info{
            padding: 45px 5%;
        }
}

@media only screen and (max-width : 990px) {
	html, body, main, .container-fluid{
		height: auto;
		min-height: 100vh !important;
	}
	ul.app-icons li{
		display: inline-block;
		margin: 20px 1vw;
	}
	.product-info{
		padding: 35px;
		margin-top: 125px;
	}
	.product-logo{
		border-right: 0px;
                padding-right: 25px !important;
	}
	.product-desc{
		height: auto;
		margin-top: 55px;
                padding: 0px 25px !important;
	}
        .blog_img{
            margin-bottom: 15px;
        }
        .product-logo ul.sm0 li{
            text-align: center;
        }
}
@media only screen and (max-width : 768px) {
	.sidebar {
		padding-top: 85px;
	}
	.sidebar.dark-bg{
		background: rgba(0,0,0,0.8)
	}
        .blog_item{
            margin-bottom: 25px;
        }
        .product-logo .btn{
                font-size: 1rem !important;
        }
        .news-back{
            margin-left: 0px;
        }
}

@media only screen and (max-width : 480px) {
	.sidebar a{
		font-size: 28px;
	}
	.sidebar p{
		line-height: 30px;
	}
        ul.app-icons li a{
		width: 65px !important;
		height: 57px !important;
	}	
        .blog-inner-img img{
            width: 100%;
        }
        .product-logo ul.sm0 li{
            font-size: 18px;
        }
        .product-logo .btn{
            font-size: 12px !important;
        }
}

.fnamei { color: white; }


blockquote {
    border-left: 10px solid white;
    padding-left: 10px;
    font-style: italic;
}

main ul li { 
    
    color:white; 
}

.product-info form { width:100%;}
.fnamei { padding: 5px; }
.ffield input { padding: 5px; }
.ffield input[type=checkbox] { padding:10px 20px; display: inline-block; margin-top:35px; transform: scale(2) }
.fname { float: left; text-align: right; width:200px; margin-right:10px;}
.fsubmit { padding: 10px; border-radius: 5px; margin: 20px 0 20px 100px;}

@media only screen and (max-width : 600px) {
    .ffield.Text .fnamei { display:none; }
    .ffield.Text input { display:block; margin:auto;}
    .ffield.f_your_email { margin-bottom:20px;}
}
