@font-face {
font-family: 'Cairo';
src: url(//hydra-tv.com/wp-content/themes/hydra20246x/fonts/Cairo-Bold.woff2) format('woff2'),
url(//hydra-tv.com/wp-content/themes/hydra20246x/fonts/Cairo-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Cairo';
src: url(//hydra-tv.com/wp-content/themes/hydra20246x/fonts/Cairo-Regular.woff2) format('woff2'),
url(//hydra-tv.com/wp-content/themes/hydra20246x/fonts/Cairo-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Cairo';
src: url(//hydra-tv.com/wp-content/themes/hydra20246x/fonts/Cairo-SemiBold.woff2) format('woff2'),
url(//hydra-tv.com/wp-content/themes/hydra20246x/fonts/Cairo-SemiBold.woff) format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
* {
font-family: 'Cairo',sans-serif;
text-decoration: none !important;
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-ms-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Cairo',sans-serif;
}
h1 {
font-size: 3.6rem;
}
h2 {
font-size: 3.3rem;
}
h3 {
font-size: 2.8rem;
}
h4 {
font-size: 2.2rem;
}
h5 {
font-size: 1.7rem;
}
h6 {
font-size: 1.5rem;
}
html {
scroll-behavior: smooth;
}
:hover {
text-decoration: none;
}
body {
box-sizing: border-box;
overflow-x: hidden !important;
background-color: #fff;
font-size: 1.8rem;
}
::selection {
background-color: var(--maincolor);
color: #fff;
}
:root {
--maincolor: #283269;
--gradientcolor: linear-gradient(29deg, rgba(55,180,205,1) 0%, rgba(38,43,99,1) 83%);
--redcolor: #c32d2e;
--secondcolor: #37aec8;
--footerbg:#111111;
}
ul {
padding: 0;
margin: 0
}
li{
list-style-type: none;
}
#acaart_pagination .current:hover,
#acaart_pagination .inactive:hover {
background: #000;
}
a:focus {
outline: 0px !important;
}
.header_menu .sub-menu {
opacity: 0;
position: absolute;
width: 273px !important;
transform: translateY(16px);
box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
-moz-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
pointer-events: none;
background-color: var(--maincolor) !important;
border-radius: 0px !important;
}
.header_menu li.menu-item-has-children a:after {
content: '\f107';
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 15px;
margin-right: 9px;
transition-duration: 0.5s;
transition-delay: 0.1s;
display: inline-block;
}
.header_menu li.menu-item-has-children li a:after {
display: none;
}
.header_menu li.menu-item-has-children a:hover:after {
transform: rotate(180deg);
transition-duration: 0.5s;
transition-delay: 0.1s;
}
.header_menu li:hover .sub-menu {
opacity: 1;
z-index: 10000 !important;
width: 220px;
background: var(--footerbg);
transform: translateY(0px);
border-bottom-right-radius: 30px;
pointer-events: visible;
}
.header_menu li li:before {
height: 100% !important;
z-index: -1;
border-radius: 0 !important;
border-bottom-right-radius: 30px !important;
}
.header_menu li li:hover {
background-color: var(--secondcolor);
}
.topmenu li ul ul{
display: none;
}
.topmenu li ul ul ul li{
display: none;
}
.topmenu li ul ul li:hover ul li{
display: block;
}
.topmenu li ul li:hover ul {
display: block;
left: 100%;
right: 0;
top: 0;
}
.header_menu li.current-menu-item li a::before {
background-image: none !important;
background-color: transparent !important;
}
.header_menu li li {
padding: 10px;
border-bottom: 1px solid #3f4a86;
width: 100%;
max-height: 53px !important;
display: block;
min-height: 53px !important;
line-height: 53px !important;
display: block;
margin-right: 0;
text-align: right;
margin-left: 0;
}
header .header_menu .sub-menu li a{
color: #fff !important;
}
.header_menu li li:last-child {
border-bottom: 0px;
}
.header_menu li.menu-item-has-children ul li.current-menu-item:hover {
background-color: var(--maincolor)
}
.header_menu li li a {
color: #fff !important;
font-size: 1.4rem;
text-shadow: 0px 0px 0px transparent;
width: 250px;
display: block;
white-space: nowrap;
overflow: hidden;
line-height: 20px !important;
text-overflow: ellipsis;
min-height: 53px;
}
header div.header_menu li li a:before {
background-image: none !important;
background-color: transparent !important;
}
.header_menu li:after {
content: '';
position: absolute;
bottom: 0;
height: 4px;
background: var(--redcolor);
left: 0;
right: 0;
transition: all .5s ease-in-out;
opacity: 0;
transform-origin: center;
width: 0%
}
.header_menu li:hover:after {
height: 4px;
opacity: 1;
width: 100%
}
.header_menu li {
position: relative;
}
.header_menu li:before {
content: '';
position: absolute;
height: 0%;
background: var(--menbg);
width: -moz-available;
transition: all .5s ease-in-out;
opacity: 0;
transform-origin: center;
}
.header_menu li:hover:before {
opacity: 1;
height: 100%;
}
.header_menu li {
display: inline-block;
position: relative;
min-height: 86px;
line-height: 86px;
}
.header_menu ul {
min-height: 97px;
}
.header_menu li a {
position: relative;
color: var(--maincolor) !important;
font-weight: 600 !important;
padding-right: 12px;
padding-left: 12px;
padding-top: 7px;
padding-bottom: 7px;
}
.header_menu li.current-menu-item:hover:before {
background-color: var(--maincolor) !important;
right: 0;
}
.category .loopblock{
margin-bottom: 30px;
}
.header_menu li:hover a {
color: #000 !important;
}
.header_menu li.current-menu-item:before {
display: none;
right: 0;
}
.header_menu li li:before {
display: none;
}
.header_menu ul {
margin-bottom: 0;
text-align: right;
}
.header_menu ul ul {
min-height: auto
}
header.shrink {
background-image: none;
}
.shrink ul.socialmedia {
margin-top: 40px
}
.shrink ul.socialmedia li:last-child {
background-color: #fff;
}
.shrink ul.socialmedia li:last-child a {
color: var(--maincolor) !important;
;
}
.shrink .topmenu ul {
margin-top: 0
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
#acaart_pagination {
text-align: center;
margin-top: 29px;
margin-bottom: 0;
}
#acaart_pagination span {
background-color: var(--maincolor);
color: #fff;
width: 40px;
display: inline-block;
height: 40px;
border-radius: 0px;
text-align: center;
line-height: 40px;
margin-right: 10px;
font-size: 15px;
font-weight: bold;
border-radius: 5px;
}
#acaart_pagination .inactive {
font-size: 15px;
font-weight: bold;
background-color: #000;
color: #fff;
margin-right: 10px;
width: 40px;
display: inline-block;
height: 40px;
border-radius: 0px;
text-align: center;
line-height: 40px;
border-radius: 5px;
}
.contactforma h1 {
text-align: center;
margin-bottom: 40px;
background-color: var(--maincolor);
border-radius: 10px;
padding: 20px;
color: #fff;
font-weight: bold;
font-size: 2.5rem;
}
.site_mapo iframe {
width: 100%;
min-height: 350px;
border: 0px;
margin-top: 0;
}
.contactforma button.wpforms-submit {
background-color: var(--maincolor) !important;
font-weight: bold !important;
height: 60px !important;
width: 150px;
border-radius: 10px !important;
}
.seealso li:hover a {
color: var(--maincolor);
padding-left: 5px;
}
.contactforma input {
margin-bottom: 3px !important;
height: 61px !important;
border: 0 !important;
width: 90%;
box-shadow: 0px 0px 0px !important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09) !important;
border-radius: 0px !important;
background-color: #fff;
padding-right: 14px !important;
font-size: 17px !important;
min-width: 100% !important;
color: #AFAFAF !important;
border-radius: 10px !important;
}
.contactforma input:focus {
outline: none;
}
.contactforma label.vfb-error {
color: red;
font-weight: bold;
font-size: 15px;
margin-top: 10px;
}
.contactforma {
margin-bottom: 50px;
}
.contactforma .vfb-section-1 li:first-child,
.contactforma .vfb-section-1 li:nth-child(2) {
display: inline-block;
width: 49%;
margin-bottom: 20px;
}
.contactforma .vfb-item-submit input {
margin-top: 0;
background-color: var(--maincolor) !important;
color: #fff !important;
border: 0px !important;
padding-left: 0 !important;
max-width: 150px;
text-align: center;
box-shadow: 0 0 0 transparent !important;
float: left;
border-radius: 10px !important;
padding-right: 0 !important;
font-weight: bold;
font-size: 22px !important;
}
.vfb-section-2 li:first-child {
display: none;
}
#contact_map .contactforma {
margin-top: 50px;
}
input.vfb-error {
background-color: #eee !important;
}
.contactforma input.vfb-text,
.contactforma input[type="text"].vfb-text,
.contactforma input[type="tel"].vfb-text,
.contactforma input[type="email"].vfb-text,
.contactforma input[type="url"].vfb-text,
.contactforma textarea.vfb-textarea {
background-color: #fff;
color: #333 !important;
}
.contactforma textarea {
width: 100%;
border: 0 !important;
box-shadow: 0px 0px 0px !important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
border-radius: 0px !important;
height: 118px !important;
padding: 15px !important;
background-color: #fff !important;
font-size: 14px !important;
font-weight: bold;
color: #AFAFAF !important;
margin-bottom: 0 !important;
border-radius: 10px !important;
}
.contactforma label {
display: none;
margin-bottom: 19px !important;
font-size: 15px;
margin-top: 20px;
font-weight: normal !important;
}
.nolable label {
display: none !important;
}
.contactforma .vfb-legend h3 {
font-size: 16px !important;
border: 1px solid #f1f1f1;
padding: 15px;
background-color: #fff;
margin-top: 0;
margin-bottom: 30px;
border-right: 3px solid var(--colorblue) !important;
border-bottom: 4px solid #f1f1f1;
} .sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
background-color: var(--footerbg);
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;
} .sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
} .sidenav a:hover {
color: #f1f1f1;
} .sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
background-color: var(--maincolor) !important;
margin-left: 50px;
} #main {
transition: margin-left .5s;
padding: 20px;
} @media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
}
.mobileicon {
display: none;
}
.rightformcontent .vfb-item-secret {
display: none !important;
}
.mobileicon {
width: 13%;
float: left !important;
margin-top: 36px;
text-align: left !important;
direction: ltr;
}
.mobileicon span {
background-color: #333;
width: 30px;
height: 4px;
text-align: right !important;
display: block;
margin-bottom: 7px;
}
.mobileicon span:nth-child(2) {
max-width: 23px;
}
.mobileicon a {
display: block;
cursor: pointer;
}
.sidenav {
display: block;
}
#mySidenav li {
border-bottom: 1px solid #282828;
line-height: 37px;
}
.sidenav a {
font-size: 17px !important;
color: #fff !important;
padding-right: 18px;
}
.sidenav a:hover {
color: #fff !important;
}
.closebtn {
background: var(--lightcolor) !important;
text-align: center;
padding: 0px !important;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 0px;
margin-top: 20px !important;
}
a.closebtn:hover {
color: #fff !important;
}
.sidenav li.menu-item-has-children .sub-menu {
display: none;
}
.sidenav li.menu-item-has-children a {
position: relative;
}
.sidenav li.menu-item-has-children a:after {
content: '';
display: block;
background-color: #fff;
width: 10px;
height: 10px;
position: absolute;
right: 30px;
top: 20%;
margin-top: 10px;
z-index: 100;
}
.sidenav li.menu-item-has-children a::after {
content: '';
display: block;
background-color: #fff;
width: 10px;
height: 6px;
position: absolute;
right: 23px;
top: 24%;
margin-top: 10px;
z-index: 100;
clip-path: polygon(51% 100%, 0 0, 100% 0);
left: auto;
}
.sidenav li.menu-item-has-children li a::after {
width: 0px;
height: 0px;
clip-path: none;
}
.sidenav li.menu-item-has-children a.active {
background-color: var(--maincolor);
}
img {
max-width: 100%;
}
.mobicon {
display: none;
}
.header_menu li.menu-item-has-children ul li.current-menu-item a {
color: #fff !important;
padding-right: 0;
}
.header_menu li.menu-item-has-children ul li.current-menu-item {
padding-right: 14px;
line-height: 53px !important;
background-color: #000;
}
.header_menu li a:hover {
color: #fff;
padding-top: 7px;
padding-bottom: 7px;
border-radius: 0px;
}
.header_menu li.current-menu-item li a {
padding: 0 !important;
background-color: transparent !important;
color: #fff !important;
font-size: 17px !important;
}
.header_menu li a:before {
content: '';
width: 0;
height: 100%;
display: block;
position: absolute;
right: 0;
left: 0;
top: 0;
transform: skew(-15deg);
z-index: -1;
transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header_menu li.current-menu-item:hover a:before {
height: 100%;
opacity: 1;
}
.header_menu li.current-menu-item li a {
padding: 0 !important;
background-color: transparent !important;
color: #fff !important;
font-size: 17px !important;
}
.header_menu li:hover a {
color: #fff;
}
h2.title-bkp {
color: var(--maincolor);
text-align: center;
}
.content-bkp h2 {
color: #fff;
}
.searchform {
margin-top: 40px;
text-align: center;
}
.searchform input {
border: 0px;
padding: 10px;
border-radius: 0px;
border: 1px solid #eee;
width: 70%;
}
.searchform input:focus {
border: 0px;
outline: none;
}
.shrink {
position: fixed !important;
width: 100% !important;
z-index: 110 !important;
top: 0;
}
.clear {
clear: both;
}
.totopa {
display: none;
}
.totopa2:hover {
background-color: var(--maincolor);
border-radius: 0;
}
.totopa2:hover i {
color: #fff;
}
.totopa2 {
display: block;
position: fixed;
right: 20px;
background-color: var(--maincolor);
width: 45px;
border-top-right-radius: 25px;
border-bottom-left-radius: 25px;
height: 45px;
z-index: 100;
border-radius: 0px;
border: 0px solid #fff;
bottom: 60px;
text-align: center;
line-height: 45px;
overflow: hidden;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.totopa2 i {
color: #fff;
font-size: 19px;
position: absolute;
bottom: 0;
right: 0;
left: 0px;
}
.totopa2 i.upclass {
bottom: 12px;
}
.totopa2 i.bottomclass {
bottom: -124px;
}
.totopa2:hover i.upclass {
bottom: 50px;
}
.totopa2:hover i.bottomclass {
bottom: 10px;
}
.header_menu li:hover a {
color: var(--maincolor);
}
.regionfull2 {
text-align: center;
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.animate-on-scroll {
opacity: 0;
transform: translateY(50px);
transition: opacity 1s ease, transform 1s ease;
}
.animate-on-scroll.animated {
opacity: 1;
transform: translateY(0);
}
.animate-on-scroll2 {
opacity: 0;
transform: translateY(50px);
transition: opacity 1s ease, transform 1s ease;
transition-delay: 0.5s;
}
.animate-on-scroll2.animated {
opacity: 1;
transform: translateY(0);
}
.header_menu li.current_page_item {
position: relative;
}
.header_menu li.current_page_item a {
color: #fff;
}
.header_menu li.current-menu-item a {
color: var(--maincolor);
font-weight: 600 !important;
}
.contactforma .wpforms-field-container {
display: flex !important;
flex-wrap: wrap;
gap: 20px;
}
.contactforma .wpforms-field-name,
.contactforma .wpforms-field-email {
width: 46% !important;
padding: 0 !important;
}
.contactforma .wpforms-field-textarea {
width: 96% !important;
padding: 0 !important;
}
.contactforma {
margin-top: 45px;
}
.contactforma .wpforms-submit-container {
text-align: left;
margin-left: 0px;
}
.contactforma h4,
.contactforma h3 {
background-color: #f9f9f9;
padding: 20px;
border-radius: 10px;
font-weight: normal;
}
.contactforma22 ul {
border: 1px solid #f1f1f1;
padding: 20px;
border-radius: 10px;
}
.contactforma22 li {
list-style-type: none;
line-height: 35px;
border-bottom: 1px dashed;
padding-bottom: 5px;
padding-top: 5px;
}
.contactforma22 li:last-child {
border: 0;
}
.contactforma22 li a {
color: #333;
}
.contactforma22 li i {
color: var(--maincolor);
margin-right: 10px;
font-size: 2rem;
vertical-align: middle;
}
.slider_th {
text-align: center;
min-height: 114px;
position: relative;
z-index: 1;
clip-path: polygon(0 0, 100% 0, 100% 81%, 75% 100%, 25% 100%, 0 81%);
margin-bottom: 30px;
}
.slider_th h2 {
margin: 0;
color: #fff;
font-weight: bold;
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
z-index: 1;
}
.slider_th p {
display: block;
position: absolute;
z-index: -1;
background-color: var(--maincolor);
width: 100%;
height: 100%;
}
.single .slider_th span {
font-size: 1.9rem;
margin: 0;
color: #fff;
font-weight: bold;
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
z-index: 1;
}
.postcontent img {
display: block;
margin: 30px;
float: left;
max-width: 400px;
max-height: 400px;
object-fit: cover;
border-radius: 10px;
}
.postcontent p {
line-height: 40px;
font-size: 1.7rem;
text-align: justify;
padding-top: 30px;
}
.slideloop.hoverbutton .slideimg::after {
background-image: url(//hydra-tv.com/wp-content/themes/hydra20246x/images/1375.png);
}
.newsloop img {
max-height: 170px
}
.home header{
position: absolute;
width: 100%;
z-index: 1;
}
header:before{
content: '';
min-height: 86px;
background-color: #fff;
width: 100%;
position: absolute;
}
.slider_site{
direction: ltr;
background-image: var(--gradientcolor);
padding-top: 148px;
position: relative;
min-height: 796px;
}
.home .logo_hydra{
background-color: #fff;
max-width: 107px;
text-align: center;
padding-top: 12px;
padding-bottom: 12px;
border-bottom-right-radius: 50px;
border-bottom-left-radius: 50px;
Position:relative;
}
.loader22 img {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-delay: 0.6s;
animation-name: zoominout;
}
@keyframes zoominout {
0%, 100% {
transform: scale(0.5);
}
50% {
transform: scale(0.7);
}
25%, 75% {
transform: scale(0.8);
}
}
.logo_hydra
{
background-color: #fff;
max-width: 107px;
text-align: center;
padding-top: 12px;
padding-bottom: 12px;
border-bottom-right-radius: 50px;
border-bottom-left-radius: 50px;
Position: absolute;
z-index: 11;
width: 100%;
}
.language_hydra{
display: flex;
flex-direction: row-reverse;
justify-content: left;
gap: 5px;
margin-top: 25px;
}
.language_hydra li{
background-color: var(--secondcolor);
width: 33px;
height: 33px;
line-height: 33px;
text-align: center;
border-radius: 5px;
}
.language_hydra li a{
color: #fff;
font-size:1.8rem;
font-weight:bold;
}
.language_hydra .active{
background-color: var(--maincolor)
}
.slider_site span, .slider_site p, .slider_site h1{
text-align: right !important;
width: 100%;
display: block;
color: #fff;
margin-bottom: 24px !important;
}
.slider_site span{
color: var(--secondcolor);
font-size: 1.9rem;
font-weight: bold;
margin-top: 67px;
}
.slider_site h1{
font-weight: bold;
}
.slider_site h1 strong{
color: var(--secondcolor);
}
.slider_site p{
line-height: 40px;
font-size: 1.9rem;
}
.sliderlink{
display: block;
background-color: var(--maincolor);
width: 210px;
height: 61px;
border-radius: 55px;
text-align: center;
line-height: 61px;
font-size: 2.3rem;
font-weight: bold;
color: #fff;
margin-top: 40px !important;
margin-right: 0;
margin-left: auto;
}
.sliders1{
background-color: transparent;
background-image: url(//hydra-tv.com/wp-content/themes/hydra20246x/images/sliderright.png);
background-repeat: no-repeat;
background-position: right;
bottom: 10.4%;
width: 100%;
height: 122px;
position: absolute;
}
.sliders2{
background-color: #fff;
border-top-left-radius: 300px;
position: absolute;
bottom: 0;
z-index: 1;
width: 100%;
height: 83px;
}
h2, h3{
direction: ltr;
text-align: right;
}
#infant_movies h2{
font-weight: bold;
color: var(--redcolor);
margin-bottom: 20px;
margin-top: 0;
}
#infant_movies p{
line-height: 40px;
font-size: 1.8rem;
color: var(--maincolor)
}
.owl-one{
direction: ltr;
padding-top: 20px;
}
.owl-one .owl-stage{
padding-top: 40px;
}
.owl-one .center{
margin-top: -30px;
}
.owl-one img{
border-radius: 5px;
}
.imgtop img{
margin-top: 0px;
}
#infant_movies{
padding-bottom: 20px;
}
#why_hydra{
background: rgb(255,255,255);
background: linear-gradient(-59deg, rgba(255,255,255,1) 32%, rgba(248,248,248,1) 100%);
padding-top: 43px;
padding-bottom: 36px;
}
.hy_updates{
display: flex;
gap:20px;
}
.lefttext span{
display: block;
font-weight: bold;
color: var(--maincolor);
font-size: 2.2rem;
margin-bottom: 5px;
}
.righticons{
min-width: 82px;
}
.lefttext p{
font-size: 1.75rem;
color: var(--maincolor);
line-height: 40px;
display: block;
max-width: 95%;
}
#why_hydra h3{
background-color: var(--maincolor);
text-align: center;
color: #fff;
max-width: 435px;
min-height: 91px;
line-height: 91px;
border-radius: 10px;
font-weight: bold;
}
.whyusloop{
text-align: center !important;
margin-top: 20px;
}
.whyusloop span{
font-weight: bold;
font-size: 2.2rem;
margin-bottom: 15px !important;
display: block;
text-align: center;
color: var(--maincolor);
}
.whyusloop p{
font-size: 1.6rem;
text-align: center !important;
line-height: 35px;
color: var(--maincolor);
}
.wloop .col-md-4:first-child .whyusloop span, .wloop .col-md-4:last-child .whyusloop span{
color: var(--redcolor)
}
#support_hydra{
position: relative;
}
#support_hydra:before{
content: '';
background-image: var(--gradientcolor);
position: absolute;
width: 100%;
display: block;
min-height: 300px;
}
#support_hydra h3, #support_hydra p{
color: #fff;
}
.supportim{
background-color: #fff;
text-align: center;
border-radius: 25px;
margin-top: 40px;
padding-top: 40px;
}
#support_hydra h3{
margin-top: 47px;
font-weight:bold;
}
#support_hydra p{
font-size: 1.8rem;
line-height:45px;
display: block;
margin-top: 30px;
}
#whatweoffer h3{
font-weight: bold;
color: var(--redcolor);
display: block;
margin-bottom: 30px;
}
#whatweoffer li{
color: var(--maincolor);
font-size: 1.7rem;
line-height: 42px;
margin-bottom: 10px;
}
#whatweoffer li i{
font-size: 2.5rem;
vertical-align: middle;
margin-left: 10px;
}
.joinnow_h{
display: block;
background-color: var(--maincolor);
text-align: center;
border-radius: 5px;
min-height: 78px;
color: #fff;
font-size: 3.3rem;
font-weight: bold;
line-height: 78px;
margin-top: 10px;
}
.hyservicestop{
position: relative;
margin-top: 50px;
margin-bottom: 100px;
}
.hyservicestop:before{
content: '';
background-image: var(--gradientcolor);
border-radius: 5px;
position: absolute;
width: 66%;
display: block;
min-height: 526px;
}
.hyservicestop h3{
margin-top: 67px;
color: var(--secondcolor);
font-weight: bold;
margin-bottom: 40px;
}
.hyservicestop h3 img{
margin-left: 10px;
}
.hyservicestop p{
color: #fff;
line-height: 50px;
font-size: 1.8rem;
}
.p10 img{
border-radius: 7px;
padding-top:45px;
}
.hyservicestop a.sliderlink{
margin-right: auto;
background-color: var(--redcolor)
}
.hyservebottom .lefttext span{
font-weight: 600;
}
.hyservebottom .lefttext p{
font-size: 1.6rem;
max-width: 100%;
line-height: 29px;
}
.hyservebottom .righticons{
min-width: 93px;
text-align: center;
border: 1px solid var(--secondcolor);
line-height: 121px;
max-height: 121px;
border-radius: 1px;
margin-top: 13px;
position: relative;
transition: border 0.1s ease-in-out;
border-radius: 10px;
}
.hy_updates .righticons:before{
content: '';
width: 0%;
height: 100%;
background-color: var(--secondcolor);
position: absolute;
top: 0;
right: 0;
z-index: -1;
transition: all 0.5s ease-in-out;
transition-delay: 1.5s;
margin: 0 auto;
left: 0;
right: 0;
border-radius:10px;
}
.hy_updates:hover .righticons:before{
width: 100%;
}
.hyservebottom .righticons i{
color: var(--redcolor);
font-size: 4.5rem;
vertical-align:  super;
position: absolute;
transform: translate(-50%,-50%);
left: 50%;
top: 50%;
transition: all 1.5s ease-in-out;
transition-delay: 1.5s;
}
.hyservebottom .hy_updates{
margin-bottom: 0;
min-height: 171px;
}
.hyservebottom .col-md-4:last-child {
width: 100%;
}
.jointelegram{
max-width: 400px;
margin: 40px auto;
}
.jointelegram{
min-height: 118px;
display: block;
text-align: center;
line-height: 118px;
direction: ltr;
font-size: 2.6rem;
font-weight: bold;
color: #fff;
background-color: var(--maincolor);
border-radius: 5px;
position: relative;
overflow: hidden;
}
.jointelegram i{
border: 3px solid #fff;
width: 53px;
height: 53px;
vertical-align: middle;
text-align: center;
line-height: 47px;
border-radius: 100%;
margin-left: 10px;
}
#qanda_hydra{
background-color: #fafafa;
padding-top: 24px;
padding-bottom: 24px;
position: relative;
}
#qanda_hydra h3{
font-weight: bold;
text-align: center;
color: var(--maincolor)
}
.qicons{
display: flex;
justify-content: center;
gap: 5px;
margin-top: 20px;
margin-bottom: 6px;
}
.qicons span{
width: 13px;
height: 13px;
display: block;
background-color: var(--secondcolor);
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.qicons span:nth-child(2){
clip-path: polygon(50% 100%, 0 0, 100% 0);
background-color: var(--redcolor)
}
#qanda_hydra #accordion{
max-width: 750px;
margin: 40px auto;
}
.hyservebottom{
padding-bottom: 30px;
}
.panel-heading{
background-color: var(--secondcolor) !important;
padding: 27px;
border: none !important;
border-radius: 5px;
margin-bottom: 6px;
}
.panel-heading h4{
color: #fff;
font-weight: bold;
}
.panel-heading h4 a:focus{
outline: none;
}
.panel{
border: none;
background-color: transparent !important;
}
.panel-body{
background-color: #fff;
border: none !important;
font-size: 1.6rem;
line-height: 40px;
color: var(--maincolor);
margin-bottom: 10px
}
.qaajoinnow{
position: absolute;
left: -100px;
top: 45%;
transform: rotate(-90deg);
background-color: var(--redcolor);
width: 224px;
height: 95px;
text-align: center;
line-height: 50px;
border-bottom-left-radius:  55px;
border-bottom-right-radius: 55px;
color: #fff;
font-size: 2.7rem;
font-weight: bold;
line-height: 118px;
}
.tosubtop{
background-color: var(--secondcolor);
min-height: 115px;
border-bottom-right-radius: 200px;
}
.tosubtop h3{
line-height: 115px;
padding: 0;
margin: 0;
color: #fff;
font-weight: bold;
}
.centersubtop{
border-top-left-radius: 200px;
min-height: 77px;
position: relative;
background-color: #fff;
}
.centersubtop:before{
content: '';
width: 200px;
height: 75px;
display: block;
position: absolute;
background-color: var(--secondcolor);
left: 0;
z-index: -1
}
.loopbody, .loopfooter{
background-color: var(--maincolor);
}
.loopheader{
background-color: #fff;
box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07); 
display: flex;
justify-content: space-between;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
min-height: 117px;
border-left: 5px solid var(--maincolor);
gap: 20px
}
.loopbody ul{
padding:  20px;
padding-top: 30px;
padding-bottom: 30px;
}
.loopbody p{
margin: 0;
}
.lohright{
min-width: 105px;
height: 105px;
background-color: var(--redcolor);
border-radius: 100%;
margin-top: 5px;
margin-right: 5px;
position: relative;
max-width:  30%;
}
.lohright strong{
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
text-align: center;
color: #fff;
font-size: 3.4rem;
line-height: 38px;
}
.lohright strong span{
display: block;
font-size: 2rem
}
.lohleft{
width: 70%;
text-align: center;
line-height: 105px;
}
.lohleft p{
text-align: right;
font-size: 2rem;
font-weight: bold;
margin: 0 !important;
line-height: 33px;
text-indent: 0px;
padding-top: 27px;
}
.loopbody li p{
color: #fff;
font-size: 1.6rem; }
.loopbody li{
line-height: 38px;
border-top: 1px solid var(--secondcolor);
border-right: 2px solid var(--secondcolor);
border-radius: 55px;
padding-right: 5px;
margin-bottom: 8px;
height: 45px;
position: relative;
overflow: hidden;
z-index: 1
}
.loopbody li i{
font-size: 3.6rem;
vertical-align: middle;
margin-left: 10px;
}
.subloop{
border-bottom-right-radius: 50px;
border-bottom-left-radius: 50px;
overflow: hidden;
max-width: 338px;
margin: 10px auto;
padding-top: 10px;
}
.loopbody{
border-top-right-radius: 50px;
}
.loopfooter a{
background-color: var(--secondcolor);
width: 203px;
height: 53px;
display: block;
margin-left: 0;
margin-right: auto;
border-top-right-radius: 55px;
text-align: center;
line-height: 53px;
font-weight: bold;
color: #fff;
font-size: 2rem;
}
.subbotom .col-md-4:nth-child(2) .subloop{
margin-top: -30px
}
.subbotom .col-md-4:nth-child(2) .subloop .loopbody, .subbotom .col-md-4:nth-child(2) .subloop .loopfooter{
background-color: var(--secondcolor);
}
.subbotom .col-md-4:nth-child(2) .subloop .loopheader{
border-color: var(--secondcolor);
}
.subbotom .col-md-4:nth-child(2) .subloop .loopbody li{
border-color: #fff;
}
.subbotom .col-md-4:nth-child(2) .subloop .loopfooter a{
background-color: var(--maincolor);
}
.subbotom .col-md-4:nth-child(2) .subloop .loopbody li p{
font-weight: bold;
}
.subbotom .col-md-4:nth-child(2) .subloop .lohright{
background-color: var(--secondcolor)
}
#subscribtionprice{
padding-bottom: 60px;
}
#customeropenion{
background-color: #fafafa;
padding-top: 40px;
padding-bottom: 104px;
}
#customeropenion h3{
font-weight: bold;
color: var(--maincolor)
}
.owl-two{
direction: ltr;
margin-top: 0px;
position: relative;
}
.customerloop{
background-color: #fff;
border: 1px solid #f3f3f3;
border-radius: 10px;
border-bottom: 2px solid var(--secondcolor);
padding: 0px;
text-align: center;
position: relative;
max-width: 100%;
margin: 0 auto;
max-height: 275px;
}
.pageicons2 li i{
color: var(--secondcolor) !important;
border-radius: 100%;
color: #fff;
padding: 5px;
}
.pageicons2 li:hover i{
background-color: var(--secondcolor) !important;
border-radius: 100%;
color: #fff !important;
padding: 5px;
transform: rotate(360deg)
}
.pageicons li:hover i{
transform: rotateY(360deg);
color: var(--redcolor)
}
.customerloop img{
object-fit: cover;
max-height: 275px;
}
.customerloop span{
font-weight: 700;
font-size: 2.1rem;
color: var(--maincolor);
display: block;
margin: 0 auto 10px;
text-align: center;
}
.customerloop p{
text-align: center;
direction: rtl;
line-height: 30px;
font-size: 1.44rem;
}
.customerloop i{
position: absolute;
width: 45px;
height: 45px;
border-radius: 100%;
background-color: var(--maincolor);
text-align: center;
line-height: 45px;
color: #fff;
font-size: 2.5rem;
top: -10px;
left: -10px;
}
#customeropenion .owl-stage{
padding-top: 20px;
}
.owl-two .owl-nav{
position: absolute;
top: -57px;
}
.owl-two .owl-nav .owl-prev, .owl-two .owl-nav .owl-next{
width: 39px;
height: 39px;
background-color: var(--secondcolor) !important;
border-radius: 100%;
text-align: center;
}
.owl-two .owl-nav .owl-prev i, .owl-two .owl-nav .owl-next i{
color: #fff;
}
.footer1_hydra{
background-color: var(--footerbg);
padding-top: 30px;
padding-bottom: 30px;
background-image: url(//hydra-tv.com/wp-content/themes/hydra20246x/images/sliderright.png);
background-repeat: no-repeat;
background-position: right bottom;
}
.footer1_hydra h3{
font-weight: bold;
color: var(--secondcolor);
margin-bottom: 30px;
}
.footer1_hydra p{
color: #fff;
font-size: 1.6rem;
line-height: 40px;
}
.footer1_hydra h3 img{
margin-left: 5px;
}
.footersocial{
display: flex;
justify-content: left;
gap: 10px;
flex-direction: row-reverse;
margin-top: 3.7%;
}
.footer2_hydra{
min-height: 73px;
border-top-left-radius: 200px;
background-color: #fff;
}
.footersocial li{
width: 33px;
height: 33px;
text-align:center;
line-height:33px;
border-radius: 5px;
position: relative;
}
.footersocial li:first-child{
background-color: #09419b
}
.footersocial li:nth-child(2){
background-color: #2aced0;
}
.footersocial li:nth-child(3){
background-color: #c52c2c;
}
.footersocial li a{
color: #fff;
font-size: 1.8rem
}
.footer2_hydra h6{
margin: 0;
line-height: 73px;
}
footer{
background-color: var(--footerbg)
}
.subbotom .col-md-4:nth-child(2) .subloop:after{
position: absolute;
width: 50%;
height: 3%;
left: 0;
right: 0;
margin: 0 auto;
border-radius: 100%;
z-index: -1;
bottom: 3%;
content: "";
box-shadow: 0 50px 24px rgba(0,0,0,0.2);
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
} 
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
} 
.slider_site .owl-item.active img {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeIn;
animation-delay: 0.6s;
}
.slider_site .owl-item.active span {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.6s;
}
.slider_site .owl-item.active h1 {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.8s;
}
.slider_site .owl-item.active p {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeIn;
animation-delay: 1.3s;
}
.slider_site .owl-item.active a.sliderlink {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeIn;
animation-delay: 1.6s;
}
.owl-theme .owl-dots .owl-dot span {
background: var(--secondcolor);
}
.owl-theme .owl-dots .owl-dot span:hover{
background-color: #fff
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #fff;
}
.button {
cursor: pointer;
position: relative;
overflow: hidden;
transition: all 0.5s ease-in-out;
}
.type1::after {
content: "مجانا";
width: 210px;
height: 61px;
color: var(--secondcolor);
position: absolute;
top: 0%;
left: 0%;
transform: translateY(50px);
font-size: 1.8rem;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s ease-in-out;
}
.type1::before {
content: "جرب الان";
width: 210px;
height: 61px; 
position: absolute;
top: 0%;
left: 0%;
transform: translateY(0px) scale(1.2);
font-size: 1.9rem;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s ease-in-out;
}
.type1:hover::after {
transform: translateY(0) scale(1.2);
}
.type1:hover::before {
transform: translateY(-50px) scale(0) rotate(120deg);
}
.owl-one .owl-next , .owl-one .owl-prev{
width: 30px;
height: 30px;
background-color: var(--maincolor) !important;
text-align: center;
line-height: 30px;
}
.owl-one .owl-next i, .owl-one .owl-prev i{
color: #fff;
}
.owl-one .owl-next:hover , .owl-one .owl-prev:hover{
background-color: var(--secondcolor) !important;
}
.hy_updates:hover img{
transform: rotate(360deg);
}
.footersocial .tooltip {
position: absolute;
top: 0;
font-size: 14px;
background: #fff;
color: #fff;
padding: 5px 8px;
border-radius: 5px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
opacity: 0;
pointer-events: none;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.footersocial .tooltip::before {
position: absolute;
content: "";
height: 8px;
width: 8px;
background: #fff;
bottom: -3px;
left: 50%;
transform: translate(-50%) rotate(45deg);
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.footersocial .icon:hover .tooltip {
top: -45px;
opacity: 1;
visibility: visible;
pointer-events: auto;
left: -13px;
}
.footersocial .icon:hover span,
.footersocial .icon:hover .tooltip {
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.footersocial .facebook:hover,
.footersocial .facebook:hover .tooltip,
.footersocial .facebook:hover .tooltip::before {
background: #1877F2;
color: #fff;
}
.footersocial .twitter:hover,
.footersocial .twitter:hover .tooltip,
.footersocial .twitter:hover .tooltip::before {
background: #1DA1F2;
color: #fff;
}
.footersocial .instagram:hover,
.footersocial .instagram:hover .tooltip,
.footersocial .instagram:hover .tooltip::before {
background: #E4405F;
color: #fff;
}
#whatweoffer li:hover i{
color: var(--redcolor);
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: bounceIn;
}
#hydra_services .type1::after{
color: #fff
}
.c-button {
position: relative;
z-index: 1;
}
.c-button--gooey {
border-radius: 0;
position: relative;
transition: all 700ms ease;
}
.c-button--gooey .c-button__blobs {
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
bottom: -6px;
right: -1px;
z-index: -1;
}
.c-button--gooey .c-button__blobs div {
background-color: var(--redcolor);
width: 34%;
height: 100%;
border-radius: 40%;
position: absolute;
transform: scale(1.4) translateY(125%) translateZ(0);
transition: all 700ms ease;
}
.c-button--gooey .c-button__blobs div:nth-child(1) {
left: -5%;
}
.c-button--gooey .c-button__blobs div:nth-child(2) {
left: 30%;
transition-delay: 60ms;
}
.c-button--gooey .c-button__blobs div:nth-child(3) {
left: 66%;
transition-delay: 25ms;
}
.c-button--gooey:hover {
color: #fff;
}
.c-button--gooey:hover .c-button__blobs div {
transform: scale(1.4) translateY(0) translateZ(0);
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
} 
.hy_updates button {
width: 100%;
height: 100%;
background-color: transparent;
top: 0;
color: #568fa6;
position: relative;
overflow: hidden;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
transition: all 0.3s ease;
cursor: pointer;
border: 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 18px;
}
.hy_updates button:before, .hy_updates button:after {
content: "";
position: absolute;
width: 0;
height: 1px;
background-color: var(--secondcolor);
transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}
.hy_updates button:before {
right: 0;
top: 0;
transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}
.hy_updates button:after {
left: 0;
bottom: 0;
}
.hy_updates button span {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
margin: 0;
padding: 0;
z-index: 1;
}
.hy_updates button span:before, .hy_updates button span:after {
content: "";
position: absolute;
width: 1px;
height: 0;
background-color: var(--secondcolor);
transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}
.hy_updates button span:before {
right: 0;
top: 0;
transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}
.hy_updates button span:after {
left: 0;
bottom: 0;
}
.hy_updates button p {
padding: 0;
margin: 0;
transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
position: absolute;
width: 100%;
height: 100%;
}
.hy_updates button p:before, .hy_updates button p:after {
position: absolute;
width: 100%;
transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
z-index: 1;
left: 0;
}
.hy_updates button p:before {
content: attr(data-title);
top: 50%;
transform: translateY(-50%);
}
.hy_updates button p:after {
content: attr(data-text);
top: 150%;
color: #44d8a4;
}
.hy_updates:hover button:before, .hy_updates:hover button:after {
width: 100%;
}
.hy_updates button:hover span {
z-index: 1;
}
.hy_updates:hover button span:before, .hy_updates:hover button span:after {
height: 100%;
}
.hy_updates button:hover p:before {
top: -50%;
transform: rotate(5deg);
}
.hy_updates button:hover p:after {
top: 50%;
transform: translateY(-50%);
}
.hy_updates button.start {
background-color: #44d8a4;
box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.2);
transition: all 0.2s ease;
}
.hy_updates button.start p:before {
top: -50%;
transform: rotate(5deg);
}
.hy_updates button.start p:after {
color: white;
transition: all 0s ease;
content: attr(data-start);
top: 50%;
transform: translateY(-50%);
animation: start 0.3s ease;
animation-fill-mode: forwards;
}
@keyframes start {
from {
top: -50%;
}
}
.hy_updates button.start:hover:before, .hy_updates button.start:hover:after {
display: none;
}
.hy_updates button.start:hover span {
display: none;
}
.hy_updates button:active {
outline: none;
border: none;
}
.hy_updates button:focus {
outline: 0;
}
.hy_updates:hover .righticons {
border: none;
}
.hy_updates:hover .righticons i {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeIn;
animation-delay: 0.4s;
color: #fff;
}
.hy_updates:hover .lefttext span{
color: var(--redcolor)
}
.jointelegram span{
position: absolute;
display: block;
width: 100%;
height: 100%;
right: 0;
margin: 0 auto;
text-align: center;
}
.sp1{
top: 0%;
}
.sp2{
top: 100%;
}
.jointelegram:hover .sp2{
top: 0% !important;
text-shadow: 0px 1px 0px #28a2ba;
}
.jointelegram:hover .sp2 i{
top: 0% !important;
background-color: var(--redcolor);
border-color: var(--redcolor);
text-shadow: 0px 1px 0px transparent;
}
.jointelegram:hover .sp1{
top: -100% !important;
}
.jointelegram:hover{
background-color: var(--secondcolor)
}
.subloop:hover .lohright{
background-color: #fff !important;
border: 1px solid var(--redcolor)
}
.subloop:hover .lohright strong{
color: var(--maincolor);
}
.subloop:hover .lohright strong span{
color: var(--redcolor);
}
.subloop li:before{
background-color: var(--secondcolor);
content: '';
width: 0%;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: -1;
transition: all 0.5s ease-in-out
}
.subloop li:hover:before{
width: 100%;
}
.subloop li:hover{
border-color: transparent !important;
}
.subbotom .col-md-4:nth-child(2) .subloop li:before{
background-color: var(--redcolor);
}
.loopfooter a:hover{
background-color: var(--redcolor) !important;
}
.owl-two .owl-nav .owl-prev:hover, .owl-two .owl-nav .owl-next:hover{
background-color: var(--maincolor) !important;
}
.customerloop:hover i
{
background-color: var(--redcolor);
transform: rotate(360deg);
}
.slider_site .owl-dot{
z-index: 1
}
.language_hydra li:hover{
background-color: var(--maincolor)
}
@keyframes zoomInOut {
0%, 100% {
transform: scale(0.9);
}
50% {
transform: scale(1);
}
}
#why_hydra:hover h3 {
animation: zoomInOut 1.2s infinite alternate; background-color: var(--secondcolor);
text-shadow: 0px 1px 0px #28a2ba;
border-radius: 55px;
}
.footer1_hydra h3:hover{
color: #fff;
}
.newsletter_h{
background-color: #079ab7;
min-height: 94px;
max-width: 710px;
border-radius: 5px;
margin: -80px auto 30px;
} 
.loader {
width: 44.8px;
height: 44.8px;
color: var(--secondcolor);
position: relative;
background: radial-gradient(11.2px,currentColor 94%,#0000);
transform: translate(50%,50%);
top: 50%;
left: 0;
position: absolute;
right: 0;
margin: 0 auto;
}
.loader:before {
content: '';
position: absolute;
inset: 0;
border-radius: 50%;
background: radial-gradient(10.08px at bottom right,#0000 94%,currentColor) top    left,
radial-gradient(10.08px at bottom left ,#0000 94%,currentColor) top    right,
radial-gradient(10.08px at top    right,#0000 94%,currentColor) bottom left,
radial-gradient(10.08px at top    left ,#0000 94%,currentColor) bottom right;
background-size: 22.4px 22.4px;
background-repeat: no-repeat;
animation: loader 1.5s infinite cubic-bezier(0.3,1,0,1);
}
@keyframes loader {
33% {
inset: -11.2px;
transform: rotate(0deg);
}
66% {
inset: -11.2px;
transform: rotate(90deg);
}
100% {
inset: 0;
transform: rotate(90deg);
}
}
.shrink  img{
max-width:43%;
width: auto !important;
height: auto !important;
}
.fmen ul{
display: flex;
flex-wrap: wrap;
}
.footerbmenu li{
width: 43%;
line-height: 50px;
border-bottom: 1px solid #272727;
list-style-type: disc;
color: #fff;
list-style-position: inside;
margin-left: 5%;
}
.footerbmenu li a{
color: #fff;
font-size: 1.7rem;
}
.footerbmenu li:hover a{
color: var(--secondcolor);
padding-right: 5px;
}
.footerbmenu li:hover{
color: var(--secondcolor);
}
#why_hydra .righticons:before{
display: none
}
#qanda_hydra .panel-title a[data-toggle="collapse"]:not(.collapsed) .arrow::before {
content: "\f077";
font-family: FontAwesome;
float: left;
margin-left: 15px;
}
#qanda_hydra .panel-title a[data-toggle="collapse"].collapsed .arrow::before {
content: "\f078";
float: right;
margin-right: 15px;
font-family: FontAwesome;
}
#qanda_hydra .panel-title a[data-toggle="collapse"].collapsed {
background-color: #fff !important;
width: 100%;
display: block;
border-radius: 5px;
color: var(--maincolor);
font-weight: 600;
padding: 17px;
padding-top: 27px;
padding-bottom: 27px;
}
#qanda_hydra .panel-title a[data-toggle="collapse"]:not(.collapsed) {
background-color: var(--secondcolor);
width: 100%;
display: block;
padding: 17px;
padding-top: 30px;
padding-bottom: 30px;
border-radius: 5px;
text-shadow: 0px 1px 0px #2b9db6;
}
#qanda_hydra .panel-heading {
padding: 0 !important;
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.03);
margin-bottom: 10px !important;
}
#qanda_hydra .panel-title a[data-toggle="collapse"].collapsed .arrow::before {
content: "\f078";
font-family: FontAwesome;
float: left;
margin-left: 15px;
}
.newsletter_h{
position: relative
}
.newsletter_h ul{
display: flex;
justify-content: center;
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
gap:10px;
width: 100%;
}
.newsletter_h li a{
color: #fff;
font-weight: bold;
font-size: 2.2rem;
}
.newsletter_h li i{
font-weight: 500 !important;
font-size: 3.5rem;
vertical-align: middle;
}
.newsletter_h span{
color: #fff;
font-weight: bold;
font-size: 2.2rem;
vertical-align:  text-bottom;
text-shadow: 0px 1px 0px #2b9db6;
}
.slider_site img{
width: 425px !important;
height: 439px;
margin: 0 auto;
border-radius: 81px;
}
.imgtop img{
width: 491px;
height: 443px;
}
#infant_movies .owl-item img{
width: 169px !important;
height: 207px;
object-fit: cover;
}
.righticons img{
width: 80px;
height: 87px;
}
.supportim img{
width: 377px;
height: 304px;
}
#support_hydra h3 img,
#whatweoffer .col-md-7 img, 
.hyservicestop h3 img,
#customeropenion h3 img, 
.footer1_hydra h3 img,
#infant_movies h2 img
{
width: 19px;
height: 29px;
}
#whatweoffer .col-md-5 img{
width: 447px;
height: 287px;
}
.hyservicestop .col-md-6.text-center img{
width: 465px;
height: 476px;
}
.hyservebottom img{
width: 383px !important;
height: 307px;
object-fit: cover;
border-radius: 10px;
}
#customeropenion .col-md-5 img{
width: 400px;
height: 319px;
}
.logo_hydra img{
width: 64px;
height: 114px;
}
#qanda_hydra h5{
line-height: 35px;
margin: 0
}
.hyservebottom h4{
color: var(--maincolor)
}
.slider_site .owl-carousel{
overflow: hidden;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.footer2_hydra .col-md-6:first-child span {
font-size: 1.5rem;
text-align: right;
display: block;
line-height: 73px;
}
.shrink:before{
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1)
}
.shrink .logo_hydra{
border-bottom: 1px solid #f1f1f1
}
#infant_movies .owl-item img{
display: block;
text-align: center;
margin: 0 auto;
}
.langmobonly{
display:none;
}
.spancediv{
min-height: 100px;
}
.pageicons{
display: flex;
gap: 50px;
justify-content: center;
margin-bottom: 20px;
}
.pageicons li{
text-align: center;
}
.pageicons li i{
display: block;
color: var(--secondcolor);
font-size: 5rem;
margin-bottom: 15px;
}
.pageicons li h3{
font-weight: bold;
font-size: 2.2rem;
text-align: center;
}
.distr h4{
text-align: center;
line-height: 40px;
display: block;
font-size: 1.9rem;
max-width: 80%;
margin: 0 auto 46px;
}
.pageicons2 li i{
color: var(--redcolor);
font-size: 3rem;
vertical-align: middle;
margin-left: 10px;
}
.pageicons2 li{
line-height: 40px;
border: 1px dashed #808080;
padding: 10px;
margin-bottom: 10px;
border-radius: 10px;
}
.error404 .slider_th{
margin: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
.lohleft p {
text-indent: 0;
}
.lohright {
min-width: 90px;
height: 90px;
margin-top: 11px;
margin-right: 6px;
max-width: 24%;
}
.customerloop {
max-width: 238px;
}
.footersocial {
margin-top: 20px;
margin-bottom: 0;
}
.loopbody li i {
margin-left: 4px;
}
#whatweoffer .col-md-5 img,
#infant_movies .owl-item img,
.imgtop img, 
.slider_site .owl-item.active img, .supportim img {
object-fit: contain;
}
.hyservebottom .lefttext p {
line-height: 31px;
}
.hyservebottom .hy_updates {
margin-bottom: 0px;
}
.hyservebottom .col-md-4{
padding-left: 0
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hyservicestop {
margin-bottom: 50px;
}
#subscribtionprice .col-md-4:last-child, #subscribtionprice .col-md-4:last-child .subloop{
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
}
.hyservebottom img{
margin-bottom: 30px !important;
}
#customeropenion .col-md-5 img
{
margin-top: 29px !important;
margin-bottom: 29px;
}
}
@media (min-width: 320px) and (max-width: 992px) {
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.8rem;
}
h3 {
font-size: 2.6rem;
}
h4 {
font-size: 2.2rem;
}
h5 {
font-size: 1.7rem;
}
h6 {
font-size: 1.5rem;
}
.slider_site img, 
.topmenu, 
.language_hydra, 
#why_hydra .righticons, 
.supportim, 
.hyservicestop 
.col-md-6.text-center img,
.qaajoinnow,
.subbotom .col-md-4:nth-child(2) .subloop::after,
.newsletter_h,
.centersubtop,
.sliders1,
.slider_site .owl-dot,
.imgtop img
{
display: none !important;
}
.home .slider_site span, .home .slider_site h1, .home .slider_site p, .home .slider_site a.sliderlink{
text-align: center !important;
display: block;
margin: 0 auto;
}
.home .slider_site h1{
line-height: 50px;
}
.home .slider_site a.sliderlink{
margin-bottom: 20px;
}
.slider_site p {
line-height: 35px;
font-size: 1.7rem;
text-align: justify !important;
}
.logo_hydra img {
width: auto;
height: 74px !important;
}
h2, h3{
text-align: center !important;
}
h2 img, h3 img{
display: none;
}
.imgtop img, #infant_movies .owl-item img, #whatweoffer .col-md-5 img, .hyservebottom img{
object-fit: contain
}
#why_hydra .lefttext{
text-align: center;
}
#support_hydra h3{
margin-top: 39px !important;
}
#support_hydra p{
text-align: center;
}
#support_hydra{
margin-bottom: 20px;
}
#whatweoffer h3{
margin-top: 40px;
}
.hyservicestop::before{
width: 100% !important;
border-radius: 0 !important;
}
.hyservicestop{
text-align: center;
margin-bottom: 46px;
}
.hyservicestop h3{
margin-top: 40px !important;
}
.hyservicestop a.sliderlink{
margin: 0 auto;
}
.hyservicestop p{
line-height: 34px !important;
text-align: justify;
}
.hyservebottom img{
margin-bottom: 30px;
}
.panel-title > a {
line-height: 33px;
}
#qanda_hydra .panel-title a[data-toggle="collapse"]:not(.collapsed),
#qanda_hydra .panel-title a[data-toggle="collapse"].collapsed
{
padding-top: 13px;
padding-bottom: 13px;
}
.subloop{
margin-bottom: 30px !important;
}
#subscribtionprice {
padding-bottom: 0;
}
#customeropenion h3 {
text-align: center !important;
}
#customeropenion .col-md-5 img {
object-fit: contain;
margin-top: 0;
}
.slider_site {
padding-top: 129px;
}
.slider_site .col-md-7{
padding: 0;
}
#why_hydra:hover h3{
animation: none !important;
}
#support_hydra::before {
min-height: 353px;
}
.hyservicestop::before {
content: '';
background-image: var(--gradientcolor);
border-radius: 5px;
position: absolute;
width: 66%;
display: block;
min-height: 498px;
}
.subbotom .col-md-4:nth-child(2) .subloop {
margin-top: 0;
}
#customeropenion {
padding-bottom: 20px;
padding-top: 20px;
}
.footer1_hydra p {
text-align: justify;
}
.footer1_hydra h3 {
border: 1px solid #313131;
line-height: 71px;
border-radius: 5px;
}
.footer2_hydra h6 {
text-align: center;
}
.footersocial {
justify-content: center;
margin-top: 0;
margin-bottom: 22px;
}
.footer2_hydra {
border-top-left-radius: 76px;
}
.footer1_hydra {
padding-top: 15px;
background-image: none;
}
.subbotom{
margin-top: 20px;
}
#support_hydra::before {
min-height: 320px;
}
.slider_site {
min-height: auto;
padding-bottom: 64px;
}
.sliders2 {
height: 55px;
}
.footer2_hydra .col-md-6:first-child span{
font-size: 1.5rem;
text-align: center;
display: block;
line-height: 60px;
}
:root {
--secondcolor: #30799e;
}
.slider_site span, .slider_site strong, .type1::after, .hyservicestop h3, .footer1_hydra h3{
color: #39c3d9 !important;
}
.slider_site span, .slider_site h1, .slider_site p, .slider_site a.sliderlink{
animation: none !important;
}
header .col-md-2{
display: flex !important;
width: 100%;
justify-content: space-between;
}
.logo_hydra{
width: 40%;
min-width: 40%;
max-width: 40%;
position: relative;
padding-top: 5px;
padding-bottom: 0px;
}
.mobicon{
width: 10%;
display: block !important;
text-align: center;
position:relative;
height: 86px;
}
.mobicon i{
color: var(--maincolor);
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
font-size: 3rem;
cursor: pointer
}
.langmobonly{
min-width: 40%;
max-width: 40%;
display: block;
}
.langmobonly ul{
display: flex !important;
justify-content: center;
}
#why_hydra h3 {
margin: 21px auto;
}
#whatweoffer .col-md-5 img{
margin: 0 auto;
display: block;
}
#whatweoffer .col-md-5 img, .hyservebottom img{
margin: 0 auto 0;
display: block;
border-radius: 10px
}
#infant_movies p{
text-align: center;
}
#support_hydra p{
line-height: 37px;
}
.lohleft p{
text-indent: 0;
}
.customerloop{
margin-right: auto;
margin-left: auto;
}
.lohright, .lohleft{
width: 100%;
max-width: 100%;
min-width: 100% !important;
text-align: center !important;
}
.lohleft p{
text-align: center !important;
line-height: 20px !important;
}
.lohleft{
padding-top: 20px;
padding-bottom: 20px;
}
.lohright{
border-radius: 5px !important;
}
.loopheader{
border-radius: 5px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
background: #000;
}
.footer1_hydra h3
{
margin-bottom: 20px;
}
.slider_site span{
line-height: 35px;
}
.loopheader
{
display: block;
}
.distr h4{
max-width: 100%;
}
.pageicons li
{
text-align: right !important;
width: 100%;
border: 1px solid #f1f1f1;
margin-bottom: 10px;
border-radius: 10px;
}
.pageicons li h3
{
font-weight: normal;
font-size: 2.2rem;
text-align: right !important;
direction: rtl;
margin: 13px;
}
.pageicons li i
{
display: inline-block;
color: var(--secondcolor);
font-size: 3rem;
margin-bottom: 0;
vertical-align: sub;
}
.pageicons2 li h5{
line-height: 30px;
margin: 3px;
}
.pageicons
{
display: block;
}
.home .logo_hydra
{
padding-top: 11px;
padding-bottom: 11px;
}
.formob .lohleft p{
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
width: 100%;
line-height: 30px !important;
text-align: right !important;
}
.formob .lohleft{
position: relative;
width: 55% !important;
min-width: 55% !important;
max-width: 55% !important;
}
.formob .loopheader{
display: flex;
justify-content: center;
border-top-left-radius: 30px !important;
}
.formob .lohright{
width: 105px !important;
min-width: 105px !important;
height: 105px !important;
border-radius: 100% !important;
}
.formob .loopheader{
border-left-color: #f1f1f1 !important;
border-left-width: 1px;
border-right:  3px solid var(--redcolor) !important;
border-top-right-radius: 100px !important;
border-bottom-right-radius: 100px !important;
}
.formob .loopbody{
background-image: var(--gradientcolor);
border-bottom-right-radius: 55px;
}
.formob .loopfooter{
background-color: #fff !important;
}
.formob .loopbody li{
border: 1px solid var(--secondcolor) !important;
}
.formob .subbotom .col-md-4:nth-child(2) .subloop li::before{
background-color: transparent;
background-color: var(--secondcolor)
}
.formob .subbotom .col-md-4:nth-child(2) .subloop .loopfooter a
{
background-color: var(--secondcolor);
}
.customerloop i
{
left: 0px;
}
}html{direction:rtl}body{direction:rtl}.list-unstyled{padding-right:0;padding-left:initial}.list-inline{padding-right:0;padding-left:initial;margin-right:-5px;margin-left:0}dd{margin-right:0;margin-left:initial}@media (min-width:768px){.dl-horizontal dt{float:right;clear:right;text-align:left}.dl-horizontal dd{margin-right:180px;margin-left:0}}blockquote{border-right:5px solid #eee;border-left:0}.blockquote-reverse,blockquote.pull-left{padding-left:15px;padding-right:0;border-left:5px solid #eee;border-right:0;text-align:left}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:right}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{left:100%;right:auto}.col-xs-pull-11{left:91.66666667%;right:auto}.col-xs-pull-10{left:83.33333333%;right:auto}.col-xs-pull-9{left:75%;right:auto}.col-xs-pull-8{left:66.66666667%;right:auto}.col-xs-pull-7{left:58.33333333%;right:auto}.col-xs-pull-6{left:50%;right:auto}.col-xs-pull-5{left:41.66666667%;right:auto}.col-xs-pull-4{left:33.33333333%;right:auto}.col-xs-pull-3{left:25%;right:auto}.col-xs-pull-2{left:16.66666667%;right:auto}.col-xs-pull-1{left:8.33333333%;right:auto}.col-xs-pull-0{left:auto;right:auto}.col-xs-push-12{right:100%;left:0}.col-xs-push-11{right:91.66666667%;left:0}.col-xs-push-10{right:83.33333333%;left:0}.col-xs-push-9{right:75%;left:0}.col-xs-push-8{right:66.66666667%;left:0}.col-xs-push-7{right:58.33333333%;left:0}.col-xs-push-6{right:50%;left:0}.col-xs-push-5{right:41.66666667%;left:0}.col-xs-push-4{right:33.33333333%;left:0}.col-xs-push-3{right:25%;left:0}.col-xs-push-2{right:16.66666667%;left:0}.col-xs-push-1{right:8.33333333%;left:0}.col-xs-push-0{right:auto;left:0}.col-xs-offset-12{margin-right:100%;margin-left:0}.col-xs-offset-11{margin-right:91.66666667%;margin-left:0}.col-xs-offset-10{margin-right:83.33333333%;margin-left:0}.col-xs-offset-9{margin-right:75%;margin-left:0}.col-xs-offset-8{margin-right:66.66666667%;margin-left:0}.col-xs-offset-7{margin-right:58.33333333%;margin-left:0}.col-xs-offset-6{margin-right:50%;margin-left:0}.col-xs-offset-5{margin-right:41.66666667%;margin-left:0}.col-xs-offset-4{margin-right:33.33333333%;margin-left:0}.col-xs-offset-3{margin-right:25%;margin-left:0}.col-xs-offset-2{margin-right:16.66666667%;margin-left:0}.col-xs-offset-1{margin-right:8.33333333%;margin-left:0}.col-xs-offset-0{margin-right:0;margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:right}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{left:100%;right:auto}.col-sm-pull-11{left:91.66666667%;right:auto}.col-sm-pull-10{left:83.33333333%;right:auto}.col-sm-pull-9{left:75%;right:auto}.col-sm-pull-8{left:66.66666667%;right:auto}.col-sm-pull-7{left:58.33333333%;right:auto}.col-sm-pull-6{left:50%;right:auto}.col-sm-pull-5{left:41.66666667%;right:auto}.col-sm-pull-4{left:33.33333333%;right:auto}.col-sm-pull-3{left:25%;right:auto}.col-sm-pull-2{left:16.66666667%;right:auto}.col-sm-pull-1{left:8.33333333%;right:auto}.col-sm-pull-0{left:auto;right:auto}.col-sm-push-12{right:100%;left:0}.col-sm-push-11{right:91.66666667%;left:0}.col-sm-push-10{right:83.33333333%;left:0}.col-sm-push-9{right:75%;left:0}.col-sm-push-8{right:66.66666667%;left:0}.col-sm-push-7{right:58.33333333%;left:0}.col-sm-push-6{right:50%;left:0}.col-sm-push-5{right:41.66666667%;left:0}.col-sm-push-4{right:33.33333333%;left:0}.col-sm-push-3{right:25%;left:0}.col-sm-push-2{right:16.66666667%;left:0}.col-sm-push-1{right:8.33333333%;left:0}.col-sm-push-0{right:auto;left:0}.col-sm-offset-12{margin-right:100%;margin-left:0}.col-sm-offset-11{margin-right:91.66666667%;margin-left:0}.col-sm-offset-10{margin-right:83.33333333%;margin-left:0}.col-sm-offset-9{margin-right:75%;margin-left:0}.col-sm-offset-8{margin-right:66.66666667%;margin-left:0}.col-sm-offset-7{margin-right:58.33333333%;margin-left:0}.col-sm-offset-6{margin-right:50%;margin-left:0}.col-sm-offset-5{margin-right:41.66666667%;margin-left:0}.col-sm-offset-4{margin-right:33.33333333%;margin-left:0}.col-sm-offset-3{margin-right:25%;margin-left:0}.col-sm-offset-2{margin-right:16.66666667%;margin-left:0}.col-sm-offset-1{margin-right:8.33333333%;margin-left:0}.col-sm-offset-0{margin-right:0;margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:right}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{left:100%;right:auto}.col-md-pull-11{left:91.66666667%;right:auto}.col-md-pull-10{left:83.33333333%;right:auto}.col-md-pull-9{left:75%;right:auto}.col-md-pull-8{left:66.66666667%;right:auto}.col-md-pull-7{left:58.33333333%;right:auto}.col-md-pull-6{left:50%;right:auto}.col-md-pull-5{left:41.66666667%;right:auto}.col-md-pull-4{left:33.33333333%;right:auto}.col-md-pull-3{left:25%;right:auto}.col-md-pull-2{left:16.66666667%;right:auto}.col-md-pull-1{left:8.33333333%;right:auto}.col-md-pull-0{left:auto;right:auto}.col-md-push-12{right:100%;left:0}.col-md-push-11{right:91.66666667%;left:0}.col-md-push-10{right:83.33333333%;left:0}.col-md-push-9{right:75%;left:0}.col-md-push-8{right:66.66666667%;left:0}.col-md-push-7{right:58.33333333%;left:0}.col-md-push-6{right:50%;left:0}.col-md-push-5{right:41.66666667%;left:0}.col-md-push-4{right:33.33333333%;left:0}.col-md-push-3{right:25%;left:0}.col-md-push-2{right:16.66666667%;left:0}.col-md-push-1{right:8.33333333%;left:0}.col-md-push-0{right:auto;left:0}.col-md-offset-12{margin-right:100%;margin-left:0}.col-md-offset-11{margin-right:91.66666667%;margin-left:0}.col-md-offset-10{margin-right:83.33333333%;margin-left:0}.col-md-offset-9{margin-right:75%;margin-left:0}.col-md-offset-8{margin-right:66.66666667%;margin-left:0}.col-md-offset-7{margin-right:58.33333333%;margin-left:0}.col-md-offset-6{margin-right:50%;margin-left:0}.col-md-offset-5{margin-right:41.66666667%;margin-left:0}.col-md-offset-4{margin-right:33.33333333%;margin-left:0}.col-md-offset-3{margin-right:25%;margin-left:0}.col-md-offset-2{margin-right:16.66666667%;margin-left:0}.col-md-offset-1{margin-right:8.33333333%;margin-left:0}.col-md-offset-0{margin-right:0;margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:right}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{left:100%;right:auto}.col-lg-pull-11{left:91.66666667%;right:auto}.col-lg-pull-10{left:83.33333333%;right:auto}.col-lg-pull-9{left:75%;right:auto}.col-lg-pull-8{left:66.66666667%;right:auto}.col-lg-pull-7{left:58.33333333%;right:auto}.col-lg-pull-6{left:50%;right:auto}.col-lg-pull-5{left:41.66666667%;right:auto}.col-lg-pull-4{left:33.33333333%;right:auto}.col-lg-pull-3{left:25%;right:auto}.col-lg-pull-2{left:16.66666667%;right:auto}.col-lg-pull-1{left:8.33333333%;right:auto}.col-lg-pull-0{left:auto;right:auto}.col-lg-push-12{right:100%;left:0}.col-lg-push-11{right:91.66666667%;left:0}.col-lg-push-10{right:83.33333333%;left:0}.col-lg-push-9{right:75%;left:0}.col-lg-push-8{right:66.66666667%;left:0}.col-lg-push-7{right:58.33333333%;left:0}.col-lg-push-6{right:50%;left:0}.col-lg-push-5{right:41.66666667%;left:0}.col-lg-push-4{right:33.33333333%;left:0}.col-lg-push-3{right:25%;left:0}.col-lg-push-2{right:16.66666667%;left:0}.col-lg-push-1{right:8.33333333%;left:0}.col-lg-push-0{right:auto;left:0}.col-lg-offset-12{margin-right:100%;margin-left:0}.col-lg-offset-11{margin-right:91.66666667%;margin-left:0}.col-lg-offset-10{margin-right:83.33333333%;margin-left:0}.col-lg-offset-9{margin-right:75%;margin-left:0}.col-lg-offset-8{margin-right:66.66666667%;margin-left:0}.col-lg-offset-7{margin-right:58.33333333%;margin-left:0}.col-lg-offset-6{margin-right:50%;margin-left:0}.col-lg-offset-5{margin-right:41.66666667%;margin-left:0}.col-lg-offset-4{margin-right:33.33333333%;margin-left:0}.col-lg-offset-3{margin-right:25%;margin-left:0}.col-lg-offset-2{margin-right:16.66666667%;margin-left:0}.col-lg-offset-1{margin-right:8.33333333%;margin-left:0}.col-lg-offset-0{margin-right:0;margin-left:0}}th{text-align:right}@media screen and (max-width:767px){.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-right:0;border-left:initial}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-left:0;border-right:initial}}.radio label,.checkbox label{padding-right:20px;padding-left:initial}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{margin-right:-20px;margin-left:auto}.radio-inline,.checkbox-inline{padding-right:20px;padding-left:0}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-right:10px;margin-left:0}.has-feedback .form-control{padding-left:42.5px;padding-right:12px}.form-control-feedback{left:0;right:auto}@media (min-width:768px){.form-inline label{padding-right:0;padding-left:initial}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{margin-right:0;margin-left:auto}}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{left:15px;right:auto}.caret{margin-right:2px;margin-left:0}.dropdown-menu{right:0;left:auto;float:left;text-align:right}.dropdown-menu.pull-right{left:0;right:auto;float:right}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group>.btn,.btn-group-vertical>.btn{float:right}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-right:-1px;margin-left:0}.btn-toolbar{margin-right:-5px;margin-left:0}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:right}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-right:5px;margin-left:0}.btn-group>.btn:first-child{margin-right:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group{float:right}.btn-group.btn-group-justified>.btn,.btn-group.btn-group-justified>.btn-group{float:none}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.btn .caret{margin-right:0}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-right:0}.input-group .form-control{float:right}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:first-child{border-right:1px solid #ccc;border-left:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:last-child{border-left:1px solid #ccc;border-right:0}.input-group-btn>.btn+.btn{margin-right:-1px;margin-left:auto}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-left:-1px;margin-right:auto}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-right:-1px;margin-left:auto}.nav{padding-right:0;padding-left:initial}.nav-tabs>li{float:right}.nav-tabs>li>a{margin-left:auto;margin-right:-2px;border-radius:4px 4px 0 0}.nav-pills>li{float:none}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-right:2px;margin-left:auto}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-right:0;margin-left:auto}.nav-justified>.dropdown .dropdown-menu{right:auto}.nav-tabs-justified>li>a{margin-left:0;margin-right:auto}@media (min-width:768px){.nav-tabs-justified>li>a{border-radius:4px 4px 0 0}}@media (min-width:768px){.navbar-header{float:right}}.navbar-collapse{padding-right:15px;padding-left:15px}.navbar-brand{float:right; margin-top: 0px;}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:11px;text-align:center}}.navbar-toggle{float:left;margin-left:15px;margin-right:auto}@media (max-width:767px){.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 25px 5px 15px}}@media (min-width:768px){.navbar-nav{float:right}.navbar-nav>li{float:right}.navbar-nav.navbar-right:last-child{margin-left:-15px;margin-right:auto}.navbar-nav.navbar-right.flip{float:left!important}.navbar-nav.navbar-right .dropdown-menu{left:0;right:auto}}@media (min-width:768px){.navbar-text{float:right}.navbar-text.navbar-right:last-child{margin-left:0;margin-right:auto}}.pagination{padding-right:0}.pagination>li>a,.pagination>li>span{float:right;margin-right:-1px;margin-left:0}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-right-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.pagination>li:last-child>a,.pagination>li:last-child>span{margin-right:-1px;border-bottom-left-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.pager{padding-right:0;padding-left:initial}.pager .next>a,.pager .next>span{float:left}.pager .previous>a,.pager .previous>span{float:right}.nav-pills>li>a>.badge{margin-left:0;margin-right:3px}.alert-dismissable,.alert-dismissible{padding-left:35px;padding-right:15px}.alert-dismissable .close,.alert-dismissible .close{right:0;left:21px}.progress-bar{float:right}.media>.pull-left{margin-right:10px}.media>.pull-left.flip{margin-right:0;margin-left:10px}.media>.pull-right{margin-left:10px}.media>.pull-right.flip{margin-left:0;margin-right:10px}.media-list{padding-right:0;padding-left:initial;list-style:none}.list-group{padding-right:0;padding-left:initial}.list-group-item>.badge{float:left}.list-group-item>.badge+.badge{margin-right:5px;margin-left:auto}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-right-radius:3px;border-top-left-radius:0}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-left-radius:3px;border-top-right-radius:0}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px;border-top-right-radius:0}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px;border-top-left-radius:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-right:0;border-left:none}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:none;border-left:0}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{right:0;left:auto}.close{float:left}.modal-footer{text-align:left}.modal-footer .btn+.btn{margin-left:auto;margin-right:5px}.modal-footer .btn-group .btn+.btn{margin-right:-1px;margin-left:auto}.modal-footer .btn-block+.btn-block{margin-right:0;margin-left:auto}.popover{left:auto;text-align:right}.popover.top>.arrow{right:50%;left:auto;margin-right:-11px;margin-left:auto}.popover.top>.arrow:after{margin-right:-10px;margin-left:auto}.popover.bottom>.arrow{right:50%;left:auto;margin-right:-11px;margin-left:auto}.popover.bottom>.arrow:after{margin-right:-10px;margin-left:auto}.carousel-control{right:0;bottom:0}.carousel-control.left{right:auto;left:0;}.carousel-control.right{left:auto;right:0;}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;right:auto;margin-right:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;left:auto;margin-left:-10px}.carousel-indicators{right:50%;left:0;margin-right:-30%;margin-left:0;padding-left:0}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:0;margin-right:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-left:0;margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}}.pull-right.flip{float:left!important}.pull-left.flip{float:right!important}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}