@font-face{
    font-family:"myriad-pro";
    src:url("fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix");
    src:url("fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix") format("eot"),url("fonts/c5b1c170-d8f7-41f9-85c2-0ab670780c6b.woff") format("woff"),url("fonts/ba1ff8f6-0c27-4e7b-8be5-818b6c3dd801.ttf") format("truetype"),url("fonts/a379413e-a0b8-44dc-b250-1e000e4092a4.svg#a379413e-a0b8-44dc-b250-1e000e4092a4") format("svg");
}


input,a{
    outline: none;
}
.pink_text{
    color: #7d0f47;
}
strong{
    font-weight: bold;
}
.center{
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
}
header{
    height: 90px;
}
.logo{
    float: left;
    text-decoration: none;
    padding-top: 9px;
    padding-right: 60px;
}
.logo span{
    color: #6c6d6e;
    font: normal 11px "myriad-pro", sans-serif;
    margin-top: -2px;
    display: block;
}
.new_nav{
    float: left;
    height: 90px;
}
.new_nav li{
    float: left;
    padding-right: 20px;
}
.new_nav li a{
    font: normal 18px Arial, sans-serif;
    color: #595959;
    text-decoration: none;
    padding-top: 42px;
    display: block;
    padding-bottom: 26px;
    position: relative;
    transition: color 1s;
    -o-transition: color 1s;
    -ms-transition: color 1s;
    -moz-transition: color 1s;
    -webkit-transition: color 1s;
}
.new_nav li a:after{
    content: " ";
    position: absolute;
    background-color: #7A1243;
    height: 4px;
    width: 0px;
    display: block;
    bottom: 0px;
    left: 0px;
    transition: width .5s;
    -o-transition: width .5s;
    -ms-transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
}
.new_nav li a:hover{
    color: #7A1243;
}
.new_nav li a:hover:after{
    width: 100%;
}
.new_login-panel{
    float: right;
}
.new_login-panel ul li {
    float: left;
}
.new_login-panel ul li:first-child{
    padding: 43px 0 0 0;
    position: relative;
    left: -15px;
}
.new_login-panel ul li a{
    display: block;
    font: bold 18px Arial, sans-serif;
    color: #7A1243;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.loginbtn:after{
    /*content: " ";
    position: absolute;
    background-color: transparent;
    border-top: 2px solid #7A1243;
    border-top: 2px solid #7A1243;
    height: 100%;
    width: 0px;
    display: block;
    top: -6px;
    left: -14px;
    transition: width 1s;
    -o-transition: width 1s;
    -ms-transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;*/
}
.loginbtn.active:after{
    /*width:75px;*/
}
.loginbtn:before{
    /*content: " ";
    position: absolute;
    background-color: transparent;
    border-left: 2px solid #7A1243;
    border-right: 2px solid #7A1243;
    width: 71px;
    height: 0px;
    display: block;
    top: -4px;
    left: -14px;
    transition: height 1s;
    -o-transition: height 1s;
    -ms-transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    z-index: 15;*/
}
.loginbtn.active:before{
    /*height: 42px;*/
}
.loginbtn:hover{
    color: #595959;
}
/*.loginbtn:hover{
        background: #fff;
        color: #c51075;
}*/





.new_login-panel ul li a.signupbtn{
    color: #fff;
    background: #c51075;
    width: 83px;
    margin-top: 38px;
    right: -2px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;

}
.new_login-panel ul li a.signupbtn:after{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-top: 1px solid #c51075;
    border-bottom: 1px solid #c51075;
    height: 30px;
    width: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: width 1s;
    -o-transition: width 1s;
    -ms-transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
}
.new_login-panel ul li a.signupbtn:hover:after{
    width:83px;
}
.new_login-panel ul li a.signupbtn:before{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-left: 1px solid #c51075;
    border-right: 1px solid #c51075;
    width: 81px;
    height: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: height 1s;
    -o-transition: height 1s;
    -ms-transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
}
.new_login-panel ul li a.signupbtn:hover:before{
    height: 32px;
}
.new_login-panel ul li a.signupbtn:hover{
    background: #fff;
    color: #c51075;
}
.slider-items{
    position: relative;
    height: 287px;
    background-color: #7d0f47;

}
.slider .slider-item{
    background: #7A1243 url(/images/home/bac.png) no-repeat 0 0;
    height: 287px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.slider .slider-item img{
    display: block;
    margin: 0 auto;
    position: relative;
    left: -65px;
}
.slider .slider-item .content_text{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
}
.slider .slider-item .content_text .text{
    width: 344px;
    float: right;
    color: #fff;
    padding-top: 36px;
    -webkit-transform: skew(30deg,20deg);
    -moz-transform: skew(30deg,20deg);
    -ms-transform: skew(30deg,20deg);
    -o-transform: skew(30deg,20deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
}

.slider .slider-item.active .content_text .text{
    -webkit-transform: skew(0deg,0deg);
    -moz-transform: skew(0deg,0deg);
    -ms-transform: skew(0deg,0deg);
    -o-transform: skew(0deg,0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.slider .slider-item .content_text .text h1{
    font: bold 24px/24px "myriad-pro", sans-serif;
    text-shadow: 1px -2px 3px rgba(0,0,0,0.5);
    padding-left: 13px;
    padding-bottom: 18px;

}
.slider .slider-item .center{
    position: relative;
}
.slider .slider-item .center .keys{
    display: block;
    background-color: transparent;
    width: 369px;
    height: 246px;
    position: absolute;
    left: 159px;
    top: 12px;
}
.slider .slider-item .content_text .text p{
    font: normal 14px/18px "myriad-pro", sans-serif;
    text-shadow: 1px -2px 3px rgba(0,0,0,0.5);
    padding-left: 14px;
    margin-bottom: 4px;
}
.slider .slider-item .content_text .text.bullet p{
    font: normal 14px/18px "myriad-pro", sans-serif;
    text-shadow: 1px -2px 3px rgba(0,0,0,0.5);
    padding-left: 14px;
    background: transparent url(/images/home/bullet.png) no-repeat 0px 7px;
    margin-bottom: 18px;
    margin-left: 13px;
}
.slider .slider-item.item4 .content_text .text{
    padding-top: 20px;
}
.slider .slider-item.item1 .content_text .text.bullet p{
    margin-bottom: 5px;
}
.signupsliderbtn{
    color: #fff;
    background: #c51075;
    width: 121px;
    margin-top: 21px;
    margin-left: 11px;
    position: relative;
    right: -2px;
    text-align: center;
    height: 32px;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    display: block;
    font: normal 16px/32px  "myriad-pro", sans-serif;
}
.signupsliderbtn:after{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 30px;
    width: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: width 0.5s;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
}
.signupsliderbtn:hover:after{
    width:121px;
}
.signupsliderbtn:before{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 119px;
    height: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: height 0.5s;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
}
.signupsliderbtn:hover:before{
    height: 32px;
}
.signupsliderbtn:hover{
    background: transparent;
    color: #fff;
}
.slider .slider-item.active{
    z-index: 5;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s;
}
.slider .slider-item{
    opacity: 0;
    filter: alpha(opacity=0);
}
.slider .slider-item.item1 .content_text .text{
    padding-top: 15px;
}
.slider .slider-item.item1 .content_text .text h2{

    padding-bottom: 23px;
}
.slider .slider-item.item2 .content_text .text{
    padding-top: 40px;
}
.slider .slider-item.item2 .content_text .text h2{

    padding-bottom: 23px;
}
.slider .slider-item.item2 .content_text .text p{
    margin-bottom: 5px;
}
.slider .slider-item.item2 .content_text .text a{
    margin-top: 27px;
    width: 102px;
}
.slider .slider-item.item2 .content_text .text a:hover:after{
    width:102px;
}
.slider .slider-item.item2 .content_text .text a:before{
    width: 100px;
}
.slider .slider-item.item3 .content_text .text{
    position: relative;
    right: -40px;
    width: 384px;
    padding-top: 45px;
}
.slider .slider-item.item3 .content_text .text h1{
    padding-bottom: 30px;
}
.slider .slider-item.item3 .content_text .text p{
    padding-left:12px; 
    background: transparent url(/images/home/bullet.png) no-repeat 0px 9px;
    margin-bottom: 11px;
}
.slider .slider-item.item4 .content_text .text p{
    margin-bottom: 11px;
}
.pager .left div{
    width: 12px;
    height: 12px;
    background: #7e0f48 url(/images/home/pager.png) no-repeat 0 -38px;
    float: left;
    margin-right: 9px;
    cursor: pointer;
}
.pager .left div.active{
    background: #7e0f48 url(/images/home/pager.png) no-repeat 0 0px;
}
.slider{
    position: relative;
}
.slider .pager{
    position: absolute;
    width: 100%;
    bottom: 15px;
    z-index: 20;
}
.slider .pager .left{
    width: 332px;
    float: right;
}
.slider .slider-item.item1 .content_text .text a{
    margin-top: 15px;
}
.arrows .center{
    position: relative;
}
.arrow{
    position: absolute;
    left: -50px;
    top: -187px;
    width: 15px;
    height: 80px;
    background: transparent url(/images/home/arrows.png) no-repeat 0 0;
    z-index: 10;
    cursor: pointer;
}
.arrow:hover{
    background-position: 0px -121px ;
}
.arrow.next{
    left: auto;
    right: -50px;
    background-position: -81px 0;
}
.arrow.next:hover{
    background-position: -81px -121px ;
}
#sign_up,
#youtube-iframe{
    display: none;
}
#youtube-iframe2{
    display: none;
}
#cboxLoadedContent #sign_up,
#cboxLoadedContent #youtube-iframe,
#cboxLoadedContent #youtube-iframe2{
    display: block;
    text-align: center;
}
#cboxLoadedContent #youtube-iframe2 a,
#cboxLoadedContent #youtube-iframe a{
    position: relative;
    top: 5px;
}
.new_login-panel_container{
    display: none;
    /*display: block;*/
    position: absolute;
    right: 10px;
    top: 90px;
    z-index: 10;
    border: none;
    outline: none;
    background: #fff;
    text-align: center;
    padding-bottom: 0x;
    width: 430px;
    height: 279px;
    background: transparent url(/images/home/login_popup.png) no-repeat 0 0;
    z-index: 60;
}

.new_login-panel_container .close_login{
    position: absolute;
    top: 19px;
    right: 11px;
    background: transparent url(/images/home/close_login.png) no-repeat 0 0;
    display: block;
    width: 9px;
    height: 9px;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); /* IE 9 */
    -webkit-transform:rotate(0deg);
}
.new_login-panel_container .close_login:hover{
    background: transparent url(/images/home/close_login_hover.png) no-repeat 0 0;
    transform:rotate(360deg);
    -ms-transform:rotate(360deg); /* IE 9 */
    -webkit-transform:rotate(360deg);
}
.wrapper.center{
    position: relative;
}
.new_login-panel_container .selectText{
    font: bold 15px Arial, sans-serif;
    color: #7A1243;
    text-transform: uppercase;
    padding-top: 5px;
}
.company{
    overflow: hidden;
    text-align: center;
    /*padding: 15px 0 10px;*/
}
.company a{
    display: inline-block;
    padding: 5px 10px;
    font: bold 13px Arial, sans-serif;
    color: #fff;
    background-color: #c51075;
    border-bottom:2px solid #7A1243;
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none;
}

.company div{
    display: inline-block;
    padding: 6px;
    font: bold 15px Arial, sans-serif;
    color: #7A1243;
    text-transform: uppercase;
    position: relative;
    top: 3px;
}
.new_login-panel_container > div{
    width: 50%;
    display: block;
    float: left;
}
.new_login-panel_container > div h2{
    font: normal 16px "myriad-pro", sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 113px;
    padding-bottom: 3px;
}
.new_login-panel_container > div  input[type="text"],
.new_login-panel_container > div  input[type="password"]{
    border: 1px solid #cccccc;
    display: block;
    margin:  0 auto;
    width: 153px;
    height: 22px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 4px;
}
.new_login-panel_container > div .login{
    background-color: #850746;
    display: block;
    width: 85px;
    height: 24px;
    font: normal 16px/22px "myriad-pro", sans-serif;
    color: #fff;
    text-decoration: none;
    margin-top: 7px;
    margin-left: 65px;
    border: none;
    outline: none;
    appearance: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;

}
.new_login-panel_container > div .login:hover{
    position: relative;
    border: 1px solid #850746;
    top: -1px;
    left: -1px;
    background-color: #fff;
    color: #850746;
}
.new_login-panel_container > div.candidate .login{
    background-color: #076493;
}
.new_login-panel_container > div.candidate .login:hover{
    border: 1px solid #076493;
    background-color: #fff;
    color: #076493;
}
.new_login-panel_container input[type="checkbox"]{

}
.new_login-panel_container input[type="checkbox"] {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

.new_login-panel_container input[type="checkbox"] + label {
    padding-left: 20px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 16px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(/images/home/checkbox.png);
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    font: normal 12px/12px "myriad-pro", sans-serif;
    color: #595959;
    width: 75px;
    margin: 0 auto;
    clear: both;
    position: relative;
    padding-top: 16px;
    /*top: 16px;*/
    z-index: 30;
}

.new_login-panel_container input[type="checkbox"]:checked + label {
    background-position: 0 -18px;
}
.not_win .new_login-panel_container > div h2 {
    padding-top: 120px!important;
}

#fgt_pswrd{
    font: normal 12px/12px "myriad-pro", sans-serif;
    color:#7A1243;;
    text-decoration: none;
    position: relative;
    transition: color 1s;
    -o-transition: color 1s;
    -ms-transition: color 1s;
    -moz-transition: color 1s;
    -webkit-transition: color 1s;
    padding-top: 0px;
    display: inline-block;
}
#fgt_pswrd:after {
    content: " ";
    position: absolute;
    background-color: rgb(153, 153, 153);
    height: 1px;
    width: 0px;
    display: block;
    bottom: -1px;
    left: 0px;
    transition: width .5s;
    -o-transition: width .5s;
    -ms-transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
}
#fgt_pswrd:hover{
    color: rgb(153, 153, 153);
}
#fgt_pswrd:hover:after{
    width: 100%;
}
.sign_up_colorbox #cboxBottomLeft,
.sign_up_colorbox #cboxBottomCenter,
.sign_up_colorbox #cboxBottomRight,
.sign_up_colorbox #cboxMiddleRight,
.sign_up_colorbox #cboxMiddleLeft,
.sign_up_colorbox #cboxTopLeft,
.sign_up_colorbox #cboxTopCenter,
.sign_up_colorbox #cboxTopRight{
    display: none!important;
}
.sign_up_colorbox #cboxContent{
    border: 1px solid #7A1243;
}
.sign_up_colorbox #cboxLoadedContent,
.sign_up_colorbox #cboxContent{
    width: 468px!important;
    height: 568px!important;
    margin: 0;
}
#sign_up .header{
    height: 79px;
    background: #fff;
}
h1.popupTitle{
    font: normal 31px "myriad-pro", sans-serif;
    color: #363637;
    padding-top: 3px;
}
h2.subPopupTitle{
    font: normal 14px "myriad-pro", sans-serif;
    color: #6c6d70;
    padding-top: 3px;
}
.popupContant{
    width: 100%;
    background: #eaeaea url(/images/home/pop_up.png) no-repeat 0px 0px;
    height: 489px;
}
.popupText{
    width: 234px;
    float: left;
    padding-top: 165px;
    overflow: hidden;
    position: relative;
    height: 323px;
}
.popupText h3{
    color: #363637;
    font: normal 20px "myriad-pro", sans-serif;
    text-align: center;
    text-indent: -7px;
    padding-bottom: 10px
}
.popupText p{
    font: normal 14px "myriad-pro", sans-serif;
    color: #363637;
    padding-left: 40px;
    background: transparent url(/images/home/pink_bull.png) no-repeat 29px 8px;
    text-align: left;
    margin-bottom: 18px;
}
.popupCandidateText.popupText h3{
    text-indent: 2px;
}
.popupCandidateText.popupText p{
    font: normal 14px "myriad-pro", sans-serif;
    color: #363637;
    padding-left: 41px;
    background: transparent url(/images/home/blue_bull.png) no-repeat 35px 8px;
    padding-left: 46px;
}
.bottom_links{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 233px;
    height: 67px;
    background: rgb(218,25,156); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(218,25,156,1) 0%, rgba(168,1,96,1) 60%, rgba(168,1,96,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(218,25,156,1)), color-stop(60%,rgba(168,1,96,1)), color-stop(100%,rgba(168,1,96,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(218,25,156,1) 0%,rgba(168,1,96,1) 60%,rgba(168,1,96,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(218,25,156,1) 0%,rgba(168,1,96,1) 60%,rgba(168,1,96,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(218,25,156,1) 0%,rgba(168,1,96,1) 60%,rgba(168,1,96,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(218,25,156,1) 0%,rgba(168,1,96,1) 60%,rgba(168,1,96,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da199c', endColorstr='#a80160',GradientType=1 ); /* IE6-9 */

}
.bottom_links a{
    background-color: #850746;
    display: block;
    width: 102px;
    height: 29px;
    font: normal 18px/29px "myriad-pro", sans-serif;
    color: #fff;
    text-decoration: none;
    margin-top: 18px;
    margin-left: 65px;
    position: relative;
}
.bottom_links a:after{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-top: 1px solid #c51075;
    border-bottom: 1px solid #c51075;
    height: 27px;
    width: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: width 1s;
    -o-transition: width 1s;
    -ms-transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
}
.bottom_links a:hover:after{
    width:102px;
}
.bottom_links a:before{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-left: 1px solid #c51075;
    border-right: 1px solid #c51075;
    width: 100px;
    height: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: height 1s;
    -o-transition: height 1s;
    -ms-transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
}
.bottom_links a:hover:before{
    height: 29px;
}
.bottom_links a:hover{
    background: #fff;
    color: #c51075;
}
.popupCandidateText.popupText .bottom_links{
    background: rgb(0,184,230); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,184,230,1) 0%, rgba(0,130,178,1) 59%, rgba(0,130,178,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,184,230,1)), color-stop(59%,rgba(0,130,178,1)), color-stop(100%,rgba(0,130,178,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,184,230,1) 0%,rgba(0,130,178,1) 59%,rgba(0,130,178,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,184,230,1) 0%,rgba(0,130,178,1) 59%,rgba(0,130,178,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,184,230,1) 0%,rgba(0,130,178,1) 59%,rgba(0,130,178,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,184,230,1) 0%,rgba(0,130,178,1) 59%,rgba(0,130,178,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8e6', endColorstr='#0082b2',GradientType=1 ); /* IE6-9 */
    left: auto;
    right: 0px;
}
.popupCandidateText.popupText .bottom_links a{
    background-color: #076493;
}
.popupCandidateText.popupText .bottom_links a:hover{
    background-color: #fff;
    color: #076493;
}
.popupCandidateText.popupText .bottom_links a:after,
.popupCandidateText.popupText .bottom_links a:before{
    border-color: #076493!important;
}
.sign_up_colorbox #cboxClose{
    background: transparent url(/images/home/close.png) no-repeat 0 0;
    height: 13px;
    width: 13px;
    top: 10px;
    right: 10px;
    left: auto;
    bottom: auto;
    display: block;
    border: none;
    outline: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); /* IE 9 */
    -webkit-transform:rotate(0deg);
}

.sign_up_colorbox #cboxClose:hover{
    background: transparent url(/images/home/close_hover.png) no-repeat 0 0;
    transform:rotate(360deg);
    -ms-transform:rotate(360deg); /* IE 9 */
    -webkit-transform:rotate(360deg);
}
.pink_link{
    text-decoration: none;
    color: #7d0f47;
    font: normal 12px/20px "myriad-pro", sans-serif;
}
.blocks{
    padding-top: 15px;
    padding-bottom: 26px;
}
.blocks .center{
    overflow: hidden;
}
.blocks .block{
    padding-right: 19px;
    width: 225px;
    float: left;
    min-height: 433px;
    position: relative;
}
.blocks .block.last{
    padding-right: 0px;
}
.blocks .block .title{
    color: #7d0f47;
    font: bold 16px/20px "myriad-pro", sans-serif;
    height: 55px;
}
.blocks .block .body{
    color: #545454;
    font: normal 12px/20px "myriad-pro", sans-serif;
    letter-spacing: -0.2px;
}
.blocks .block img{
    margin-bottom: 16px;
}
.read_more{
    display: block;
    color: #fff;
    width: 82px;
    height: 32px;
    font: normal 14px/30px "myriad-pro", sans-serif;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    background-color: #c51075;
    text-decoration: none;
    left: 0px;
    bottom: 0px;
}
.read_more:after{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-top: 1px solid #c51075;
    border-bottom: 1px solid #c51075;
    height: 28px;
    width: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: width 1s;
    -o-transition: width 1s;
    -ms-transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
}
.read_more:hover:after{
    width:82px;
}
.read_more:before{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-left: 1px solid #c51075;
    border-right: 1px solid #c51075;
    width: 80px;
    height: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: height 1s;
    -o-transition: height 1s;
    -ms-transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
}
.read_more:hover:before{
    height: 30px;
}
.read_more:hover{
    background: #fff;
    color: #c51075;
}
.blocks .block.last .body{
    margin-top: -8px;
    margin-bottom: 11px;
}
.content_video{
    border-top: 1px solid #dedede;
}
.content_video .title_video{
    text-align: center;
    color: #3e3e3e;
    font: normal 19px "myriad-pro", sans-serif;
    padding-top: 13px;
    letter-spacing: -0.5px;
    padding-bottom: 15px;
}
.content_video .title_video h3{
    display: inline;
    font-weight: bold;
}
.video_body{
    width: 620px;
    margin: 0 auto;
    position: relative;
}
.video_link{
    display: block;
    width: 120px;
    height: 35px;
    background-color: #c51075;
    font: normal 16px/35px "myriad-pro", sans-serif;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 202px;
    left: 249px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
}
.video_link:before{
    background: transparent url(/images/home/but_arrow.png) no-repeat center center;
    height: 35px;
    width: 34px;
    content: " ";
    display: inline-block;
    float: left;
    margin-right: -7px;
    transition: width 1s;
    -o-transition: width 1s;
    -ms-transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
}
.video_link:hover:before{
    width: 100%;
    margin-right: 2px;
}
.hire{
    width: 100%;
    height: 384px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f0f0f0;
    margin-top: 8px;
}
.hire .title_hire{
    color: #7f1048;
    font: normal 26px "myriad-pro", sans-serif;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 3px;
}
.hire .ef{
    color: #666666;
    font: normal 13px/18px "myriad-pro", sans-serif;
    text-align: center;
    padding-bottom: 25px;
}
.hire img{
    display: block;
    margin: 0 auto -4px;
}
.hire_blocks{
    overflow: hidden;
}
.hire_block{
    width: 240px;
    float: left;
}
.hire_block h4{
    color: #7f1048;
    font: normal 16px/24px "myriad-pro", sans-serif;
    text-align: center;
    padding-bottom: 0px;
}
.hire_block h4 span{
    color: #918D8D;
    font: normal 11px/24px "myriad-pro", sans-serif;
    text-align: center;
    padding-right: 8px;
    position: relative;
    top: -1px;
}
.hire_block p{
    color: #6e6e6e;
    font: normal 12px/16px "myriad-pro", sans-serif;
    text-align: center;
}

.sign_up{
    display: block;
    width: 108px;
    height: 32px;
    background-color: #c51075;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font: normal 16px/32px "myriad-pro", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin: 0 auto 7px;
}
.sign_up:after{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-top: 1px solid #c51075;
    border-bottom: 1px solid #c51075;
    height: 30px;
    width: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: width 1s;
    -o-transition: width 1s;
    -ms-transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
}
.sign_up:hover:after{
    width:108px;
}
.sign_up:before{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-left: 1px solid #c51075;
    border-right: 1px solid #c51075;
    width: 106px;
    height: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: height 1s;
    -o-transition: height 1s;
    -ms-transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
}
.sign_up:hover:before{
    height: 32px;
}
.sign_up:hover{
    background: #f0f0f0;
    color: #c51075;
}
.hire_links{
    clear: both;
    text-align: center;
    padding-top: 29px;
}
.normal_link{
    color: #124e8d;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font: normal 13px "myriad-pro", sans-serif;

}
.normal_link:after{
    content: " ";
    position: absolute;
    background-color: #124e8d;
    height: 1px;
    width: 100%;
    display: block;
    bottom: 0px;
    left: 0px;
    transition: width .5s;
    -o-transition: width .5s;
    -ms-transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
}
.normal_link:hover:after{
    width: 0;
}
.bottom{
    padding-top: 32px;
}
.testimonialText{
    width: 270px;
    margin-right: 50px;
    position: relative;
    float: left;
}
.testimonialText .title{
    font: bold 18px/20px "myriad-pro", sans-serif;
    color: #4c4c4c;
    text-transform: uppercase;
    padding-bottom: 16px;
    padding-left: 1px;
}
.testimonialText ul{
    width: 270px;
    height: 235px;
    display: block;
    overflow: hidden;
    position: relative;
}
.testimonialText ul li{
    width: 270px;
    height: 235px;
    overflow: hidden;
    background: #fff url(/images/home/testimonials.png) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;/*
    transform:skew(10deg,10deg);
    -o-transform:skew(10deg,10deg);
    -ms-transform:skew(10deg,10deg);
    -moz-transform:skew(10deg,10deg);
    -webkit-transform:skew(10deg,10deg);*/
}
.testimonialText ul li .name{
    font: italic 15px/18px "myriad-pro", sans-serif;
    font-weight: bold;
    color: #393939;
    display: block;
    position: absolute;
    bottom: 13px;
    left: 10px;
}
.testimonialText ul li p{
    color: #3f0b3c;
    font: italic 15px/18px "myriad-pro", sans-serif;
    padding-left: 20px;
    padding-top: 21px;
    width: 233px;
    max-height: 145px;
    overflow: hidden;
}
.testimonialText ul li.active{
    z-index: 5;/*
    transform:skew(0deg,0deg);
    -o-transform:skew(0deg,0deg);
    -ms-transform:skew(0deg,0deg);
    -moz-transform:skew(0deg,0deg);
    -webkit-transform:skew(0deg,0deg);*/
}
.testimonialText .read-more {
    display: block;
    color: #fff;
    width: 82px;
    height: 32px;
    font: normal 14px/30px "myriad-pro", sans-serif;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #c51075;
    text-decoration: none;
    position: absolute;
    z-index: 12;
    margin-top: -40px;
    margin-left: 187px;
} 

.testimonialText .read-more:after{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-top: 1px solid #c51075;
    border-bottom: 1px solid #c51075;
    height: 30px;
    width: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: width 1s;
    -o-transition: width 1s;
    -ms-transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
}
.testimonialText .read-more:hover:after{
    width:82px;
}
.testimonialText .read-more:before{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-left: 1px solid #c51075;
    border-right: 1px solid #c51075;
    width: 81px;
    height: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: height 1s;
    -o-transition: height 1s;
    -ms-transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
}
.testimonialText .read-more:hover:before{
    height: 32px;
}
.testimonialText .read-more:hover{
    background: #f0f0f0;
    color: #c51075;
}

.pager_test{
    float: right;
    min-height: 15px;
    position: absolute;
    right: 23px;
    bottom: 8px;
    z-index: 30;
}
.pager_test div{
    background: transparent url(/images/home/tes_bullet.png) no-repeat 0 0px;
    width: 8px;
    height: 8px;
    float: left;
    cursor: pointer;
    margin-left: 5px;
}
.pager_test div.active{
    background: transparent url(/images/home/tes_bullet.png) no-repeat 0 -32px;
}
.test-area{
    width: 380px;
    float: left;
    overflow: hidden;
}
.test-area .title{
    font: bold 18px/20px "myriad-pro", sans-serif;
    color: #4c4c4c;
    text-transform: uppercase;
    padding-bottom: 26px;
    padding-left: 17px;
}
.rating{
    width: 123px;
    float: left;
    overflow: hidden;
}
.rating > span{
    font: normal 12px/16px "myriad-pro", sans-serif;
    color: #989898;
    display: block;
    margin-top: 8px;
    padding-left: 10px;
}
.rating span span{
    font: normal 12px/16px "myriad-pro", sans-serif;
    color: #383838;
}
.rat{
    margin-top: 6px;
    margin-left: 10px;
}
.rating span a{
    font: normal 12px/16px "myriad-pro", sans-serif;
    color: #73113c;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.test_entry{
    float: left;
    width: 255px;
}
.test_entry h4 {
    margin-top: -6px;
    margin-bottom: 8px;
}
.test_entry h4 a{
    font: normal 20px "myriad-pro", sans-serif;
    color: #73113c;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.rating span a:after,
.test_entry h4 a:after{
    content: " ";
    position: absolute;
    background-color: #73113c;
    height: 1px;
    width: 0%;
    display: block;
    bottom: 1px;
    left: 0px;
    transition: width .5s;
    -o-transition: width .5s;
    -ms-transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
}
.rating span a:hover:after,
.test_entry h4 a:hover:after{
    width: 100%;
}
.test_entry p{
    font: normal 12px/16px "myriad-pro", sans-serif;
    color: #464646;
    margin-bottom: 14px;
}
.tag{
    font: normal 12px "myriad-pro", sans-serif;
    color: #000;
    margin-bottom: 4px;
    display: block;
}
.test_entry .tag + p {
    margin-bottom: 11px;
}
.tag-area p a{
    font: normal 12px/16px "myriad-pro", sans-serif;
    color: #386c9f;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
}
.tag-area p a:after{
    content: " ";
    position: absolute;
    background-color: #386c9f;
    height: 1px;
    width: 0%;
    display: block;
    bottom: 1px;
    left: 0px;
    transition: width .5s;
    -o-transition: width .5s;
    -ms-transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
}
.tag-area p a:hover:after{
    width: 100%;
}
.add-fav-indexpage{
    display: block;
    width: 92px;
    height: 20px;
    background-color: #4977a8;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font: bold 10px/20px "myriad-pro", sans-serif;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    position: relative;
    display: none;
}
.add-fav-indexpage:after{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-top: 1px solid #4977a8;
    border-bottom: 1px solid #4977a8;
    height: 18px;
    width: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: width 1s;
    -o-transition: width 1s;
    -ms-transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
}
.add-fav-indexpage:hover:after{
    width:92px;
}
.add-fav-indexpage:before{
    content: " ";
    position: absolute;
    background-color: transparent;
    border-left: 1px solid #4977a8;
    border-right: 1px solid #4977a8;
    width: 90px;
    height: 0px;
    display: block;
    top: 0px;
    left: 0px;
    transition: height 1s;
    -o-transition: height 1s;
    -ms-transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
}
.add-fav-indexpage:hover:before{
    height: 20px;
}
.add-fav-indexpage:hover{
    background: #fff;
    color: #4977a8;
}
.free-test{
    width: 234px;
    float: right;
}
.free-test .title{
    font: bold 18px/20px "myriad-pro", sans-serif;
    color: #4c4c4c;
    text-transform: uppercase;
    padding-bottom: 16px;
    padding-left: 1px;
}
.video_cont{
    width: 232px;
    height: 190px;
    background-color: #f6f6f6; 
    border: 1px solid #e1e1e1;
}
.video_cont a{
    display: block;
    margin: 40px 0 0 20px;
    /*margin: 20px 0 0 20px;*/
    width: 193px;
}
.video_cont p{
    padding-left: 20px;
    font: normal 14px/18px "myriad-pro", sans-serif;
    color: #464646;
    margin-top: 10px;
}
.bottom{
    padding-bottom: 16px;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}
.footer{
    width: 100%;
    height: 40px;
    background-color: #f6f6f6;
}
.footer-content > p{
    font: normal 13px/20px "myriad-pro";
    float: left;
    color: #626262;
    padding-top: 10px;
}
.footer_menu{
    float: left;
    overflow: hidden;
    margin-left: 131px;
    padding-top: 10px;
}
.footer_menu li{
    float: left;
    margin-right: 4px;
}
.footer_menu li:after{
    content: url(/images/home/border.png);
    display: block;
    float: left;
    margin-top: 4px;
}
.footer_menu li.last{
    margin-right: 0px;
}
.footer_menu li.last:after{
    display: none;
}
.footer_menu li a{
    font: normal 13px/20px "myriad-pro";
    text-decoration: none;
    color: #656668;
    position: relative;
    display: block;
    margin-right: 5px;
    float: left;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.footer_menu li a:hover{
    color: #CFCFCF;
}
.footer_menu li a:after {
    content: " ";
    position: absolute;
    background-color: #CFCFCF;
    height: 1px;
    width: 0;
    display: block;
    bottom: 0px;
    left: 0px;
    transition: width .5s;
    -o-transition: width .5s;
    -ms-transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
}
.footer_menu li a:hover:after{
    width: 100%;
}
.social{
    float: right;
    margin-top: 11px;
    margin-right: -2px;
}
.social a img{
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.social a:hover img{
    transform: rotate(-4deg) scale(1.5, 1.5);
    -webkit-transform: rotate(-4deg) scale(1.5, 1.5);
    -moz-transform: rotate(-4deg) scale(1.5, 1.5);
    -o-transform: rotate(-4deg) scale(1.5, 1.5);
    -ms-transform: rotate(-4deg) scale(1.5, 1.5);
}
body{
    /*padding-bottom: 100px;*/
}
@media all and (max-width: 1300px){
    .slider .slider-item img{
        left: -230px!important;
    }
    .popupText {
        width: 234px;
        float: left;
        padding-top: 180px!important;
        overflow: hidden;
        position: relative;
        height: 309px!important;
    }
}

.myDashboardContainer{
    height:33px;
    width:148px;
    overflow: hidden;
    text-align: center;
    float:right;
    margin-left: 781px;
    position: absolute;
    margin-top: 35px;
}

.myDashboard {
    font-size: 18px;
    color:#FFFFFF;
    font-family: Arial;
    text-decoration: none;
    padding-top:7px;
    display: block !important;
    width: 149px !important;
    height: 33px !important;
    margin-left: 0px;
    background: #c51075;
}
.myDashboard:hover{
    color:#FFFFFF;
}
.footer .footer-content .social a{
    display: inline-block;
    width: 23px; 
    height: 23px;
    background: url(../../images/home/social_links_home.jpg) no-repeat;
}
.footer .footer-content .social a:hover{
    transform: rotate(-4deg) scale(1.5, 1.5);
    -webkit-transform: rotate(-4deg) scale(1.5, 1.5);
    -moz-transform: rotate(-4deg) scale(1.5, 1.5);
    -o-transform: rotate(-4deg) scale(1.5, 1.5);
    -ms-transform: rotate(-4deg) scale(1.5, 1.5);
}
.footer .footer-content .social a.YouTube{
    background-position: -1px 0px;
}
.footer .footer-content .social a.Google{
    background-position: -25px 0px;
}
.footer .footer-content .social a.Twitter{
    background-position: -48px 0px;
}
.footer .footer-content .social a.LinkedIn{
    background-position: -73px 0px;
}
.footer .footer-content .social a.Facebook{
    background-position: -97px 0px;
}

