@import url(../css/topmenu_v3.css);
@import url(../css/submenu_v3.css);
@import url(../css/home_v3.css);
@import url(../css/arionrender_v3.css);
@import url(../css/arionfx_v3.css);
@import url(../css/footer_v3.css);
@import url(../css/buttons_v3.css);
@import url(../css/tables_v3.css);
@import url(../css/extras_v3.css);

p{font-size: 16px; color: rgb(0,0,0)}

.crosshatched{
  background: url('../images/global/stripes.gif');
}
.opacity{
  background: url('../images/global/checkerboard.gif');
}

.asa{ color: rgb(182,32,2);  }
.af3{ color: rgb(0,128,128); }
.afr{ color: rgb(0,128,0);   }
.xfp{ color: rgb(0,64,128);  }
.xfa{ color: rgb(24,6,44);   }
.xfn{ color: rgb(162,47,60); }
.rwa{ color: rgb(0,0,0);     }
.text-left{ text-align: left; }
.justified{ text-align: justify; }
.superscript{ }

/*####################
  ## Product header ##
  ####################*/

#product-header{
  width: 100%;
  margin-top: -45px;
  height: calc(100vh - 44px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bouncing-arrow{
  height: 64px;
  width: 64px;
  bottom: 15px;
  left: 50%;
  margin: auto auto;
  display: block;
  position: absolute;
  text-align: center;
  padding-top: 10px;
  background-color: rgba(250,250,250,0.85);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.bounce{
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
  40% {-webkit-transform: translateY(-10px);}
	60% {-webkit-transform: translateY(-5px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-10px);}
	60% {-moz-transform: translateY(-5px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-10px);}
	60% {-o-transform: translateY(-5px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-10px);}
	60% {transform: translateY(-5px);}
}

/*####################
  ## Regular header ##
  ####################*/
  
#short-header{
  width: 100%;
  margin-top: -45px;
  height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*################
  ## Global DIV ##
  ################*/

#main{
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#main.dynamic{
  height: auto;
  min-height: 60vh;
  width: 100%;
  padding: 0 10% 0 10%;
  margin: auto auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main.global{
  width: 80%;
  margin: auto auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main.dynamic h2.global{
  color: rgb(182,32,2);
  text-align: center;
}

#main.arionrender{
  width: 80%;
  margin: auto auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main.dynamic h2.arionrender {
  color: rgb(182,32,2);
  text-align: center;
}

#main.arionfx{
  width: 80%;
  margin: auto auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main.dynamic h2.arionfx {
  color: rgb(182,32,2);
  text-align: center;
}

#main.dynamic h1 {
  font-size: 32px;
}
#main.dynamic h2 {
  font-size: 24px;
}
#main.dynamic p{
  font-size: 16px;
}
#main.dynamic li{
  font-size: 16px;
}


/*#########################
  ## Full width examples ##
  #########################*/
  
#full-width{
  width: 130%;
  height: 500px;
  position: relative;
  margin-left: -15%;
  overflow: hidden;
  background-color: rgb(0,0,0);
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  background-position: scroll;
  box-shadow: inset 0 0 150px rgba(0,0,0,0.5);
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  overflow:hidden;
}
#screenshot{
  width: 100%;
  height: 60vh;
  margin: auto auto;
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#full-width img{
  box-shadow: inset 0px 0px 50px rgba(0,0,0,1.0);
}
#full-width video{
  height: 100%;
}
#full-width iframe{
  height: 100%;
}


/*##################
  ## Columns DIVs ##
  ##################*/

#one-div{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  text-align: center;
}
#one-div-nested{
  position: relative;
  vertical-align: top;
  display: block;
  width: 100%;
  text-align: center;
}
#one-div-nested video{
  width: 100%;
}
#one-div-nested img{
  width: 100%;
}
#one-div p{
  width: 80%;
  margin: auto auto;
  text-align: center;
}
#one-div img{
  width: 100%;
}
#one-div img.small{
  width: 512px;
}
#one-div ul{
  margin: auto auto;
  text-align: left;
}
#one-div li{
  text-align: left;
}

#two-divs{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc(49% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: center;
}
#two-divs.vcentered{
  position: relative;
  display: inline-block;
  width: calc(49% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  margin-top: 25%;
  text-align: center;
}
#two-divs img{
  width: 100%;
  margin: 10px 0 25px 0;
  border-radius: 3px;
  object-fit: cover;
}
#two-divs img.icons{
  width: 50%;
}
#two-divs img.small{
  width: 30%;
}
#two-divs video{
  width: 100%;
}
#two-divs p{
  width: 80%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: center;
}
#two-divs.justified{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc(49% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: justify;
}
#two-divs.justified p{
  width: 100%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: justify;
}
  
#three-divs{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc(32% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: center;
}
#three-divs img{
  width: 100%;
  margin: 10px 0 25px 0;
  border-radius: 3px;
  object-fit: cover;
}
#three-divs video{
  width: 100%;
}
#three-divs img.small{
  width: 50%;
  text-align: center;
}
#three-divs img.icons{
  width: 76px;
  height: 76px;
  text-align: center;
}
#three-divs p{
  width: 80%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: center;
}
#three-divs.justified{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc(32% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: justify;
}
#three-divs.justified p{
  width: 100%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: justify;
}

#four-divs{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc(24% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: center;
}
#four-divs img{
  width: 100%;
  margin: 10px 0 25px 0;
  border-radius: 3px;
  object-fit: cover;
}
#four-divs p{
  width: 80%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: center;
}
#four-divs.justified{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc(24% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: justify;
}
#four-divs.justified p{
  width: 100%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: justify;
}
#four-divs ul {
  margin: auto auto;
  color: rgb(128,128,128);
  text-align: center;
  list-style: none;
  margin-bottom: 25px;
}
#four-divs li{
  width: 80%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: center;
}
#four-divs img.icons{
  background-color: rgb(100,128,180);
  width: 76px;
  height: 76px;
}
#four-divs img.icons.blank{
  background-color: rgba(0,0,0,0.0);
  width: 128px;
  height: auto;
}

#five-divs{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc(19% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: center;
}
#five-divs img{
  width: 100%;
  margin: 10px 0 25px 0;
  border-radius: 3px;
  object-fit: cover;
}
#five-divs p{
  width: 80%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: center;
}
#five-divs.justified{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc(19% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: justify;
}
#five-divs.justified p{
  width: 100%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: justify;
}
#five-divs ul {
  margin: auto auto;
  color: rgb(128,128,128);
  text-align: center;
  list-style: none;
}
#five-divs li{
  width: 80%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: center;
}
#five-divs img.icons{
  background-color: rgb(100,128,180);
  width: 76px;
  height: 76px;
}
#five-divs img.icons.blank{
  background-color: rgba(0,0,0,0.0);
  display: table-cell;
  margin: 0 auto 25px auto;
  width: 50%;
  height: auto;
}

#six-divs{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc(16% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: center;
}
#six-divs img{
  width: 100%;
  margin: 10px auto 20px auto;
  border-radius: 3px;
  object-fit: cover;
  text-align: center;
}
#six-divs p{
  width: 80%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: center;
}
#six-divs.justified{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc(16% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: justify;
}
#six-divs.justified p{
  width: 100%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: justify;
}

#seven-divs{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc(14% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: center;
}
#seven-divs img{
  width: 100%;
  margin: 10px 0 20px 0;
  border-radius: 3px;
  object-fit: cover;
}
#seven-divs p{
  width: 80%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: center;
}
#seven-divs.justified{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: calc(14% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: justify;
}
#seven-divs.justified p{
  width: 100%;
  color: rgb(128,128,128);
  margin: auto auto;
  text-align: justify;
}

/*###############
  ## Resellers ##
  ###############*/
  
#reseller{
  width: 100%;
  font-size: 12px;
}
#reseller-left{
  float: left;
  display: inline-block;
  width: auto;
  font-weight: bold;
  text-align: right;
}
#reseller-right{
  float: right;
  display: inline-block;
  width: auto;
  text-align: left;
}

/*#############
  ## Gallery ##
  #############*/
  
#gallery-div{
  display: inline-block;
  width: calc(99% / 6);
  margin: 25px auto 25px auto;
}
#gallery-div h4{
  font-size: 14px;
  margin-top: 10px;
}
#gallery-img{
  width: 100%;
  object-fit: cover;
}

#gallery-overlay{
  background: rgba(255,0,0,0.5);
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
#gallery-overlay.video{
  
}
#gallery-overlay.credits{
  
}
.play-button{
  position: absolute;
  background: url('../images/global/play_icon.png') center center no-repeat;
  background-size: 30%;
  opacity: 0.85;
  width: 100%; height: 100%;
  top: -8px;
  left: 0%;
}

/*###################
  ## empty spacing ##
  ###################*/

.empty-space{
	clear: both;
	width: auto;
	height: 50px;
}

/*###############
  ## separator ##
  ###############*/
  
#separator-1px{
  width: 100%;
  height: 1px;
  background-color: rgb(220,220,220);
}

@media screen and (max-width:1280px){
  #three-divs { width: calc(49% - 50px);  }
  #four-divs { width: calc(32% - 50px);  }
  #five-divs{ width: calc(32% - 50px); }
  #six-divs{ width: calc(32% - 50px); }
  #gallery-div{ width: calc(99% / 4) }
}

@media screen and (max-width:1024px){
  #two-divs { width: calc(49% - 50px); }
  #three-divs{ width: calc(49% - 50px); }
  #four-divs{ width: calc(49% - 50px); }
  #five-divs{ width: calc(49% - 50px); }
  #six-divs{ width: calc(49% - 50px); }
  #gallery-div{ width: calc(99% / 2) }
}

@media screen and (max-width:800px){
  #two-divs{ width: 100%; margin-left: 0px; margin-right: 0px; }
  #three-divs{ width: 100%; margin-left: 0px; margin-right: 0px; }
  #four-divs{ width: 100%; margin-left: 0px; margin-right: 0px; }
  #five-divs{ width: 100%; margin-left: 0px; margin-right: 0px; }
  #six-divs{ width: 100%; margin-left: 0px; margin-right: 0px; }
  #gallery-div{ width: 100%; margin-left: 0px; margin-right: 0px; }
}