/*! FONTS */

.Gilroy-Thin { 
	font-family: Gilroy-Thin;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-UltraLightItalic { 
	font-family: Gilroy-UltraLightItalic;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-ThinItalic { 
	font-family: Gilroy-ThinItalic;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-SemiBoldItalic { 
	font-family: Gilroy-SemiBoldItalic;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-SemiBold { 
	font-family: Gilroy-SemiBold;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-UltraLight { 
	font-family: Gilroy-UltraLight;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-Regular { 
	font-family: Gilroy-Regular;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-RegularItalic { 
	font-family: Gilroy-RegularItalic;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-MediumItalic { 
	font-family: Gilroy-MediumItalic;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-Medium { 
	font-family: Gilroy-Medium;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-LightItalic { 
	font-family: Gilroy-LightItalic;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-Light { 
	font-family: Gilroy-Light;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-HeavyItalic { 
	font-family: Gilroy-HeavyItalic;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-Heavy { 
	font-family: Gilroy-Heavy;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-ExtraBoldItalic { 
	font-family: Gilroy-ExtraBoldItalic;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-ExtraBold { 
	font-family: Gilroy-ExtraBold;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-BoldItalic { 
	font-family: Gilroy-BoldItalic;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-Bold { 
	font-family: Gilroy-Bold;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-BlackItalic { 
	font-family: Gilroy-BlackItalic;
	font-weight: normal;
	font-style: normal;
}
.Gilroy-Black { 
	font-family: Gilroy-Black;
	font-weight: normal;
	font-style: normal;
}

/*! General */

body {
    width: 100%;
    height: 100%;
    font-family: Gilroy-Light; 
	font-weight: normal; 
	font-style: normal; 
    color: #4E5F71;
    background-color: #fff;
    background: url(../video/polina.jpg) no-repeat center center;
    background-size: cover; 
}

html {
    width: 100%;
    height: 100%;
}

/*! BACKGROUNDS */

.bgWhite {
	background-color: #fff;
}

.bgGrey {
	background-color: #E1E4E6;
}

.websummit {
	width: 120px;
	height: auto;
}

/*! VIDEO */

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../video/polina.jpg) no-repeat;
    background-size: cover; 
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}


h1 {
    margin: 0 0 36px 0;
    font-family: Gilroy-UltraLight; 
	font-weight: normal; 
	font-style: normal; 
    font-size: 66px;
    color: #FFF;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .24);
}

h2 {
    margin: 102px 0 36px 0;
    font-family: Gilroy-UltraLight; 
	font-weight: normal; 
	font-style: normal; 
    font-size: 30px;
    color: #4E5F71;
}

h3 {
    margin: 0 0 33px 0;
    font-family: Gilroy-UltraLight; 
	font-weight: normal; 
	font-style: normal; 
    font-size: 60px;
    line-height: 1.3;
    color: #212123;
}

h4 {
    margin: 18px 0;
    font-family: Gilroy-Light; 
	font-weight: normal; 
	font-style: normal; 
    font-size: 24px;
    color: #042D33;
}

h5,
h6 {
    margin: 0 0 30px 0;
    font-family: Gilroy-Light; 
	font-weight: normal; 
	font-style: normal; 
    font-size: 72px;
    color: #042D33;
}

p {
    margin: 27px 0;
    font-size: 21px;
    line-height: 1.5;
    color: #212123;
}

a {
	color: #E50770;
}

.thedot {
	color: #E50770;
}


.small {
    margin: 0 0 18px 0;
    font-size: 16px;
    line-height: 1.4;
    color: #666666;
}


/*! NAGIGATION */

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Gilroy-Light; 
	font-weight: normal; 
	font-style: normal;
    background-color: #212123;
}

.navbar-custom .navbar-brand {
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
    color: #fff;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom a:hover {
    color: #00263B;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: #E50770;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: #E50770;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: #E50770;
}

.navbar-custom .nav li.active a:hover {
    color: #E50770;
}



/*! INTRO HEADER */

.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    /*background: url(../img/bots_are_coming.svg) no-repeat center bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;*/
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.intro p {
	color: #FFF;
}


.gradient {
	padding-bottom: 120px;
	background: url(../img/gradient_divider.svg) no-repeat center bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
}

.content-section {
    padding-top: 100px;
}

ul.icons li {
	text-align: center;
	padding: 0 30px;
}

ul.icons li img {
	padding: 36px 0 18px 0;
}

.btn-circle {
    width: 66px;
    height: 70px;
    margin-top: 40px;
    padding: 15px 16px;
    border: 1px solid #E50770;
    border-radius: 100%!important;
    font-size: 27px;
    color: #fff;
    background: #E50770;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: #00263B;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

input {
	color: #000;
	background: #F0F0F0;
	height: 48px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #999999;
	padding: 8px 16px;
	font-size: 18px;
	margin: 0 18px 0 0;
}

input:focus {
	outline: none;
}

input[type="submit"] {
	background: #E50770;
	border: none;
	border-radius: 6px;
	height: 48px;
	width:  100%;
	color: white;
	padding: 8px 0;
}

input[type="submit"]:hover {
	background-color: #00263B;
	border: none;
	color: white;
}

footer {
    padding: 24px 0;
    background-color:  #F5F5F5;
}

footer p {
    margin: 0;
    font-size: 18px;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.colorgrey {
	color: #CDCDCD;
}

.padding_icons {
	padding: 0 0 42px 0;
}

.highlight {
	font-family: Gilroy-SemiBold; 
	font-weight: normal; 
	font-style: normal;
}

.marginThanx {
	padding: 66px 0 0 0;
}

/*! RESPONSIVE */

@media only screen and (max-width: 960px) {
	video {
		display: none;
	}
	h1 {
    margin: 0 0 36px 0;
    font-size: 54px;
    }
    
    h2 {
    margin: 72px 0 36px 0; 
    font-size: 24px;
    color: #4E5F71;
    }
    
    h3 {
    margin: 0 0 33px 0; 
    font-size: 48px;
    }
    
    h4 {
    margin: 18px 0;
    font-size: 24px;
    }
    
    h5,
    h6 {
    margin: 0 0 30px 0;
    font-size: 72px;
    }
    
    .padding_icons {
	padding: 0 0 24px 0;
	}
	
	.btn-circle {
    display: none;
    }
}

