/*--------------------------------
    #   Elements
----------------------------------*/
    body {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
        background-color: #3F51B5;
		background-image: -ms-linear-gradient(left, #3A5EDE 0%, #9C69FA 100%);
		background-image: -moz-linear-gradient(left, #3A5EDE 0%, #9C69FA 100%);
		background-image: -o-linear-gradient(left, #3A5EDE 0%, #9C69FA 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3A5EDE), color-stop(100, #9C69FA));
		background-image: -webkit-linear-gradient(left, #3A5EDE 0%, #9C69FA 100%);
		background-image: linear-gradient(to right, #3A5EDE 0%, #9C69FA 100%);
        overflow-x: hidden;
    }
    ol, ul {
        list-style-position: inside;
        padding-left: 4px;
    }
/*--------------------------------
    #   Tags
----------------------------------*/
    h1, h2, h3, h4, h5, h6 {
		font-weight:800;
    }

    .container {
        max-width: 1120px;
    }


    .content {
        display: inline-block;
        vertical-align: middle;
        padding-top: 9%;
    }
    .heading {
		text-transform: uppercase;
		font-size: 125px;
		font-weight: bold;
		margin-bottom: 5px;
		color: #fff;
	}

/*--------------------------------
    #   Buttons
----------------------------------*/
    .button {
		display: inline-block;
		margin-bottom: 0;
		font-weight: 500;
		text-align: center;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		white-space: nowrap;
		padding: 11px 15px;
		font-size: 14px;
		line-height: 1.71429;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: white;
		background-color: #EE2D88;
		border-color: #EE2D88;
	   -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	   -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	   box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

    .button:hover,
    .button.hover {
		background-color: #dd1d5e;
		border-color: #dd1d5e;
        text-decoration: none;
        color: #fff;
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

    .button:active,
    .button.active {
		background-color: #dd1d5e;
		border-color: #dd1d5e;
        outline: none;
        color: #fff;
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }
    .button:focus {
		background-color: #dd1d5e;
		border-color: #dd1d5e;
        outline: none;
        color: #fff;
        text-decoration: none;
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

    p {
        font-size: 40px;
        margin-bottom: 30px;
    }

    p small {
        font-size: 21px;
		font-weight:300;
        margin-bottom: 30px;
    }
    .imgSec {
        float: right;
    }

/*--------------------------------
    #   Animation
----------------------------------*/

    .icon {
        position: relative;
        width: 340px;
        height: 415px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
        float: right;
    }
    .victor {
        position: absolute;
        right: 20px;
        top: 251px;
        background: url('../img/victor5.png') no-repeat 0 0 scroll;
        width: 100%;
        height: 80%;
        z-index: 99;
    }
    .animation {
        background: rgba(0, 0, 0, 0) url("../img/animation3.png") no-repeat scroll 0 0;
        height: 100%;
        position: absolute;
        right: -96px;
        top: 62px;
        width: 100%;
        z-index: 9;
        -moz-animation: 2s ease 0s normal none infinite hand;
        -moz-transform-origin: 30% 80% 0;
        -webkit-animation:hand 1s infinite ease-in-out;
        -webkit-transform-origin:30% 80% 0;
        -o-animation: 2s ease 0s normal none infinite hand;
        -o-transform-origin: 30% 80% 0;
        -o-animation:hand 1s infinite ease-in-out;
        -o-transform-origin:30% 80% 0;
        -ms-animation: 2s ease 0s normal none infinite hand;
        -ms-transform-origin: 30% 80% 0;
        -ms-animation:hand 1s infinite ease-in-out;
        -ms-transform-origin: 30% 80% 0;
        animation: 2s ease 0s normal none infinite hand;
        transform-origin: 30% 80% 0;
        animation:hand 2s infinite ease-in-out;
        transform-origin: 30% 80% 0;
    }
    
    @-moz-keyframes hand {
        0%{-moz-transform:rotate(-4deg)}
        50%{-moz-transform:rotate(4deg)}
        100%{-moz-transform:rotate(-4deg)}
    }

    @-webkit-keyframes hand {
        0%{-webkit-transform:rotate(-4deg)}
        50%{-webkit-transform:rotate(4deg)}
        100%{-webkit-transform:rotate(-4deg)}
    }

    @-o-keyframes hand {
        0%{-o-transform:rotate(-4deg)}
        50%{-o-transform:rotate(4deg)}
        100%{-o-transform:rotate(-4deg)}
    }

    @-ms-keyframes hand {
        0%{-ms-transform:rotate(-4deg)}
        50%{-ms-transform:rotate(4deg)}
        100%{-ms-transform:rotate(-4deg)}
    }

    @keyframes hand {
        0%{transform:rotate(-4deg)}
        50%{transform:rotate(4deg)}
        100%{transform:rotate(-4deg)}
    }

/*--------------------------------
    #   Media Screen
----------------------------------*/

    @media screen and (max-width: 980px) {
        .heading {
            font-size: 80px;
        }
        p {
            font-size: 28px;
        }
        p small {
            font-size: 18px;
        }
    }
    @media screen and (max-width: 768px) {
        .heading {
            font-size: 80px;
        }
        .icon {
            float: none;
        }
        .imgSec {
            text-align: center;
            float: none;
        }
        .content {
            text-align: center;
            padding-bottom: 15px;
        }
        p {
            font-size: 28px;
        }
        p small {
            font-size: 18px;
            width: 300px;
        }
        .victor {
            background-size: 61%
        }
        .animation {
            background-size: 55%;
            right: -78px;
            top: 69px;
            -moz-transform-origin: 42% 80% 0;
            -webkit-transform-origin:42% 80% 0;
            -o-transform-origin: 42% 80% 0;
            -o-transform-origin:42% 80% 0;
            -ms-transform-origin: 42% 80% 0;
            -ms-transform-origin: 42% 80% 0;
            transform-origin: 42% 80% 0;
            transform-origin: 42% 80% 0;
        }

    }
	.bg-gradient {
		background-image: -ms-linear-gradient(left, #3A5EDE 0%, #9C69FA 100%);
		background-image: -moz-linear-gradient(left, #3A5EDE 0%, #9C69FA 100%);
		background-image: -o-linear-gradient(left, #3A5EDE 0%, #9C69FA 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3A5EDE), color-stop(100, #9C69FA));
		background-image: -webkit-linear-gradient(left, #3A5EDE 0%, #9C69FA 100%);
		background-image: linear-gradient(to right, #3A5EDE 0%, #9C69FA 100%);
	}