
/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html,body{
	width:100%;
	height:100%;
	background:#fff;
	color: #545454;

  /*font-family: 'Open Sans', sans-serif;
	font-family: Arial, sans-serif;
	*/

  font-family: 'Roboto', sans-serif;

	font-size: 2.1em;

}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Arial, Helvetica, sans-serif;
}

a{
	color: #545454;

}
a:hover {
		text-decoration: none;
}

canvas{
  display:block;
  vertical-align:bottom;
}

/* ---- particles.js container ---- */
#particles-js{
  width: 100%;
  height: 100%;
  background-color: #fff; /*132445;  #e9e9e9; */
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.panel{
	position: absolute;
	left: 0px; top: 0px;
	background-color: #ffffff00;
	border: none;
	box-shadow: none;
	width: 100%;

}


.center-header {
    /*background-color: #050544;*/
    width: 100%;
    text-align: left;
    min-width: 100%;
		-webkit-box-align: center;
		padding: 30px 0 100px;
}
.logo img{
    margin-top: 12px;
	width: 55%;
}
.slogan {

    font-size: 0.58em;
    padding-left: 170px;
    color: #05185a;
    margin-top: -10px;
    margin-left: -12px;
}

.refurbish{

	background: repeating-linear-gradient(
  45deg,
	#f6ba52,
   #f6ba52 10px,
   #ffd180 10px,
   #ffd180 20px
	);
	padding: 10px;
	font-size: 1.2em;
	color: #000;
	margin-bottom: 50px;
}
h1{
	font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 12px;
}

h2 {
    font-size: 2em;
    font-weight: 300;
	max-width: 100%;
    text-align: left;
}

.main-question {
	font-size: 5em;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	/*font-family: Arial, sans-serif;*/
	color: #545454;
	line-height: 1em;

}

.text {
    font-size: 1.2em;
    line-height: 1.2em;
}

.article-box-image {

  /*  background-color: yellow;*/
    text-align: center;

}

.article-box-image img {
    width: 80%;
}

.contactus{
    font-size: 1.2em;
}
/*
https://tympanus.net/codrops/2012/04/17/rotating-words-with-css-animations/
*/
.rw-wrapper{
	width: 80%;
	position: relative;
	/*margin: 110px auto 0 auto;
	padding: 10px;*/
}
.main-content-row{
	padding-top: 12%;
}


.rw-sentence{
	margin: 0;
	text-align: left;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}
.rw-sentence span{
	color: #444;
	/*white-space: nowrap;*/
	/*font-size: 200%;*/
	font-weight: normal;
}
.rw-words{
	display: inline;
	/*text-indent: 10px;*/
}
.rw-words span{
	position: absolute;
	opacity: 1;
	/*overflow: hidden;*/
	width: 100%;
	color: #6b969d;
}
.rw-words-1 span{
	animation: rotateWordsFirst 25s linear infinite 0s;
}
.rw-words-2 span{
	/*animation: rotateWordsSecond 25s linear infinite 0s;*/
}

.rw-words span:nth-child(2) {
	animation-delay: 5s;
	color: #6b889d;
}
.rw-words span:nth-child(3) {
	animation-delay: 10s;
	color: #6b739d;
}
.rw-words span:nth-child(4) {
	animation-delay: 15s;
	color: #7a6b9d;
}
.rw-words span:nth-child(5) {
	animation-delay: 20s;
	color: #8d6b9d;
}
.rw-words span:nth-child(6) {
	animation-delay: 25s;
	color: #9b6b9d;
}
.rw-words span:nth-child(7) {
	animation-delay: 30s;
	color: #9b6b9d;
}


@keyframes rotateWordsFirst {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 120px; }
    19% { opacity: 1; height: 120px; }
		25% { opacity: 0; height: 120px; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 1; animation-timing-function: ease-in; width: 0px; }
    10% { opacity: 0.3; width: 0px; }
		20% { opacity: 1; width: 100%; }
    27% { opacity: 0; width: 100%; }
    100% { opacity: 0; }
}


.fa {
    color: #878787;
    padding: 10px;
    font-size: 1.2em;
}
.fa:hover {
    color: #000;
}





.rw-wrapper {
    width: 100%;
    background-color: aquamarine;
    height: 120px;
		padding: 3px;
		margin-top: 50px;
}
.language-nav{
	text-align: right;
	font-size: 0.77em;
}
footer{
	padding: 20px 0;
}

.social-links{
	text-align: left;
    float: right;
}
.contact-us{
	padding-top: 1em;
	font-size: 1.2em;
}

.question-box {
    padding-bottom: 50px;
}



  .remodal-overlay.without-animation.remodal-is-opening,
      .remodal-overlay.without-animation.remodal-is-closing,
      .remodal.without-animation.remodal-is-opening,
      .remodal.without-animation.remodal-is-closing,
      .remodal-bg.without-animation.remodal-is-opening,
      .remodal-bg.without-animation.remodal-is-closing {
        animation: none;
      }
      #mycontactform {

    padding: 30px;

}


@media screen and (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
        width: 1570px;
  }
}
@media screen and (min-width: 2500px) {
    html,body{
	    font-size: 1.8em;
    }
    .container {
        width: 1870px;
        width: 2300px;
    }
}

