@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100,100italic);


html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #ccc;
    font-family: 'Roboto';

    background: #013c4d url(bg.png);
    background-size: cover;
}

.fa-stack > i:last-child {
	color:#ffffff;
}
.clear {
	clear:both;
}
/* typography */
h1 {
    margin: 5px 0px 10px;
    color: #67A2B9;
    font-weight: 300;
}
h3 {
    margin: 0;
    color: #67A2B9;
}
strong {
    color: #013C4D;
}
p {
    margin: 5px 0px;
    /*
    text-align: justify;
    */
}
main a {
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #67A2B9;
}
main a:hover {
    border-bottom-color: #B3D0DC;
}

/* logo */
.logo-img {
    /*margin-top: 20px;*/
    margin-left: 10px;
}

/* head */
header {
    padding: 10px 0px;
    background: #013C4D;

    -webkit-box-shadow: inset 0 -35px 35px -35px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 -35px 35px -35px rgba(0,0,0,0.8);
    box-shadow: inset 0 -35px 35px -35px rgba(0,0,0,0.8);
}

/* button */
a.btn,
button.btn {
    color: #fefefe;
    border: 0;
    border: 1px solid #EF7C00;
    padding: 0;
    text-decoration: none;
    display: inline-block;

    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    font-family: 'Roboto', inherit;
}
a.btn:hover {
    border: 1px solid #EF7C00;
}
.btn-icon {
    padding: 5px 10px;
    border-right: 1px solid #EF7C00;
    float: left;
}
.btn-text {
    text-align: left;
    display: inline-block;
    padding: 10px;
}

/* gradient */
.btn,
nav a:hover,
nav li.active > a {
    background: #fbba00;
    background: -moz-linear-gradient(top, #fbba00 0%, #ef7c00 87%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbba00), color-stop(87%,#ef7c00));
    background: -webkit-linear-gradient(top, #fbba00 0%,#ef7c00 87%);
    background: -o-linear-gradient(top, #fbba00 0%,#ef7c00 87%);
    background: -ms-linear-gradient(top, #fbba00 0%,#ef7c00 87%);
    background: linear-gradient(to bottom, #fbba00 0%,#ef7c00 87%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbba00', endColorstr='#ef7c00',GradientType=0 );
}

/* box */
.box-title {
    display: block;
    color: #fff;
    background: #67A2B9;
    font-style: italic;
    font-weight: bold;
    padding: 2px;

    margin-left: 15px;
}
.box-container input {
    display: block;
    padding: 1px;
    margin: 5px 0px;
    color: #013C4D;
    background: #E8F1F5;
    border: 2px solid #67A2B9;
}
.box button {
    font-family: 'Roboto';
    border: 0;
    color: #fff;
    border: 2px solid #013C4D;
    background: #67a2b9;
    background: -moz-linear-gradient(top, #67a2b9 9%, #013c4d 76%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#67a2b9), color-stop(76%,#013c4d));
    background: -webkit-linear-gradient(top, #67a2b9 9%,#013c4d 76%);
    background: -o-linear-gradient(top, #67a2b9 9%,#013c4d 76%);
    background: -ms-linear-gradient(top, #67a2b9 9%,#013c4d 76%);
    background: linear-gradient(to bottom, #67a2b9 9%,#013c4d 76%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67a2b9', endColorstr='#013c4d',GradientType=0 );

    cursor: pointer;

    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}
.box {
    height: 100px;
    min-width: 215px;
    padding: 3px 5px;
    background: #f1f1f1;

    margin-left: 50px;
}

.box-title,
.box {
    position: relative;
}
.box-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-right: 6px solid #67A2B9;
}
.box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 0;
    height: 0;
    border-top: 100px solid transparent;
    border-right: 25px solid #f1f1f1;
}

.register {
    text-decoration: none;
    color: #333;
    padding-right: 5px;
}

/* navigation */
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    background: #01242F;
    font-style: italic;

    width: 100%;
    display: table;
    table-layout: fixed;
}
nav li {
    display: table-cell;
    width: auto;
    text-align: center;
	border-right:1px solid #0e495b;
}
nav li.last {
	border-right:none;
}
nav li.last > a {
	background-color:#7b7b7b;
}

nav li:not(.responsive) {
	display:none;
}

nav div,
nav a {
    font-size: 1.2rem;
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding:2px 0px;
	text-align:center;
    color: #f1f1f1;
    background: #67A2B9;
    margin: 0px;
	cursor:pointer;
}

/* menu */
.menu-extra {
    list-style-type: none;
    text-align: right;
    margin-right: 15px;
    margin-top: 25px;
}
.menu-extra a {
    text-decoration: none;
    color: #67A2B9;
}
.menu-extra a:hover {
    color: #B3D0DC;
}

.dark {
    color: #013C4D;
}

/* main */
main {
    border: 2px solid #67A2B9;
    width: 80%;
	max-width:1000px;
    margin: 50px auto;
    background: #fff;
    padding: 0px;

    box-shadow: 0px 2px 5px 2px rgba(50,50,50,.5);

    color: #444;
    font-size: 1.1rem;
    /*max-width: 1200px;*/
}

main a.link {
    font-style: italic;
}
main a.link:before {
    font-style: normal;
    font-weight: bold;
    color: #67A2B9;
    content: '› ';
}

.sideimg {
    float: right;
    border-left: 2px solid #67A2B9;
    border-bottom: 2px solid #67A2B9;
    width: 250px;
    margin-bottom: 15px;
}

.small-title {
    color: #777;
    font-size: 20px;
    display: block;
}

hr {
    margin: 5px 0px;
    margin-right: 15px;
    border: 0;
    border-bottom: 2px solid #67A2B9;
}

/* content */
.content {
    padding: 30px 15px;
}
.content > h1 {
	font-size:48px;
}

/* clearfix */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}

/* align */
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}

/* floats */
.float-left {
    float: left;
}
.float-right {
    float: right;
}

/* center */
.center-vertical {
    display: table-cell;
    vertical-align: middle;
}

/* flexbox */
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.row.bottom {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}
.row.top {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.col {
    /*flex: 1;*/
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


/* pages */

.no-border,
.no-border td {
    border: 0;
}

/* home */
div.landing_ta h1,
.home-table h1 {
	font-size:46px;
}
div.landing_ta,
.home-table {
    margin: 15px auto;
}
div.landing_ta .align-right,
.home-table .align-right {
	text-align:right;
    padding-right: 5px;
}
.home-list h3 {
    margin-top: -3px;
}
.home-list {
    margin-top: 1rem;
    font-size: 1rem;
}
.home-list p {
    text-align: left;
}
.home-list img {
    width: 80px;
    height: auto;
    margin-right: 10px;

    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}
div.landing_ta span {
	height:auto;
	display:inline-block;
}
div.landing_ta span:first-child {
	width:43%;
}
/* special offers */
.specialoffers-table {
/*
    width: 80%;
    margin: 0 auto;
*/
	width:700px;
}
.specialoffers-table a {
    font-style: normal;
}
.specialoffers-table b {
    color: #D72B2B;
    display: block;
}
.specialoffers-table i {
    display: block;
    text-align: right;
    font-size: 0.8rem;
}
.specialoffers-img-container {
    text-align: center;
}

/* personal scout and product guide */

main input,
.personalscout-table a,
.productguide-table a,
.productguide-table textarea {
    border: 0;
    border: 2px solid #67A2B9;
    background: #B3D0DC;
    padding: 5px 10px;
    color: #013C4D;
}
.personalscout-table a,
.productguide-table a,
.productguide-table textarea {
    display: block;
    width: 100%;
}
.productguide-table textarea {
    min-height: 150px;
}
.personalscout-table a:hover {
    border-color: #67A2B9;
}
.productguide-table input {
	width:300px;
}

/* scan order */
.scanorder-step {
    margin-top: 15px;
}
.scanorder-step img {
    border: 1px solid #67A2B9;
    margin-right: 15px;

    width: 100px;
}


.btn_spo {
	width:220px;
	float:left;
	margin-top:230px;
	margin-left:10px;
}

@media screen and (max-width: 944px) {
	/*
    .logo-img {
        margin: 0;
        width: 100%;
    }
	*/

    main {
        width: 98%;
    }

    nav a {
        padding: 15px 5px;
        border-top: 1px solid #DADADA;
    }
	nav li {
		text-align:left;
	}
	nav li.responsive {
		display:none;
	}
    nav li:not(.responsive) {
        display:block;
    }

    hr {
        margin: 0;
    }
/*
    .btn-icon,
    .sideimg {
        display: none;
    }
	*/
	.btn_spo {
		float:none;
		display:block;
		margin:10px auto 0px;
	}
	
    .row {
        display: block;
    }
    .col {
        width: 100%;
        display: block;
        flex: 0;
        margin-top: 25px;
    }

    .home-table {
        font-size: 0.55rem;
    }
    .productguide-table td {
        display: block;
    }
    .specialoffers-table {
        display: block;
        overflow: auto;
        width: 100%;
    }

}
@media screen and (max-width: 700px) {
	
	.landing_ta h1 {
		font-size:30px !important;
		margin:0px !important;
	}
	.landing_ta > div > span {
		text-align:left !important;
	}
	div.cf  > div.float-left > a > img {
		width:214px;
		margin-top:30px;
	}
	
	.pure-table td {
		padding:5px;
	}
	.pure-table td a {
		font-size:14px;
	}
	.pure-table td a input {
		width:100% !important;
	}
}
/*
@media screen and (min-width: 900px) {
    nav a {
        margin-top: 7px;
    }

    nav a:hover {
        margin-top: 0;
        padding-top: 7px;
    }
}
*/
