/* Animations */
@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
/*Scale animation*/
@-webkit-keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@font-face { font-family: 'AncizarSans-Regular'; src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.svg#AncizarSans-Regular") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'AncizarSans-Light'; src: url("../fonts/Ancizar-Sans/AncizarSans-Light.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Light.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Light.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Light.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Light.svg#AncizarSans-Light") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Light.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'AncizarSans-BoldItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.svg#AncizarSans-BoldItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'AncizarSans-LightItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.svg#AncizarSans-LightItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Glyphicons Halflings'; src: url("../fonts/glyphicons-halflings-regular.eot"); src: url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg"), url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.norms-grid { width: 85%; margin: 80px auto; padding: 60px 0 0; background-color: #E8E8E8; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.norms-grid .norm-item { margin: 0 0 60px; width: 50%; position: relative; }
.norms-grid .norm-item:nth-of-type(2n)::before { content: ''; background-color: #A9A9A9; top: 0; height: 100%; left: 0; position: absolute; width: 1px; }
.norms-grid .norm-item:nth-of-type(2n) .norm-header, .norms-grid .norm-item:nth-of-type(2n) .norm-description { -webkit-transform: translateX(45px); transform: translateX(45px); }
.norms-grid .norm-item:nth-of-type(2n) .norm-description { padding: 50px 50px 20px 10px; }
.norms-grid .norm-description { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 50px 10px 20px 50px; }
.norms-grid .norm-description p { width: 50%; padding-left: 20px; position: relative; }
.norms-grid .norm-description p::before { content: ''; background-color: #58595b; height: 5px; width: 5px; border-radius: 50%; position: absolute; left: 5px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.norms-grid .norm-description p a { color: #58595b !important; font-family: 'AncizarSans-LightItalic'; font-size: 19px; text-decoration: none; }
.norms-grid .norm-description p a:hover, .norms-grid .norm-description p a:active, .norms-grid .norm-description p a:focus { outline: none; text-decoration: none; }

.norm-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transform: translateX(-45px); transform: translateX(-45px); }
.norm-header .header-icon { background-color: #3A042B; width: 130px; }
.norm-header .header-title { background-color: #710D4E; padding: 20px 0; width: calc(100% - 130px); }
.norm-header .header-title .section { background-color: #EBC02E; color: #3A042B; font-family: 'AncizarSans-BoldItalic', sans-serif; font-size: 26px; margin: 0; padding: 5px 30px 5px 15px; text-transform: uppercase; }
.norm-header .header-title .item-category { margin: 20px 15px 0; color: #fff; font-family: 'AncizarSans-BoldItalic', sans-serif; font-size: 28px; }

@media screen and (max-width: 1500px) { .events .event .event-info .info { width: 80%; }
  .events .event .event-info .info .event-title { font-size: 30px; padding: 0 5px; } }
@media screen and (max-width: 40em) { .teachers-grid { width: 100%; padding: 0 25px 1em 25px; }
  .teachers-grid .teachers .teacher { width: 100%; margin: 0 0 1em 0; }
  .teachers-grid .teachers .teacher .teacher-info .info .teacher-name { font-size: 23px; height: auto; margin-bottom: 0.5em; }
  .teachers-grid .area-name { margin-bottom: 1.5em; }
  .norms-grid .norm-item { width: 100%; }
  .norms-grid .norm-description { padding: 50px 20px 20px 25px; }
  .norms-grid .norm-item:nth-of-type(2n) .norm-description { padding: 50px 45px 29px 22px; }
  .norm-header { -webkit-transform: translateX(-15px); transform: translateX(-15px); }
  .norms-grid .norm-item:nth-of-type(2n) .norm-header, .norms-grid .norm-item:nth-of-type(2n) .norm-description { -webkit-transform: translateX(15px); transform: translateX(15px); } }
