/*******************************
            Global
*******************************/

html {
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  text-align: inherit;
}

h1.ui.header {
    font-size: 3rem;
}

h2.ui.header {
  margin-top: 30px;
}

h2.ui.header {
  margin-bottom: 1.5em;
}

.container {
  margin-bottom: 0;
}
/*******************************
            Global
*******************************/

#main .menu .right.menu > .mobile.item {
  display: none;
}

a.anchor{
  color: #000;
}
a.anchor:hover{
  text-decoration:none;
}

/*--------------
    Masthead
---------------*/

#main .masthead {
  background-image: url(../images/bg.jpg);
  background-position: center;
  margin: 0em;
  padding: 1.5rem 0rem;
}
#main .splash{
  min-height: 250px;
}

#main .masthead .tabular.menu{
  background: transparent;
  border: 0;
}

#main .masthead .menu{
  background-color: #1b1c1ds;
}
#main .masthead .column {
  position: relative;
}
#main .masthead .information {
  margin: 6em 1em 1em 330px;
}
#main .masthead .information p {
  max-width: 600px;
}
#main .masthead .image {
  position: absolute;
  left: 0%;
  bottom: -110px;
}

#main #page-header{
    padding-top:0;
    padding-bottom:15px;
}

#main #page-header h1{
    margin:0;
    padding:0;
}

/*--------------
    Ribbons
---------------*/

#main .segment h1 {
  font-size: 3em;
  margin-bottom: 1em;
}

#main .vertical.segment {
  padding: 12rem 0rem;
}

#main .feature.segment {
  margin: 0em;
  padding: 6rem 0rem;
}

#main .content.segment {
    margin-top: 0em;
    margin-bottom: 0em;
    padding-bottom: 50px;
    padding-top: 50px;
}

#main .feature.segment p {
  min-height: 50px;
}

#main .selection.list {
  margin: 0em -0.5em;
}

#main .logo.row {
  height: 10rem;
}

/*--------------
    Footer
---------------*/

#main .footer.segment {
  background-color: #000000;
  padding: 3rem 0rem;
}


/* Slogan hide */
@media only screen and (max-width : 1200px) {
  #main .slogan{
    display:none;
  }
}

/* Mobile Only */
@media only screen and (min-width : 768px) {
  #main .masthead .ui.tab{
    min-height: 200px;
  }
}


/*******************************
          Responsive
*******************************/

/* Mobile Only */
@media only screen and (max-width : 768px) {


  #main .masthead .tabular.menu {
    display: none;
  }

  #main .menu .right.menu > .item {
    display: none;
  }

  #main .menu .right.menu > .mobile.item {
    display: block;
  }
  #main .menu .right.menu > .mobile.item .menu {
    left: auto;
    right: 0em;
  }

  #main h1 {
    font-size: 1.5em;
  }
  #main .masthead.segment .information {
    margin-left: 10px;
    margin-top:-80px;
    text-align: center;
  }

  #main .masthead .information {
    margin: 0;
  }
  #main .masthead .ui.inverted.buttons{
    position: relative;
    margin: 0  auto;
    width: 180px;
  }

  #main .masthead.segment .image {
    width: 300px;
    position: relative;
    margin: 0 auto;
    bottom: -20px;
  }

  #main .masthead.segment .or {
    font-size: 1rem;
  }

  #main .masthead.segment .button {
    font-size: 1rem;
  }

  #main .overview .divided.grid .header .icon {
    font-size: 1.5em;
  }

  #main .overview .divided.grid .header + p {
    min-height: 0px;
  }

  #main .masthead.segment .column {
    font-size: 0.7rem;
  }

  #main .masthead.segment .column p {
    display: none;
  }

  #main .selection.list .right.floated {
    display: none;
  }
}

.ui.statistic{
  position: absolute;
  top:4px;
  right: 20px;
  text-shadow: 0px 1px 1px #000;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  padding: 10px;
  margin:10px;
  min-width: 7em;
}

.ui.statistic .value{
  font-size: 3rem;;
}

.ui .column .sameheight{
  min-height: 120px;
}

.ui.menu .item p.white{
  color: #FFF;
  font-size: smaller;
}


.landing.homepage {
  min-height: 500px;
  background:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    bottom
    url(../images/slider_1.jpg);
}

.landing.home {
  background:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    bottom
    url(../images/home_bg.jpg);
}

.landing.medical{
  background:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    bottom
    url(../images/medical_bg.jpg);
}

.landing.transportation{
  background:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    bottom
    url(../images/transportation_bg.jpg);
}

.landing.smart_city{
  background:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    bottom
    url(../images/smart_city_bg.jpg);
}

.landing.smart_industry{
  background:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    bottom
    url(../images/industry_bg.jpg);
}

.landing.smart_agriculture{
  background:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    bottom
    url(../images/smart_agriculture_bg.jpg);
}

.landing.wearables{
  background:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    bottom
    url(../images/wearables_bg.jpg);
}

.landing.security{
  background:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    bottom
    url(../images/security_bg.jpg);
}

.cbp-fwslider {
	position: relative;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 0 0 60px;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li .slide {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	min-height: 800px;
  padding-top: 150px;
  text-decoration: none;
}


.slide1{
  background:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    bottom
    url(../images/slider_1.jpg);
}
.slide2{
  background:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    bottom
    url(../images/slider_2.jpg);
}
.slide3{
  background:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    bottom
    url(../images/slider_3.jpg);
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	background: #D44413;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: #D44413;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #D44413;
	box-shadow: 0 0 0 2px #D44413;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}


#main .feature.home, #main .feature.medical, #main .feature.transportation, #main .feature.smart_city, #main .feature.smart_industry{
  margin: 0;
  padding-bottom: 0;
}

#main .feature.home .ui.grid > .row, #main .feature.medical .ui.grid > .row, #main .feature.transportation .ui.grid > .row, #main .feature.smart_city .ui.grid > .row, #main .feature.smart_industry .ui.grid > .row{
 padding-bottom: 0;
}

pre {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.ui.grid .row + .ui.divider {
  margin: 4rem 1rem;
}


.plugin.picture{
  max-width: 100%;
}

.ui.orange.buttons .button, .ui.orange.button {
  background-color: #D44413;
}

.ui.menu .header.item, .ui.vertical.menu .header.item {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .ui.page.grid {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
