@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&amp;subset=cyrillic-ext');

* {
    margin: 0px;
    padding: 0px;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cl-effect-21 a {
	padding: 10px;
	color: #FFF;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #c1f204;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
	color: #c1f204;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

textarea::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.13s ease; color: #000;}
textarea::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.13s ease; color: #000;}
textarea:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.13s ease; color: #000;}
textarea:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.13s ease; color: #000;}
input::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.13s ease; color: rgba(255,255,255,0.5);}
input::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.13s ease; color: rgba(255,255,255,0.5);}
input:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.13s ease; color: rgba(255,255,255,0.5);}
input:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.13s ease; color: rgba(255,255,255,0.5);}
input:focus::-webkit-input-placeholder {text-indent: 1300px; transition: text-indent 0.13s ease; color: rgba(255,255,255,0.5);}
input:focus::-moz-placeholder          {text-indent: 1300px; transition: text-indent 0.13s ease; color: rgba(255,255,255,0.5);}
input:focus:-moz-placeholder           {text-indent: 1300px; transition: text-indent 0.13s ease; color: rgba(255,255,255,0.5);}
input:focus:-ms-input-placeholder      {text-indent: 1300px; transition: text-indent 0.13s ease; color: rgba(255,255,255,0.5);}

select:focus{outline: none;}
textarea, input {outline: none;}
input:-webkit-autofill {
-webkit-box-shadow: inset  0 1px 4px 0 #ff0e15, /* Внутренняя тень */
                    inset 0 0 0 50px #ff0e15, /* Цвет фона */
                    0 1px rgba(255, 14, 21, 0.06) !important; /* Наружная тень */
-webkit-text-fill-color: #FFF !important;}

input, select {
    background: none;
    color: #FFF;
    font-size: 1.5em;
    border: none;
    border-bottom: 2px solid #FFF;
}

textarea {
    -moz-appearance: none;
    border: 1px solid #FFF;
    border-bottom: 2px solid #FFF;
    background: none;
    color: #FFF;
    font-size: 1.5em;
}


select {
    cursor: pointer;
}

body {      
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    background: #212121;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(.34, rgba(76,76,76,.05)),
        color-stop(.67, rgba(76,76,76,0)));
    -webkit-background-size: 5px 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;    
    color: #FFF;
}

#addCompanyForm {display: none; margin-top: -250px;}

.button {
    margin: 0 auto;
    padding: 0px;
    width: 85%;
    background: none;
    border: 1px solid #c1f204;
    overflow: hidden;
    text-align: center;
    border-radius: 13px 13px 13px 13px;
    color: #c1f204;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button:hover {
    background: #c1f204;
    color: #000;
    cursor: pointer;
}

.button .label {
    display: block;
    margin: 13px;
    font-size: 1.5em;
}

#floatingCirclesG{
	position:relative;
	width:125px;
	height:125px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(79,79,79);
	height:22px;
	width:22px;
	border-radius:12px;
		-o-border-radius:12px;
		-ms-border-radius:12px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:51px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:15px;
	top:15px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:51px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:15px;
	top:15px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:51px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:15px;
	bottom:15px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:51px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:15px;
	bottom:15px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(224,224,224);
	}

	100%{
		background-color:rgb(79,79,79);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(224,224,224);
	}

	100%{
		background-color:rgb(79,79,79);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(224,224,224);
	}

	100%{
		background-color:rgb(79,79,79);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(224,224,224);
	}

	100%{
		background-color:rgb(79,79,79);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(224,224,224);
	}

	100%{
		background-color:rgb(79,79,79);
	}
}

.mobile {
        display: none;
    }
    
    .desktop {
        display: block;
    }

.borderUp {
    background: url('../images/borderUp.png') repeat-x;
    height: 4px;
    width: 100%;
    content: "";
}

.border {
    background: url('../images/border.png') repeat-x;
    height: 4px;
    width: 100%;
    content: "";
}

.background {
    width: 94%;
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0;
    height: 768px;
    left: 0;
    z-index: -1;
    background: url('../images/bg.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.deco {
    color: #c1f204;
}

#arrow {
    margin-top: 76px;
    margin-bottom: 85px;
    clear: both;
    float: none;
}

#arrow2 {
    margin-top: 50px;
    margin-bottom: 50px;
    clear: both;
    float: none;
}

h1 {
    font-size: 3.5em;
    font-weight: 300;
}

h2 {
    font-size: 4em;
    font-weight: 300;
}

a {
    text-decoration: none;
}

#topMenu {
    display: block;
}

#fixedMenu {
    display: none;
}

nav .mobileFooterSocial {
    position: fixed;
    left: 0; 
    bottom: 0;
    height: 100px;
    width: 100%;
    z-index: 9990;
    overflow: hidden;
    display: inline-block;
    margin-bottom: -44px;
    display: none;
}

nav .mobileFooterSocial .menuSpace {
    height: auto;
    background-color: rgba(0,0,0,0.9);
    color: #FFF;
    width: 100%;
    text-align: left;
    overflow: hidden;
    line-height: 100px;
    text-align: center;
}

nav .mobileFooterSocial .menuSpace .left {
    width: 49%;
    float: left;
    border-right: 1px solid rgba(255,255,255,0.1);
}

nav .mobileFooterSocial .menuSpace .right {
    width: 49%;
    float: left;
}

nav #facebookMFS, #instagramMFS {
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
}

nav #facebookMFS {
    width: 35px;
    height: 35px;
    background: url('../images/facebook.png') no-repeat center center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
    margin-bottom: 13px;
    margin-top: 10px;
}

nav #facebookMFS:hover {
    background: url('../images/facebookHover.png') no-repeat center center;
}

nav #instagramMFS {
    width: 35px;
    height: 35px;
    background: url('../images/instagram.png') no-repeat center center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
    margin-top: 10px;
    margin-bottom: 13px;
}

nav #instagramMFS:hover {
    background: url('../images/instagramHover.png') no-repeat center center;
}

nav .fixedMenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 9990;
    margin: 0px;
    padding: 0px; 
}

nav .fixedMenu .menu a {
	position: relative;
	display: inline-block;
	outline: none;
        line-height: 21px;
}

nav .fixedMenu .menu a:hover,
nav .fixedMenu .menu a:focus {
	outline: none;
}

nav .fixedMenu .menuSpace {
    height: auto;
    background-color: rgba(0,0,0,0.9);
    color: #FFF;
    width: 100%;
    text-align: left;
    overflow: hidden;
}

nav .fixedMenu .menu {
    margin-left: 31px;
    font-size: 1em;
}

nav .fixedMenu .menuSpace .mobileMenu a{
    width: 100%;
}

#mobileMenuContent {display: none;}

nav .fixedMenu .menuSpace .mobileMenu .menu {
    font-size: 1em;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

nav .fixedMenu .menuSpace .mobileMenu {
    text-align: center;
    line-height: 1.5em;
    font-size: 2em;
}

nav .fixedMenu .menuSpace .mobileMenu img {
    width: 87px;
    height: 87px;
}

nav .fixedMenu img {
    height: 50px;
    margin: 13px;
}

nav .fixedMenu #logo {
    margin-left: 13px;
}

nav {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    margin-top: 31px;
    vertical-align: middle;
}

nav .socialBtn {
    float: left;
    margin-top: 21px;
}

nav #facebook, #instagram, #email, #logo {
    float: left;
    line-height: 81px;
}

#logo {
    margin-left: 31px;
}

nav #facebook {
    margin-left: 170px;
    width: 35px;
    height: 35px;
    background: url('../images/facebook.png') no-repeat center center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
    margin-top: 21px;
}

nav .fixedMenu .menuSpace #facebook {
    margin-left: 31px;
}

nav #facebook:hover {
    background: url('../images/facebookHover.png') no-repeat center center;
}

nav #instagram {
    margin-left: 60px;
    width: 35px;
    height: 35px;
    background: url('../images/instagram.png') no-repeat center center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
    margin-top: 21px;
}

nav #instagram:hover {
    background: url('../images/instagramHover.png') no-repeat center center;
}

nav #email {
    margin-left: 60px;
    padding-top: -31px;
    vertical-align: middle;
}

nav #email a {
    color: #FFF;
    font-size: 1.3em;
    line-height: 31px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}

nav #email a:hover {
    color: #c1f204;
    border-bottom: 1px dashed #c1f204;
}

nav .fixedMenu .menuSpace .mobileMenu #phoneFixed a {
    color: #c1f204;
    border-bottom: 1px dashed #c1f204;
}

nav #contacts {
    float: right;
}

nav #natali {
    float: right;
    margin-right: 31px;
}

nav #nataliFixed {
    float: left;
    margin-right: 4px;
}

nav #contactsInfo {
    margin-right: 31px;
    float: right;
}

nav #phone {
    font-size: 2em;
}

nav #phoneFixed {
    font-size: 2em;
    display: block;
    padding-top: 31px;
    margin-bottom: -13px;
}

nav #emailFixed a {
    color: #FFF;
    font-size: 1em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}

nav #workTime {
    font-size: 0.8em;
    display: block;
    margin-top: 13px;
}

nav #emailFixed a:hover {
    color: #c1f204;
    border-bottom: 1px dashed #c1f204;
}

.container {
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-right: 13px;
    margin-bottom: 31px;
    line-height: 76px;
    position: absolute;
    top: 17px;
    right: 13px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #c1f204;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

header {
    text-align: center;
    margin-top: -200px;
    margin-bottom: -44px;
}

article {
    text-align: center;
}

article .services {
    width: 94%;
    clear: both;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    /*margin-top: 76px;*/
    margin-top: 30px;
    
}

article .services .service {
    width: 33%;
    float: left;
    text-align: center;
}

article .services .service img {
    /*width: 76%;*/
    padding-top: 17px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}

article .services .service img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

article .services .service .title {
    font-size: 1.3em;
    font-weight: 700;
    padding-bottom: 8px;
    display: block;
}

article .services .service .info {
    font-size: 1.3em;
    padding-top: 13px;
    display: block;
    width: 76%;
    margin: 0 auto;
    font-weight: 700;
}

#development {
    background: url('../images/lightBg.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color: #000;
}

#devH2 {
    padding-top: 76px;
    display: block;
    width: 85%;
    margin: 0 auto;
}

#devH2 img {
    width: 50px;
    height: 50px;
}

#clients {
    padding-top: 10px;
    margin-bottom: 0px;
}

.clients {
    width: 94%;
    margin: 0 auto;
    margin-top: 31px;
}

#photosSpace {
    clear: both;
    overflow: hidden;
    margin-bottom: 58px;
}

#photosSpaceSize {
    height: 200px;
    background: none;
}

#hashtagsHackH2 {
    float: none;
    display: block;
    margin-bottom: 150px;
}

.clients .client .infoSpace {
    border-radius: 31px 31px 0px 31px;
    background: none;
    border: 1px dashed #c1f204;
    margin: 13px;
    padding-top: 13px;
    padding-bottom: 31px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.clients .client {
    width: 24%;
    margin-top: 13px;
    margin-left: 0.5%;
    float: left;
    text-align: center;
}

.clients .client .infoSpace:hover {
    border: 1px solid #c1f204;
    background: rgba(0,0,0,0.5);
    border-radius: 0px 31px 31px 31px;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.clients .client .deleteSpace {
    border-radius: 31px 31px 0px 31px;
    background: rgba(0,0,0,0);
    color: rgba(240,75,69,0);
    margin: 8%;
    font-size: 1.3em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 76px;
    padding-bottom: 76px;
}

.clients .client .deleteSpace:hover {
    border-radius: 58px 58px 0px 58px;
    background: rgba(0,0,0,0.6);
    color: rgba(240,75,69,1);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.visibleOff {display: none;}

#deleteCompany {
    color: #f04b45;
    border-color: #f04b45;
}

#deleteCompany:hover {
    background-color: #f04b45;
    color: #000;
}

.clients .client .deleteSpace .deleteLink {
    border-bottom: 1px dashed;
    clear: both;
    cursor: pointer;
}

.clients .client img {
    padding-top: 31px;
    width: 67%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}

.clients .client .title {
    font-size: 1em;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 8px;
    display: block;
    width: 85%;
    margin: 0 auto;
}

#folioImage {
    width: 85%; height: 220px;
}

.clients .client .info {
    font-size: 1.3em;
    margin: 0 auto;
    font-weight: 300;
    color: #c1f204;
    display: block;
    padding-bottom: -31px;
    padding-top: 31px;
}
.clients .client .info #photoLink {
    border-bottom: 1px dashed #c1f204;
}

.clients a {
    color: #FFF;
}

.hashTags {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin-top: 38px;
    clear: both;
    overflow: hidden;
}

.hashTags h3 {
    font-size: 3em;
    padding-top: 31px;
    padding-bottom: 31px;
}

.hashTags .tagA {
    font-size: 1.5em;
    margin: 0 auto;
    margin-left: 49px;
    color: #FFF;
    border-bottom: 1px dashed #FFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
    cursor: pointer;
    line-height: 30px;
    overflow: hidden;
    display: block;
    float: left;
    margin-bottom: 31px;
}


.hashTags .tagA:hover {
    color: #c1f204;
    border-bottom: 1px dashed #c1f204;
}

.hashTags .tagU {
    font-size: 1.5em;
    margin: 0 auto;
    margin-left: 49px;
    color: #FFF;
    border-bottom: 1px dashed #FFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
    cursor: pointer;
    line-height: 30px;
    overflow: hidden;
    display: block;
    float: left;
    margin-bottom: 31px;
}

#clientsSpaceLoader {margin-top: 200px;}


.hashTags .tagU:hover {
    color: #c1f204;
    border-bottom: 1px dashed #c1f204;
}

.hashTags .tagSelect {
    font-size: 1.7em;
    margin-right: 49px;
    color: #c1f204;
    border-bottom: 1px dashed #c1f204;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
    cursor: default;
    line-height: 60px;
}

footer {
    clear: both;
    height: 58px;
}

.form {
    clear: both;
    float: none;
    color: #FFF;
    padding-top: 13px;
    padding-bottom: 76px;
    overflow: hidden;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3em;
    font-size: 1em;
    letter-spacing: 0.05em;
    display: block;
    margin-top: -76px;
}

.decoLabel {
    font-size: 1.7em;
    color: #c1f204;
    padding-right: 8px;
    font-weight: 700;
}

.form input {
    margin-top: 31px;
    margin-bottom: 31px;
    width: 50%;
}

.form .button {
    width: 50%;
    background: none;
    color: #c1f204;
    border: 1px solid #c1f204;
    margin-top: 31px;
}

.form .button:hover {
    background-color: #c1f204;
    color: #000;
}

.form .error {
    width: 50%;
    overflow: hidden;
    line-height: 60px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0px 13px 13px 13px;
    border: 1px solid #f04b45; 
    margin: 0 auto;
    color: #FFF;
    font-size: 1.3em;
    display: none;
    margin-top: 31px;
    margin-bottom: 13px;
}

.form .loader {
    margin-top: 49px;
    margin-bottom: 49px;
    display: none;
}

.portfolio {
    text-align: center;
    margin-top: -220px;
}

.portfolio h2 {
    margin-top: 58px;
    margin-bottom: 58px;
}

.portfolio .form {
    margin-bottom: -85px;
}

.portfolio .button {
    margin-top: 31px;
    width: 330px;
}

.hashtagsCh {
    text-align: center;
    margin-top: -130px;
}

.hashtagsCh .tag {
    width: 85%;
    height: 100px;
    border-bottom: 1px solid #FFF;
    font-size: 1.5em;
    font-weight: 700;
    color: #c1f204;
    margin: 0 auto;
    padding-top: 50px;
    
}

.hashtagsCh .tag .right img {
    width: 31px;
    height: 31px;
    margin-left: 31px;
    float: right;
    margin-top: 4px;
}

.hashtagsCh .tag .left {
    float: left;
}

.hashtagsCh .tag .right {
    float: right;
}

.checkbox {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
.checkbox + label {
	cursor: pointer;
}
.checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}
.checkbox:not(checked) + label {
	position: relative;
	padding: 0 0 0 60px;
}
.checkbox:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #CDD1DA;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
.checkbox:not(checked) + label:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: all .2s;
}
.checkbox:checked + label:before {
	background: #c1f204;
}
.checkbox:checked + label:after {
	left: 26px;
}
.checkbox:focus + label:before {
	box-shadow: 0 0 0 3px rgba(255,255,0,1);
}    

#addHashTagH2 {
    font-size: 2.5em;
    margin-top: 76px;
    margin-bottom: 49px;
    display: block;
}

#addCompanyH2 {
        font-size: 2.5em;
        margin-top: 130px;
        margin-bottom: 49px;
        display: block;
    }
    
    
#upload{
    background-color:#313131;

    background-image:-webkit-linear-gradient(top, #131313, #494949);
    background-image:-moz-linear-gradient(top, #131313, #494949);
    background-image:linear-gradient(top, #131313, #494949);

    width:94%;
    border-radius:3px;

    margin:0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop{
    background-color: #313131;
    
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../images/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:none;
    border: 1px solid #c1f204;
    padding:12px 26px;
    color:#c1f204;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#c1f204;
    color:#000;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 auto;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{

    background-color:#313131;

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 85px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    text-align: left;
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../images/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}    

@media screen and (min-width: 1600px)  {
    
    .clients .client .title {
        font-size: 1.3em;
        font-weight: 700;
        padding-top: 0px;
        padding-bottom: 8px;
        display: block;
        width: 85%;
        margin: 0 auto;
    }
    
    #folioImage {
        width: 85%; height: 270px;
    }
    
    header {
        /*padding-top: 240px;*/
    }
    
    #arrow {
        margin-top: 130px;
        margin-bottom: 130px;
    }

    h1 {
        font-size: 5.5em;
        font-weight: 300;
    }

    h2 {
        font-size: 6em;
        font-weight: 300;
    }
    
    article .services .service .info {
        font-size: 1.5em;
        padding-top: 13px;
        display: block;
        width: 85%;
        margin: 0 auto;
        font-weight: 700;
    }
    
    .clients .client .infoSpace {
        border-radius: 31px 31px 0px 31px;
        background: rgba(0,0,0,0.6);
        margin: 4%;
    }
}

/* monitors and laptops */
@media screen and (min-width: 1240px)  {

}

/* tablet */
@media screen and (min-width: 1024px) and (max-width: 1240px)  {
    
    #devH2 img {
        width: 45px;
        height: 45px;
    }
    
    .clients .client {
        width: 30%;
        margin-top: 13px;
        margin-left: 2.5%;
        float: left;
        text-align: center;
    }
    nav #facebook {
        margin-left: 85px;
        width: 35px;
        height: 35px;
        background: url('../images/facebook.png') no-repeat center center;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; 
        margin-top: 21px;
    }
    
    nav #instagram {
        margin-left: 31px;
        width: 35px;
        height: 35px;
        background: url('../images/instagram.png') no-repeat center center;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; 
        margin-top: 21px;
    }

    nav #email {
        margin-left: 31px;
        padding-top: -31px;
        vertical-align: middle;
    }
    
    nav #contactsInfo {
        margin-right: 17px;
        float: right;
    }
    
    h1 {
        font-size: 3em;
        font-weight: 300;
    }

    h2 {
        font-size: 3.1em;
        font-weight: 300;
    }
    
    #devH2 {
        padding-top: 58px;
    }
    
    article .services .service .info {
        font-size: 1.1em;
        padding-top: 13px;
        display: block;
        width: 76%;
        margin: 0 auto;
        font-weight: 700;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .clients .client {
        width: 45%;
        margin-top: 13px;
        margin-left: 2.5%;
        float: left;
        text-align: center;
    }
    #topMenu {
        display: none;
    }

    #fixedMenu {
        display: block;
    }
    nav.notMain {
        margin-top: 0px;
    }
 
    nav #facebook {
        margin-left: 31px;
        width: 35px;
        height: 35px;
        background: url('../images/facebook.png') no-repeat center center;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; 
        margin-top: 21px;
    }
    
    nav #instagram {
        margin-left: 31px;
        width: 35px;
        height: 35px;
        background: url('../images/instagram.png') no-repeat center center;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; 
        margin-top: 21px;
    }

    nav #email {
        margin-left: 31px;
        padding-top: -31px;
        vertical-align: middle;
    }
    
    nav #contactsInfo {
        margin-right: 17px;
        float: right;
    }
    
    h1 {
        font-size: 3.0em;
        font-weight: 300;
    }

    h2 {
        font-size: 2.7em;
        font-weight: 300;
    }
    
    #devH2 {
        padding-top: 31px;
    }
    
    article .services .service .info {
        font-size: 1em;
        padding-top: 13px;
        display: block;
        width: 76%;
        margin: 0 auto;
        font-weight: 700;
    }
    
    .background {
        width: 94%;
        position: absolute;
        display: block;
        overflow: hidden;
        top: 0;
        left: 0;
        z-index: -1;
        background: url('../images/bg.jpg') no-repeat;
            -webkit-background-size: auto;
            -moz-background-size: auto;
            -o-background-size: auto;
            background-size:  auto;
    }
    
    .form input {
        width: 67%;
    }

    .form .button {
        width: 67%;
    }

    .form .error {
        width: 67%;
    }
    
    .form {
        width: 94%;
        margin-top: -130px;
    }
    
    #addCompanyForm {display: none; margin-top: -260px;}
    
    #devH2 img {
        width: 40px;
        height: 40px;
    }
}

/* mobile */
@media screen and (max-width: 768px) {
    .clients .client .info {
        padding-bottom: -13px;
        padding-top: 31px;
    }
    
    #folioImage {
        width: 90%; height: 300px;
    } 
    .background {
        width: 94%;
        position: absolute;
        display: block;
        overflow: hidden;
        top: 0;
        left: 0;
        z-index: -1;
        background: url('../images/bg.jpg') no-repeat;
            -webkit-background-size: auto;
            -moz-background-size: auto;
            -o-background-size: auto;
            background-size:  auto;
    }
    
    h1 {
        font-size: 3.1em;
        font-weight: 300;
    }

    h2 {
        font-size: 2.7em;
        font-weight: 300;
    }
    
    header {
        padding: 0px;
        margin: 0px;
        margin-top: -270px;
    }
    
    #topMenu {
        display: none;
    }

    nav.notMain {
       margin-top: 10px;
    }

    #fixedMenu {
        display: block;
    }
    
    nav .mobileFooterSocial {
        display: block;
    }
    
    #instagram, #facebook {
        display: none;
    }
    
    #devH2 {
        padding-top: 31px;
        margin-bottom: -40px;
    }
    
    article .services .service {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 31px;
    }
    
    .clients .client {
        width: 100%;
        padding: 0px;
        margin: 0 auto;
        margin-top: 31px;
        margin-left: 0px;
        float: none;
    }
    
    .clients .client img {
        width: 49%;
    }
    
    article .services .service img {
        width: 49%;
        padding-top: 17px;
    }
    
    #arrow {
        margin-top: 31px;
        margin-bottom: 31px;
        clear: both;
        float: none;
    }
    
    nav .fixedMenu .menuSpace .mobileMenu {
        text-align: center;
        line-height: 1.7em;
        font-size: 1.4em;
    }
    
    .form input {
        width: 76%;
    }

    .form .button {
        width: 76%;
    }

    .form .error {
        width: 76%;
    }
    
    .form {
        width: 94%;
        margin-top: -130px;
    }
    
    #addHashTagH2 {
        font-size: 2.5em;
        margin-top: 130px;
        margin-bottom: 49px;
        display: block;
    }
    
    #addCompanyForm {display: none; margin-top: -270px;}
    
    .hashTags {
        width: 100%;
        margin-top: 10px;
    }
    
    .hashTags h3 {
        font-size: 1.3em;
        padding-top: 31px;
        padding-bottom: 31px;
    }

    .hashTags .tagA {
        font-size: 0.85em;
        margin: 0 auto;
        margin-left: 13px;
        color: #FFF;
        border-bottom: 1px dashed #FFF;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; 
        cursor: pointer;
        line-height: 20px;
        overflow: hidden;
        display: block;
        float: left;
        margin-bottom: 21px;
    }

    .hashTags .tagU {
        font-size: 0.85em;
        margin: 0 auto;
        margin-left: 13px;
        color: #FFF;
        border-bottom: 1px dashed #FFF;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; 
        cursor: pointer;
        line-height: 20px;
        overflow: hidden;
        display: block;
        float: left;
        margin-bottom: 31px;
    }
    
    #devH2 {
        width: 76%;
    }
    
    #devH2 img {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 500px) {
 
    h1 {
        font-size: 2.3em;
        font-weight: 300;
    }

    h2 {
        font-size: 2.3em;
        font-weight: 300;
    }
    
    .mobile {
        display: block;
    }
    
    .desktop {
        display: none;
    }
    
    .clients .client img {
        width: 58%;
    }
    
    article .services .service img {
        width: 67%;
        padding-top: 17px;
    }
    
    #arrow {
        margin-top: 67px;
        margin-bottom: 67px;
        clear: both;
        float: none;
    }
    
    header {
        padding: 0px;
        margin: 0px;
        margin-top: -240px;
    }
    
    .form {
        width: 94%;
        margin-top: -130px;
    }
    
    .form input {
        width: 94%;
    }

    .form .button {
        width: 94%;
    }

    .form .error {
        width: 94%;
        font-size: 1em;
    }
    
    .hashtagsCh .tag {
        font-size: 1em;  
    }
    
    .hashtagsCh .tag .right img {
        width: 17px;
        height: 17px;
        margin-left: 13px;
        float: right;
        margin-top: 4px;
    }
    
    #addHashTagH2 {
        font-size: 2.5em;
        margin-top: 130px;
        margin-bottom: 49px;
        display: block;
    }
    
    #addCompanyH2 {
        font-size: 2em;
        margin-top: 130px;
        margin-bottom: 49px;
        display: block;
    }
    
    #addCompanyForm {display: none; margin-top: -300px;}

    nav.notMain {
        margin-top: 0px;
    }
    
    .hashTags {
        width: 100%;
        margin-top: 25px;
    }

    #clients {
        padding-top: 2px;
        margin-bottom: 0px;
    }
    
    .hashTags h3 {
        font-size: 1.3em;
        padding-top: 31px;
        padding-bottom: 31px;
    }

    .hashTags .tagA {
        font-size: 0.85em;
        margin: 0 auto;
        margin-left: 13px;
        color: #FFF;
        border-bottom: 1px dashed #FFF;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; 
        cursor: pointer;
        line-height: 20px;
        overflow: hidden;
        display: block;
        float: left;
        margin-bottom: 21px;
    }

    .hashTags .tagU {
        font-size: 0.85em;
        margin: 0 auto;
        margin-left: 13px;
        color: #FFF;
        border-bottom: 1px dashed #FFF;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; 
        cursor: pointer;
        line-height: 20px;
        overflow: hidden;
        display: block;
        float: left;
        margin-bottom: 31px;
    }
    
    .clients .client {
        width: 100%;
        padding: 0px;
        margin: 0 auto;
        margin-top: 21px;
        margin-left: 0px;
        float: none;
    }
    
    .clients .client .infoSpace {
        padding-bottom: 0px;
    }
    
    .clients .client .info {
        padding-bottom: 0px;
        padding-top: 31px;
        margin-bottom: 31px;
    }
    
    #devH2 {
        width: 76%;
    }
    
    #devH2 img {
        width: 31px;
        height: 31px;
    }
    
}

.lightbox{cursor:pointer;position:fixed;width:100%;height:100%;top:0;left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);background:rgba(0,0,0,.7);-webkit-filter:none!important;z-index:9997}.lightbox img{display:block;position:absolute;border:5px solid #fff;box-shadow:0 0 20px #000;border-radius:1px}body.blurred>*{-webkit-filter:blur(2px);-webkit-transform:translate3d(0,0,0)}.lightbox__loading{background:url('../images/loading.gif') center center no-repeat;width:32px;height:32px;margin:-16px 0 0 -16px;position:absolute;top:50%;left:50%}.lightbox__caption{display:none;position:absolute;left:0;bottom:0;width:100%;text-align:center;z-index:9999;background:#000;background:rgba(0,0,0,.7)}.lightbox__caption p{margin:0 auto;max-width:70%;display:inline-block;padding:10px;color:#fff;font-size:1.3em;line-height:1em;}.lightbox__button{position:absolute;z-index:9999;background:center center no-repeat;width:32px;height:32px;opacity:.4;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;transition:all .3s}.lightbox__button:focus,.lightbox__button:hover{opacity:1;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)}.lightbox__close{right:10px;top:10px;background-image:url(../images/close.png)}.lightbox__nav{top:50%;margin-top:-16px}.lightbox__nav--next{right:10px;background-image:url(../images/next.png)}.lightbox__nav--prev{left:10px;background-image:url(../images/previous.png)}

.hashTags a{
    color: #c1f204;
}

.hashTags a.current{
    color: white;
}

div.pagetext {
    padding-top: 8px;
    font-size: 18px;
    max-width: 1200px;
    margin: 0 auto;
}

img.catimage{
    float: left;
    margin-right: 20px;
    margin-left: 50px;
    margin-top: 10px;
}