@font-face {
  font-family: 'League_Gothic_Regular';
  src: url('../fonts/leaguegothic-regular-webfont.eot');
  src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
       url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
       url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;

}
@font-face
{
font-family: 'ubuntu_font';
src: url(ubuntu.woff);
}

@font-face {
  font-family: 'ubuntu';
  font-style: normal;
  font-weight: normal;
  src: local('ubuntu'), url('../fonts/ubuntu.woff') format('woff');
}
/* Metro Tiles
-------------------------------------------------- */
/*
 * Metro UI CSS v 1.0.1
 * Copyright 2012 Sergey Pimenov
 * Licensed under the MIT Lilcense
*/
.bg-color-blue {
    background-color: #0072BC !important;
}
.bg-color-blueDark {
    background-color: #662D91 !important;
}
.bg-color-green {
    background-color: #01a31c !important;
}
.bg-color-greenDark {
    background-color: #008641 !important;
}
.bg-color-red {
    background-color: #bc1c48 !important;
}
.bg-color-yellow {
    background-color: #ffc40d !important;
}
.bg-color-orange {
    background-color: #CD4900 !important;
}
.bg-color-pink {
    background-color: #c3325f !important;
}
.bg-color-purple {
    background-color: #603cba !important;
}
.bg-color-darken {
    background-color: #1c1c1c !important;
}



/*.place-left {*/
/*float: left;*/
/*}*/
/*.place-right {*/
/*float: right;*/
/*}*/
/*.pos-rel {*/
/*position: relative;*/
/*}*/
/*.pos-abs {*/
/*position: absolute;*/
/*}*/
/*.pos-fix {*/
/*position: fixed;*/
/*}*/


/*.top-left {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*}*/
/*.top-right {*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*}*/
/*.bottom-right {*/
/*position: absolute;*/
/*bottom: 0;*/
/*right: 0;*/
/*}*/
/*.bottom-left {*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 0;*/
/*}*/



.metro {
    overflow: hidden;
}


.metro .carousel-control {
    top: 20%;
}



.metro .metro-sections {
    height: auto;
    position: relative;
    overflow: hidden;
    width: 10000px;
}

.metro-sections h2 {
    margin-left: 5px;
    font-family: 'ubuntu_font',"OpenSansRegular",Arial,Helvetica,Sans-Serif;
    font-weight: 100;
    text-transform: lowercase;
}

.metro .metro-sections .metro-section {
    position: relative;
    float: left;
    /*width: 810px !important;*/
    width: auto;
    height: auto;
    margin-right: 75px;
}


/* fixed widths for tile sections
   units are measured per square tile width, i.e.: tile-span-1 = 160px = 1 square tile width (including margin)
*/






@media screen and (min-width : 160px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 160px; margin-left: 0;}
	}
@media screen and (min-width : 320px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 160px; margin-left: 0;}
}
@media screen and (min-width : 480px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 320px; margin-left: 0;}
}
@media screen and (min-width : 640px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 480px; margin-left: 0;}
}
@media screen and (min-width : 800px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 640px; margin-left: 0;}
}
@media screen and (min-width : 960px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 800px; margin-left: 0;}
}
@media screen and (min-width : 1120px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 960px; margin-left: 0;}
}
@media screen and (min-width : 1280px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 1120px; margin-left: 0;}
}
@media screen and (min-width : 1440px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 1280px; margin-left: 0;}
}
@media screen and (min-width : 1600px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 1440px; margin-left: 0;}
}
@media screen and (min-width : 1760px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 1600px; margin-left: 0;}
}
@media screen and (min-width : 1920px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 1760px; margin-left: 0;}
}
@media screen and (min-width : 2080px) {
    .metro .metro-sections .metro-section.tile-span-r { width: 1920px; margin-left: 0;}
}


/*.metro .metro-sections .metro-section.tile-span-1 { width: 160px; margin-left: 0;}
.metro .metro-sections .metro-section.tile-span-2 { width: 320px; margin-left: 0;}
.metro .metro-sections .metro-section.tile-span-3 { width: 480px; margin-left: 0;}
.metro .metro-sections .metro-section.tile-span-4 { width: 640px; margin-left: 0;}
.metro .metro-sections .metro-section.tile-span-5 { width: 640px; margin-left: 0;}
.metro .metro-sections .metro-section.tile-span-6 { width: 800px; margin-left: 0;}
.metro .metro-sections .metro-section.tile-span-7 { width: 960px; margin-left: 0;}
.metro .metro-sections .metro-section.tile-span-8 { width: 1120px; margin-left: 0;}*/


/*default tile definition */
.metro .tile {
    position: relative;
    display: block;
    float: left;
    margin: 5px;
    padding: 0;
    /*padding-bottom: 1px;*/
    width: 150px;
    height: 150px;
    color: #FFF;
    cursor: pointer;
    overflow: hidden;
    /*font-family: lato,ubuntu,garamond;*/
    /*font-family: 'League_Gothic_Regular', sans-serif,ubuntu,tahoma;*/
    font-family: 'ubuntu_font',arial,sans-serif,lato;
    text-decoration: none;
    font-size: 3px;
    background-color: #2C83EF;
}
.metro .tile:hover {
    outline: 3px #225a68 solid;
}


/*
.metro .tile .tile-icon-large {
   margin-top: 20px;
   margin-left: 0px;
   display: table-cell;
   vertical-align: middle !important;
   text-align: center;
   width: 150px;
   padding-top: 20px;
}
.metro .tile .tile-icon-large img {
   width: 96px;
   height: 96px;
}
.metro .tile .tile-icon-cover {
   margin-top: 20px;
   margin-left: 0px;
   display: table-cell;
   vertical-align: middle !important;
   text-align: center;
   width: 150px;
   padding-top: 30px;
}
   .metro .tile .tile-icon-cover img {
      max-width: 90px;
      height: 90px;
   }

.metro .tile .tile-icon {
   position: absolute;
   bottom: 10px;
   left: 20px;
   width: 32px;
   height: 32px;
}

.metro .tile .tile-label {
   position: absolute;
   bottom: 10px;
   left: 20px;
   font-size: 14px;
   color: #fff;
}*/

/* small caption on top of tile */
/*
.metro .tile .tile-caption {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 130px;
   padding: 2px 10px;
   border-bottom: 1px #ff4500 solid;
   background: #fff;
   font-size: 14px;
   color: #000;
   font-size: 10px;
   text-align: right;
}
.metro .tile .tile-header {
   font-size: 19px;
   color: #7ac479;
   text-align: left;
   margin: 20px;
}*/

/* little numeric count on the bottom-right margin of the tile
.metro .tile .tile-counter {
   position: absolute;
   right: 20px;
   bottom: 10px;
   font-size: 14px;
   font-weight: normal;
}*/
/*
.metro .tile .tile-text {
   text-align: left;
   margin-top: 20px;
   margin-left: 20px;
   font-size: 12px;
}

.metro .tile .tile-image {
   padding: 0px;
}
   .metro .tile .tile-image img {
      min-height: 100%;
      min-width: 100%;
   }

.metro .tile .tile-content-main {
   height: 150px;
   position: relative;
   overflow: hidden;
}
   .metro .tile .tile-content-sub {
      position: relative;
      margin: 1px;
      height: 50px;
      max-height: 148px;
      padding: 2px 5px;
      overflow: hidden;
      box-shadow-bottom: inset 0px 0px 3px #fff;
   }

.metro .tile.tile-double {
   width: 310px;
}
   .metro .tile.tile-double .tile-icon-large {
      margin-top: 20px;
      margin-left: 107px;
   }
   .metro .tile.tile-double .tile-icon-large img {
      width: 96px;
      height: 96px;
   }
   .metro .tile.tile-double .tile-icon-cover,
   .metro .tile.tile-double .tile-icon-large {
      width: 310px;
   }
*/

.scroll {
    -webkit-transition:left 0.6s ease;  /* here the animation is set on 5 seconds */
    -moz-transition:left 0.6s ease;
    -o-transition:left 0.6s ease;
    transition:left 0.6s ease;
}

/* Metro Tiles Templates
-------------------------------------------------- */
.metro .tile.square.text {
    width: 110px;
    height: 110px;
    padding: 20px;
}
.metro .tile.square.image {
    width: 150px;
    height: 150px;
    padding: 0;
}
.metro .tile.square.image img {
    max-width: 150px;
    max-height: 150px;
}

.metro .tile.squarepeek {
    width: 150px;
    height: 300px;
}
.metro .tile.squarepeek .text-inner {
    width: 110px;
    height: 110px;
    padding: 20px;
}

.metro .tile.wide.text {
    width: 270px;
    height: 110px;
    padding: 20px;
}
.metro .tile.wide.image {
    width: 310px;
    height: 150px;
}
.metro .tile.wide.image.collection img {
    max-width: 158px;
    max-height: 150px;
    float: left;
}

/* template for full image */
.metro .tile.wide.imagetext.wideimage {
    width: 310px;
    height: 150px;
    padding: 0;
}
/* template with normal 80x80 image */
.metro .tile.wide.imagetext {
    width: 270px;
    height: 110px;
    padding: 20px;
}
.metro .tile.wide.imagetext .textover-wrapper {
    position: absolute;
    bottom: 0;
    width: 270px;
    height: 48px;
    padding: 2px 20px;
    background-color: inherit;
}

.metro .tile.widepeek {
    width: 310px;
    height: 300px;
}





/* Default Tile
-------------------------------------------------- */

.metro .tile.app .image-wrapper {
    display: block;
    width: 150px;
    height: 80px;
    margin-top: 20px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
.metro .tile.app .image-wrapper img {
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto;
}
.metro .tile .app-label {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 11px;
}
.metro .tile .app-count {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.metro .tile.wide.app {
    width: 310px;
    height: 150px;
}
.metro .tile.wide.app .image-wrapper {
    width: 310px;
}


.image-wrapper span.icon {
    font-size: 80px;
    height: 80px;
    line-height: 80px;
    width: 80px;
}

/*
-------------------------------------------------- */

.metro .tile.square.text .text-big {
    font-size: 76px;
    line-height: 76px;
    text-align: left;
    overflow: hidden;
}
.metro .tile.square.text.tilesquareblock .text {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
}

/* normal header in 1 line of wrapped text*/
.metro .tile .text-header {
    font-family: 'ubuntu_font',"OpenSansLightRegular",Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 34px;
    line-height: 36px;
    max-height: 36px;
    text-align: left;
    overflow: hidden;
}
/* One string of large text wrapped over a maximum of three lines.*/
.metro .tile .text-header3 {
    font-family: 'ubuntu_font',"OpenSansLightRegular",Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 34px;
    line-height: 36px;
    text-align: left;
    max-height: 110px;
    overflow: hidden;
}

/* 1 line of regular text (not wrapped) */
.metro .tile .text {
    font-size: 15px;
    line-height: 18px;
    height: 18px;
    font-weight: normal;
    text-align: left;
    overflow: hidden;
}

/* regular text wrapped over a maximum of 2 lines */
.metro .tile .text2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    max-height: 44px;
    overflow: hidden;
    text-align: left;
}

/* regular text wrapped over a maximum of 3 lines */
.metro .tile .text3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    text-align: left;
    max-height: 56px;
    overflow: hidden;
}

/* regular text wrapped over a maximum of 4 lines */
.metro .tile .text4 {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    text-align: left;
    max-height: 72px;
    overflow: hidden;
}

/* regular text wrapped over a maximum of 5 lines */
.metro .tile .text5 {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    text-align: left;
    max-height: 92px;
    overflow: hidden;
}

/* Image Only Tiles
-------------------------------------------------- */
.metro .tile.square.image img {
    max-width: 150px;
    max-height: 150px;
}



/* Wide Text Only Tiles
-------------------------------------------------- */

.metro .tile .column {
    display: block;
    float: left;
    width: 130px;
}

.metro .tile .column2-label  {
    display: block;
    float: left;
    width: 90px;
}
.metro .tile .column2-text {
    display: block;
    float: left;
    width: 160px;
}

.metro .tile .column3-label  {
    display: block;
    float: left;
    width: 50px;
}
.metro .tile .column3-text {
    display: block;
    float: left;
    width: 200px;
}


/* Wide Image Only Tiles
-------------------------------------------------- */
.metro .tile.wide.image .mini-tiles {
    display: inline-block;
    float: left;
    width: 152px;
    height: 150px;
}
.metro .tile.wide.image .mini-tiles img {
    display: inline-block;
    float: left;
    max-width: 75px;
    max-height: 75px;
    border-left: 1px solid #2A2A2A;
}

/* Wide Image & Text Tiles
-------------------------------------------------- */
.metro .tile.wide.imagetext .column-text,
.metro .tile.wide.text .column-text {
    display: block;
    float: left;
    width: 180px;
    padding-left: 10px;
}
.metro .tile.wide.text .column-text-big {
    display: block;
    float: left;
    width: 80px;
}

.metro .tile.wide.imagetext .image-wrapper {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
}
.metro .tile.wide.imagetext .image-wrapper img {
    max-width: 80px;
    max-height: 80px;
}


