/* SystemModeler overview page styles.

   @file        overview.css
   @author      marionm
   ========================================================================== */

/* shared overrides
   ========================================================================== */

#sm4-section-header {
    height: auto;
    border: none;
    background: none;
}

#sm4-section-header .width {
    width: 100%;
}

.local-wrapper {
    min-width: 1200px;
}

.section-wrapper {
    border: none;
}

#subnav {
    bottom: 0;
    height: 37px;
    border-bottom: 6px solid #ac000e;
    background: #d40014;
}

#subnav ul {
    width: 1052px;
    margin: 0 auto;
}

#subnav li {
    display: block;
    float: left;
}

#subnav ul li > ul {
    border: 0;
    background: #ac0000;
    margin-left: 0;
}

#subnav a {
    display: inline-block;
    padding: 12px 20px 7px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}

#subnav a:link,
#subnav a:visited {
    color: #fff;
}

#subnav a:hover,
#subnav a:active,
#subnav li:hover > a,
#subnav li:hover button {
    color: #fff;
    background-color: #ac000e;
}

#overview #subnav-overview {
    padding: 12px 20px 7px 20px;
    border: none;
    color: #fff;
    background: #ac000e;
}
#overview #subnav #examples-nav,
#overview #subnav #features-nav {
    border: 0;
}
#overview #subnav ul > li > ul > li > a {
    border-bottom: 1px solid #9f3633;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 20px;
    background: #ac0000;
}
#overview #subnav ul > li > ul > li > a:hover {
    background: #b80900;
}

#overview .nav-items-button {
    width: 32px;
    height: 37px;
    background: url(/system-modeler/img/icon-white-down.png) no-repeat center 18px;
    background-size: 10px;
}

/* video section
   ========================================================================== */

 .video-logo {
    margin: 40px auto; 
	width: 667px; 
	height: 100px;
 } 
   
.video-wrapper {
    display: table; /* makes border/background visible on horizontal scroll */
    width: 100%;
    background: url('../img/overview-hero-bg.png') repeat-x;
}

.video-wrapper > div {
    width: 1260px;
    height: 297px;
    margin: 0 auto;
}

.video-wrapper > .ended {
    background: url('../img/wsm5-video-alternative.png') no-repeat;
}

.video-wrapper video,
.video-wrapper img {
    display: block;
    width: 1260px;
    height: 297px;
    margin: 0 auto;
}

.video-wrapper video {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    border: none;
    outline: none;
    background: none;
}

.video-wrapper .playing video {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.video-wrapper .ended video,
.video-wrapper .noscript img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.video-wrapper .noscript {
    display: block;
    width: 1260px;
    height: 297px;
    background: url('../img/wsm5-video-alternative.png') no-repeat;
    background-size: 100% 100%;
}

.video-wrapper .noscript video {
    display: none;
}

/* intro
   ========================================================================== */

#intro .width {
    width: 770px;
    max-width: 770px;
    min-width: 770px;
    margin: 0;
    padding: 50px 0 0 0;
}

#intro h1,
#intro span,
#intro p {
    display: inline;
    margin: 20px 0 0 0;
    color: #f86300;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
}

#intro p {
    display: block;
    color: #656565;
    font-size: 21px;
    line-height: 32px;
	margin-right: 40px;
}

#intro-pod {
    float: right; 
	width: 240px; 
	text-align: center; 
	margin: 60px 0 0 0;	
}

#intro-pod span {
	display: block; 
	color: #000; 
	font-size: 16px; 
	font-weight: 400; 
	line-height: 20px; 
	margin: 6px 0 0;
}

#intro-pod a {
	font-size: 16px;
}

/* sections
   ========================================================================== */

#sections a:link,
#sections a:visited {
    color: #d51100;
}

#sections a:hover,
#sections a:active {
    color: #f57300;
}

#sections h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
}

#sections .table {
    display: table;
}

#sections .row {
    display: table-row;
}

#sections .column {
    width: 338px;
    padding: 0 62px 50px 0;
}

#sections .column.right {
    width: 339px;
    padding: 0 0 50px 0;
}

#sections .column img {
    margin: 0 0 5px 0;
    border: 1px solid #bdbdbd;
}