/*@font-face { */
/*    font-family: 'AkroBlack'; */
/*    src: url("../font/Akrobat-Black.woff") format("woff"),*/
/*    url("../font/Akrobat-Black.ttf") format("truetype");*/
/*  }*/
/* @font-face { */
/*    font-family: 'AkroBold'; */
/*    src: url("../font/Akrobat-Bold.woff") format("woff"),*/
/*    url("../font/Akrobat-Bold.ttf") format("truetype");*/
/*  }*/
/*@font-face { */
/*    font-family: 'AkroRegular'; */
/*    src: url("../font/Akrobat-Regular.woff") format("woff"),*/
/*    url("../font/Akrobat-Regular.ttf") format("truetype");*/
/*  }*/
/*@font-face { */
/*    font-family:  'AkroExtra'; */
/*    src: url("../font/Akrobat-ExtraBold.woff") format("woff"),*/
/*    url("../font/Akrobat-ExtraBold.woff") format("truetype");*/
/*  }  */
/*@font-face { */
/*    font-family: 'AkroRegular'; */
/*    src:*/
/*    url("../font/Akrobat-Regular.woff") format("woff")*/
/*    url("../font/Akrobat-Regular.ttf") format("truetype"),*/

/*  } */
/*  @font-face { */
/*    font-family: 'AkroLight'; */
/*    src: url("../font/Akrobat-Light.woff") format("woff"),*/
/*         url("../font/Akrobat-Light.ttf") format("truetype")*/
/*  }   */
/*  @font-face { */
/*    font-family: 'PopLight'; */
/*    src: url("../font/Poppins-Light.otf") format("opentype"),*/
/*  }*/
/*  @font-face { */
/*    font-family: 'PopRegular'; */
/*    src: url("../font/Poppins-Regular.otf") format("opentype"),*/
/*  }*/
/*  @font-face { */
/*    font-family: 'PopSemiBold'; */
/*    src: url("../font/Poppins-SemiBold.otf") format("opentype"),*/
/*  }*/
/*  @font-face { */
/*    font-family: 'PopBold'; */
/*    src: url("../font/Poppins-Bold.otf") format("opentype"),*/
/*  }*/
/*  @font-face { */
/*    font-family: 'PopExtraLight'; */
/*    src: url("../font/Poppins-ExtraLight.otf") format("opentype"),*/
/*  }*/
/*  @font-face { */
/*    font-family: 'PopMedium'; */
/*    src: url("../font/Poppins-Medium.otf") format("opentype"),*/
/*  }*/
*{
    padding: 0;
    margin: 0;
}
.textOver{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.upper{
    text-transform: uppercase;
}
.layout{
    width: 1200px;
    margin: 0 auto;
    /* background: red; */
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
body{
  background: #eee;
}
.clearfix {
  clear: both;
}