/* ==================================================================

Reversal CSS

Main Color: #ff099a

================================================================== */


/* ==================================================================
CSS Reset
================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
@font-face {
font-family: 'Montserrat';
src: url('../font/montserrat-webfont.eot');
src: url('../font/montserrat-webfont.eot?#iefix') format('embedded-opentype'),
     url('../font/montserrat-webfont.woff') format('woff'),
     url('../font/montserrat-webfont.ttf') format('truetype'),
     url('../font/montserrat-webfont.svg') format('svg');
font-style: normal;
}
*/

/* ==================================================================
Basic Document Styles
================================================================== */

body {
	line-height: 1;
	color: #555;
	font: 13px/24px "Open Sans", Helvetica, Arial, sans-serif;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;

}

input,
select,
textarea { font: 14px/24px "Open Sans", Helvetica, Arial, sans-serif; }

hr {
	background: #e1e1e1;
	margin: 40px 0 40px 0;
	height: 1px;
	border: none;
	width: 100%;
	float: left;
}

hr.fancy-hr, hr.fancy-hr-alt {
	position: relative;
	float: left;
}

hr.fancy-hr:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 1px;
	background: #ff099a;
	display: block;
}

hr.fancy-hr-alt:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 1px;
	background: #ff099a;
	display: block;
}

.cookie-banner {
	position: fixed;
  top: 0px;
  left: 0%;
  right: 0%;
  width: 100%;
  padding: 5px 14px;
  display: flex;
  align-items: initial;
  justify-content: space-between;
  background-color: #eee;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%);
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.cookie-banner p {
	color: #000000 !important;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
	*zoom: 1;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
    background: #ff099a;
    color: #fff;
}

::-moz-selection {
    background: #ff099a; /* Firefox */
    color: #fff;
}

::-webkit-selection {
	background: #ff099a; /* Safari */
	color: #fff;
}

/* ==================================================================
Typography
================================================================== */

h1 {
    font-family: Montserrat, sans-serif;
	font-size: 50px;
	line-height: 58px;
	font-weight: 800;
	color: #333333;
}


h2 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
	margin-bottom: 30px;
}

h3 {
	font-size: 16px;
	line-height: 34px;
	color: #555555;
	margin-bottom: 10px;
}

h4 {
	color: #555555;
	font-size: 16px;
	font-weight: 400;
}

p {
	margin-bottom: 10px;
}

a, a > * {
	color: #ff099a;
	text-decoration: none;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	        transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
}

a:hover, a > *:hover {
	color: #363636;
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* ==================================================================
Basic Layout Styles
================================================================== */

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
    box-shadow: none;
    border: none;
}

.clear {
	clear: both;
}

.all-margin {
	margin: 20px !important;
}

.left-margin {
	margin-left: 20px !important;
}

.right-margin {
	margin-right: 20px !important;
}

.top-margin {
	margin-top: 20px !important;
}

.bottom-margin {
	margin-bottom: 20px !important;
}

.no-margin {
	margin: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.no-right-margin {
	margin-right: 0 !important;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.disabled,
.disabled i {
	color: #eaeaea !important;
}

.custom-icon-list li i {
	float: left;
	font-size: 14px;
	margin-top: 5px;
	color: #333333;
	padding-right: 15px;
}

.custom-icon-list li p {
	margin-left: 30px;
}

.button {
	background: #FF099A;
	padding: 6px 10px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	margin-top: 20px;
            letter-spacing: 1px

}

.button:hover {
	color: #ffffff;
	background: #555555;
}

/* ==================================================================
Progress Bar
================================================================== */

.progress {
	height: 40px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
    z-index: -10;
    background-color: aquamarine;
}

.progress .bar {
    margin-top: -50px;
	background: #999 !important;
	line-height: 45px;
	text-align: left;
	text-indent: 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	-webkit-transition: .5s ease;
	   -moz-transition: .5s ease;
	    -ms-transition: .5s ease;
	     -o-transition: .5s ease;
	        transition: .5s ease;
    width: 0%;
    overflow: hidden;
     z-index: 20;
/*    text-shadow: 1px 1px 4px #787; */
    width: 100%;
    margin-left: -210px;
    padding-left: 210px;

}


.progress:hover .bar {
	background: #ff099a !important;
    padding-left: 20px;
    margin-left: 0;
}



.aimtitle{
    font-weight: 700;
/*    font-size: 14px;*/
/*    color: #eee;*/
    text-transform: uppercase;
    line-height: 0px;
}

.slidetitle{
    font-size: 18px;
    font-weight: 700;
    line-height: inherit;

}


.slidetext{
    line-height: 40px;
    text-align: right;
    padding-right: 16px;
    color: #888;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;

    -webkit-transition: .25s ease;
	   -moz-transition: .25s ease;
	    -ms-transition: .25s ease;
	     -o-transition: .25s ease;
	        transition: .25s ease;
}


.progress:hover .slidetext{
    opacity:0;
}

.bkg-prog{
    background-image: none;
    background-color: #fdfdfd;
}



/* ==================================================================
Forms
================================================================== */

input, textarea, select {
	background: #f9f9f9 !important;
	-webkit-appearance: none;
	color: #959595 !important;
	border: 1px solid #d3d3d3 !important;
	width: 100%;
	padding: 10px 20px !important;
	margin: 0px !important;
	font-style: normal;
	-webkit-box-shadow: #f9f9f9  !important;
	-moz-box-shadow: #f9f9f9  !important;
	box-shadow: 2px 2px 1px #f9f9f9 !important;
	height: auto !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	margin-bottom: 20px !important;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: background-color .3s ease, color .3s ease !important;
	   -moz-transition: background-color .3s ease, color .3s ease !important;
	    -ms-transition: background-color .3s ease, color .3s ease !important;
	     -o-transition: background-color .3s ease, color .3s ease !important;
	        transition: background-color .3s ease, color .3s ease !important;
}

textarea {
	width: 100%;
	padding: 10px 20px;
	resize: both;
	margin-top: 0px;
	font-style: normal;
}

input:hover, textarea:hover, select:hover {
	background: #e1e1e1 !important;
	-webkit-box-shadow: 2px 2px 1px #f9f9f9 !important;
	-moz-box-shadow: 2px 2px 1px #f9f9f9 !important;
	box-shadow: 2px 2px 1px #f9f9f9 !important;
	border: 1px solid #d3d3d3 !important;
}

input:focus, textarea:focus, select:focus {
	background: #ff099a;
	color: #ffffff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}

input[type="button"], button, a.button {
	width: auto;
	margin-top: 20px;
	font-style: normal;
	font-weight: 00;
    text-transform: uppercase;
    border-radius: 0px !important;
    border: 0px !important;
	background: #ff099a  !important;
	color: #ffffff !important;
	cursor: pointer;
}

input[type="button"] {
	padding: 6px 10px !important;
}

input[type="button"]:hover, button:hover, a.button:hover {
	background: #da0382 !important;
}

select, option {
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #b0b0b0; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #b0b0b0; }

input.placeholder, textarea.placeholder { color: #b0b0b0; }

/* ==================================================================
Preloader
================================================================== */

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
}

#loading-animation {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading-animation.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* ==================================================================
Main Navigation
================================================================== */

a.logo {
	margin: 15px 0 0 20px;
	float: left;
}

nav#main-nav {
    font-family: Montserrat, "Open Sans", sans-serif;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 56px;
	background: white;
	min-width: 300px;
}

nav#main-nav ul {
	float: right;
	margin-right: 10px;
}

nav#main-nav ul li {
	float: left;
	display: inline-block;
	line-height: 14px;
}

nav#main-nav ul li a {
	color: #555;
    font-weight: 700;
	text-transform: uppercase;
	padding: 20px 20px;
	display: inline-block;
    -webkit-transition:  .3s ease;
	   -moz-transition:  .3s ease;
	    -ms-transition:  .3s ease;
	     -o-transition:  .3s ease;
	        transition:  .3s ease;
}

nav#main-nav ul li a:hover {
    color: #ff099a;
}

nav#main-nav ul li a.active {
	color: #ff099a;
	font-weight: 900;
}

body.no-intro nav#main-nav {

}

/* ==================================================================
Responsive Navigation
================================================================== */

#main-nav #responsive-nav {
	display: none;
	float: right;
	width: 50px;
	height: 50px;
	background: #555;
	text-align: center;
	line-height: 50px;
}

#main-nav #responsive-nav i {
	color: #ffffff;
}

#main-nav #responsive-nav:hover i {
	color: #ff099a;
}


#main-nav .responsive-nav {
	margin-bottom: 20px;
	padding: 10px;
}

/* ==================================================================
Sections
================================================================== */

section {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 50;
	overflow: auto;
	background: #ffffff;
}

section .container {
	padding-top: 150px;
}

section > .container {
	padding-bottom: 80px;
}


/*
    background-image: url(../images/stadiumbkg1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
*/


/* ==================================================================
Intro
================================================================== */

#intro {
      background-color: #ff099a;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.jpg', sizingMethod='scale')";
	text-align: center;
	padding-top: -50px;
    height: 100vh;
}


#intro h1 {
	font-size: 60px;
	color: #111111;
	margin-bottom: 0px;
	line-height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 700;
}

#intro h1 span {
	color: #ff099a;
}

#intro h2 {
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.get-started {
	position: relative;
	margin: 50px auto 0px auto;
	display: block;
	text-align: center;
	width: 130px;
	padding: 10px 5px;
	background-color: #ff099a;
	color: #ffffff;
}

.get-started i {
	color: #111111;
	margin-left: 10px;
}

.get-started:hover {
	color: #ffffff;
	background: #111111;
}

.get-started:hover i {
	color: #ff099a;
}


/* ==================================================================
About
================================================================== */

#about {

}


/* ==================================================================
Services
================================================================== */

#services {

}

.features .feature-box .box-content {
	background: white;
	padding: 0px;
	text-align: center;
}

.features .feature-box .box-content .feature-icon {
	font-size: 50px;
	color: #ff099a;
	margin-bottom: 10px;
	display: inline-block;
}

.features .feature-box .box-content h4 {
	margin-bottom: 10px;
	color: #ffffff;
}

.features .feature-box .box-content p {
	color: #555555;
}

.features-list .feature-box .feature-icon {
	float: left;
	margin-top: 15px;
}

.features-list .feature-box .feature-icon i {
	font-size: 20px;
	color: #111111;
}

.features-list .feature-box .feature-text {
	padding-left: 40px;
}

.features-list .feature-box .feature-text h3 {
	margin-bottom: -7px;
	color: #ff099a;
}

.accordion-toggle {
	background: #ffffff;
}

.accordion-toggle i {
	color: #111111;
	padding-right: 10px;
}

.accordion-body {
	background: #ffffff;
}

/* ==================================================================
Portfolio
================================================================== */

#portfolio {

}

.portfolio-filter {
	margin-top: 10px;
	margin-bottom: 15px;
}

.portfolio-filter li {
	float: left;
	margin-right: 20px;
}

.portfolio-filter li a.selected {
	color: #333333;
}

.portfolio-item {
	margin-bottom: 20px;
	position: relative;
/*	background: #ff099a;*/
	height: 196px;
}

.portfolio-item img,
.fancybox img {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.portfolio-item i,
.fancybox i {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 40px;
	margin-left: -15px;
	margin-top: -15px;
	color: #333333;
}

.fancybox i {
	color: #ffffff;
}

.portfolio-item:hover img,
.fancybox:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
}

 .portfolio-item:hover i,
.fancybox:hover i {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.single-portfolio {
	position: absolute;
	top: 0;
	display: block;
	margin-top: 0px;
	background: #43342F;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
    color: #f5f5f5
}

.single-portfolio .container {
	padding-bottom: 100px;
}

.single-portfolio .portfolio-close {
	position: absolute;
	right: 20px;
	top: 65px;
	font-size: 50px;
	color: #eee;
	cursor: pointer;
	-webkit-transition: color .3s ease;
	   -moz-transition: color .3s ease;
	    -ms-transition: color .3s ease;
	     -o-transition: color .3s ease;
	        transition: color .3s ease;
}

.single-portfolio .portfolio-close:hover {
	color: #666666;
}

.single-portfolio h2 {
	color: #ffffff;
}

.single-portfolio p {
	color: #f0f0f0;
}

.single-portfolio .image-container,
.single-portfolio .video-container,
.single-portfolio .gallery-container {
	position: relative;
	display: block;
	margin-top: 70px;
	width: 100%;
	height: auto;
}

.single-portfolio .gallery-container {
	min-height: 300px;
}

.single-portfolio .video-container .fullwidth-video {
	width: 100%;
	min-height: 300px;
}

/* ==================================================================
Flexslider
================================================================== */

.flexslider {
	border: none;
	box-shadow: none;
	margin: 0px;
}

.flexslider img {
	display: block;
}

.flexslider a.flex-prev {
	width: 30px;
	height: 35px;
	background: url(../images/flexslider-left-arrow.png) no-repeat;
}

.flexslider a.flex-next {
	width: 30px;
	height: 35px;
	background: url(../images/flexslider-right-arrow.png) no-repeat;
}

/* ==================================================================
Isotope Transitions
================================================================== */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
   -moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
}

/* ==================================================================
Contacts
================================================================== */

#contacts {
/*	background: url(../images/contactsbkg2.jpg) no-repeat center center;*/
}


#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: none;
}

#map img {
	max-width: none;
}

.contact-info {
	background: #ffffff;
	padding: 40px;
	position: relative;
	z-index: 100;
	margin-bottom: 30px;
}

.social {
	padding: 40px;
	background: #ffffff;
	z-index: 100;
	position: relative;
}

.social .fancy-hr {
	margin-top: 10px;
	margin-bottom: 20px;
}

.social ul {
	display: inline-block;
}

.social ul li {
	float: left;
	margin-right: 10px;
}

form.contact-form {
	background: #ffffff;
	padding: 40px;
	position: relative;
	z-index: 50;
}

form.contact-form textarea {
	height: 135px !important;
}

.form-error {
	background: #fcdcdc !important;
}



/* ==================================================================
Davide's Super Stylez
================================================================== */


#circanimsolid1{
    background-color: white;
    z-index: -10;
    opacity: 0.9;
}

#circanimsolid2{
    background-color: white;
    z-index: -9;
    opacity: 0.9;
}

.circanim{
    position: absolute;
    right: 36%;
    top:21%;
    width: 28vw;
    height: 28vw;
    margin-top: 1vh;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}




#logoround{
    background-image: url(../images/aim-logoround.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30vw;
    height: 30vw;

    position: absolute;
    right: 35%;
    top:20%;

    z-index: 1;

}




#logoround img{
    width: 60%;
    position: relative;
    top: 41%;


}

.liltitle {
    color: #555555;
    font-size: 18px;
}

.sectiontitle {
    font-family: Montserrat, sans-serif;
	font-size: 46px;
	line-height: 38px;
	font-weight: 700;
    text-transform: uppercase;
	color: #555555;
    margin-bottom: 20px;
}



#studiopic{
    background-image: url(../images/stadiumbkg1.jpg);
    background-size:cover;
    height: 300px;
    width: 300px;

}



.contactitle{

    line-height: 60px;
    padding-bottom: 15px;
    margin-bottom: -20px;

}


.wherewemargins{
    color: #333;
    margin-top:20px;
    padding-bottom: 25px


}

#introvideo {
     width: auto;
     height: auto;
     z-index: -1000;
     overflow: hidden;
    opacity: 0.72;
     position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}

#videoframe{
    background-color: rgba(255, 255, 250, 0.1 );
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;

}


#showreel{
    margin-top:10px;
    width: 92%;
}

.didascalie{
    font-weight:700;
    font-size: 16px;
}

.didplaylist{
    font-weight:700;
    font-size: 16px;
    margin-left: 20px;
}

.playlist{
    margin-top: 50px;
}



.menucontainer{
    overflow: hidden;
    margin: 0px;
    width: 25%;
    height: 250px;
    float: left;
}

.aboutsection{
    position: relative;
    top: 0;
    left: 0;
    margin: 0px;
    margin-top: -30px;
    margin-left: -8px;
    width: 111%;
    height: 100%;
    background-color: black;
    background: center no-repeat;
    background-size:cover;
    z-index: 0;

    -webkit-filter: grayscale(1);
	   -moz-filter: grayscale(1);
	    -ms-filter: grayscale(1);
	     -o-filter: grayscale(1);



    -webkit-transition: .4s ease;
	   -moz-transition: .4s ease;
	    -ms-transition: .4s ease;
	     -o-transition: .4s ease;
	        transition: .4s ease;
}

#solutions{
    font-family: Montserrat, sans-serif;
    margin-top: -3px;
    margin-bottom: 20px;

}

.bigmenutitle{
    position: relative;
    top: 0;
    left: 0;
    color: white;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 30px;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(111,92,80,0.8)), to(rgba(111,92,80,0)), color-stop(.5,#333333));
    border-left: 0px solid #999;
    z-index: 50;
    overflow: hidden;
    -webkit-transition: .4s ease;
	   -moz-transition: .4s ease;
	    -ms-transition: .4s ease;
	     -o-transition: .4s ease;
	        transition: .4s ease;
}



#bigmenu-system{ background: url(../images/bigmenu/system.jpg)}
#bigmenu-studio{ background: url(../images/bigmenu/studio.jpg)}
#bigmenu-vision{ background: url(../images/bigmenu/vision.jpg)}
#bigmenu-marketing{ background: url(../images/bigmenu/marketing.jpg)}
#bigmenu-research{ background: url(../images/bigmenu/research.jpg)}
#bigmenu-facilities{ background: url(../images/bigmenu/facilities.jpg)}
#bigmenu-career{ background: url(../images/bigmenu/career.jpg)}
#bigmenu-contacts{ background: url(../images/bigmenu/contacts.jpg)}



#bigmenuwrap{
    padding-left: 30px;
    padding-right: 30px;
    width: 95%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.slidesmargin{
    margin-top:150px;
}

.aboutext{
    padding-right: 20px;
}

#about-text{
    margin-left: 0px;

}

.subtitles{
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}


.tahomabold{
   font-family: Montserrat, sans-serif;
	font-size: 24px;
	line-height: 29px;
	font-weight: 800;
    margin-bottom: -20px;
    color: #555555;
    text-transform: uppercase;

}

.tahomaboldsmall{
    font-family: Montserrat, sans-serif;
	font-weight: 800;
    color: #555555;
    text-transform: uppercase;
}


.aboutsection:hover{
    -webkit-filter: grayscale(0);
	   -moz-filter: grayscale(0);
	    -ms-filter: grayscale(0);
	     -o-filter: grayscale(0);
}

.centeredtext{
    text-align: center;

}



.case-studies{
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: -35px;
}

 .box-teams {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
    margin-bottom: 10px;
    min-height: 150px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.port-lessmarg{
    margin-top: -45px;

}


.overteams{
    background-color: #fff;
    width: 100%;
    height: 40px;
    position: relative;
    bottom: -110px;
    left: 0px;
    line-height: 40px;


    -webkit-transition: .4s ease;
	   -moz-transition: .4s ease;
	    -ms-transition: .4s ease;
	     -o-transition: .4s ease;
	        transition: .4s ease;
}


.box-teams:hover .overteams{
    color: #ff099a;
}



#btn-back{
    margin-top: 0px;
    margin-right: 10px;
    font-size: 14px;

}

.contact-paper{
    background-color: white;

}

#provvlogo{
    display: none;
    position: absolute;
    top: 20px;
    left: 30px;
    height: 40px;
    width: 120px;
    background-image: url(../images/aim-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    }

.g-recaptcha{
    margin-bottom: 10px;

}

.counter{
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    color: #ff099a;
    line-height: 50px;
}

.counter-box{
    background-color:#f1f1f1;
/*    border-radius: 50%;*/
/*    border:3px solid #fff;*/
    padding-bottom:20px;
/*
    height: 150px;
    width: 190px;
*/
    margin-bottom: 0px;
}

.counter-row{
    margin-top: 50px;
    text-align: left;
}
/**/
.counter-text{
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

.counter-icon{
    color: #ff099a;
    font-size: 50px;
}

.row-slidemenu{
    margin-top: 75px;
    margin-left:-40px;
}


.no-margins{
    margin: 0;

}

.aim-solutions{
    font-family: "Open Sans", Helvetica, Arial;
    text-transform: none;
    font-size: 24px;
    font-weight: 200;
}

.magenta-titles{
    font-family: "Open Sans", Tahoma;
    font-weight: 400;
    text-transform: none;
    color: #ff099a;
    font-size: 16px;
    margin: 8px 0px -10px 0px;
}

.counter-description{
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    color: #333;
    margin-top: -5px;


}

.form-login {
    margin-top: 15px;
    font-style: italic;

}

.longer {
    width: 735px;
}

.contact-about {
    width: 185px;
    margin-top: 12px;
}

.login-user{
        width: 300px;

}

.login-pass{
    width: 300px;
}

.form-login .login-button{
    margin-top: -2px;
}



@media only screen and (max-width: 767px) {



        body{
    background-color: #ffffff;
    }


    #main-nav{
        display: none;
    }

    #contacts {
        background-image: none;
    }


    #logoround{
        background-image: url(../images/Logo-round-mobile.png);

        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15vh;
        height: 150px;
        width: 150px;
    }

    .circanim{
        display: none;
    }

    #introvideo {
        display: none;
    }

    #intro{
    background-image: url(../images/mobilebkg.jpg)
    }


    .didascalie{
        margin-left: 0px;
    }

    .didplaylist{

    font-weight:700;
    font-size: 16px;
    margin-left: 0px;
    }

    #showreel{
    width: 100%;
    height: 100%;
    }

    .playlist{
    margin-top: -20px;
    }


    .liltitle{
    font-size: 14px;
    }

    .contactitle{
    padding-bottom: 0px;
    }

    .wherewemargins{
    margin-top: 0px;
    margin-bottom: -5px
    }


    h2, .sectiontitle, .tahomaboldsmall, .tahomabold{
   font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 58px;
	font-weight: 600;
    margin-bottom: 0px;
    margin-top: -15px;
        color: #333;
    text-transform: none;
}

    hr{
    margin-top: 10px;
    margin-bottom: 10px:

    }

    .progress .bar{
        text-align: center;
    margin-left: -460px;
    }

    #provvlogo{
    display: none;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;

    }

    #contacts .container{
        padding-top: 30px;


    }

    .button{
        margin-top: -5px;
    }

    .contact-form{
    padding-bottom: 10px;

    }


    .longer {
    width: inherit;
}

.contact-about {
    width: inherit;
    margin-top: 12px;
}

    .g-recaptcha{
    margin-bottom: 10px;
    width: 200px;
    overflow: hidden;
    border-right: 1px solid #ddd;
    border-radius: 2px;
}

    .form-login{
    display: none;

    }

    .row-solution{
    float: left;
    }

.span4 #client-access{
    display: none;
}

}
