/*================================================================================
	Item Name: Crypto ICO - Cryptocurrency Website Landing Page HTML + Dashboard Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@media screen and (min-width: 480px) {
    .flex-container {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        width: 40%;
    }

    .flex-item-title {
        color: white;
        width: 100%;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        position: relative;
        top: 10px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }

    .flex-item {
        padding: 0px;
        width: 220px;
        height: 40px;
        margin-top: 5px;
        line-height: 10px;
        color: white;
        position: relative;
        display: inline-block;
    }

    .flex-item-button {
        color: white;
        width: 100%;
        line-height: 0px;
        font-size: 14px;
        position: relative;
        top: -10px;
    }

    .btn-gradient-primary-button {
        font-size: 11px;
        color: #FFFFFF;
        padding: 0 1rem;
        font-weight: bold;
        letter-spacing: 0.3px;
        outline: none !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        background-image: -webkit-gradient(linear, left top, right top, from(#29bcfd), color-stop(51%, #1c78ff), to(#29bcfd));
        background-image: -webkit-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -moz-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -o-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: linear-gradient(to right, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-position: left center;
        -webkit-background-size: 200% auto;
        background-size: 200% auto;
        border: 0;
        -webkit-box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
        box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
    }

    .btn-gradient-primary:hover {
        background-position: right center;
        text-decoration: none;
    }

    .only {
        position: relative;
        left: 30px;
    }
}

@media screen and (max-width: 480px) {
    .flex-container {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        width: 40%;
    }

    .flex-item-title {
        color: white;
        width: 100%;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        position: relative;
        top: 10px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }

    .flex-item {
        padding: 0px;
        width: 220px;
        height: 40px;
        margin-top: 5px;
        line-height: 10px;
        color: white;
        position: relative;
        display: inline-block;
    }

    .flex-item-button {
        color: white;
        width: 100%;
        line-height: 0px;
        font-size: 14px;
        position: relative;
        top: -10px;
    }

    .btn-gradient-primary-button {
        font-size: 11px;
        color: #FFFFFF;
        padding: 0 1rem;
        font-weight: bold;
        letter-spacing: 0.3px;
        outline: none !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        background-image: -webkit-gradient(linear, left top, right top, from(#29bcfd), color-stop(51%, #1c78ff), to(#29bcfd));
        background-image: -webkit-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -moz-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -o-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: linear-gradient(to right, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-position: left center;
        -webkit-background-size: 200% auto;
        background-size: 200% auto;
        border: 0;
        -webkit-box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
        box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
    }

    .btn-gradient-primary:hover {
        background-position: right center;
        text-decoration: none;
    }

    .only {
        position: relative;
        left: 30px;
    }
}

@media screen and (max-width: 600px) {
    .flex-container {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        width: 40%;
    }

    .flex-item-title {
        color: white;
        width: 100%;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        position: relative;
        top: 10px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }

    .flex-item {
        padding: 0px;
        width: 220px;
        height: 40px;
        margin-top: 5px;
        line-height: 10px;
        color: white;
        position: relative;
        display: inline-block;
    }

    .flex-item-button {
        color: white;
        width: 100%;
        line-height: 0px;
        font-size: 14px;
        position: relative;
        top: -10px;
    }

    .btn-gradient-primary-button {
        font-size: 11px;
        color: #FFFFFF;
        padding: 0 1rem;
        font-weight: bold;
        letter-spacing: 0.3px;
        outline: none !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        background-image: -webkit-gradient(linear, left top, right top, from(#29bcfd), color-stop(51%, #1c78ff), to(#29bcfd));
        background-image: -webkit-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -moz-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -o-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: linear-gradient(to right, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-position: left center;
        -webkit-background-size: 200% auto;
        background-size: 200% auto;
        border: 0;
        -webkit-box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
        box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
    }

    .btn-gradient-primary:hover {
        background-position: right center;
        text-decoration: none;
    }
}

@media screen and (min-width: 600px) {
    .flex-container {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        width: 80%;
    }

    .flex-item-title {
        color: white;
        width: 100%;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        position: relative;
        top: -10px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }

    .flex-item {
        padding: 0px;
        width: 120px;
        height: 40px;
        margin-top: 5px;
        line-height: 10px;
        color: white;
        position: relative;
        display: inline-block;
    }

    .flex-item-button {
        color: white;
        width: 100%;
        line-height: 0px;
        font-size: 14px;
        position: relative;
        top: -10px;
    }

    .btn-gradient-primary-button {
        font-size: 11px;
        color: #FFFFFF;
        padding: 0 1rem;
        font-weight: bold;
        letter-spacing: 0.3px;
        outline: none !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        background-image: -webkit-gradient(linear, left top, right top, from(#29bcfd), color-stop(51%, #1c78ff), to(#29bcfd));
        background-image: -webkit-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -moz-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -o-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: linear-gradient(to right, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-position: left center;
        -webkit-background-size: 200% auto;
        background-size: 200% auto;
        border: 0;
        -webkit-box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
        box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
    }

    .btn-gradient-primary:hover {
        background-position: right center;
        text-decoration: none;
    }
}

@media screen and (min-width: 768px) {
    .img-fluid
    {
        position:relative;
        top:-100px;
    }

    .flex-container {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        width: 80%;
    }

    .flex-item-title {
        color: white;
        width: 100%;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        position: relative;
        top: -10px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }

    .flex-item {
        padding: 0px;
        width: 120px;
        height: 40px;
        margin-top: 5px;
        line-height: 10px;
        color: white;
        position: relative;
        display: inline-block;
    }

    .flex-item-button {
        color: white;
        width: 100%;
        line-height: 0px;
        font-size: 14px;
        position: relative;
        top: -10px;
    }

    .btn-gradient-primary-button {
        font-size: 11px;
        color: #FFFFFF;
        padding: 0 1rem;
        font-weight: bold;
        letter-spacing: 0.3px;
        outline: none !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        background-image: -webkit-gradient(linear, left top, right top, from(#29bcfd), color-stop(51%, #1c78ff), to(#29bcfd));
        background-image: -webkit-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -moz-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -o-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: linear-gradient(to right, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-position: left center;
        -webkit-background-size: 200% auto;
        background-size: 200% auto;
        border: 0;
        -webkit-box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
        box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
    }

    .btn-gradient-primary:hover {
        background-position: right center;
        text-decoration: none;
    }
}

@media screen and (min-width: 992px) {
    .img-fluid {
        position: relative;
        top: -100px;
    }

    .flex-container {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        width: 80%;
    }

    .flex-item-title {
        color: white;
        width: 100%;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        position: relative;
        top: -10px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }

    .flex-item {
        padding: 0px;
        width: 120px;
        height: 40px;
        margin-top: 5px;
        line-height: 10px;
        color: white;
        position: relative;
        display: inline-block;
    }

    .flex-item-button {
        color: white;
        width: 100%;
        line-height: 0px;
        font-size: 14px;
        position: relative;
        top: -10px;
    }

    .btn-gradient-primary-button {
        font-size: 11px;
        color: #FFFFFF;
        padding: 0 1rem;
        font-weight: bold;
        letter-spacing: 0.3px;
        outline: none !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        background-image: -webkit-gradient(linear, left top, right top, from(#29bcfd), color-stop(51%, #1c78ff), to(#29bcfd));
        background-image: -webkit-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -moz-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -o-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: linear-gradient(to right, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-position: left center;
        -webkit-background-size: 200% auto;
        background-size: 200% auto;
        border: 0;
        -webkit-box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
        box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
    }

    .btn-gradient-primary:hover {
        background-position: right center;
        text-decoration: none;
    }
}

@media screen and (min-width: 1200px) {
    .img-fluid {
        position: relative;
        top: -100px;
    }

    .flex-container {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        width: 80%;
    }

    .flex-item-title {
        color: white;
        width: 100%;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        position: relative;
        top: -10px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }

    .flex-item {
        padding: 0px;
        width: 120px;
        height: 40px;
        margin-top: 5px;
        line-height: 10px;
        color: white;
        position: relative;
        display: inline-block;
    }

    .flex-item-button {
        color: white;
        width: 100%;
        line-height: 0px;
        font-size: 14px;
        position: relative;
        top: -10px;
    }

    .btn-gradient-primary-button {
        font-size: 11px;
        color: #FFFFFF;
        padding: 0 1rem;
        font-weight: bold;
        letter-spacing: 0.3px;
        outline: none !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        background-image: -webkit-gradient(linear, left top, right top, from(#29bcfd), color-stop(51%, #1c78ff), to(#29bcfd));
        background-image: -webkit-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -moz-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: -o-linear-gradient(left, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-image: linear-gradient(to right, #29bcfd 0%, #1c78ff 51%, #29bcfd 100%);
        background-position: left center;
        -webkit-background-size: 200% auto;
        background-size: 200% auto;
        border: 0;
        -webkit-box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
        box-shadow: 0px 0px 16px 0 rgba(41, 188, 253, 0.5);
    }

    .btn-gradient-primary:hover {
        background-position: right center;
        text-decoration: none;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	/ your css rules for ipad landscape /
	.flex-container {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        width: 100%;
    }
		
	.special{
		position:absolute;
		top:10px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.flex-container {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        width: 100%;
    }
	
	.special{
		position:relative;
		top:30px;
	}
}

