::selection{ background-color: #2F2F2F; color: #fff; }
::moz-selection{ background-color: #2F2F2F; color: #fff; }
::webkit-selection{ background-color: #2F2F2F; color: #fff; }



@font-face {
    font-family: 'geosanslightregular';
    src: url('../fonts/geosanslight-webfont.woff2') format('woff2'),
    url('../fonts/geosanslight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'geosanslight';
    src: url('../fonts/GeosansLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Geo Sans Light';
    src: url('../fonts/GeosansLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/**
 * ---------
 * Noto Sans
 */

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/Noto_Sans/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/Noto_Sans/NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/Noto_Sans/NotoSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/Noto_Sans/NotoSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
/**
 * ---------
 */



@font-face {
    font-family: 'JuliusSansOne-Regular';
    src: url('../fonts/Julius_Sans_One/JuliusSansOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'JosefinSans-Light';
    src: url('../fonts/Josefin_Sans/static/JosefinSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/Open_Sans/OpenSans-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;

}

html,body {
    margin:0;
    padding:0;
    font-family: 'geosanslight';
    /*font-family: 'geosanslightregular';*/
    font-size:15px;
    background-color:#fff;
    color:rgba(0, 0, 0, 0.67);
    height:100%;
    font-weight:300;
}

p {
    -webkit-font-smoothing: antialiased;
}
* {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.no-trans-all, .no-trans-all * {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}
a,a:hover,a:active {
    text-decoration:none!important;
}
.wrap {
    width:90%;
    max-width:1200px;
    margin:auto;
}
.wrap.small {
    max-width:800px;
}
.wrap.large {
    width:95%;
    max-width:1400px;
}
.clear {
    clear:both;
}
header {
    background:#01c0ff;
    padding:10px;
    border-bottom:5px solid #f67ef1;
}
header .logo {
    width:230px;
}
.headerBorder {
    border-bottom:5px solid #fdd5fa;
}
.signIn {
    padding-top:100px;
    padding-bottom:50px;
    width:320px;
    margin:auto;
}
.signIn .order {
    background-image:url('../img/order.png');
    background-size:cover;
    width: 326px;
    height: 76px;
    display:block;
    margin:auto;
}
.signIn .form-control {
    box-shadow: none;
    text-align: center;
    border: 1px solid #b5b5b5;
    font-size: 25px;
    border-radius: 27px;
    letter-spacing: 1.2px;
    margin-top:20px;
}
.signIn .btn {
    background:#01c0ff;
    color:#fff;
    font-size: 25px;
    text-transform:uppercase;
    border-radius: 27px;
    letter-spacing: 1.2px;
    width:100%;
    margin-top:20px;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #01c0ff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    margin-bottom:20px;
    margin-top: 40px;
}
header .account img {
    width: 29px;
    padding-top: 7px;
}
header .account img:hover {
    opacity:0.5;
}
header .basket img {
    width: 32px;
    padding-top: 0px;
    margin-left: 10px;
    margin-top: -8px;
}


header .basket img:hover {
    opacity:0.5;
}
header .basket {
    background: #fff;
    border-radius: 30px;
    color: #333;
    font-size: 31px;
    margin-left: 30px;
    padding: 10px 28px;
    position: relative;
    top: 9px;
}
header .basket:hover {
    background:#eee;
}

@media(max-width:700px) {
    header .basket {
    		top: 4px;
        /*background: #fff;*/
        /*border-radius: 30px;*/
        /*color: #333;*/
        /*position: relative;*/
        /*top: 9px;*/
        font-size: 25px;
        margin-left: 15px;
        padding: 6px 17px;
    }
}

.photos .items .item img {
    border:2px solid #121212;
    width: 100%;
}


.img-portrait {
    @media(max-width:700px) {
        width: 60%;
        margin: 0 20%;
    }

}
/* .img-landscape {
    @media(max-width:700px) {
    }
} */


.blue-button {
	background: #01c0ff;
	border-radius: 27px;
	border: #01c0ff;
	color: #fff;
	display: block;
	font-family: 'Geo Sans Light';
	font-size: 25px;
	letter-spacing: 1.2px;
	margin-top: 10px;
	padding: 7px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.blue-button a, .green-button a {
	color: #fff;
}

.blue-button:hover, .green-button:hover {
	color: #fff !important;
	opacity: 0.7;
}


div.button-inline, .green-button.button-inline, .blue-button.button-inline {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}

.green-button {
	background: #4CAF50;
	border-radius: 27px;
	border: #4CAF50;
	color: #fff;
	display: block;
	font-family: 'Geo Sans Light';
	font-size: 25px;
	letter-spacing: 1.2px;
	margin-top: 10px;
	padding: 7px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.green-button a {
	color: #fff;
}


.photos .items .item .order {
    background:#01c0ff;
    color:#fff;
    font-size: 25px;
    text-transform:uppercase;
    border-radius: 27px;
    letter-spacing: 1.2px;
    width:100%;
    margin-top:10px;
    display:block;
    text-align:center;
    padding:7px;
}
.photos .items .item .order:hover {
    opacity:0.7;
}
h4 {
    margin-top:20px;
    margin-bottom:20px;
}
h4 a {
    color:#01c0ff;
}
.fileName {
    text-align: center;
    font-size: 15px;
    margin-top: 13px;
    font-family: 'Noto Sans', sans-serif;
}

.pack {
    text-align:center;
    margin-bottom:40px;
}
.pack .name, .pack .name a, .pack.name {
    color:#f67ef1;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    font-size:26px;
    margin-bottom:15px;
}

/* make strikethrough show non-bold in pack names */
.pack .name s, .pack.name s {
    font-weight: normal;
}


.pack .name a:hover {
	text-decoration: underline !important;
}
.pack img {
    max-width:100%;
}

.pack-select-modal img {
		border: 2px solid #121212;
    max-width:100%;
}

.pack .description {
    margin-top:15px;
    font-size:21px;
}
.pack .add {
    background:#01c0ff;
    color:#fff;
    font-size: 25px;
    text-transform:uppercase;
    border-radius: 27px;
    letter-spacing: 1.2px;
    width:100%;
    margin-top:10px;
    display:block;
    text-align:center;
    padding:7px;
    border:0;
}
.pack .add:hover {
    opacity:0.7;
}
.basket .items .item {
    background:#fef2fd;
    padding:20px;
    margin-top:30px;
}

.basket .items .item .image {
    width: 100%;
    height: 200px;
    position:relative;
    background:#fff;
}

.basket .items .item .image img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    width: auto;
}
.basket .items .item .title {
    color:#f67ef1;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    font-size:30px;
    margin-bottom:15px;
}
.basket .items .item .desc {
    font-size:20px;
}
.basket .items .item .form-control {
    width: 52px;
    border-radius: 0;
    border: 2px solid #00c0ff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
}
.basket .delete {
    float: right;
    width: 20px;
    cursor:pointer;
}
.basket .delete:hover {
    opacity:0.7;
}

.cardIcons {
    width: 257px;
    margin-top: 20px;
}
.checkout {
    background:#01c0ff;
    color:#fff;
    font-size: 25px;
    text-transform:uppercase;
    border-radius: 27px;
    letter-spacing: 1.2px;
    width:100%;
    display:block;
    text-align:center;
    padding:7px;
    border:0;
    margin-top:21px;
}
.checkout.green {
    background: #5eaa5c;
}
.checkout:hover {
    opacity:0.7;
}
.modal-header {
    color: #fff;
    background: #01c0ff;
    border: 0;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.modal-title {
    display: block;
    width: 100%;
}
#checkout .form-control {
    box-shadow: none;
    text-align: left;
    border: 1px solid #b5b5b5;
    font-size: 22px;
    border-radius: 15px;
    letter-spacing: 1.2px;
    margin-top: 20px;
    height: auto;
    padding: 4px;
    padding-left:15px;
    padding-right:15px;
}
#checkout p {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
}
#checkout h4 {
    margin-bottom:0px;
}
.total {
    font-size:18px;
    font-family: 'Montserrat', sans-serif;
    text-align:center;
    margin-top:10px;
}
.changeDelivery {
    font-size: 14px;
    margin-top: -4px;
    display: block;
}
.stripe-button-el {
    display:block !important;
    margin:auto !important;
}
#payment .cardIcons {
    display:block;
    margin:auto;
    margin-top:16px;
}
.stripePower {
    display:block;
    margin:auto;
    width: 100px;
    margin-top: -18px;
}
.thanks {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
footer {
    margin-top:50px;
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
    background: #fef2fc;
    padding: 30px;
}
footer p {
    margin:0px;
}
.download {
    background:#01c0ff;
    color:#fff;
    font-size: 25px;
    text-transform:uppercase;
    border-radius: 27px;
    letter-spacing: 1.2px;
    width:300px;
    display:block;
    text-align:center;
    padding:7px;
    border:0;
    margin-top:21px;
}
@media(max-width:700px) {
    header .logo {
        width: 150px;
    }

    header .account img {
        width: 21px;
        padding-top: 6px;
    }
    header .wrap {
        width:95%;
    }
    .signIn .order {
        background-image: url(../img/order.png);
        background-size: cover;
        width: 242px;
        height: 53px;
        display: block;
        margin: auto;
    }
    .items .col-6, .items .col-4, .items .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pack .name {
        font-size:19px;
    }
    .basket .items .item .col-2, .basket .items .item .col-9, #checkout .col-6, #checkout .col-4, #checkout .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .basket .delete {
        float: none;
        margin-top: 17px;
    }
    .basket .col-9, .basket .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

footer .navi {
    text-align:center;
    margin-bottom:8px;
}
footer .navi a {
    color: #0d0e0e;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
}
footer .navi a:hover {
    opacity:0.7;
}
.add.basket {
    background: #4CAF50;
    display:none;
}
#checkout .modal-header {
    text-align:left;
}
.backCart {
    background: #E91E63;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 27px;
    letter-spacing: 1.2px;
    width: 127px;
    display: block;
    text-align: center;
    padding: 5px;
    position: absolute;
    border: 0;
    margin-top: 21px;
    top: -10px;
    right: 11px;
}
@media(max-width:600px) {
	.pack-select-modal .modal-title {
		text-align: left;
	}

}
@media(max-width:600px) {
    html, body {
        overflow-x: hidden;
    }
}


.image-count-multiple {
	font-weight: bold;
}