*{
    padding: 0;
    margin: 0;
}
.row{
    margin: 0 auto;
    width: 1170px;
}
body,html{
    min-width: 1170px;
}
body{
	margin-top: 105px;
}
.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{
    max-height: 100%;
}
input[type="text"]{
    box-shadow: 0px 1px 0px 0.00px rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 10px;
    height: 47px;
    width: 644px;
    background-color: rgba(0, 0, 0, 0.06);
    padding-left: 20px;
    vertical-align: middle;
    margin-right: 30px;
}
input[type="submit"]{
    box-shadow: 0px 2px 0px 0.00px #7049a7;
    width: 246px;
    height: 47px;
    border-radius: 10px;
    background:#9568d1 linear-gradient(0deg, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.2) 100%);
    border: none;
    color: #ffffff;
    font: 700 30px / 45px RB;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 30px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
input[type="submit"]:hover{
    color: #524641;
    text-shadow: 2px 2px 0px #fff;
    background-color: #51bad7;
    box-shadow: 0px 2px 0px 0.00px #2d7284;
}

input[type="button"]{
    box-shadow: 0px 2px 0px 0.00px #7049a7;
    width: 246px;
    height: 47px;
    border-radius: 10px;
    background:#9568d1 linear-gradient(0deg, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.2) 100%);
    border: none;
    color: #ffffff;
    font: 700 30px / 45px RB;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 30px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
input[type="button"]:hover{
    color: #524641;
    text-shadow: 2px 2px 0px #fff;
    background-color: #51bad7;
    box-shadow: 0px 2px 0px 0.00px #2d7284;
}


input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; }
::-webkit-input-placeholder { 
    color: #666aa6;
}
:-moz-placeholder { 
   color:    #666aa6;
   opacity:  1;
}
::-moz-placeholder {
    color:    #666aa6;
   opacity:  1;
}
:-ms-input-placeholder {
    color:    #666aa6;
}
input::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease;}
input::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease;}
input:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease;}
input:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease;}
input:focus::-webkit-input-placeholder {text-indent: 700px; transition: text-indent 0.3s ease;}
input:focus::-moz-placeholder          {text-indent: 700px; transition: text-indent 0.3s ease;}
input:focus:-moz-placeholder           {text-indent: 700px; transition: text-indent 0.3s ease;}
input:focus:-ms-input-placeholder      {text-indent: 700px; transition: text-indent 0.3s ease;}
h2{
    color: #456a90;
    font: 900 45px / 45px RBlack;
    text-align: center;
    margin-top: 49px;
    position: relative;
    margin-bottom: 15px;
}
h2:before{
    content: '';
    position: absolute;
    bottom: -10px;
    background: url(images/h2.png) no-repeat;
    left: 50%;
    margin-left: -18.5px;
    width: 37px;
    height: 7px;
}
header{
	position: fixed;
	width: 100%;
	z-index: 9;
	background: #fff;
	//height: 85px;
	top: 0px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
//#header_2{display:none;}

header{
    //height: 73px;
    box-shadow: 0px 2px 4px 0.00px rgba(0, 0, 0, 0.18);
}
header img{
    margin-top: 13px;
}
header p{
    float: right;
    color: #5988a5;
    font: 500 18px / 24px RB;
    //border-bottom: 1px dashed #5988a5;
    ;position: relative;
    margin-top: 23px;
}
header p.bg:before{
    content: '';
    position: absolute;
    left: -35px;
    top: 6px;
    background: url(images/ico-mail.png) no-repeat;
    width: 23px;
    height: 16px;
}
header .row,
#scr-1 .row,
#scr-3 .row{
    padding: 0 15px;
}

header.sticky {
        position: fixed;
       // font-size: 24px;
        line-height: 48px;
        height: 48px; 
        width: 100%;
        //background: #efc47D;
        background: #fff;
        text-align: left;
        //padding-left: 20px;
}
.uis-new-header-top {
    padding: 5px 0 0;
    border-top: 1px solid #d0d0d0;
    background-color: #fff;
}
.uis-new-header-top__nav {
    float: left;
    margin-left: 49px;

}
.uis-new-header-top__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.uis-new-header-top__nav>ul>li {
	display: inline-block;
	margin-right: 35px;
	vertical-align: top;
	font-size: 14px;
	line-height: 23px;
	margin-top: -6px;
	font-family: RM;
}
.uis-new-header-top__nav>ul>li>a {
    display: inline-block;
    padding-bottom: 3px;
    border-top: 1px solid transparent;
    font-weight: 300;
    //color: #1d334a;
    color: #446990;    
    text-decoration: none;
    padding-top: 2px;
}
.uis-new-header-top__nav>ul>li>a:hover{border-color:#00a8ec}


ul.myUL {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.myUL>li {
	display: inline-block;
	margin-right: 35px;
	vertical-align: top;
	font-size: 14px;
	line-height: 23px;
	margin-top: -6px;
	font-family: RM;
}
/*
ul.myUL>li>a {
    display: inline-block;
    padding-bottom: 3px;
    border-top: 1px solid transparent;
    font-weight: 300;
    //color: #1d334a;
    color: #446990;    
    text-decoration: none;
    padding-top: 1px;
}
*/
ul.myUL>li>a {
	display: inline-block;

	padding-bottom: 13px;

	border-bottom: 2px solid transparent;

	font-weight: 300;

	//color: #1d334a;

	color: #446990;

	text-decoration: none;

	padding-top: 4px;
}
ul.myUL>li>a:hover{border-color:#00a8ec}


#scr-4 {

}

#scr-1{
    background: url(images/bg-1.jpg) no-repeat center;
    height: 700px;
    position: relative;
    z-index: 0;
   // margin-top:85px;
}
#scr-1 p{
    color: #ffffff;
    font: 700 18px / 16px RB;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
    margin-top: 460px;
}
#scr-1 .row{
    background: url(images/bg-1-row.png) no-repeat center top 40px;
    padding-left: 435px;
}
#scr-1 h1{
    box-shadow: 0px 1px 3px 0.00px rgba(69, 106, 144, 0.45);
    width: 600px;
    height: 78px;
    background-color: #f7fcfc;
    color: rgba(93, 194, 195, 0.8);
    font: 900 65px / 70px RBlack;
    text-align: center;
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
    margin: 5px 0;
    position: relative;
    
}
#scr-1 h1 span{
    color:rgba(86, 157, 68, 0.8);
}
#scr-1 h4{
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
    color: #ffffff;
    font: 900 34px / 43px RBlack;
    margin-left: 94px;
}
#scr-1 h1:before{
    content: '';
    position: absolute;
    width: 564px;
    height: 302px;
    background: url(images/cloud.png);
    left:-135px;
    top: -120px;
    z-index: -1;
}
#cab{
    width: 169px;
    height: 31px;
    border: 2px solid #fff;
    border-radius: 7px;
    color: #ffffff;
    font: 500 18px / 28px RM;
    text-align: center;
    margin-top: 20px;
    float: right;
}
#cab2{
    width: 129px;
    height: 31px;
    border: 2px solid #fff;
    border-radius: 7px;
    color: #ffffff;
    font: 500 18px / 28px RM;
    text-align: center;
    margin-top: 20px;
    float: right;
}
#cab3{
    width: 229px;
    height: 31px;
    border: 2px solid #fff;
    border-radius: 7px;
    color: #ffffff;
    font: 500 18px / 28px RM;
    text-align: center;
    margin-top: 20px;
    float: right;
}
#cab4{
    width: 129px;
    height: 31px;
    border: 2px solid #fff;
    border-radius: 7px;
    color: #ffffff;
    font: 500 18px / 28px RM;
    text-align: center;
    margin-top: 20px;
    float: right;
}
#scr-1 span.my{
    color: #ffffff;
    font: 700 18px / 16px RB;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}
#scr-2{
    background-color: #51bad7;
    height: 327px;
     box-shadow:inset 0px 2px 5px 0 rgba(69, 106, 144, 0.45);
}
#scr-2 h3{
    color: #ffffff;
    font: 900 45px / 55px RBlack;
    margin-top: 40px;
}
#scr-2 p{
    color: #ffffff;
    font: 500 30px / 31px RM;
    text-align: justify;
}
#scr-2 .col-xs-4{
    height: 327px;
    background: url(images/bg-2.png) no-repeat center bottom;
}

#scr-3{
    text-align: center;
    position: relative;
}
#scr-3 h2{
    margin-bottom: 150px;
}
#scr-3 .buble{
    width: 200px;
    background-color: #e6e7e8;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    display: inline-block;
    margin: 50px 0 100px;
}
#scr-3 .buble:nth-of-type(2n+1){
    margin-right: 310px;
}
#scr-3 .buble:nth-of-type(2n){
    margin-left: 310px;
}
#scr-3 .buble:last-of-type{
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 150px;
}
#scr-3 p{
    color: #524641;
    font: 500 17px / 25px RM;
}
#scr-3 .circle{
    width: 81px;
    height: 81px;
    background-color: #9a857b;
    border-radius: 50%;
    border: 7px solid #f48366
}
#scr-3 .circle img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#scr-3 .buble:nth-of-type(2n+1) .circle{
    position: absolute;
    left: -40px;
    top: -50px;
}
#scr-3 .buble .circle{
    position: absolute;
    right: -40px;
    top: -50px;
}
#scr-3 h3{
    color: #524641;
    font: 700 30px / 20px RB;
    margin-bottom: 7px;
}
#scr-3 h3 span{
    font: 700 18px / 19px Raleway;
}
#scr-3 .row{
    background: url(images/bg-3-row.png) no-repeat center bottom;
}

#scr-4{
    height: 765px;
    background: url(images/bg-4.jpg) no-repeat center;
    text-align: center;
    padding:20px 0 0 0;
}
#scr-4 h2{
    color:#ffffff;
    margin: 35px 0;
}
#scr-4 h2:before{
    background: url(images/h2-bg-2.png) no-repeat;
}
#scr-4 .col-xs-4{
    height: 303px;
}
#scr-4 h3{
    color: #ffffff;
    position: relative;
    font: 900 20px / 24px RBlack;
    margin-bottom: 25px;
}
#scr-4 h3:before{
    background: url(images/h2-bg-2.png) no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10.5px;
    width: 21px;
    height: 7px;
}
#scr-4 p{
    color: #ffffff;
    font: 500 18px / 19px RM;
    margin-top: 15px;
}
#scr-4 .x1{
    padding-right: 50px;
}
#scr-4 .col-xs-4{
    position: relative;
}
#scr-4 .col-xs-4:not(:nth-of-type(3n)):before{
    content: '';
    width: 2px;
    height: 320px;
    position: absolute;
    right: 1px;
    top: 0;
    border-left: 1px dashed #fff;
}
#scr-4 .col-xs-4:first-of-type:after{
    content: '';
    height: 2px;
    width: 300%;
    position: absolute;
    left: 0px;
    bottom: 15px;
    border-bottom: 1px dashed #fff;
}

#scr-5{
    background: url(images/bg-5.jpg) no-repeat center;
    height: 1072px;
    text-align: center;
}
#scr-5 h2 span{
    color: #9f5f97;
    font: 900 45px / 12px RBlack;
}
#scr-5 .row{
    background: url(images/bg-5-row.png) no-repeat center bottom;
    height: 100%;
}
#scr-5 h3{
    color: #ffffff;
    font: 900 19px / 20px RBlack;
    margin-bottom: 10px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
#scr-5 p{
    color: #446a90;
    font: 500 17.5px / 20px RM;
}
#scr-5 .col-xs-4{
    height: 292px;
    background: url(images/5-cloud.png) no-repeat center;
    background-size: contain;
    padding-top: 40px;
}
#scr-5 .col-xs-4.z1{
    background-size: 310px;
    padding-top: 50px;
    padding-left: 20px;
    height: 272px;
}
#scr-5 .col-xs-3{
    height: 272px;
    background: url(images/5-cloud.png) no-repeat center;
    background-size: contain;
    padding-top: 50px;
}
#scr-5 .col-xs-4.z2{
    margin-right: 80px;
    margin-left: 160px;
}
#scr-5 .col-xs-4 span{
    color: #9f5f97;
}

#scr-6{
    background: url(images/bg-6.jpg) no-repeat center;
    height: 1281px;
    text-align: center;
    position: relative;
    z-index: 0;
}
#scr-6 h2{
    color: #ffffff;
    margin-bottom: 5px;
}
#scr-6 h2:before{
    background: url(images/h2-bg-2.png) no-repeat;
    bottom: -85px;
}
#scr-6 h3{
    color: #ffffff;
    font: 700 30px / 33px RB;
    margin-bottom: 45px;
}
#scr-6 .col-xs-4{
    height: 360px;
    margin-bottom: 15px;
}
#scr-6 .circle{
    height: 360px;
    width: 360px;
    border-radius: 50%;
    border: 10px solid #f7921e;
    box-shadow: inset 0 0 15px 5px rgba(38, 38, 38, 0.42);
    background-color: #fff;
    position: relative;
}
#scr-6 .circle.x1:before{
    content: '';
	width: 0;
	height: 0;
	border-bottom: 170px solid #f7921e; 
	border-left: 170px solid transparent;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}
#scr-6 .circle.x2{
    border-color: #fdc112;
}
#scr-6 .circle.x2:before{
    content: '';
	width: 0;
	height: 0;
	border-bottom: 170px solid #fdc112; 
	border-right: 170px solid transparent;
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: -1;
}
#scr-6 .circle.x3{
    border-color: #de3e18;
}
#scr-6 .circle.x3:before{
    content: '';
	width: 0;
	height: 0;
	border-top: 170px solid #de3e18; 
	border-left: 170px solid transparent;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: -1;
}
#scr-6 .circle.x4{
    border-color: #66acbb;
}
#scr-6 .circle.x4:before{
    content: '';
	width: 0;
	height: 0;
	border-top: 170px solid #66acbb; 
	border-right: 170px solid transparent;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}
#scr-6 h4{
    color: #524641;
    font: 900 20px / 20px RBlack;
    margin: 45px 0 20px;
}
#scr-6 p{
    color: #524641;
    font: 500 18px / 19px RM;
}
#scr-6 h5{
    color: #ffffff;
    font: 700 30px / 33px RB;
    margin:15px 0 34px;
}
#scr-6 form{
    height: 155px;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 54px;
}
#scr-6 form p{
    color: #666aa6;
    font: 400 14px / 35px RR;
    display: inline;
    border-bottom: 1px dotted #666aa6;
    cursor: pointer;
}

#scr-7 h3{
    color: #9f5f97;
    font: 900 30px / 30px RBlack;
    text-align: right;
    margin-bottom: 25px;
}
#scr-7 .col-xs-9{
    padding-left: 55px;
    margin-top: 35px;
}
#scr-7 p{
    color: #456a90;
    font: 500 20px / 30px RM;
    text-align: justify;
    position: relative;
    margin-bottom: 50px;
}
#scr-7 span{
    color: #9f5f97;
}
#scr-7 .bolder{
    color: #456a90;
    font: 700 20px / 30px RB;
}
#scr-7 .col-xs-3 img{
    margin-top: 100px;
}
#scr-7 p:before{
    content: '';
    width: 187px;
    height: 23px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -93.5px;
    background: url(images/Layer-18.png) no-repeat;
}
#scr-7 p:after{
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -18px;
    left:90px;
    margin-left: -93.5px;
    background-color: #94cff7;
}
#scr-7 ul > li{
    list-style: none;
    position: relative;
    margin-left: 30px;
    color: #456a90;
    font: 500 20px / 30px RM;
}
#scr-7 ul > li:before{
    content: '';
    width: 17px;
    height: 15px;
    background: url(images/check56.png) no-repeat;
    position: absolute;
    background-size: cover;
    left: -30px;
    top: 9px;
}
#scr-7 ol li{
    list-style: none;
    counter-increment: i;
}
#scr-7 ol li:before{
    content: counter(i) ". ";
    color: #9f5f97;
}
#scr-7 .row > h5{
    color: #456a90;
    font: 500 20px / 30px RM;
    text-align: center;
    margin: 31px 0 40px;
}
#scr-7 .row:nth-child(2){
    text-align: center;
}
#scr-7 .block{
    display: inline-block;
    width: 184px;
    height: 71px;
    border: 2px solid #777aad;
    border-radius: 4px;
    margin: 0 100px;
    position: relative;
}
#scr-7 .block h6{
    color: #a66c9e;
    font: 500 30px / 30px RM;
}
#scr-7 .block h5{
    color: #456a90;
    font: 700 30px / 30px RB;
}
#scr-7 .block:not(:last-of-type):before{
    content: '';
    width: 37px;
    height: 7px;
    background: url(images/h2.png) no-repeat;
    position: absolute;
    right: -124px;
    top: 49.5%;
}
#scr-7 .z2 h3{
    text-align: left;
}
#scr-7 .z2{
    padding-left: 15px;
}
#scr-7 .col-xs-12{
    color: #456a90;
    font: 500 20px / 30px RM;
    text-align: justify;
    margin: 25px 0 45px;
}
#scr-7 .y2{
    margin-top: 45px;
}
#scr-7 .y2:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    box-shadow: 1px 3px 5px 0.00px rgba(102, 172, 187, 0.35);
    left: 0;
    min-width: 1170px;
}

#scr-8{
    background-color: #51bad7;
    height: 649px;
    box-shadow:inset 1px 3px 4px 1px rgba(102, 172, 187, 0.75); 
}
#scr-8 h2{
    color: #fff;
}
#scr-8 h2:before{
    background: url(images/h2-bg-2.png) no-repeat;
}
#scr-8 .row{
    background: url(images/bg-8-row.png) no-repeat center bottom;
    height: 100%;
}
#scr-8 .col-xs-4:nth-of-type(2n) img{
    float: right;
    margin-left: 15px;
}
#scr-8 .col-xs-4:nth-of-type(2n+1) img{
    float: left;
    margin-right: 15px;
}
#scr-8 .h{
    height: 170px;
}
#scr-8 h3{
    color: #ffffff;
    font: 900 20px / 40px RBlack;
    margin-top: 10px;
}
#scr-8 .col-xs-4:nth-of-type(2n) h3{
    text-align: right;
}
#scr-8 p{
    color: #ffffff;
    font: 500 17px / 19px RM;
    text-align: justify;
    margin-top: 5px;
}

#scr-9{
    background: url(images/bg-9.jpg) no-repeat center bottom;
    height: 664px;
}
#scr-9 h2{
    margin-bottom: 5px;
}
#scr-9 h2 span{
    color: #9f5f97;
    
}
#scr-9 h2:before{
    bottom: -60px;
}
#scr-9 h3{
    color: #456a90;
    font: 700 30px / 33px RB;
    text-align: center;
}
#slider{
    text-align: center;
}
#scr-9 .block{
    width: 494px;
    height: 300px;
    background-color: #e6e7e8;
    border-radius: 7px;
    display: inline-block;
    margin: 35px;
    position: relative;
    padding-top: 45px;
    margin-bottom: 50px;
}
#scr-9 .block:first-of-type:before{
    content: '';
    width: 0;
	height: 0;
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-top: 47px solid #e6e7e8;
    position: absolute;
    bottom: -46px;
    left: 35px;
}
#scr-9 .block:last-of-type:before{
    content: '';
    width: 0;
	height: 0;
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-top: 47px solid #e6e7e8;
    position: absolute;
    bottom: -46px;
    right: 35px;
}
#scr-9 .l{
    width: 200px;
    float: left;
    position: relative;
}
#scr-9 .r{
    float: right;
    width: 274px;
    margin-right: 15px;
}
#scr-9 .l h3{
    color: #9f5f97;
    font: 700 16px / 20px RB;
    margin-top: 20px;
}
#scr-9 .l p{
    color: #7fa3c1;
    font: 500 16px / 20px RM;
}
#scr-9 .r p{
    color: #524641;
    font: 500 18px / 22px RM;
    text-align: justify;
    padding-right: 5px;
}
#scr-9 .scroll{
    overflow-y: scroll;
    margin-top: -25px;
    height: 260px;
    padding-bottom: 20px;
    
}
#scr-9 .scroll:before{
    content: '';
    width: 60px;
    height: 11px;
    background: url('images/arr-down.png') no-repeat top;
    background-size: contain;
    position: absolute;
    bottom: 3px;
    left: 310px;
}

#scr-9 .r span{
    color: #9f5f97;
}
#scr-9 .r span:last-of-type{
    color: #456a90;
}
#scr-9 .row{
    position: relative;
}
#prev{
    width: 50px;
    height: 375px;
    position: absolute;
    z-index: 9999;
    left: 0;
    cursor: pointer;
    background: url(images/arr-prev.png) no-repeat center;
}
#next{
    width: 50px;
    height: 375px;
    position: absolute;
    z-index: 9999;
    right: 0;
    cursor: pointer;
    background: url(images/arr-next.png) no-repeat center;
}
#scr-9 .l:before{
    content: '';
    width: 10px;
    height: 227px;
    background: url(images/Layer-44.png) no-repeat;
    position: absolute;
    right: 5px;
    top: -10px;
}

footer{
    /*height: 127px;*/
    height: 247px;
    background: url(images/bg-6.jpg) no-repeat center;
    box-shadow:inset 1px 3px 4px 1px rgba(0, 0, 0, 0.12); 
    padding-top: 35px;
}
footer p{
    color: #ffffff;
    font: 500 16px / 20px RM;
}
footer .col-xs-5 p{
    display: inline;
    float: right;
    border-bottom: 1px dashed #ffffff;
    position: relative;
    cursor: pointer;
}
footer .col-xs-5 p:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 17px;
    left: -35px;
    top: 2px;
    background: url(images/icon-1.png);
    background-size: contain; 
}
footer .col-xs-2 p{
    display: inline;
    float: right;
    border-bottom: 1px dashed #ffffff;
    position: relative;
    cursor: pointer;
}
footer .col-xs-2 p:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 17px;
    left: -35px;
    top: 2px;
    background: url(images/icon-1.png);
    background-size: contain; 
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
        -webkit-transition: 0.5s;
        -o-transition:0.5s ;
        transition: 0.5s;
}
.popup-thnx,
.popup{
	opacity: 0;
	position: fixed;
	visibility: hidden;
	z-index: 99999;
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
    -webkit-transition: 0.5s;
    -o-transition:0.5s ;
    transition: 0.5s;
    text-align: center;
    left: 50%;
    margin-left: -225px;
    top: 50% ;
    margin-top: -100px;
    width: 450px;
    height: 220px;
    background-color: rgba(0, 0, 0, 0.68);
    padding: 10px;
    box-shadow: 0 0 80px 0 #51bad7;
}
.close-pop{
    position: absolute;
    color:#51bad7;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.visible-pop{
    visibility: visible;
    opacity: 1;
}
.popup-thnx.anim{
    animation: pop 5s;
    animation-direction: alternate;
}
@-webkit-keyframes pop {
    from {  }
    to {box-shadow: 0 0 600px 0 #9568d1; }
}
@-o-keyframes pop {
    from {  }
    to {box-shadow: 0 0 600px 0 #9568d1; }
}
@-moz-keyframes pop {
    from {  }
    to {box-shadow: 0 0 600px 0 #9568d1; }
}
@keyframes pop {
    from { }
    to {box-shadow: 0 0 600px 0 #9568d1; }
}
.popup-thnx h4{
    color: #ffffff;
    font: 500 45px / 42px RB;
    margin-top: 30px;
    text-transform: uppercase;
}
.popup-thnx p{
    color: #ffffff;
    font: 300 25px / 27px RL;
    margin-top: 15px;
}

.popup{
    height: 600px;
    margin-top: -300px;
    width: 900px;
    margin-left: -450px;
    background-color: #fff;
}
.popup h4{
    color: #000;
    font: 500 35px / 42px RB;
    margin-top: 15px;
    text-transform: uppercase;
}
.popup p{
    color: #000;
    font: 300 16px / 22px RL;
    margin-top: 15px;
    text-align: justify;
    padding: 15px;
}
input.error:focus{
    border:2px solid red;
}



.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

a.myLink {
    display: inline;
    float: right;
    border-bottom: 1px dashed #ffffff;
    position: relative;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    color:#fff;    
    margin: 5px 0 0 0;    
}
a.myLink:hover { color:#fff; }
