@charset "utf-8";
/* CSS Document */

/* vietnamese */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: local('Anton Regular'), local('Anton-Regular'), url(https://fonts.gstatic.com/s/anton/v11/1Ptgg87LROyAm3K8-C8QSw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: local('Anton Regular'), local('Anton-Regular'), url(https://fonts.gstatic.com/s/anton/v11/1Ptgg87LROyAm3K9-C8QSw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: local('Anton Regular'), local('Anton-Regular'), url(https://fonts.gstatic.com/s/anton/v11/1Ptgg87LROyAm3Kz-C8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


* {
	margin: 0;
	padding: 0;
}

a {
    text-decoration: none;
}


a:visited {
	color: white;
}


.mycolor {
	color: rgb(0, 169, 255);
}

body {
	background-color: rgb(78, 78, 78);
	color: white;
}

h1 {
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	font-size: 51px;
	line-height:53px;
}

h2 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height:48px;
}

h3 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height:33px;
}

h4 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height:26px;
}

.style3 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height:33px;
}

.style4 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height:26px;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    line-height: 18px;
}

#banner-band {
display: none;
    background-color: rgb(250, 250, 250);
    height: 80px;
    border-bottom-color: black;
    border-bottom: 20px black;
    color: grey;
}


#banner {
    background-image: url(/assets/banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    height: 100%;
}

#banner-band p{
    margin-right: 250px;
    padding-top: 13px;
    text-align: right;
}



.band {
	display: block;
	width: 100%;
	min-width: 1280px;
}

.bandcenter {
	display: block;
	position: relative;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}

#header {
	height: 120px;
    background-color: rgb(34, 34, 34);
	background-image:url(/assets/coolcircles.png);
	background-repeat:no-repeat;
	background-position: calc(50% - 50px) 60px;
}

#logo{
	display:block; position:absolute;
	top: 0; left:0; width: 384px; height: 120px;
	z-index: 999;
}

#logoimage {
	display:block; 	position: relative;
	height: 120px;
    width: 384px;
    left: 0; top: 0;
    background-image:url(/assets/logo_badge_agency_compact_en.svg);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}

#logotext {
	display: block; position: absolute;
	top:15px; left: 400px; width: 230px; height: 40px;
    letter-spacing: 2px;

}

#socialmenu {
    display: block; position: absolute;
    top: 85px; left: 400px;
}

#socialmenu ul {
    list-style: none;
    display: block;
}

#socialmenu ul li {
    display: block;
    float: left;
    margin-right: 7px;
}

#socialmenu ul li a {
    text-decoration: none;
    color: inherit;
}

#menu {
	display: block; position: absolute;
	top: 0;	right: 0; width: 575px; height: 120px;
    font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 14px;
    letter-spacing: 2px;
}

#menu ul {
    display: block; position: absolute;
    left: 0; top:0; width: 100%; height: 100%;
	list-style: none;
}

#menu ul li {
	display: block; float: left;
    width: 110px; height: 110px;
	margin-top: 5px; margin-bottom: 5px; margin-left: 5px; margin-right: 0px;
    background-color: #4D4D4D;
    background: linear-gradient(120deg, #5e5e5e, #232323);
}

#menu ul li:hover {
    background-color: #4D4D4D;
    /*background: linear-gradient(120deg, #8b8b8b, #4D4D4D);*/
    background: linear-gradient(120deg, #00A9FF, #2d49ff);
}

#menu ul li a {
    display: block; position: absolute;
    padding-left: 7px; padding-top: 5px;
    width: 93px; height: 95px;
	text-decoration: none;
	color: inherit;
}

#selected{
    background-color: #00A9FF;
    background: linear-gradient(120deg, #00A9FF, #2d49ff);
}

#slideshowband
{
    height: 500px;

}

#slideshowcenter
{
    border: solid 2px white;
    border-radius: 2px;
    margin-top: 30px;
    height: 435px; /*height of a slide */
    margin-bottom: 30px;
    background-color: white;
    /*uncomment next line when slides are complete*/
}

/*ARGUMENT BAND */

#argumentband {
    background-color: rgba(34,34,34,0.5);
    height: 137px;
}
/*
#argumentbandcenter {
	
}
*/

#argumenttitle {
    display: block; position: absolute;
    top: 20px; min-width: 250px; 
}

#argumenttext {
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
    width: 450px;
}

#argumenttext a:hover {
    background-color: rgb(0, 169, 255);
}

#impactbutton {
    display: block;
    position: absolute;
    width: 180px;
    height: 109px;
    top:0;
    background-color: rgb(49,49,49);
    text-align: center;
    padding-top: 28px;
    text-decoration: none;
    color: white;
}
#impactbutton:hover {
    background-color: rgb(90,90,90);
}

/* TITLES BAND */
/* 
#titlesband {
}
*/
#titlesbandcenter {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 1400px;

}

#titlesbandcenter *{
    margin-bottom: 10px;
}

#titlesbandcenter ul {
    list-style: none;
    display: block;
}

#titlesbandcenter ul li {
    display: block;
    float: left;
    width: 379px; height: 452px;
	overflow:hidden;
    margin-right: 21px;
    text-align: justify;
    margin-bottom: 20px;
    padding: 0px;
}

#titlesbandcenter ul :last-child {
    margin-right: 0px;
}

#titlesbandcenter ul li a {
    color: inherit;
}

#titlesbandcenter ul li:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.linkbutton {
    display: inline-block;
    left: 0; bottom: 0;
    margin-top: 10px;
    background-color: rgb(20,20,20);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
}

.linkbutton:hover {
    background-color: rgb(0, 169, 255);
}

.slashdivider {
    color: rgb(154,154,154);
    letter-spacing: -3px;
    min-height: 0;
}

/* FOOTER BAND */

#subtitlesband {
    background-color: rgb(37,37,37);
    height: 150px;
    padding-top: 40px;
    padding-bottom: 40px;
}
/*
#subtitlesbandcenter {

}
*/
#subtitlesbandcenter ul {
    list-style: none;
    display: block;
}

#subtitlesbandcenter ul li {
    display: block; float: left;
    width: 386px;
    margin-right: 21px;
    text-align: justify;
}

#subtitlesbandcenter ul :last-child {
    margin-right: 0px;
}

#subtitlesbandcenter ul li p {
    margin-top: 10px;
}

#subtitlesbandcenter ul li a {
    color: inherit;
    text-decoration: none;
}

#subtitlesbandcenter ul li a:hover {
    color: white;
}

#subtitlesbandcenter hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #4E4E4E;
}
/* SUB-FOOTER BAND */

#footerband{
    background-color: black;
    padding-top: 20px;
    height: 40px;
}

#footerbandcenter p{
        display: block;
    float: left;
}


#socialicons {
    display: block;
    float: right;
    width: 75px;
    height: 20px;
}
#socialicons li {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    padding-right: 5px;
}

/* GALLERY */

#galleryband {
    background-color: inherit;
    padding-top: 40px;
    padding-bottom: 40px;
}

#gallerybandcenter {
    background-color: rgb(60,60,60);
    padding: 20px;
    width: 920px;
}

#gallerybandcenter h2{
    padding-bottom: 20px;
}

#gallerybandcenter p{
    font-size: 14px;
}

#gallerybandcenter .question{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;

}

#gallerybandcenter .answer{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
    text-align: justify;
}


#gallerybandcenter p{
    font-size: 14px;
}


#gallerybandcenter ul {
    list-style: none;
}

#gallerybandcenter ul li {
    display: block;
    width: 920px;
    height: 300px;
    margin-top: 30px;
    /*background-image: url();*/
    background-size: cover;
    background-position: center;
    border: 2px solid white;
    border-radius: 2px;
}

#gallerybandcenter ul li h3 {
    display: block;
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    /*color: rgb(0, 169, 255);*/
    background-color: rgba(0,0,0,0.6);
    border-top: 1px solid black;
 }

#gallerybandcenter ul li p {
    display: block;
    position: relative;
    top:10px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    border-bottom: 1px solid black;
}

#gallerybandcenter ul li a {
     display: block;
     position: relative;
     top:0;
     height: 100%;
     background-color: transparent;
     margin-top: -60px;
 }

#gallerybandcenter ul li a:hover {
    background-color: rgba(255,255,255,0.1);
}

/* COMMENTS SECTION IN GALLERY */

#commentsband {
    background-color: rgb(230,230,230);
    padding-top: 40px;
    padding-bottom: 40px;
}

#commentsbandcenter {
    color: black;
    padding: 20px;
    width: 920px;
}

/* CONTACTO */

#contactband {
    background-color: rgb(78,78,78);
    padding-top: 40px;
    padding-bottom: 40px;

}

#contactbandcenter {
    padding: 20px;
    width: 920px;
    background-color: rgb(53,53,53);
}

#contactbandcenter img {
    display: block;
    float: left;
}

#contactbandcenter h2 {
    font-size: 35px;
}

#contactbandcenter * {
    padding-bottom: 20px;
}

#contacttext {
    display: block;
    float: left;
    width: 475px;
    height: 370px;
    background-color: rgba(0,0,0,0.5);
    margin: 10px; padding: 20px; border-radius: 10px;
}

#contacttext h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin-left: 50px;
}


#contacttext p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
}

#contacttext *{
    padding-top: 3px;
    padding-bottom: 3px;
}

#contactform {
    display: block;
    height: 370px;
    width: 605px;
    float: left;
    background-color: rgba(0,0,0,0.5);
    margin: 10px; padding: 20px; border-radius: 10px;
}

#contactform *{
    padding-top: 3px;
    padding-bottom: 3px;
}

.textin {
    width: 600px;
    background-color: black;
    color: grey;
    border: 1px solid black;
    border-radius: 3px;
    padding-left: 4px;
}
.textboxin {
    width: 600px;
    background-color: black;
    color: grey;
    border: 1px solid black;
    border-radius: 3px;
    padding-left: 4px;
    overflow: hidden;
    font-family: inherit;
}

.small {
    color: grey;
    font-size: 9px;
}

.button {
    float: right;
    width: 70px;
    height: 30px;
    background-color: rgb(0, 169, 255);
    color: white;
    border: none;
    border-radius: 3px;
}

.button:hover {
    background-color: lightgray; /*rgb(132, 219, 255);*/
}

.subtitle {
    width: 540px;
    text-align: justify;
    padding-bottom: 20px;
    color: #d8dada;
}

.twitter-timeline
{margin-top: -10px;}

