/* RESET */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, dl, dt, dd, ol, ul, li,
/*begin resetting styles for the page*/
form,table, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
}

ul li {
    list-style: none;
    list-style-position: outside;
}

ol li{
    list-style-position: outside;
}

ol ol, ul ul, ol ul, ul ol
{
    margin-left: 15px;
    margin-bottom: 0;
}

a:focus {
    outline: 0;
}
/*end resetting styles for the page*/

/*mainstyles*/
body {
    background: #545252;
    padding: 0;
    font-family: arial narrow, san-serif;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    margin: 0 20px 0 20px;
    text-align: left;
}

h1 {
    font-family: arial, san-serif;
    font-size: 1em;
    padding-bottom: 10px;
    color: #1b418d;
}
h1.policy{
	padding-top: 10px;
}
h2{
    font-family: arial, san-serif;
    font-style: italic;
    font-size: .90em;
    padding: 10px 0 10px 0;
    color: #1b418d;
}

h2.topPage{
	padding: 0 0 10px 0;
}

h3{
    font-family: arial, san-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 10px 0;
    color: #000000;
}

p{
	padding-bottom: 1em;
}

#wrapper {
    position: relative;
    width: 960px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: #6699dd;
}

#banner {
    position: relative;
    width: 960px;
    margin: auto auto 0px auto;
    background: #ffffff;
    padding-top: 10px;
}

#logo {
    position: relative;
}

div#social{
    position: relative;
    float: right;
    margin-right: 20px;

}
img#socialMedia{
    margin-right: 5px;
  }

nav {
    background: #000000;
    height: 32px;
/*    margin-top: 5px;*/
}
nav ul{
    display: table;
    height: 32px;
    margin: 0 auto 0 auto;
}

nav li{
    display: table-cell;
    height: 32px;
    text-align: center;
    white-space: nowrap;
    padding-top: 7px;
    font-family: arial, sans-serif;
    font-size: 16px;
}


a.navbar:link {
    float: left;
    position: relative;
    padding: 0;
    margin: 0 38px 0 38px;
    color: #ffffff;
    text-decoration: none;
}

a.navbar:hover {
    color: #C41230;
}
a.navbar:visited {
    color: #ffffff;
}

footer {
    background: #ffffff;
    height: 150px;
    margin: 25px auto 0px auto;
}

a.footlink:link {
    float: left;
    position: relative;
    padding: 7px 6px 0 6px;
    margin: 0 120px 0 120px;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}

a.footlink:hover {
    color: #C41230;
}
a.footlink:visited {
    color: #ffffff;
}

.footlist{
    background: #000000;
    height: 35px;
}
.centeredtxt{
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: center;
    line-height: 140%;
    margin: 0px auto 0px auto;
}
.centeredtxt2{
    font-family: arial, sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 140%;
    margin: 20px auto 0px auto;
}
a.emaillink:link {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: left;
    text-decoration: none;
}
a.emaillink:hover {
    color: #C41230;
    }
a.emaillink:visited {
    color: #000000;
    }
ol{
    margin-left: 30px;
    font-family: Times;
    font-size: 20px;
    color: #1b418d;
}
ol li{
    font-family: arial narrow, san-serif;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}
ol p{
    font-family: arial narrow, san-serif;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

hr{
    display: block;
    border-width:0;
    background-color:#c41230;
    height:1.5px;
    text-align:center;
    width:90%;
}


/*homepage*/
#slider {
    position: relative;
    width: 800px;
    height: 450px;
    margin: 20px auto 10px auto;
    }

.cs-buttons a {
    background: #CCC;
    background: -webkit-linear-gradient(top,  #CCCCCC, #F3F3F3); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #CCCCCC, #F3F3F3); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #CCCCCC, #F3F3F3); /* opera */
    background:     -ms-linear-gradient(top,  #CCCCCC, #F3F3F3); /* IE10 */
    background:         linear-gradient(top,  #CCCCCC, #F3F3F3); /* css3 */
}
a.cs-active {
    background: #3072B3;
    background: -webkit-linear-gradient(top,  #3072B3, #255789); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #3072B3, #255789); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #3072B3, #255789); /* opera */
    background:     -ms-linear-gradient(top,  #3072B3, #255789); /* IE10 */
    background:         linear-gradient(top,  #3072B3, #255789); /* css3 */
    box-shadow: 0 0 3px #518CC6;
    border: 1px solid #255789 !important;
}
#whiteboxhome {
    position: relative;
    width: 800px;
    overflow: hidden;
    margin: 10px auto 35px auto;
    padding: 20px 0px 20px 0px;
    background: #ffffff;
}

#homeleft {
    display: block;
    float: left;
    width: 45%;
    margin-left: 3%;
}


#homeright {
    display: block;
    float: right;
    width: 45%;
    margin-right: 3%;
}

#newtable
{
    border:2px none #000;
    border-collapse:separate;
    border-spacing:5px 6px;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:18px;
    margin:auto;
}
#newtable td
{
    width:102px;
    height:106px;
    line-height:50px;
    border:2px none #000;
    text-align:center;
    cursor: pointer;
}

figure{
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
}

figcaption{
    position: relative;
    z-index: 2;
    top: -20px;
    padding: 15px 5px 5px 10px;
    font-family: arial, san serif;
    font-size: 1.25em;
    color: #ffffff;
    background-color: #000000;
    display: block;
}

.homeimage {
    position: relative;
    width: 800px;
    height: 425px;
    margin: 20px auto 10px auto;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
}
/*Sign Generator_homepage*/

#gamelogo{
    margin-top: 75px;
    margin-left: 50px;
    }
.gamespot{
    position: relative;
    width: 800px;
   /* HOTFIX  margin: 20px auto 20px auto;*/
    padding-top: 20px;
    margin-left: 80px;
}
.headindented{
    margin-left: 3%;
}

.fpo-txt {
    font-family: arial, sans-serif;
    font-size: 2em;
    line-height: 150%;
    color: #ffffff;
    text-align: left;
    margin-left: 2%;
}

.separator {
    margin: 0 auto 0 auto;
}

/*asltech pages*/
#categorytable table{
	border-style: none;
}

fieldset{
	border-style: none;
}

#techHome{
	position: relative;
	width: 840px;
	overflow: hidden;
	margin: 20px auto 20px auto;
	padding: 20px 0px 20px 0px;
	background: #ffffff;
}

.techleft {
	float: left;
	width: 45%;
	margin-left: 3%;
}

.techright {
	float: right;
	width: 45%;
	margin-right: 3%;
}
.productDiv{
	margin: 30px auto 30px auto;
	width: 960px;
	display: block;
	height: auto;
}
.box{
	float: left;
	position: relative;
	width: 220px;
	background-color: #dee6f3;
	border: 3px solid #9cbbeb;
	-webkit-border-radius: 12px; 	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 12px; 	/* Firefox 1-3.6 */
	border-radius: 12px;    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	padding: 10px;
	height: 285px;
}

.box2{
    float: left;
    position: relative;
    width: 280px;
    background-color: #dee6f3;
    border: 3px solid #9cbbeb;
    -webkit-border-radius: 12px;    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 12px;   /* Firefox 1-3.6 */
    border-radius: 12px;    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    padding: 10px;
    height: 250px;
}
.boxLeft{
	float: left;
	width: 220px;
	margin: 20px 0 20px 20px;
}

.boxCenter{
	float: left;
	width: 220px;
	margin: 20px 30px 20px 30px;
}

.boxRight{
	float: left;
	width: 220px;
	margin: 20px 20px 20px 0;
}

.bluehands{
	float: left;
	width: 400px;
	margin: 25px 30px 20px 30px;
	padding: 50px;
}

.bluehands_small{
    float: left;
    margin: 100px 0 20px 0;

}

#asltech{
    margin-left: 50px;
}

a.link_bottom1:link{
	position: absolute;
	float: left;
    bottom: 10px;
	padding: 5px 10px 5px 10px;
	border:1px solid #ffffff;
    border-radius: 8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	background-color:#000000;
	/* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
	background: -prefix-linear-gradient(top, #9f9f9f, #000000 60%);
	/* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
	background: linear-gradient(to bottom, #9f9f9f, #000000 60%);
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
a.link_bottom1:visited {
	color: #ffffff;
	background-color:#000000;
	/* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
	background: -prefix-linear-gradient(top, #9f9f9f, #000000 60%);
	/* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
	background: linear-gradient(to bottom, #9f9f9f, #000000 60%);
	border:1px solid #ffffff;

}

a.link_bottom1:hover {
	color: #000000;
	background-color:#cdcaca;
	/* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
	background: -prefix-linear-gradient(top, #9f9f9f, #cdcaca 60%);
	/* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
	background: linear-gradient(to bottom, #9f9f9f, #cdcaca 60%);
	border:1px solid #000000;

}

a.link_bottom2:link{
	position: absolute;
	margin-left: 112px;
    bottom: 10px;
	padding: 5px 10px 5px 10px;
	border:1px solid #ffffff;
    border-radius: 8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    background-color:#000000;
	/* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
	background: -prefix-linear-gradient(top, #9f9f9f, #000000 60%);
	/* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
	background: linear-gradient(to bottom, #9f9f9f, #000000 60%);
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

a.link_bottom2:visited {
	color: #ffffff;
	background-color:#000000;
	/* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
	background: -prefix-linear-gradient(top, #9f9f9f, #000000 60%);
	/* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
	background: linear-gradient(to bottom, #9f9f9f, #000000 60%);
	border:1px solid #ffffff;
    border-radius: 8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}

a.link_bottom2:hover {
	color: #000000;
	background-color:#cdcaca;
	/* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
	background: -prefix-linear-gradient(top, #9f9f9f, #cdcaca 60%);
	/* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
	background: linear-gradient(to bottom, #9f9f9f, #cdcaca 60%);
	border:1px solid #000000;
}


/*dialog boxes*/
button#opener{
    position: relative;
    overflow:hidden;
}

button.blackBtn{
    position: relative;
    margin: 30px 0 0 15px;
    display: inline;
    padding: 5px 10px 5px 10px;
    background-color:#000000;
    /* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
    background: -prefix-linear-gradient(top, #9f9f9f, #000000 60%);
    /* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
    background: linear-gradient(to bottom, #9f9f9f, #000000 60%);
    border:1px solid #000000;
    border-radius: 8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
            }

button.blackBtn:visited {
    color: #ffffff;
    background-color:#000000;
    /* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
    background: -prefix-linear-gradient(top, #9f9f9f, #000000 60%);
                /* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
    background: linear-gradient(to bottom, #9f9f9f, #000000 60%);
}

button.blackBtn:hover {
    color: #000000;
    background-color:#cdcaca;
    /* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
    background: -prefix-linear-gradient(top, #9f9f9f, #cdcaca 60%);
    /* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
    background: linear-gradient(to bottom, #9f9f9f, #cdcaca 60%);
}

ol.instructions li{
    font-family: Segoe UI,Arial,sans-serif;
    font-size: 1em;
    line-height: 110%;
    color: #383838;
}

ul.bulletsDlg {
    color: #C41230;
    padding-bottom: 10px;
}
ul.bulletsDlg li{
    list-style-type: square;
    margin-left: 20px;
}
ul.bulletsDlg p{
    font-family: Segoe UI,Arial,sans-serif;
    font-size: 1em;
    line-height: 110%;
    color: #383838;
    padding: 0;
}


/*about ASL tech products pages*/
section.logoButtons{
    margin: 20px 0 20px 20px;
    height: auto;
}

#sglogo{
    margin-left: 50px;
    }

.largelogo{
    margin: 16px 0px 20px 20px;
    float: left;
}

.largelogo1{
    margin: 20px -5px 20px 50px;
    float: left;
}

.rightMargin{
    margin-right: 20px;
}
.smalllogo{
    margin-bottom: 20px;
}

.smalllogo2{
    margin-bottom: 10px;
}

.cstlogo{
    margin-bottom: 60px;
}

.myaslpromologo{
    float: left;
    border-radius: 15px;
    border:3px solid #000;
}

a.blacklink{
	position: relative;
	float: left;
	margin-right: 10px;
	display: inline;
    padding: 5px 10px 5px 10px;
    background-color:#000000;
    /* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
    background: -prefix-linear-gradient(top, #9f9f9f, #000000 60%);
    /* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
    background: linear-gradient(to bottom, #9f9f9f, #000000 60%);
    border:1px solid #000000;
    border-radius: 8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

a.blacklink:visited {
	color: #ffffff;
	background-color:#000000;
	/* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
	background: -prefix-linear-gradient(top, #9f9f9f, #000000 60%);
	/* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
	background: linear-gradient(to bottom, #9f9f9f, #000000 60%);
}

a.blacklink:hover {
	color: #000000;
	background-color:#cdcaca;
	/* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
	background: -prefix-linear-gradient(top, #9f9f9f, #cdcaca 60%);
	/* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
	background: linear-gradient(to bottom, #9f9f9f, #cdcaca 60%);
}

a.blacklink2{
    position: relative;
    margin: 30px 5px 0 10px;
    display: inline;
    padding: 5px 10px 5px 10px;
    background-color:#000000;
    /* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
    background: -prefix-linear-gradient(top, #9f9f9f, #000000 60%);
    /* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
    background: linear-gradient(to bottom, #9f9f9f, #000000 60%);
    border:1px solid #000000;
    border-radius: 8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

a.blacklink2:visited {
	color: #ffffff;
	background-color:#000000;
	/* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
	background: -prefix-linear-gradient(top, #9f9f9f, #000000 60%);
	/* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
	background: linear-gradient(to bottom, #9f9f9f, #000000 60%);
}

a.blacklink2:hover {
	color: #000000;
	background-color:#cdcaca;
	/* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
	background: -prefix-linear-gradient(top, #9f9f9f, #cdcaca 60%);
	/* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
	background: linear-gradient(to bottom, #9f9f9f, #cdcaca 60%);
}

ul.bullets {
    color: #C41230;
    padding-bottom: 10px;
}
ul.bullets li{
    list-style-type: square;
    margin-left: 20px;
}
ul.bullets p{
    color: #000000;
    padding: 0;
}

ul.bullets2 {
    color: #C41230;
    padding-bottom: 10px;
    margin-left: 15px;
}
ul.bullets2 li{
    list-style-type: square;
    margin-left: 20px;
}
ul.bullets2 p{
    color: #000000;
    padding: 0;
}
#hands{
    padding-top: 75px;
}

/*contact page*/

a.emaillink2:link {
    color: #1b418d;
    text-align: left;
    text-decoration: none;
}
a.emaillink2:hover {
    color: #C41230;
    text-align: left;
    text-decoration: none;
}
.officeimage {
    position: relative;
    width: 800px;
    margin: 0px auto 0px auto;
}

/*games background -- for fingerspell scramble*/
.gamespot2{
    position: relative;
    display: block;
    width: 800px;
    height: 100%;
    margin: 20px auto 20px auto;
    background-color: #2c405b;
    border: solid #000000;
}
.gamehead{
    position: relative;
    width: 800px;
    height:63px;
    margin: 0;
    padding: 0;
    background-color: #f2ea7d;
}
h1.gamehead{
    font-family: arial;
    font-size: 36px;
    text-align: center;
    line-height: 160%;
    color: #2c405b;
}

/*gesture Recognition page*/
.topimage {
    position: relative;
    width: 800px;
    height: 313px;
    margin: 20px auto 10px auto;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
}

/*policies page*/
h1.largeh1 {
    font-family: arial, san-serif;
    font-size: 2em;
    padding-bottom: 10px;
    color: #1b418d;
    margin-left: 50px;
}

/*ASL Services page*/
section.tableSpace{
    position: relative;
    display:block;
    width: 790px;
    height: auto;
    margin: 10px auto 20px auto;
}

table.fullTable{
    display:block;
    width: 100%;
    border-collapse:collapse;
}


table.fullTable td{
     border: 1px solid #a99614;
    text-align: left;
    font-family: arial, san-serif;
    font-size: 14px;
    padding:10px;
    vertical-align: top;
    background-color: #faf8ec;
}

table.fullTable th{
    text-align: center;
    background-color:#F7DC27;
    /* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
    background: -prefix-linear-gradient(top, #ffffff, #F7DC27 60%);
    /* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
    background: linear-gradient(to bottom, #ffffff, #F7DC27 60%);
    border:1px solid #a99614;
    color: #000000;
    font-size: 16px;
    font-family: arial, san-serif;
    padding: 5px 0 5px 0;
}

tr.subRow td{
    background-color: #f8eda6;
    font-weight: bold;
    vertical-align: bottom;
    }

/*ASL GAMES intro*/
.biggerfont{
    font-family: arial, san-serif;
    font-size: 1.75em;
    color: #000000;
    padding: 0;
    margin: 0 0 20px 0;
}
#signo{
    margin-bottom: 20px;
}
#consigntrationsm{
    margin-bottom: 20px;
}
#fingerspellwellsm{
    margin-bottom: 20px;
}

/*ASL templates intro*/
img.floatr{
    position: relative;
    margin: 10px 0 10px 0;
}

/*myASLTech login page*/
section.aboveLogin_logo{
    position: relative;
    margin: 50px auto 20px auto;
    width: 500px;
    height: auto;
}

section.loginPage{
    position: relative;
    margin: 10px auto 50px auto;
    width: 500px;
    height: auto;
    background-color:#DEE6F3;
    border: 3px solid #9cbbeb;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

img.loginLogo{
    position: relative;
    margin: 20px auto 50px auto;
}

p.loginTxt{
    font-family: arial, san-serif;
    font-size: 26px;
    line-height: 150%;
    color: #000000;
    text-align: center;
    margin-top: 50px;
}

form.form-horizontal{
    margin: 20px 0 20px 0;
}

.control-label{
    font-family: arial, san-serif;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    text-align: left;
}

div.signInBTN{
    display: block;
    margin: 30px 0 0 100px;
}

.signIn{
    margin: 10px 0 0 0;
}

.blueLeft{
    margin: 0 40px 0 0;
}

.blueRight{
    margin: 0 0 0 40px;

}

label.remembermecheck{
    font-size: 16px;
}

hr.gray{
    display: block;
    border-width:0;
    background-color:#9cbbeb;
    height:1.5px;
    text-align:center;
    width:100%;
    }


/*CSS for 960 16-column grid*/

/* Container
----------------------------------------------------------------------------------------------------*/

.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;

}

/* Grid >> Global
-------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_4a,
.grid_5,
.grid_6,
.grid_7,
.grid_7a,
.grid_7b,
.grid_8,
.grid_9,
.grid_9a,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}


/* push >> Global
-------------------------------------------------------------------------------------------*/

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16 {
  position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_4 {
  width: 220px;
  background-color: #ffffff;
  padding: 10px;
  margin: 25px 0 20px 0;
  height: 250px;
}
.container_16 .grid_4a {
  width: 220px;
  background-color: #ffffff;
  padding: 10px;
  margin: 25px 0px 20px 0px;
}
.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
   margin: 25px 0 20px 0;
}
.container_16 .grid_7a {
  width: 400px;
  background-color: #ffffff;
  margin: 25px 0 20px 40px;
  padding: 10px;
}

.container_16 .grid_7b {
  width: 400px;
  background-color: #DEE6F3;
  margin: 25px 0 20px 40px;
  padding: 10px;
}

.container_16 .grid_8 {
  width: 460px;
}

.container_16 .grid_9 {
  width: 520px;
  margin: 25px 0 20px 0;
  height: 250px;
}
.container_16 .grid_9a {
  width: 520px;
  background-color: #ffffff;
  padding: 10px;
  margin: 25px 0 20px 0;
}
.container_16 .grid_10 {
  width: 580px;
  background-color: #ffffff;
  padding: 10px;
  margin: 25px 0 20px 0;
  height: 250px;
}

.container_16 .grid_11 {
  width: 640px;

}

.container_16 .grid_12 {
  width: 700px;

}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

.container_16 .grid_16 {
  width: 940px;
}

/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}
.container_16 .prefix_1a {
  padding-left: 50px;
}
.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_4 {
  padding-left: 240px;
  }

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_12 {
  padding-left: 720px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_12 {
  padding-right: 720px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_4 {
  left: 240px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_8 {
  left: 480px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_12 {
  left: 720px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_4 {
  left: -240px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_8 {
  left: -480px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_12 {
  left: -720px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clearFloat {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_16 {
  zoom: 1;
}

.fancybox-inner {
    background: #000;
}