@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 750px) {
		.monitor {float: left; margin: 5px 5px 25px 5px;}
		.monitor-2 {margin-top: 260px; margin-left: 125px;}
		/*.monitor-3 {margin:285px, 10px, 0px, -290px; float:left;}}*/
		.monitor-3 {margin-top: 292px; margin-left: -285px; margin-right: 10px; float:left;}
		.monitor-3:after {margin-left: 148px;}
		}
@media screen and (max-width: 750px) {
		.monitor, .monitor-2, .monitor-3{
  -webkit-transform: scale(.75);
     -moz-transform: scale(.75);
       -o-transform: scale(.75);
          transform: scale(.75);			
			}
		.monitor {
		float: left;
		margin: -30px -30px 5px -30px;
}
		
.monitor-2 {		
		margin-top: 190px;
		margin-left: 91px;
		/*margin-top: 220px;
		margin-left: 122px;*/
}
.monitor-3{
	 	float: left;
		margin-top: 213px;
		margin-left: -248px;
		/*margin-top: 245px;
		margin-left: -278px;*/
} 
.monitor-3:after {margin-left: 145px;}
}
.monitor {
	
	height: 244px;
	width: 316px;
	border:8px solid #2B054F;
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-ms-border-radius:5px;
	position:relative;
	/*background-image:url(images/Untitled-2.jpg);*/
	background-repeat:no-repeat;
}
.monitor:before {/*base*/
	border-bottom: 40px solid #2b054f;
	border-left: 120px solid transparent;
	border-right: 120px solid transparent;
	content: "";
	display: block;
	height: 0px;
	margin-left: 30px;
	margin-top: 240px;
	position: absolute;
	width: 0;
}
.monitor:after {/*tv support*/
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 30px solid #2b054f;
	content: "";
	display: block;
	height: 0;
	margin-left: 87px;
	/*margin-top: 233px;*/	
	position: absolute;
	width: 0;
}
.monitor-2 {
	height: 5px;
	width: 70px;
	/*background-position:center;
	margin-top: 10px;
	margin-left: 126px;
	position:relative;
	background-color:#C96;*/
	background-color:#f7941e;
	display:block;
	position:absolute;	
	border-radius:2.5px;
	-moz-border-radius:2.5px;
	-webkit-border-radius:2.5px;
	-khtml-border-radius:2.5px;
	-ms-border-radius:2.5px;
}
.monitor-2:before {
	content: "";
	width:50px;
	height:2px;
	display:block;
	position:absolute;
	background-color:#f7941e;
	margin-top: 18px;
	margin-left: 42px;		
	transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
}
.monitor-2:after {
	content: "";
	width:50px;
	height:2px;
	display:block;
	position:absolute;
	background-color:#f7941e;
	margin-top: 18px;
	margin-left: -22px;	
	transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
}
.monitor-3 {	
	content: "";
	display: block;
	height: 6px;
	background-color:#f7941e;
	/*background-color:#C96;
	margin-left: 45px;
	margin-top: 23.5px;
	position: relative;*/
	width: 240px;
	border-radius:6px 6px 0px 0px;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	-khtml-border-radius:6px 6px 0px 0px;
	-ms-border-radius:6px 6px 0px 0px;
}
.monitor-3:before {
	background-color:#f7941e;
	content: "";
	display: block;
	height: 2px;
	margin-top: -15px;
	margin-left: 0px;
	position: absolute;
	width:95px;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	-khtml-border-radius:1px;
	transform: rotate(-19deg);
	-moz-transform: rotate(-19deg);
	-webkit-transform: rotate(-19deg);
	-o-transform: rotate(-19deg);
	-ms-transform: rotate(-19deg);
}
.monitor-3:after {
	background-color:#f7941e;
	content: "";
	display: block;
	height: 2px;
	/*margin-left: 150px;
	margin-top: -12px;
	margin-left: 145px;*/
    margin-top: -14px;
	position: absolute;
	width: 95px;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	-khtml-border-radius:1px;
	transform: rotate(19deg);
	-moz-transform: rotate(19deg);
	-webkit-transform: rotate(19deg);
	-o-transform: rotate(19deg);
	-ms-transform: rotate(19deg);
}
/*Thanks to Tympanus.net for slideshow help.
http://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/*/
.cb-slideshow{
	list-style:none;
	}
.cb-slideshow:after { 
    position: fixed;
    width: 300px;
    height: 228px;
   /** margin-top: 255px;
	margin-left:300px;**/
    z-index: -1; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(imgs/untitled.jpg); 
}
.cb-slideshow li span { 	
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
   /* background-size: cover;*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 60s linear infinite 0s;
    -moz-animation: imageAnimation 60s linear infinite 0s;
    -o-animation: imageAnimation 60s linear infinite 0s;
    -ms-animation: imageAnimation 60s linear infinite 0s;
    animation: imageAnimation 60s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 300px;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 60s linear infinite 0s;
    -moz-animation: titleAnimation 60s linear infinite 0s;
    -o-animation: titleAnimation 60s linear infinite 0s;
    -ms-animation: titleAnimation 60s linear infinite 0s;
    animation: titleAnimation 60s linear infinite 0s; 
}/*
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
   /* font-size: 240px;*/
/*    padding: 0;
    line-height: 200px; 
}*/
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../slideshow/1.gif); 
}

.cb-slideshow li:nth-child(2) span { 
    background-image:url(../slideshow/2.gif);
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image:url(../slideshow/3.gif);
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay:8s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image:url(../slideshow/4.gif);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../slideshow/5.gif);
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../slideshow/6.gif);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}
.cb-slideshow li:nth-child(7) span { 
    background-image: url(../slideshow/7.gif);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(8) span { 
    background-image:url(../slideshow/8.gif);
    -webkit-animation-delay: 28s;
    -moz-animation-delay: 28s;
    -o-animation-delay: 28s;
    -ms-animation-delay: 28s;
    animation-delay: 28s; 
}
.cb-slideshow li:nth-child(9) span { 
    background-image:url(../slideshow/9.gif);
    -webkit-animation-delay: 32s;
    -moz-animation-delay: 32s;
    -o-animation-delay: 32s;
    -ms-animation-delay: 32s;
    animation-delay: 32s; 
}
.cb-slideshow li:nth-child(10) span { 
    background-image:url(../slideshow/10.gif);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s; 
}
.cb-slideshow li:nth-child(11) span { 
    background-image:url(../slideshow/1.gif);
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay: 40s;
    animation-delay: 40s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}
.cb-slideshow li:nth-child(7) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(8) div { 
    -webkit-animation-delay: 28s;
    -moz-animation-delay: 28s;
    -o-animation-delay: 28s;
    -ms-animation-delay: 28s;
    animation-delay: 28s; 
}
.cb-slideshow li:nth-child(9) div { 
    -webkit-animation-delay: 32s;
    -moz-animation-delay: 32s;
    -o-animation-delay: 32s;
    -ms-animation-delay: 32s;
    animation-delay: 32s; 
}
.cb-slideshow li:nth-child(10) div { 
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
.cb-slideshow li:nth-child(11) div {
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay: 40s;
    animation-delay: 40s; 
}
/* Animation for the slideshow images */	
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */	
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
/*
@media screen and (max-width: 300px) { 
    .cb-slideshow li div h3 { font-size: 14px }
}
