#fakeloader-container {
position: relative;
width: 100%;
height: 100%;
display: none;
}
#ecwid_loading_indicator {
display:none !important;
} 
.spinner1 {
width: 40px;
height: 40px;
position: relative;
}
.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: bounce 2.0s infinite ease-in-out;
animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes bounce {
0%, 100% { 
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% { 
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.spinner2 {
width: 40px;
height: 40px;
position: relative;
}
.container1 > div, .container2 > div, .container3 > div {
width: 6px;
height: 6px;
border-radius: 100%;
position: absolute;
-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
animation: bouncedelay 1.2s infinite ease-in-out; -webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.spinner2 .spinner-container {
position: absolute;
width: 100%;
height: 100%;
}
.container2 {
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.container3 {
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg);
}
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
.container2 .circle1 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.container3 .circle1 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.container1 .circle2 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.container2 .circle2 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.container3 .circle2 {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.container1 .circle3 {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.container2 .circle3 {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.container3 .circle3 {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.container1 .circle4 {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.container2 .circle4 {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.container3 .circle4 {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0.0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
0%, 80%, 100% { 
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 40% { 
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.spinner3 {
width: 40px;
height: 40px;
position: relative;  
-webkit-animation: rotate 2.0s infinite linear;
animation: rotate 2.0s infinite linear;
}
.dot1, .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
border-radius: 100%;
-webkit-animation: bounce 2.0s infinite ease-in-out;
animation: bounce 2.0s infinite ease-in-out;
}
.dot2 {
top: auto;
bottom: 0px;
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@-webkit-keyframes bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes bounce {
0%, 100% { 
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% { 
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.spinner4 {
width: 30px;
height: 30px;
-webkit-animation: rotateplane 1.2s infinite ease-in-out;
animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes rotateplane {
0% { 
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
} 50% { 
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
} 100% { 
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.spinner5 {
width: 32px;
height: 32px;
position: relative;
}
.cube1, .cube2 {
width: 10px;
height: 10px;
position: absolute;
top: 0;
left: 0;
-webkit-animation: cubemove 1.8s infinite ease-in-out;
animation: cubemove 1.8s infinite ease-in-out;
}
.cube2 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
@-webkit-keyframes cubemove {
25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
100% { -webkit-transform: rotate(-360deg) }
}
@keyframes cubemove {
25% { 
transform: translateX(42px) rotate(-90deg) scale(0.5);
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
} 50% { 
transform: translateX(42px) translateY(42px) rotate(-179deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
} 50.1% { 
transform: translateX(42px) translateY(42px) rotate(-180deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
} 75% { 
transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
} 100% { 
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
.spinner6 {
width: 50px;
height: 30px;
text-align: center;
}
.spinner6 > div {
height: 100%;
width: 6px;
margin-left:2px;
display: inline-block;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner6 .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.spinner6 .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.spinner6 .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.spinner6 .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
0%, 40%, 100% { 
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}  20% { 
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
.spinner7 {
position: relative;
width: 100%;
height: 100%;
}
.spinner7 div {
position: absolute;
width: 15px;
height: 15px;
top: 46%;
top: calc(50% - 6px);
left: 46%;
left: calc(50% - 6px);
border-radius: 15px;
transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
animation: cssload-loader 1.15s ease-in-out infinite;
-o-animation: cssload-loader 1.15s ease-in-out infinite;
-ms-animation: cssload-loader 1.15s ease-in-out infinite;
-webkit-animation: cssload-loader 1.15s ease-in-out infinite;
-moz-animation: cssload-loader 1.15s ease-in-out infinite;
outline: none;
}
.spinner7 div:before {
content: "";
position: absolute;
top: 0px;
left: -30px;
height: 15px;
width: 15px;
border-radius: 15px;
}
.spinner7 div:after {
content: "";
position: absolute;
top: 0px;
left: 30px;
height: 15px;
width: 15px;
border-radius: 15px;
}
@keyframes cssload-loader {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(180deg);
}
}
@-o-keyframes cssload-loader {
0% {
-o-transform: rotate(0deg);
}
50% {
-o-transform: rotate(180deg);
}
100% {
-o-transform: rotate(180deg);
}
}
@-ms-keyframes cssload-loader {
0% {
-ms-transform: rotate(0deg);
}
50% {
-ms-transform: rotate(180deg);
}
100% {
-ms-transform: rotate(180deg);
}
}
@-webkit-keyframes cssload-loader {
0% {
-webkit-transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(180deg);
}
}
@-moz-keyframes cssload-loader {
0% {
-moz-transform: rotate(0deg);
}
50% {
-moz-transform: rotate(180deg);
}
100% {
-moz-transform: rotate(180deg);
}
}.rrssb-buttons{box-sizing:border-box;font-size:12px;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons:after{clear:both}.rrssb-buttons:after,.rrssb-buttons:before{content:' ';display:table}.rrssb-buttons li{box-sizing:border-box;float:left;height:100%;line-height:13px;list-style:none;margin:0;padding:0 2px}.rrssb-buttons li.rrssb-email a{background-color:#0a88ff}.rrssb-buttons li.rrssb-email a:hover{background-color:#006ed6}.rrssb-buttons li.rrssb-facebook a{background-color:#306199}.rrssb-buttons li.rrssb-facebook a:hover{background-color:#244872}.rrssb-buttons li.rrssb-tumblr a{background-color:#32506d}.rrssb-buttons li.rrssb-tumblr a:hover{background-color:#22364a}.rrssb-buttons li.rrssb-linkedin a{background-color:#007bb6}.rrssb-buttons li.rrssb-linkedin a:hover{background-color:#005983}.rrssb-buttons li.rrssb-twitter a{background-color:#26c4f1}.rrssb-buttons li.rrssb-twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.rrssb-googleplus a{background-color:#e93f2e}.rrssb-buttons li.rrssb-googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.rrssb-youtube a{background-color:#df1c31}.rrssb-buttons li.rrssb-youtube a:hover{background-color:#b21627}.rrssb-buttons li.rrssb-reddit a{background-color:#8bbbe3}.rrssb-buttons li.rrssb-reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.rrssb-pinterest a{background-color:#b81621}.rrssb-buttons li.rrssb-pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.rrssb-pocket a{background-color:#ed4054}.rrssb-buttons li.rrssb-pocket a:hover{background-color:#e4162d}.rrssb-buttons li.rrssb-github a{background-color:#444}.rrssb-buttons li.rrssb-github a:hover{background-color:#2b2b2b}.rrssb-buttons li.rrssb-instagram a{background-color:#125688}.rrssb-buttons li.rrssb-instagram a:hover{background-color:#0c3a5b}.rrssb-buttons li.rrssb-delicious a{background-color:#0b79e5}.rrssb-buttons li.rrssb-delicious a:hover{background-color:#095fb4}.rrssb-buttons li.rrssb-vk a{background-color:#4d71a9}.rrssb-buttons li.rrssb-vk a:hover{background-color:#3d5a86}.rrssb-buttons li.rrssb-hackernews a{background-color:#f60}.rrssb-buttons li.rrssb-hackernews a:hover{background-color:#cc5200}.rrssb-buttons li.rrssb-whatsapp a{background-color:#43d854}.rrssb-buttons li.rrssb-whatsapp a:hover{background-color:#28c039}.rrssb-buttons li.rrssb-print a{background-color:#8d98a2}.rrssb-buttons li.rrssb-print a:hover{background-color:#717f8b}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;box-sizing:border-box;display:block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:700;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%}.rrssb-buttons li a .rrssb-icon{display:block;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .rrssb-icon svg{height:17px;width:17px}.rrssb-buttons li a .rrssb-icon svg circle,.rrssb-buttons li a .rrssb-icon svg path{fill:#fff}.rrssb-buttons li a .rrssb-text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .rrssb-icon{left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .rrssb-text{visibility:hidden}.rrssb-buttons.large-format,.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li a{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:.2em;padding:8.5% 0 8.5% 12%}.rrssb-buttons.large-format li a .rrssb-icon{height:100%;left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .rrssb-icon svg{height:100%;position:absolute;top:0;width:100%}.rrssb-buttons.large-format li a .rrssb-text{-webkit-backface-visibility:hidden;backface-visibility:hidden}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1px}.rrssb-buttons.small-format li a .rrssb-icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .rrssb-icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .rrssb-icon{height:100%}.rrssb-buttons.tiny-format li a .rrssb-icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:active,.rrssb-buttons.tiny-format li a:hover{background-color:transparent}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path{fill:#EBE9E9}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path{fill:#0054a3}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path{fill:#306199}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path{fill:#18304b}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path{fill:#32506d}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path{fill:#121d27}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path{fill:#007bb6}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path{fill:#003650}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path{fill:#26c4f1}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path{fill:#0b84a6}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path{fill:#e93f2e}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path{fill:#a01e11}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path{fill:#df1c31}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path{fill:#84111d}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path{fill:#8bbbe3}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path{fill:#398bcf}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path{fill:#b81621}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path{fill:#5d0b11}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path{fill:#ed4054}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path{fill:#b61124}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path{fill:#444}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path{fill:#111}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path{fill:#125688}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path{fill:#061d2e}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path{fill:#0b79e5}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path{fill:#064684}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path{fill:#4d71a9}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path{fill:#2d4263}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path{fill:#f60}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path{fill:#993d00}.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path{fill:#43d854}.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path{fill:#1f962d}.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path{fill:#8d98a2}.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path{fill:#5a656f}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details, figcaption,figure,footer,header,main, menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template, [hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"], [type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}@font-face{font-family:'FontAwesome';src:url(//rkmvc.nl/wp-content/themes/sporty/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//rkmvc.nl/wp-content/themes/sporty/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//rkmvc.nl/wp-content/themes/sporty/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//rkmvc.nl/wp-content/themes/sporty/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//rkmvc.nl/wp-content/themes/sporty/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//rkmvc.nl/wp-content/themes/sporty/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:400,400i,700&subset=latin-ext"); .alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
margin: 0px 30px 30px 0px;
}
img.alignright {
margin: 0px 0px 30px 30px;
}
img.aligncenter {
margin-bottom: 30px;
}
img.alignnone {
float: none;
}
.caption-image .alignleft,
.caption-image .alignright {
float: none !important;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img.alignnone,
img.alignright,
img.aligncenter,
img.alignleft {
max-width: 100% !important;
height: auto;
}
.wp-caption {
max-width: 100% !important;
margin-bottom: 30px;
text-align: center;
padding: 0px;
}
.wp-caption img {
max-width: 100% !important;
width: 100%;
height: auto;
margin: 0px;
vertical-align: bottom;
}
.wp-caption-text {
margin: 0px;
padding: 10px;
}
.gallery-caption,
.bypostauthor,
.sticky p {}
.form-allowed-tags {
font-size: 12px;
}
.post-password-form {
margin-bottom: 40px;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.post-password-form label {
line-height: 1.5;
}
.message {
margin-top: 30px;
}
.message h1,.message h2,.message h3,.message h4,.message h5,.message h6 {
margin-bottom:10px;
}
.form-allowed-tags {
font-size: 10px;
margin-bottom: 5px;
}
.errorbox {
margin-top: 25px;
}
.sidebarbox select {
padding: 5px;
} .animatedfast {
-webkit-animation-duration: 0.2s;
-moz-animation-duration: 0.2s;
-o-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.dvteamgrid {
-webkit-transition: height 0.4s linear;
-moz-transition: height 0.4s linear;
-o-transition: height 0.4s linear;
-ms-transition: height 0.4s linear;
transition: height 0.4s linear;
} *,
*::after,
*::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html #wpadminbar {
position: fixed;
}
html,
body {
margin: 0;
padding: 0;
}
body {
background-color: #efefef;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
font-weight: normal;
height: 100%;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
}
body.sporty {
background-image: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0px;
margin-bottom: 30px;
padding: 0px;
line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
#mainmenu,
.sporty-submenu-wrapper,
.sporty-site-title,
.scores-title,
.page-title,
.sporty-latest-results,
.logos-title,
.toggleMenu,
#mobile-menu,
.resp-tabs-list li,
.dysania-filters li a,
.ytv-list-header span,
.zeus-info,
.zeus-text-right,
.zeus-text-left,
.zeus-text-center,
.date-without-thumb,
input,
.button,
.blogpager .next a,
.blogpager .previous a {
font-weight: 700;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.show {
display: block !important;
}
.hide {
display: none !important;
}
.clear {
clear: both;
}
p {
line-height: 1.5;
margin: 0px 0px 30px 0px;
font-weight: normal;
}
p:last-child {
margin-bottom: 0px;
}
a {
text-decoration: none;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
-ms-transition: color 0.2s linear;
}
a:hover {
text-decoration: underline;
}
strong,
.item-client,
.comments .meta {
font-weight: 700;
}
i,
em,
blockquote {
font-style: italic;
}
hr {
margin-top: 30px;
margin-bottom: 30px;
padding: 0;
border: none;
height: 1px;
background-color:rgba(0,0,0,0.1);
}
label {
font-weight: normal;
line-height: 1.7;
}
blockquote {
line-height: 1.5;
padding: 30px;
margin: 0px 0px 30px 0px;
position: relative;
}
blockquote cite {
font-style: italic;
line-height: 1.5;
display: block;
margin-top: 20px;
text-align: right;
}
.responsive-img {
width: 100% !important;
height: auto !important;
}
.list {
list-style: none;
margin: 0px 0px 25px 0px;
padding: 0px;
}
.list li {
margin-top: 15px;
margin-bottom: 15px;
}
.list li:last-child {
margin-bottom: 0px;
}
.withoutdesc {
margin-bottom: 0px !important;
} #mobile-menu {
position: relative;
display: none;
padding: 0px;
margin: 0px;
width: 100%;
z-index: 9;
text-decoration: none !important;
}
#mobile-menu:after {
font-family: 'FontAwesome';
content: "\f078";
position: absolute;
top: 2px;
right: 0;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#submenu-container {
width: 100%;
max-width: 1170px;
margin: 0px auto 0px auto;
position: relative;
}
.sporty-submenu-wrapper {
padding: 20px 40px;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sporty-submenu-wrapper a {
text-decoration: none !important;
}
.sporty-submenu-table {
display: table;
table-layout: auto;
width: 100%;
}
.sporty-submenu-left,
.sporty-submenu-right {
display: table-cell;
vertical-align: middle;
}
.sporty-submenu-right {
text-align: right;
}
.sporty-submenu-left {
text-align: left;
}
#sporty-submenu ul {
list-style: none;
margin: 0;
padding: 0;
}
#sporty-submenu ul li {
display: inline-block;
padding-right: 15px;
} #header {
width: 100%;
max-width: 1170px;
margin: 0px auto 0px auto;
position: relative;
height: auto;
padding: 0px;
}
.sporty-logo-wrapper {
padding: 25px 40px;
display: block;
}
.sporty-logo {
display: table;
table-layout: auto;
width: 100%;
}
.sporty-logo a {
display: block;
}
.sporty-logo img {
vertical-align: bottom;
}
.sporty-logo-fullwidth {
display: block;
margin: 0;
padding: 0;
}
.sporty-logo-fullwidth img {
width: 100%;
height: auto;
vertical-align: bottom;
}
.sporty-logo-center,
.sporty-logo-left,
.sporty-logo-right {
display: table-cell;
vertical-align: middle;
}
.sporty-logo-center {
text-align: center;
}
.sporty-logo-center .sporty-site-title {
margin-top: 15px;
}
.sporty-logo-right {
text-align: right;
}
.sporty-logo-left {
text-align: left;
}
.sporty-site-title,
.sporty-site-desc {
display: block;
line-height: 1.2;
}
.sporty-site-desc {
font-size: 18px;
font-style: italic;
} #mainmenu-container {
width: 100%;
max-width: 1170px;
margin: 0px auto 0px auto;
position: relative;
}
.toggleMenu {
position: relative;
display: none;
list-style: none;
padding: 20px 40px;
margin: 0px;
left: 0;
top: 0;
width: 100%;
z-index: 9;
text-decoration: none !important;
}
.toggleMenu:after {
font-family: 'FontAwesome';
content: "\f0c9";
position: absolute;
top: 25px;
right: 40px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#mainmenu {
list-style: none;
*zoom: 1;
padding: 0px 20px;
margin: 0 auto;
line-height: 40px;
z-index: 9999;
pointer-events: none;
position: relative;
}
#mainmenu:before,
#mainmenu:after {
content: " ";
display: table;
}
#mainmenu:after {
clear: both;
}
#mainmenu ul {
list-style: none;
padding: 0px;
margin: 0px;
}
#mainmenu a {
padding: 10px 30px;
display: inline-block;
position: relative;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
-ms-transition: color 0.2s linear;
}
#mainmenu a:hover {
text-decoration: none;
}
#mainmenu > li > a {
padding: 15px 20px;
}
#mainmenu ul li a {
padding: 8px 20px;
display: inline-block;
position: relative;
-webkit-transition: padding 0.2s linear;
-moz-transition: padding 0.2s linear;
-o-transition: padding 0.2s linear;
-ms-transition: padding 0.2s linear;
font-weight: normal;
border-top: 1px solid rgba(255, 255, 255, 0.05);
font-size: 90%;
}
#mainmenu ul li a:hover {
padding-left: 25px;
}
#mainmenu li:hover,
#mainmenu li:hover ul {
z-index: 99999;
}
#mainmenu li {
position: relative;
}
#mainmenu > li {
float: left;
}
#mainmenu > li > a {
display: block;
}
#mainmenu li ul {
position: absolute;
left: -9999px;
}
#mainmenu > li.hover > ul {
left: 0;
}
#mainmenu li li.hover ul {
left: 100%;
top: 0;
padding-top: 0px;
}
#mainmenu li li a {
display: block;
position: relative;
z-index: 100;
}
#mainmenu li li li a {
z-index: 200;
} .scores-title {
padding: 25px 40px;
position: relative;
line-height: 1;
}
#fixture {
width: 100%;
height: auto;
z-index: 9;
overflow: hidden !important;
position: relative;
}
#sporty-fixture-box .bx-wrapper {
padding-bottom: 0;
}
.sporty-latest-results-table {
display: table;
table-layout: fixed;
width: 100%;
margin-bottom: 20px;
}
.sporty-latest-results-left,
.sporty-latest-results-right,
.sporty-latest-results-center {
display: table-cell;
vertical-align: top;
}
.sporty-latest-results-left {
text-align: left;
}
.sporty-latest-results-right {
text-align: right;
}
.sporty-latest-results-center {
text-align: center;
width: 20%;
}
.sporty-latest-results-left div,
.sporty-latest-results-right div,
.sporty-latest-results-center div {
font-size: 20px;
display: block;
line-height: 1;
padding: 20px;
}
.sporty-latest-results-center div {
margin: 0 5px;
}
div.sporty-match-info {
display: block;
line-height: 1;
}
.sporty-match-date {
display: block;
}
div.sporty-match-info a {
display: inline-block;
margin-top: 10px;
} #logos {
width: 100%;
height: auto;
z-index: 9;
overflow: hidden !important;
position: relative;
}
.logos-title {
padding: 25px 40px;
position: relative;
line-height: 1;
}
#logos img {
opacity: 0.7;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
}
#logos img:hover {
opacity: 1;
} .maincontainer {
width: 100%;
max-width: 1170px;
position: relative;
margin: 0px auto;
overflow: hidden;
padding: 0px;
vertical-align: bottom;
}
.pagecontainer {
padding: 40px;
position: relative;
display: table;
table-layout: fixed;
margin: 0px;
vertical-align: bottom;
width: 100%;
} .page-id-2 .pagecontainer{
padding: 0px;
}
.page-id-2 .so-widget-sow-image-grid-default-c51e448a0a62 .sow-image-grid-wrapper .sow-image-grid-image {
padding: 0px;
}
.page-id-2 .page-title {
height: 0px;
padding: 0px;
}
.pagecontainer.using-grid {
padding: 40px 0px;
}
.page-img img {
width: 100%;
height: auto;
vertical-align: bottom;
}
.leftcontainer {
display: table-cell;
width: 65%;
padding-right: 20px;
vertical-align: top;
}
.rightcontainer {
display: table-cell;
width: 35%;
padding-left: 20px;
vertical-align: top;
}
.rightcontainer img {
-webkit-backface-visibility: hidden;
}
.rightcontainer .dysania-grid li {
border: none !important;
}
.sidebarbox {
clear: both;
margin-bottom: 40px;
padding: 30px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .sidebarbox,.sidebarbox.widget_sporty-season-widget,.sidebarbox.widget_search,.sidebarbox.widget_sow-image {
padding: 0px;
border: none;
}
.rightcontainer .sidebarbox:last-child {
margin-bottom: 0px;
}
.transparent-bg {
margin: 0px;
position: relative;
height: auto;
padding: 40px;
}
.page-title {
padding: 15px 40px;
position: relative;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.page-title h1 {
margin: 0px !important;
padding: 10px 0px 10px 0px;
}
.fixresult-title {
padding: 20px 40px;
position: relative;
text-transform: uppercase;
}
.fixresult-title:before {
font-family: 'FontAwesome';
content: "\f073";
font-weight: normal;
font-size:90%;
margin-right:3px;
vertical-align:5%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .post {
margin-bottom: 30px;
}
.post figure {
position: relative;
margin: 0px;
}
.post figure img {
width: 100%;
display: block;
position: relative;
transform: scale(1);
-webkit-transform: scale(1);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-backface-visibility: hidden;
}
.post figure:hover img {
transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.post h3 {
padding: 0px;
margin: 0px 0px 5px 0px;
}
.post h3 a:hover {
text-decoration: none;
}
.postbox {
padding: 30px;
}
.postbox .read-more {
font-weight: 700;
}
.post figure {
overflow: hidden;
}
.post figure img {
width: 100%;
}
.blogpager {
width: 100%;
position: relative;
padding: 0px;
display: inline-block;
vertical-align: bottom;
margin-bottom: 10px;
margin-top: 10px;
}
.blogpager a {
padding: 15px 20px;
text-decoration: none !important;
margin: 0px !important;
}
.previous {
float: left;
width: 50%;
}
.next {
float: right;
width: 50%;
text-align: right;
}
.sidebarbox ul {
list-style: none;
padding: 0;
margin: 0;
}
.sidebarbox ul li {
padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebarbox ul li:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: none;
}
.sidebarbox ul li a:hover {
text-decoration: none;
}
.blogpostdate {
margin-bottom: 5px;
}
.blogpostdate:before {
font-family: 'FontAwesome';
content: "\f073";
font-weight: normal;
font-size:90%;
margin-right:10px;
vertical-align:10%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.blogmetadata {
margin-bottom: 20px;
padding:30px;
}
.tagcloud {
display: inline-block;
}
.tagcloud a,
a[class^="tag"] {
float: left;
margin-right: 5px;
margin-bottom: 5px;
padding: 7px 10px 7px 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
border-left: 3px solid rgba(0,0,0,0.1);
}
.tagcloud a:hover,
a[class^="tag"]:hover {
text-decoration: none;
}
.date-without-thumb {
margin-bottom: 20px;
}
.widget_categories ul li {
position: relative;
}
.widget_categories ul li span {
position: absolute;
right: 0;
top: 0;
height: 20px;
min-width: 24px;
text-align: center;
border-radius: 5px;
padding: 0px 5px;
font-size:80%;
line-height:20px;
}
#footer .widget_categories ul li span {
background: rgba(255,255,255,0.05);
}
.widget_recent_entries ul li span.post-date {
display: block;
margin: 5px 0 0 0;
opacity: 0.7;
position: relative;
font-size: 90%;
} .widget_calendar {
float: none;
width: 100%;
}
#wp-calendar {
width: 100%;
margin-bottom: 0px !important;
}
#wp-calendar caption {
text-align: right;
font-size: 12px;
margin-top: 10px;
margin-bottom: 15px;
}
#wp-calendar thead {
font-size: 10px;
}
#wp-calendar thead th {
padding-bottom: 10px;
}
#wp-calendar tbody td {
border: 1px solid #e1e1e1;
text-align: center;
padding: 8px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
}
#wp-calendar tbody td a {
text-decoration: underline;
}
#wp-calendar tbody .pad {
background: none;
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
} .sporty_comments_block,
.sporty_comment_form {
position: relative;
display: block;
margin-top: 40px;
}
.sporty_comments_block {
padding-top:40px;
border-top:1px solid rgba(0,0,0,0.1);
}
.comment-respond {
padding: 30px 30px 0px 30px;
border: 1px solid rgba(0,0,0,0.1);
}
.sporty_commentlist .comment-respond {
margin: 0px 0px 20px 0px;
}
.sporty-comments-title {
position: relative;
display: block;
}
.sporty-comments-title span {
font-size: 80%;
margin-left:10px;
vertical-align:10%;
}
.sporty_comment {
position: relative;
display: table;
width: 100%;
margin-bottom: 20px;
padding: 30px;
table-layout: fixed;
border: 1px solid #ddd;
}
.sporty_comment_inner {
display: table-row;
}
.sporty_comment_left,
.sporty_comment_right {
display: table-cell;
vertical-align: top;
}
.sporty_comment_left {
width: 60px;
}
.sporty_comment_right {
width: 100%;
}
.sporty_comment_right_inner {
padding-left: 20px;
position: relative;
}
.sporty_comment_right_inner.sporty_no_avatar {
padding: 0px !important;
}
.sporty_commentlist,
.sporty_comments_block .children {
list-style: none !important;
margin: 0px;
padding: 0px;
}
.sporty_comments_block .children li {
position: relative;
padding-left: 40px;
}
.sporty_comments_block .children li:before {
font-family: 'FontAwesome';
content: "\f122";
speak: none;
text-indent: 0em;
text-align: center;
position: absolute;
top: 0px;
left: 5px;
width: 24px;
height: 24px;
font-size: 24px;
margin: 0px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
z-index: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sporty_fn,
.sporty_comment_text {
margin-bottom: 10px;
display: block;
font-style: normal;
}
.sporty_fn {
font-weight: 700;
}
.sporty_cancel {
float: right;
}
.sporty_cancel a {
vertical-align: top;
padding: 5px 10px;
font-size: 50%;
text-transform: uppercase;
-webkit-transition: background 0.15s ease-in-out;
transition: background 0.15s ease-in-out;
}
#respond form {
margin-bottom: 40px;
}
p.logged-in-as {
margin-bottom: 20px;
margin-top: -20px;
}
.sporty-pager.comments-pager {
margin-top: 40px;
margin-bottom: 10px;
}
.sporty-pager.comments-pager a {
padding: 10px 15px;
}
.sporty_comment blockquote {
padding: 0px;
text-indent: 0px;
border: none !important;
}
.sporty_comments pre {
padding: 0px;
}
.sporty_comments_rss {
text-align: right;
display: block;
margin-bottom: 10px;
font-weight: 700;
}
.sporty_comments_rss .fa {
margin-right: 5px;
}
p.form-submit {
margin: 0px;
}
.sporty_comment_links {
display: inline-block;
padding-top: 10px;
margin-top: 15px;
border-top: 1px solid #ddd;
font-size: 90%;
}
.sporty_comment_links a {
color: inherit;
}
.sporty_comment_links a:hover {
text-decoration: underline;
} input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea {
position: relative;
width: 100%;
display: block;
margin: 0px 0px 20px 0px;
padding: 15px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
outline: none !important;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border:1px solid rgba(0,0,0,0.1);
}
#contactForm input[type="submit"] {
margin: 0px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus,
input[type="password"]:focus {
outline: none !important;
}
textarea {
height: 100px;
width: 100%;
}
.button,
input[type="submit"] {
width: auto;
cursor: pointer;
display: inline-block;
line-height: 1;
margin: 0px;
outline: none;
padding: 15px 20px;
position: relative;
text-align: center;
text-decoration: none !important;
-webkit-transition: background-color 0.15s ease-in-out;
-moz-transition: background-color 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
border: none !important;
}
.searchbox {
display: table;
table-layout: fixed;
}
.searchbox .searchbox-left,
.searchbox .searchbox-right {
display: table-cell;
vertical-align: top;
}
.searchbox .searchbox-left {
width: 100%;
}
input[type="text"].searchtext {
margin: 0px;
}
.searchbox .searchbox-right .button {
padding-top: 0;
padding-bottom: 0;
height: 53px;
margin: 0;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
border-width: 0px 0px 0px 3px !important;
padding: 20px;
margin: 30px 0px 0px 0px;
}
.wpcf7-form select {
padding: 10px;
} .sidebarbox-title {
position: relative;
}
.sidebarbox-title h3 {
margin: 0px;
padding: 15px;
}
.fixture-wrapper {
border: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: none;
}
.fixture-row {
padding: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fixture-row a {
display: block;
}
.fixture-row a:hover {
text-decoration: none;
}
.fixture-row-date {
display: block;
font-size: 80%;
padding-top:10px;
margin-top:10px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.fixture-row-date .fa {
margin-right: 3px;
}
.fixture-row-date span {
margin-right: 5px;
}
.fixture-row-inner {
display: table;
table-layout: fixed;
width: 100%;
font-weight: 700;
}
.fixture-row-left,
.fixture-row-right,
.fixture-row-center {
display: table-cell;
vertical-align: top;
}
.fixture-row-left,
.fixture-row-right {
width: 43%;
}
.fixture-row-center {
width: 14%;
}
.fixture-row-left {
text-align: left;
}
.fixture-row-right {
text-align: right;
}
.fixture-row-center {
text-align: center;
}
.button-widget {
margin: 0px !important;
width: 100%;
} #footer {
height: 100%;
margin: 0px auto;
width: 100%;
padding: 0px;
position: relative;
display: inline-block;
overflow: hidden;
vertical-align: bottom;
color: rgba(255, 255, 255, 0.5);
}
#footer-widgets {
position: relative;
max-width: 1170px;
width: 100%;
height: auto;
clear: both;
display: inline-block;
padding: 40px 20px;
padding-bottom: 0px;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
vertical-align: bottom;
}
#footer a,#footer p {
color: rgba(255, 255, 255, 0.5);
}
#footer-widgets .footer-widget {
height: auto;
float: left;
padding-bottom: 0px;
}
#footer-widgets .footer-widget ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer-widgets .footer-widget ul li {
padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#footer-widgets .footer-widget ul li:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: none;
}
#footer-widgets .footer-widget a {
-webkit-transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out;
-o-transition: background 0.2s ease-in-out;
-ms-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out;
}
#footer-widgets .footer-widget a:hover {
text-decoration: none;
}
.sporty-credits {
font-size: 80%;
}
.first-clmn {
padding: 0px 20px;
width: 33.333%;
}
.second-clmn {
padding: 0px 20px;
width: 33.333%;
}
.third-clmn {
padding: 0px 20px;
width: 33.333%;
} .sporty-credits-wrapper {
display: table;
table-layout: sporty-creditsauto;
width: 100%;
padding: 20px 40px;
}
.sporty-credits,
.sporty-footer-icons {
display: table-cell;
color: #000000;
vertical-align: middle;
}
.sporty-footer-icons {
text-align: right;
}
.sporty-social-icons {
list-style: none;
margin: 0;
padding: 0;
display: block;
font-weight: normal;
}
.sporty-social-icons li a {
line-height: 1;
}
.sporty-social-icons li {
display: inline-block;
margin: 0px 0px 0px 15px;
}
.sporty-share-buttons {
display: block;
margin: 40px 0px 0px 0px;
}
.sporty-share-buttons ul {
margin: 0px !important;
}
.sporty-share-buttons h5 {
margin-bottom: 20px;
} .back-to-top {
display: block;
position: fixed;
width: 50px;
height: 50px;
bottom: 15px;
right: 15px;
padding: 0;
overflow: hidden;
outline: none;
border: none;
border-radius: 0px;
cursor: pointer;
border-radius: 0px;
z-index: 99;
border-radius: 100%;
}
.back-to-top:hover {
text-decoration: none;
opacity: 1;
}
.back-to-top::before {
position: absolute;
top: -2px;
left: 0;
content: "";
width: 100%;
line-height: 50px;
border-radius: 100%;
font-family: 'FontAwesome';
content: "\f077";
speak: none;
text-indent: 0em;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
} .dataTables_filter {
margin-bottom: 15px;
}
.paginate_disabled_previous:before,
.paginate_enabled_previous:before,
.paginate_disabled_next:after,
.paginate_enabled_next:after {
display: none !important;
}
.dataTables_paginate {
padding: 0 !important;
}
.tablepress thead th,
.tablepress tfoot th {
font-weight: normal !important;
}
.tablepress tbody {
border: 1px solid rgba(0,0,0,0.1) !important;
}
.tablepress thead {
border: 1px solid rgba(0,0,0,0.1) !important;
}    
.tablepress tbody td,
.tablepress tfoot th {
border-top: 1px solid rgba(0,0,0,0.1) !important;
}
.tablepress thead th {
border-bottom: 1px solid rgba(0,0,0,0.1) !important;
} .flex-video {
position: relative;
height: 0;
overflow: hidden;
margin-bottom: 25px;
}
.flex-video.widescreen {
padding-bottom: 37.25%;
margin-bottom: 0px;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
outline: none;
border: none;
} div.sow-carousel-thumbnail a span.overlay {
background-color: transparent !important;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
li.sow-carousel-item h3 {
padding: 20px 10px;
margin-top: 0px !important;
text-transform: none;
} .column {
float: left;
}
.column .grid-container {
margin-bottom: 20px;
}
.size-1of1 {
width: 100%;
} .size-1of2 {
width: 50%;
}
.size-1of2:first-child {
padding-right: 15px;
}
.size-1of2:last-child {
padding-left: 15px;
}
.size-1of2 .grid-container {
margin-bottom: 30px;
} .size-1of3 {
width: 33.333%;
padding-right: 20px;
}
.size-1of3:first-child {
padding-left: 0px;
}
.size-1of3:last-child {
padding-right: 0px;
} .size-1of4 {
width: 25%;
}
.size-1of4 {
padding-right: 20px;
}
.size-1of4:first-child {
padding-left: 0px;
}
.size-1of4:last-child {
padding-right: 0px;
} .size-1of5 {
width: 20%;
}
.size-1of5 {
padding-right: 20px;
}
.size-1of5:first-child {
padding-left: 0px;
}
.size-1of5:last-child {
padding-right: 0px;
}
.masonry-grid {
position: relative;
display: inline-block;
width: 100%;
height: auto;
vertical-align: bottom;
}
#two-columns[data-columns]::before {
content: '2 .column.size-1of2';
}
#three-columns[data-columns]::before {
content: '3 .column.size-1of3';
}
#four-columns[data-columns]::before {
content: '4 .column.size-1of4';
}
#five-columns[data-columns]::before {
content: '5 .column.size-1of5';
} @media only screen and (min-width: 1025px) and (max-width: 1200px) {
#four-columns[data-columns]::before,
#five-columns[data-columns]::before {
content: '3 .column.size-1of3';
}
}
@media only screen and (min-width: 641px) and (max-width: 1170px) {
#three-columns[data-columns]::before,
#four-columns[data-columns]::before,
#five-columns[data-columns]::before {
content: '2 .column.size-1of2';
}
}
@media only screen and (max-width:640px) {
#two-columns[data-columns]::before,
#three-columns[data-columns]::before,
#four-columns[data-columns]::before,
#five-columns[data-columns]::before {
content: '1 .column.size-1of1';
}
} @media only screen and (max-width:1200px) {
.back-to-top {
display: none !important;
}
}
@media only screen and (max-width:900px) {
#mobile-menu {
display: block;
}
#sporty-submenu {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 20px;
margin-top: 20px;
}
#sporty-submenu,
.sporty-submenu-right .sporty-social-icons {
display: none;
}
.sporty-submenu-table,
.sporty-submenu-left,
.sporty-submenu-right {
display: block;
width: 100%;
}
.sporty-submenu-right,
.sporty-submenu-left {
text-align: left;
}
.sporty-submenu-right .sporty-social-icons li {
display: inline-block;
margin: 0px 15px 0px 0px;
}
.sporty-submenu-right .sporty-social-icons {
padding-top: 15px;
}
#mainmenu {
float: none;
}
#mainmenu > li {
float: none;
}
#mainmenu {
float: none;
line-height: 40px;
padding: 0px 40px;
}
#mainmenu ul li:first-child {
margin-top: 0px;
}
#mainmenu ul li:last-child {
margin-bottom: 0px;
}
#mainmenu ul {
display: block;
width: 100% !important;
}
#mainmenu > li.hover > ul,
#mainmenu li li.hover ul {
position: static;
}
#mainmenu > li > .parent:after,
#mainmenu li li .parent:after {
font-family: 'FontAwesome';
content: "\f078";
position: absolute;
top: 10px;
right: 0px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#mainmenu > li > a {
padding: 8px 0px !important;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
}
@media only screen and (max-width:800px) {
.pagecontainer,
.leftcontainer,
.rightcontainer {
display: block;
}
.leftcontainer {
width: 100%;
float: none;
padding-right: 0px;
margin-bottom: 40px;
}
.rightcontainer {
width: 100%;
float: none;
padding-left: 0px;
}
.first-clmn,
.second-clmn,
.third-clmn {
width: 100%;
}
}
@media only screen and (max-width:640px) {
.sporty-logo,
.sporty-logo-left,
.sporty-logo-right,
.sporty-logo-center {
display: block;
width: 100%;
text-align: center;
}
.sporty-logo-right {
margin-top: 20px;
}
.sporty-latest-results-table,
.sporty-latest-results-left,
.sporty-latest-results-right,
.sporty-latest-results-center {
display: block;
text-align: center;
width: 100%;
}
.sporty-latest-results-left div,
.sporty-latest-results-right div,
.sporty-latest-results-center div {
display: inline-block;
}
.sporty-latest-results-center div {
margin: 5px 0px;
}
.sporty-match-info {
text-align: center;
}
#sporty-fixture-box .bx-wrapper {
padding-bottom: 60px;
}
}
@media screen and (max-width: 600px) {
.full_width > div:first-child,
.one_half > div:first-child,
.one_third > div:first-child,
.two_third > div:first-child,
.one_fourth > div:first-child,
.three_fourth > div:first-child,
.one_fifth > div:first-child,
.two_fifth > div:first-child,
.three_fifth > div:first-child,
.four_fifth > div:first-child,
.one_sixth > div:first-child {
clear: both;
width: 100%;
padding-left: 0px !important;
padding-right: 0px !important;
margin-bottom: 0px !important;
}
div.flex-video {
margin-bottom: 20px !important;
}
}
@media screen and (max-width: 480px) {
#sporty-submenu ul li {
display: block;
padding-bottom: 10px;
}
.toggleMenu,
.sporty-submenu-wrapper,
.sporty-logo-wrapper,
.scores-title,
.transparent-bg,
.pagecontainer,
.sidebarbox,
.logos-title {
padding: 20px;
}
.page-title {
padding: 15px 20px;
}
.toggleMenu::after {
right: 20px;
}
#mainmenu {
padding: 0px 20px;
}
.post,
.leftcontainer,
.sidebarbox {
margin-bottom: 20px;
}
#footer-widgets {
padding: 40px 0px 0px 0px;
}
#footer .sidebarbox {
margin-bottom: 40px;
}
.sporty-credits-wrapper,
.sporty-credits,
.sporty-footer-icons {
display: block;
width: 100%;
text-align: center;
line-height: 2;
}
.sporty-credits-wrapper {
padding: 20px;
}
blockquote {
padding: 15px;
}
.fixture-row-inner,
.fixture-row-left,
.fixture-row-right,
.fixture-row-center {
display: block;
width: 100%;
text-align: center;
}
.fixture-row-date {
margin-top: 15px;
text-align: center;
}
.sporty_comments_block .children li {
padding-left: 0px;
}
.sporty_comment {
padding: 20px;
}
.sporty_comments_block .children li:before {
top: -7px;
left: 0px;
}
.sporty_comment_left {
display: none;
}
.sporty_comment_right_inner {
padding-left: 0px;
}
#footer .sporty-social-icons li {
display: inline-block;
margin: 0px 7px;
}
}
@media (max-width: 767px) {
.tablepress-responsive-phone thead tr,
.tablepress-responsive-phone thead th,
.tablepress-responsive-phone tbody td {
border: none!important;
}
}
@media (max-width: 979px) {
.tablepress-responsive-tablet thead tr,
.tablepress-responsive-tablet thead th,
.tablepress-responsive-tablet tbody td {
border: none!important;
}
}
@media (max-width: 1199px) {
.tablepress-responsive-desktop thead tr,
.tablepress-responsive-desktop thead th,
.tablepress-responsive-desktop tbody td {
border: none!important;
}
}
.tablepress-responsive-all thead tr,
.tablepress-responsive-all thead th,
.tablepress-responsive-all tbody td {
border: none!important;
}