@font-face{
 font-family: Digital-7, 'Digital-7 Mono';
 src: url(../fonts/digital-7.ttf) format("ttf"), url(../fonts/digital-7_mono.ttf) format("ttf");
}

.view {
    border: 2px solid #4acfe0;
    width: 215px;
    padding: 20px;
    height: 205px;
    background: rgba(0, 188, 212, 0.71);
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    /*background: #fff url(../images/bgimg.jpg) no-repeat center center;*/
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.view1 {
    border: 2px solid #ff83ad;
    width: 215px;
    padding: 20px;
    height: 205px;
    background: rgba(255, 17, 98, 0.52);
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    /*background: #fff url(../images/bgimg.jpg) no-repeat center center;*/
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.view2 {
    border: 2px solid #CDDC39;
    width: 215px;
    padding: 20px;
    height: 205px;
    background: rgb(205, 220, 57);
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    /*background: #fff url(../images/bgimg.jpg) no-repeat center center;*/
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

    .view .mask, .view .content, .view1 .mask, .view1 .content, .view2 .mask, .view2 .content {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .view img, .view1 img, .view2 img {
        display: block;
        position: relative;
        height: 200px !important;
    }

    .view h2, .view1 h2, .view2 h2 {
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        color: #333;
        text-align: center;
        position: relative;
        font-size: 15px;
        line-height: 24px;
        font-weight: bold;
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.6);
        margin: 30px 20px 0px 20px;
        -webkit-transform: translate(0px,0px);
        -moz-transform: translate(0px,0px);
        -o-transform: translate(0px,0px);
        -ms-transform: translate(0px,0px);
        transform: translate(0px,0px);
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .view p, .view1 p, .view2 p {
        font-family: Digital-7, 'Digital-7 Mono', sans-serif;
        font-size: 36px;
        position: relative;
        color: #333;
        padding: 10px 20px;
        text-align: center;
        -webkit-transform: translate(0px,0px);
        -moz-transform: translate(0px,0px);
        -o-transform: translate(0px,0px);
        -ms-transform: translate(0px,0px);
        transform: translate(0px,0px);
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .view a.info, .view1 a.info, .view2 a.info {
        font-family: 'Roboto Condensed', sans-serif;
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 1px #000;
        -moz-box-shadow: 0 0 1px #000;
        box-shadow: 0 0 1px #000;
        -webkit-transform: translate(0px,0px);
        -moz-transform: translate(0px,0px);
        -o-transform: translate(0px,0px);
        -ms-transform: translate(0px,0px);
        transform: translate(0px,0px);
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

        .view a.info:hover, .view1 a.info:hover, .view2 a.info:hover {
            -webkit-box-shadow: 0 0 5px #000;
            -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
        }

    .view img, .view1 img, .view2 img {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .view .mask, .view1 .mask, .view2 .mask {
        background-color: rgba(255, 255, 255, 0.8);
        width: 210px;
        padding: 20px;
        height: 205px;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .view:hover .mask, .view1:hover .mask, .view2:hover .mask {
        background-color: rgba(255, 255, 255, 0.9);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.imghover
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 20px auto;
    width: 250px;
    height: 250px;
    background: white;
    border-radius: 75px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 2px;
    transition: 1s box-shadow;
}

    .imghover:hover
    {
        box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
    }

        .imghover:hover:before, .imghover:hover:after
        {
            display: block;
            content: '';
            position: absolute;
            width: 255px;
            height: 210px;
            background: #FDA8CF;
            border-radius: 75px;
            z-index: -1;
            animation: 1s clockwise infinite;
        }

        .imghover:hover:after
        {
            background: #F3CE5E;
            animation: 2s counterclockwise infinite;
        }

@keyframes clockwise
{
    0%
    {
        top: -5px;
        left: 0;
    }

    12%
    {
        top: -2px;
        left: 2px;
    }

    25%
    {
        top: 0;
        left: 5px;
    }

    37%
    {
        top: 2px;
        left: 2px;
    }

    50%
    {
        top: 5px;
        left: 0;
    }

    62%
    {
        top: 2px;
        left: -2px;
    }

    75%
    {
        top: 0;
        left: -5px;
    }

    87%
    {
        top: -2px;
        left: -2px;
    }

    100%
    {
        top: -5px;
        left: 0;
    }
}

@keyframes counterclockwise
{
    0%
    {
        top: -5px;
        right: 0;
    }

    12%
    {
        top: -2px;
        right: 2px;
    }

    25%
    {
        top: 0;
        right: 5px;
    }

    37%
    {
        top: 2px;
        right: 2px;
    }

    50%
    {
        top: 5px;
        right: 0;
    }

    62%
    {
        top: 2px;
        right: -2px;
    }

    75%
    {
        top: 0;
        right: -5px;
    }

    87%
    {
        top: -2px;
        right: -2px;
    }

    100%
    {
        top: -5px;
        right: 0;
    }
}