@import url('reset.css');
@import url('font-awesome.css');
@import url('font-oswald.css');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300);
body {
	font-size: 12px;
	line-height: 18px;
	color: #808080;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #e5e5e5;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100% !important;
}

 @media only screen and (max-width: 767px) {
     #main-nav a { 
     font-size: 10px !important;
     }
     .dropbtn {
         font-size: 10px !important;
     }
     
     /* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2d2d2d;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
    border-radius: 20px;
    right:5px;
    
}
     
} 
     
     
/* MY SPACE CALCULATOR CODE
================================================== */
 /* Dropdown Button */
.dropbtn {
    background-color:;
    color: #2a2a2a;
    padding: 16px;
    font-size: 16px;
    border: none;
    font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2d2d2d;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
    border-radius: 20px;
    
}



/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
} 


/* ENDING OF MY SPACE CALCULATOR CODE
================================================== */

.bold {
	font-weight: bold;
}

::selection {
	color: white;
	background-color: #f1c832;
}

::-moz-selection {
	color: white;
	background-color: #f1c832;
}


/* HEADER
================================================== */

#header {
	background: #fff;
	border-bottom-width: 5px;
	border-bottom-color: rgba(0, 0, 0, .20);
	border-bottom-style: solid;
}

/* LOGO
================================================== */

#logo-container {
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

.logo {
	width: 300px;
	height: 60px;
	float: left;
	background-image: url(../icons/hc-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.htmlconductorlogo {
	width: 300px;
	height: 60px;
	float: left;
	background-image: url(../icons/hc-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.spacegopasslogo {
	width: 300px;
	height: 60px;
	float: left;
	background-image: url(../icons/gopass-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.calculatorlogo {
	width: 300px;
	height: 60px;
	float: left;
	background-image: url(../icons/sc-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.spacecoderlogo {
	width: 300px;
	height: 60px;
	float: left;
	background-image: url(../icons/coder-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.spacecoderlogo2 {
	width: 300px;
	height: 60px;
	float: left;
	background-image: url(../icons/receipt-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.receiptlogo {
	width: 300px;
	height: 60px;
	float: left;
	background-image: url(../icons/receipt-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.editormainlogo {
	width: 300px;
	height: 60px;
	float: left;
	background-image: url(../icons/editor-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.notepadlogo {
	width: 300px;
	height: 60px;
	float: left;
	background-image: url(../icons/notepad-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.download-clr {
	margin: 0 auto;
	border: 3px solid #1978d0;
	padding: 10px;
	border-radius: 50px;
	text-align: center;
	display: block;
	font-size: 17px;
	position: relative;
	color: #1978d0;
	cursor: pointer;
	width: 200px;
}

.download-orange {
	margin: 0 auto;
	border: 3px solid #ee472e;
	padding: 10px;
	border-radius: 50px;
	text-align: center;
	display: block;
	font-size: 17px;
	position: relative;
	color: #ee472e;
	cursor: pointer;
	width: 200px;
}

.download-green {
	margin: 0 auto;
	border: 3px solid #07bf44;
	padding: 10px;
	border-radius: 50px;
	text-align: center;
	display: block;
	font-size: 17px;
	position: relative;
	color: #07bf44;
	cursor: pointer;
	width: 200px;
}

.download-brown {
	margin: 0 auto;
	border: 3px solid #4e2a12;
	padding: 10px;
	border-radius: 50px;
	text-align: center;
	display: block;
	font-size: 17px;
	position: relative;
	color: #4e2a12;
	cursor: pointer;
	width: 200px;
}

.lil-down {
	padding: 20px;
	border-radius: 50px;
	background: #1978d0;
	width: 800px;
	margin: 20px auto;
	text-align: center;
}

.clr-nte {
	color: #0bf5d0;
}

.cent-down {
	width: 400px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

.move-lil {
	margin-bottom: 30px;
}

.opt-ble {
	color: #1978d0 !important;
	text-align: center;
	font-weight: bold;
}

.list-me {
	list-style-type: disc;
	color: #1978d0;
	font-size: 16px;
	line-height: 29px;
}


/************************/

.cent-min {
	width: 350px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

.nav-border {
	border-top: 1px solid #d6d6d6;
}

.bg-space-blue {
	background: #1978d0;
	padding: 25px;
}

.bg-space-orange {
	background: #ee472e;
	padding: 25px;
}

.bg-space-green {
	background: #07bf44;
	padding: 25px;
}

.bg-space-brown {
	background: #4e2a12;
	padding: 25px;
}

.bg-space-purple {
	background: #7b115f;
	padding: 25px;
}

.log-sze {
	width: 300px;
	
}

.box-text-container {
	position: relative;
	text-align: center;
	padding: 0;
	float: left;
	width: 600px;
	top: 70px;
	margin-left: 10px;
	margin-right: 10px;
}

.box-text-container h5 {
	font-size: 12px;
	line-height: 18px;
}

.fleft {
	float: left;
}

.blg-space {
	padding: 35px;
}

.opt-clr {
	color: #fff !important;
}

.opt-clr2 {
	color: #1978d0 !important
}

.myfootercolornew  {
	color: #ee472e !important
}

.mytextcolornew1 {
	color: ##00a839 !important
}


/* MAIN MENU
================================================== */

.win-con {
	float: left;
	margin-right: -35px;
	z-index: 100;
	position: sticky;
	width: 45px;
	margin-bottom: -60px;
	margin-top: 11px;
}

.win-down {
	float: left;
	margin-right: -10px;
	z-index: 100;
	position: sticky;
	width: 60px;
	margin-bottom: 0px;
	margin-top: -7px;
	margin-left: 70px;
}

.space-bit {
	top: 45px;
}

.space-mv {
	margin-top: 132px;
}

.win-pd {
	padding-left: 30px !important;
	padding-right: 15px !important;
}

#main-nav {
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
}

nav#main-nav select {
	display: none;
	/* for mobile */
}

#main-nav ul {
	margin: 0;
	padding: 0;
}

#main-nav li {
	float: left;
	list-style: none outside none;
	margin: 0 10px;
	border: 3px solid #2a2a2a;
	padding: 5px;
	border-radius: 50px;
	top: 15px;
}

#main-navver li {
	float: left;
	list-style: none outside none;
	margin: 0 10px;
	border: 3px solid #2a2a2a;
	padding: 5px;
	border-radius: 50px;
	top: 15px;
}


#main-nav ul li li:first-child {
	border-top: none;
}

#main-nav .current>a {
	color: #5a5a5a;
	margin-top: -1px;
	border-top: 3px solid #f1c832;
	padding-top: 17px;
}

#main-nav .current li.current a,
#main-nav .current li.current li.current a {
	color: #5a5a5a;
	margin-top: 0;
	border-top: none;
	padding-top: 12px;
	background-color: #d6d6d6;
	/**/
}

#main-nav a:hover {
	text-shadow: none;
	color: #5a5a5a;
}

#main-nav a {
	color: #2a2a2a;
	display: block;
	font-size: 14px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}

#main-nav ul.sf-menu li:first-child a {
	margin-left: 0;
}

.sf-menu li>a {
	padding-bottom: 0 !important;
	text-transform: uppercase;
	font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
}


/*** ESSENTIAL STYLES ***/

.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	margin-top: 0px !important;
	margin-left: 10px !important;
}

#main-nav ul.sf-menu li:first-child ul {
	margin-left: 0px !important;
}

.sf-menu ul ul {
	margin: 0 !important;
}

.sf-menu ul li {
	width: 150px;
}

.sf-menu li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: /*5.5em*/
	40px;
	/* match top ul list item height */
	z-index: 99;
	text-shadow: none;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 150px !important;
	/* match ul width */
	top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 100em;
	/* match ul width */
	top: 0;
}

.sf-menu li li {
	margin: 0 !important;
	background: #f0f0f0;
	border-top: 1px solid #d6d6d6;
}

#main-nav .current li.current li a {
	background-color: #f0f0f0;
	color: #808080;
}

.sf-menu li li a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: none !important;
	text-shadow: none !important;
	font-size: 12px !important;
	padding-left: 15px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	margin-right: 0px;
	margin-left: 0px;
	/*14*/
}

.sf-menu li li a:hover {
	color: #f0f0f0 !important;
	background: #484848 !important;
}

#main-nav ul.sf-menu li ul {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.m-btn{
	margin-top: 158px;
}
.lix-size{
	width: 300px;
}

/* Slide Out
=================================================== */

#slideout {
	position: fixed;
	background: url(../icons/contact.png) no-repeat center;
	top: 500px;
	height: 100px;
	width: 220px;
	left: 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	cursor: pointer;
}

#slideout_inner {
	position: fixed;
	top: 520px;
left: -400px;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
z-index: 100;
}
.num{
	    background: #fff;
    border: 3px solid #057aca;
    border-radius: 15px;
    padding: 15px;
    color: #1978d0;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
}

#slideout:hover {
	left: 280px;
}

#slideout:hover #slideout_inner {
	left: 0;
}

#yung {
	background: url(../icons/young.png) no-repeat center;
	position: fixed;
	top: 100px;
	right: -15px;
	height: 100px;
	width: 300px;
}


/* 3 BLOCKS
================================================== */



.block3-container h3 {
	color: #5a5a5a;
	font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

/* NEWSLETTER
================================================== */
.content-container-white {
    background-color: #d6d6d6;
}

.side-box-bg {
	height: 25px;
	width: 12px;
	float: left;
	background-image: url(../images/side-box-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.newsletter-container {
	background-color: #f1f1f1;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
}

.nl-img-container {
	float: left;
	padding-top: 23px;
	padding-right: 20px;
	padding-bottom: 17px;
	padding-left: 20px;
}

.nl-text-container {
	float: left;
}

.nl-form-part-container {
	float: left;
	padding: 15px;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-left: none;
}

.nl-text {
	float: left;
	padding-top: 23px;
	padding-left: 20px;
}

.nl-text-container .caption {
	float: left;
	padding-top: 22px !important;
	padding-left: 18px !important;
}

.nl-text-container.part {
	width: 475px;
	height: 62px;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-right: none;
}

.nl-form-container {
	float: left;
	height: 62px !important;
}

.newsletterform input {
	width: 180px;
}

.caption {
	font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 7px;
	padding-top: 6px;
	font-weight: lighter;
}

input,
textarea {
	color: #c1c1c1;
	font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
	margin: 0;
	outline: medium none;
	border: 1px solid #d6d6d6;
	padding: 5px 8px 5px 8px;
	font-size: 13px;
}

.nl-form-container input {
	padding-bottom: 5px;
	padding-top: 5px;
}

.nl-img-container img {
	height: 17px;
	width: 24px;
}

.side-box-bg.news-letter {
	height: 64px;
}

form.newsletterform button.button {
	margin-top: 6px;
	padding: 15px;
font-size: 16px;
cursor: pointer;
font-style: inherit;
font-family: Arial;
}




/* 404
================================================== */

.error404-text {
	text-align: center;
	color: #5a5a5a;
	font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.error404-numb {
	color: #909090;
	text-align: center;
	font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
	font-size: 250px;
	line-height: 250px;
	margin-bottom: 40px;
	margin-top: 30px;
}

.error404-main-text h2 {
	text-align: center;
	font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 15px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}




/* FOOTER
================================================== */

footer {
	color: #909090;
}

.right {
	float: right;
}

.left {
	float: left;
}

.right-text {
	text-align: right;
}

.center-text {
	text-align: center;
}

footer .caption {
	float: none;
	color: #fff;
}

footer h3,
footer h4 {
	font-weight: normal;
}

.title-post-footer {
	margin-top: 12px;
	font-size: 12px;
	line-height: 18px;
}



.latest-post li p {
	background-color: #696969;
	margin-bottom: 0;
	padding: 8px 10px;
	color: #afaeae;
}


.icon_mail a {
	color: #909090;
}

.icon_mail a:hover {
	color: #f1c832;
}

.footer-copyright-bg {
	color: #a1a1a1;
	background-color: #464646;
}

.footer-copyright-bg .eight.columns {
	padding-top: 25px;
	padding-bottom: 20px;
}

.footer-menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#footer-nav li {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	display: inline-block;
	list-style: none outside none;
	margin: 0 -3px 0 0;
}

#footer-nav li:first-child a {
	border-left: medium none;
	padding-left: 0;
}

#footer-nav li a {
	border-left: 1px solid #686868;
	display: block;
	padding: 0 15px;
	color: #a1a1a1;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
}

#footer-nav li a:hover {
	color: #f1c832;
}

#footer-nav li:last-child a {
	padding-right: 0;
}

a.author {
	color: #cecece;
}

a.author:hover {
	color: #f1c832;
}

footer a.r-m-plus {
	color: #fff;
}

footer .r-m-plus:after {
	background: #404040;
	background-image: url(../images/plus.png);
	background-position: center center;
	background-repeat: no-repeat;
}

/* MARGINS
================================================== */

.m-bot-15 {
	margin-bottom: 15px !important;
}

.m-bot-20 {
	margin-bottom: 20px !important;
}

.m-bot-25 {
	margin-bottom: 25px !important;
}

.m-top-25 {
	margin-top: 25px !important;
}

.m-bot-35 {
	margin-bottom: 35px !important;
}



/* BACK TO TOP BUTTON
================================================== */

.footer-content-bg {
	position: relative;
}

.footer-content-bg a.scrollup {
	height: 16px;
	left: 50%;
	margin-left: -16px;
	position: absolute;
	text-indent: -9999px;
	top: -16px;
	width: 32px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/scrollup.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/******COLUMNS******/

.center {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}


/* MEDIA QUERIES
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#fdw nav ul li {
		margin-left: 12px;
	}
}


/*****FOR MOBILE ******/

@media only screen and (max-width: 767px) {
	#logo-container {
    float: left;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}
   #main-nav li {
	float: left;
list-style: none outside none;
margin: 0;
border: 3px solid #1978d0;
padding: 5px;
border-radius: 50px;
top: 15px;
margin-left: 10px;
       margin-top: 3px !important;
	}
	#main-nav {
    float: left;
    margin-bottom: 30px;
    margin-top: 0px !important;
	}
	.box-text-container {
    position: relative;
    text-align: center;
    padding: 0;
		width: 100%;
top: 10px;
		margin: 0 auto !important;
	}
	.hide-me{
		display: none;
	}
	.blg-space{
		padding: 0px !important;
	}
    .win-con {
	float: left;
	margin-right: -35px;
	z-index: 100;
	position: sticky;
	width: 41px;
	margin-bottom: -60px;
	margin-top: 11px;
}
}


/* #Tablet (Portrait) (2)
================================================== */


/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}


/*  #Mobile (Portrait) (4)
================================================== */


/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
	
}


/* #Mobile (Landscape) (3)
================================================== */


/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}


/* Retina Images (High Resolution)
====================================================================== */

@media (-Webkit-min-device-pixel-ratio: 1.5),
(-moz-min-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
	
}
