@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto);
* {
    margin:0px;
    padding:0px;
    list-style:none;
    box-sizing:border-box;	
}
body {
    font-family: 'Roboto', sans-serif !important;
    font-size:13px;	
}
h1, h2, h3, h4, h5 {
    font-weight:normal;	
}
img {
    max-width:100%;
    border:none;	
}
a {
    color:#D5C7C8;
    text-decoration:none;	
}
a:hover {
    color:#FB0206;
    text-decoration:none !important;	
}
clear {
    clear:both;	
}
/*main--------------------*/
.header {
    padding:30px 0;	
}
.top-menu {
    text-align:right;
    position:relative;	
}
.language-box {
    width:150px;
    border-radius:0 0 4px 4px;
    padding:10px;
    position:absolute;
    top:30px;
    left:0px;
    display:none;
    background:#e7e4e4;	
}
.language-box ul {
    list-style:none;	
}
.language-box ul li {
    display:block;
    width:100%;
    float:left;
    text-align:left;
    background:none !important;
    border:none !important;	
}

.language-box ul li a {
    font-size:14px;
    color:#000 !important;
    padding:4px 0;
    display:block;
    line-height:15px;

}
.language-box ul li a img {
    padding-right:10px;	
}
.language-box ul li a:hover {
    color:#cf3397 !important;	
}
.top-menu span {
    font-size:11px;	
    padding-left:5px;
}
.top-menu li {
    display:inline-block;
    margin:0 1px;
    position:relative;	
}
.top-menu li:hover .language-box {
    display:block;	
}
.top-menu li a {
    font-size:15px;
    color:#535353;
    padding:0 10px;
    display:block;
    line-height:30px;	
}
.top-menu li a:hover {
    color:#cf3397;	
}
.top-menu li:nth-child(3), .top-menu li:nth-child(5) {
    border-radius: 3px;
    border:#e3e3e3 solid 1px;
    background-image: -moz-linear-gradient( 90deg, rgb(216,216,216) 0%, rgb(232,232,232) 97%);
    background-image: -webkit-linear-gradient( 90deg, rgb(216,216,216) 0%, rgb(232,232,232) 97%);
    background-image: -ms-linear-gradient( 90deg, rgb(216,216,216) 0%, rgb(232,232,232) 97%);	
}
.top-menu li:nth-child(4) {
    border-radius: 3px;
    border:#dd2f9f solid 1px;
    background: #e05dac;
    background: -moz-linear-gradient(top, #e05dac 0%, #e05dac 4%, #cc2c94 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e05dac), color-stop(4%, #e05dac), color-stop(100%, #cc2c94));
    background: -webkit-linear-gradient(top, #e05dac 0%, #e05dac 4%, #cc2c94 100%);
    background: -o-linear-gradient(top, #e05dac 0%, #e05dac 4%, #cc2c94 100%);
    background: -ms-linear-gradient(top, #e05dac 0%, #e05dac 4%, #cc2c94 100%);
    background: linear-gradient(to bottom, #e05dac 0%, #e05dac 4%, #cc2c94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05dac', endColorstr='#cc2c94', GradientType=0 );
}
.top-menu li:nth-child(4) a {
    color:#FFF;	
}
.row-2 {
    background:#cf3397;	
}
.row-2 h2 {
    font-size:43px;
    color:#FFF;
    margin:0px;
    text-align:center;
    font-weight:bold;
    padding:5px 0;	
}
.banner {
    background:url(../images/banner.jpg) center top no-repeat;
    background-size:100% 100%;
    height:479px;
    border-bottom:#f5f5f5 solid 8px;	
}
.banner h3 {
    background:url(../images/gif-countbg.png) center center no-repeat;
    text-align:center;
    font-size: 23px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    height:75px;
    line-height:48px;
    font-weight:bold;
    margin:60px 0 5px 0;
    text-shadow: 0px 0px 2px rgba(96, 77, 0, 0.79);
}

.search-box {
    width:65%;
    margin:0 auto;
    border-radius: 5px;
    padding:18px;
    margin-bottom:25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(96, 77, 0, 0.79);
}
.search-box input[type="search"], .search-box input[type="url"] {
    width: 87%;
    float:left;
    height:67px;
    border:#dcdcdc solid 1px;
    border-right:none;
    padding:0 10px;
    font-size:15px;
    color:#7f7f7f;
}
.search-box input[type="submit"], .search-box input[type="button"] ,.search-box input[type="reset"] {
    width:12%;
    float:left;
    height:67px;
    border:#e1e1e1 solid 1px;
    border-left:none;
    background:#e835a8 url(../images/search-icon.png) center center no-repeat;
    padding:0 10px;	
}
.social-box {
    width:65%;
    margin:0 auto;
    border-radius: 5px;
    padding:40px;
    margin-bottom:25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(96, 77, 0, 0.79);
    position:relative;	
}
.social-box span {
    font-size:23px;
    color:#585858;
}
.signup {
    position:absolute;
    left:-80px;
    top:-12px;
    z-index:2;	
}
.funny-gifts {
    width:40%;
    margin:30px auto;
    display:block;
    background:#f1f1f1;
    border:#c6c6c6 solid 1px;
    padding:5px 0;
    font-size:14px;
    color:#383838;
    text-align:center;
    margin-bottom:0px;
    transition:ease-in-out 300ms;
    -moz-transition:ease-in-out 300ms;
    -webkit-transition:ease-in-out 300ms;
    -o-transition:ease-in-out 300ms;
    -ms-transition:ease-in-out 300ms;	
}
.funny-gifts:hover {
    background:#cf3397;
    color:#fff;
    border:#9e186e solid 1px;	
}
.footer {
    background:#cf3397;
    padding:20px 0;	
}
.footer p {
    color:#FFF;
    font-size:14px;	
}
.footer-top {
    background:#f1f1f1 url(../images/footer-topbg.jpg) left top repeat-x;	
}
.logo {
    display:block;	
}
.register {
    border:#eeeced solid 1px;
    background:#fdfafc;
    border-radius:4px;
    padding:2% 0 2% 0;
}
.inner-left {
    width:24%;
    float:right;
    margin-bottom:10px;		
}
.inner-right {
    border:#eeeced solid 1px;
    background:#fdfafc;
    border-radius:4px;
    width:74%;
    float:left;
    margin-bottom:10px;		
}
.inner-right p {
    color:#8d1160;
    font-size:14px;
    padding:2%;
    line-height:24px;	
}
.inner-right p a {
    text-decoration:underline !important;	
}
.title {
    font-size:24px;
    color:#FFF;
    background:#cf3397;
    padding:8px 10px;
    border-radius:4px 4px 0 0;
    margin:0px;
}
.title2 {
    font-size:20px;
    color:#cf3397;
    padding:0 10px;
}
.form-row {
    width:70%;
    margin:20px auto;
    margin-bottom:30px;
    padding:2% 2% 4% 2%;
}
.form-row label {
    font-size:15px;
    color:#898989;
    font-style:italic;	
}
.search .search-box {
    margin-top:20px;
    box-shadow: 0 0 10px 0 rgba(146, 146, 146, 0.5);
}
.search {
    border:#eeeced solid 1px;
    background:#fdfafc;
    margin:20px 0;	
}
.form-row .form-control {
    height:50px;
    font-size:16px;
    font-style:italic;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220, 220, 220);
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,255,255) 51%, rgb(245,245,245) 94%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,255,255) 51%, rgb(245,245,245) 94%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,255,255) 51%, rgb(245,245,245) 94%, rgb(255,255,255) 100%);
}
.form-row h1, .register h1 {
    font-size:28px;
    color:#cf3397;
    text-align:center;	
}

.form-row h4, .register h4 {
    font-size:15px;
    color:#7a7a7a;
    text-align:center;	
}
.register-right {
    text-align:center;
    padding-top:40px;
    border-left: 1px solid #eeeced;	
}
.register-right h4 {
    font-size:20px;
    color:#cf3397;	
}
.register-right p {
    font-size:15px;
    color:#000;	
}
.forgot {
    font-size:18px;
    padding-left:10px;
    color:#cf3397;	
}
.forgot:hover {
    color:#000;
    text-decoration:underline !important;	
}
.submitbtn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e05dac 0%, #e05dac 4%, #cc2c94 100%) repeat scroll 0 0;
    border: 1px solid #dd2f9f;
    border-radius: 3px;
    padding: 8px 30px;
    font-size:20px;
    color:#FFF;	
}
.submitbtn:hover {
    opacity:0.7;	
}
.gif-list {
    border:#eeeced solid 1px;
    background:#fdfafc;
    border-radius:4px;
    width:100%;
    float:left;
    padding:10px 0;	
}
.add-box {
    border:#eeeced solid 1px;
    background:#fdfafc;
    border-radius:4px;
    width:100%;
    float:left;
    text-align:center;
    padding:10px 0;
}	
.gif-list li {
    display:block;	
}
.gif-list li a {
    padding:4px 10px;
    display:block;
    color:#000;
    font-size:14px;	
}
.gif-list li a span {
    font-size:11px;
    padding-right:10px;	
}
.gif-list li a:hover {
    color:#cf3397;	
}
.about-img {
    padding:0 5%;	
}
.about-img  img {
    margin-right:10px;	
}
.inner-right ul {
    padding:0 10px;	
}
.inner-right ul li {
    font-size:16px;
    color:#921364;
    padding:5px 5px 5px 15px;
    display:block;
}
.inner-right ul li span {
    padding-right:10px;
    font-size:12px;	
}
.register label {
    font-size:16px;
    color:#958d92;	
}
.profile-img {
    width:170px;
    float:left;
    padding:5px 5px 0 5px;
    position:relative;
    border:#e4e1e3 solid 1px;
    background:#ededed;
    margin-right:10px;
    border-radius:4px;
    text-align:center;
}
.profile-details {
    width:100%;
    float:left;
    padding-left:5%;	
}
.profile-details p {
    font-size:15px;
    line-height:27px;
    color:#6c134c;
    margin-bottom:0px;
}
.profile-details p span {
    font-weight:bold;
    color:#e835a8;
}
.follower {
    margin-top:10px;
}
.follower li {
    display:inline-block;
    float:left;	
    background:url(../images/f-icon.png) left top no-repeat;
    margin-right:10px;
    min-height:40px;
    line-height:30px;
    text-align:center;
    width:103px;
}
.follower li a {
    font-size:15px;
    color:#FFF;
    text-align:center;	
}
.follower li a:hover {
    color:#f3d2e7;	
}
.add-gif {
    width:100%;
    float:left;
    margin-top:30px;	
}
.add-gif h2, .profile-gif h2 {
    font-size:20px;
    color:#e835a8;
    border-bottom:#eae5e8 solid 1px;
    padding-bottom:10px;
    margin-bottom:20px;	
}
.add-gif input[type="text"] {
    width:100%;
    height:42px;
    padding:0 5px;
    font-size:16px;
    border-radius:4px;
    border:#eeeaed solid 1px;
    margin-bottom:15px;	
}
.add-gif select {
    width:100%;
    height:42px;
    margin-bottom:15px;
    font-size:16px;
    color:#7e7c7d;
    border-radius:4px;
    border:#eeeaed solid 1px;
    padding:4px;	
}
.add-gif select option {
    padding:5px;	
}
.add-gif input[type="submit"] {
    height:40px;
    padding:0 15px;
    font-size:18px;
    color:#FFF;
    float:right;
    border:none;
    background:#e835a8;
    border-radius:4px;
}
div.upload {
    width: 100%;
    height: 42px;
    border-radius:4px;
    border:#eeeaed solid 1px;
    background:#FFF url(../images/upload-icon.png) 10px center no-repeat;
    overflow: hidden;

    margin-bottom:15px;
}
div.upload input {
    display: block !important;
    width: 100% !important;
    height: 42px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    cursor:pointer;
}
.add-gif-left {
    width:49%;
    float:left;	
}
.add-gif-right {
    width:49%;
    float:right;	
}
.squaredFour span {
    padding-left:30px;
    font-size:17px;
    color:#7e7c7d;
}
.squaredFour input[type=checkbox] {
    visibility: hidden;
}
.squaredFour {
    width: 100%;	
    position: relative;
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    background: #e835a8;
    border-radius:2px;
}

.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 14px;
    height: 6px;
    background: transparent;
    top: 5px;
    left: 4px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.profile-gif {
    width:100%;
    float:left;	
}
.profile-gif ul {
    padding:0px !important;	
    margin:0px !important;
}
.profile-gif ul li {
    display:block;
    float:left;
    width:32.6%;
    padding:0px !important;
    margin:0 1% 1% 0;
    position:relative;
    overflow:hidden;	
}
.profile-gif .gif-details {
    background:url(../images/gifdetails-bg-2.png) left bottom no-repeat;
}
.profile-gif ul li:nth-child(3n) {
    margin-right:0px;	
}
.profile-gif .gif-details-menu span:hover .gif-details-menu-box {
    top: -92px !important;	
}
.profile-gif .gif-details-menu-box {
    width:190px;
    padding:0 10px;	
}
.profile-gif .gif-details-menu-box ul li {
    margin:2px 0 !important;	
}
.gif-details-menu-box ul li a {
    padding:2px 0 2px 22px !important;	
}
.works-gif {
    width:100%;
    float:left;
    padding:10px;
    border:#fff solid 1px;
    outline:#f1eae2 solid 1px;
    margin-bottom:15px;
    background:#f4f4f4;	
}
.works-gif p {
    font-size:15px;
    color:#524F4F;	
}
.works-gif h2 {
    font-size:20px;
    font-weight:bold;
    margin:0px;
    padding-left:15px;
    color:#ed2295;	
}
.how-works h3 {
    font-size:18px;
    margin:0px 0 15px 0;
    padding-left:15px;
    color:#6e6e6e;	
}
.steps-img {
    float:right;
    margin-left:10px;	
}

/*Extra Css On 18-Jan-16*/

.responsive-tabs__heading {
    display: none;
}
.responsive-tabs__list__item {
    display: inline;
    cursor:pointer;
}
.responsive-tabs-wrapper {
    clear: both;
    zoom: 1;
    float:left;
    width: 100%;
}
.responsive-tabs-wrapper:before, .responsive-tabs-wrapper:after {
    content: "";
    display: table;
}
.responsive-tabs-wrapper:after {
    clear: both;
}
.responsive-tabs__list {
    width:100%;
    font-size: 1.2em;
    padding: 0;
    line-height: 1em;
    float:left;
    margin-bottom: 0;
}
.responsive-tabs__list__item {
    font-family: 'Open Sans', sans-serif;
    background: #cf3397;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
    /* margin-bottom: 4px; */
    font-weight: bold;
    font-size: 18px;
    padding: 15px 34px;
    /*padding: 15px 15px 15px 46px;*/
    color:#fff;
    float:left;
    border-bottom: none;
}
.responsive-tabs__list__item:focus {
    border: none;
    outline: none;
}
.responsive-tabs__list__item:nth-child(2) {
    margin-right: 0;
    float: right;
}
.responsive-tabs__list__item:hover {
    color: #fff;
    border-bottom: none;
    background: #feb101;
}
.responsive-tabs__list__item--active, .responsive-tabs__list__item--active:hover {
    background: #feb101;
    color: #fff;
    border-bottom: none;
    margin-bottom: 0px;
}
.responsive-tabs__panel {
    /* padding:10px; */
    width:100%;
    border-radius:0px 0px 5px 5px;
    -moz-border-radius:0px 0px 5px 5px;
    -webkit-border-radius:0px 0px 5px 5px;
    overflow:hidden;
    box-sizing:border-box;
    background:#feb101;
    float:left;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
}
.responsive-tabs__panel p {
    font-size: 14px;
    color: #606060;
    line-height:21px;
    text-align:justify;
}
.responsive-tabs__panel h3 {
    display: block;
    font-size: 16px;
    color: #4cba25;
    font-weight: bold;
    padding-bottom: 5px;
}
.responsive-tabs__panel ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: none !important;
}
.responsive-tabs__panel ul li{
    display: block;
    font-size: 14px;
    color: #7c7c7c;
    margin: 10px 0;
    padding-left: 15px;
}
.responsive-tabs ul {
    list-style:none;
}
.video_sec {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #e2e2e2;
    margin-top: 15px;
    text-align: center;
}
.video_player {
    max-width:640px;
    width: 100%;
    display: inline-block;
}
/*Slider Range*/
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;	
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; /* Fix 401 */
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
       its values is > 50%. */
    z-index: 10;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

/* Styling;
 */
.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF,
        inset 0 1px 7px #EBEBEB,
        0 3px 6px -3px #BBB;
}
.noUi-active {
    box-shadow: inset 0 0 1px #FFF,
        inset 0 1px 7px #DDD,
        0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
.slider_sec {
    max-width:640px;
    width: 100%;
    display: inline-block; 
    margin: 15px 0;
}
.time_sec  {
    max-width:640px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.time_sec h5 {
    font-size: 14px;
    color: #333333;
}
.time_sec ul {
    float: left;
    width: 100%;
    list-style: none;
    text-align: left;
}
.time_sec ul li {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
}
.time_sec ul li [type="text"], .time_sec ul li [type="number"] {
    display: inline-block;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #808080;
    border: 1px solid #ccc;
    border-right: none;
    float: left;
    width: 54%;
    box-sizing: border-box;
}

.time_sec ul li.category-li {
    width: 80%;
}
.time_sec ul li select.category {
    display: inline-block;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #808080;
    border: 1px solid #ccc;
    float: left;
    width: 92%;
    box-sizing: border-box;
}
.time_sec ul li span {
    display: inline-block;
    width: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    float: left;
}
.time_sec ul li [type="submit"], .time_sec ul li [type="button"]{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,ffffff+100 */
    background: #e6e6e6;/* Old browsers */
    background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );/* IE6-9 */
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-size: 14px;
    color: #333333;
    padding: 3px 8px;
    border: 1px solid #b3b3b3;
}
.warning_sec {
    max-width:640px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    background: #f7e1b5;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.continue_btn {
    display: inline-block;
    width: auto;
}
.continue_btn input[type="submit"]{
    background: url(../images/gif-countbg.png) center 14px no-repeat;
    text-align: center;
    font-size: 23px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    height: 75px;
    line-height: 48px;
    width: 187px;
    font-weight: bold;
    margin: 60px 0 5px 0;
    text-shadow: 0px 0px 2px rgba(96, 77, 0, 0.79);
    display: inline-block;
    text-decoration: none;
    border:none;
}
.continue_btn input[type="submit"]:hover, .continue_btn input[type="submit"]:focus{
    color:#3b3b3b;
    outline:none;
}

.gif_sec {
    float: left;
    width: 100%;
    text-align: center;
}
.gif_img {
    float: left;
    width: 100%
}
.advice_sec {
    display: inline-block;
    margin-top: 15px;
    background: #f7e1b5;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    max-width:740px;
    width: 100%;
}
.advice_sec h4 {
    color: #383838;
    font-size: 18px;
}
.advice_sec h4 p {
    font-size: 14px;
    color: #535353;
}
.gif_privew {
    padding: 2px;
    border: 1px solid #e2e2e2;
    background: #fff;
    display: inline-block;
/*    max-width: 320px;*/
    width: 100%;
/*    margin: 20px 0;*/
}
.two_btn {
    max-width:640px;
    width: 100%;
    display: inline-block; 
    margin: 15px 0;
}
.two_btn ul {
    float: left;
    width: 100%;
    list-style: none;
}
.two_btn ul li {
    float: left;
    list-style: none;
}
.two_btn ul li:nth-child(2) {
    float: right;
}
.two_btn ul li input {
    background: url(../images/gif-countbg.png) center 14px no-repeat;
    text-align: center;
    font-size: 23px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    height: 75px;
    line-height: 48px;
    width: 187px;
    font-weight: bold;
    margin: 60px 0 5px 0;
    text-shadow: 0px 0px 2px rgba(96, 77, 0, 0.79);
    display: inline-block;
    text-decoration: none;
    border: 0;
}
.two_btn ul li input:hover, .two_btn ul li input:focus {
    color: #333333;
    outline: none;
}
.two_btn ul li #cancel{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,ffffff+100 */
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    color: #333333;
    height: auto;
    border: 1px solid #e2e2e2;
    margin-top: 73px;

}
.two_btn ul li #cancel:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

}
#youtube-form input[type="submit"],#youtube-form input[type="button"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    width: 23%;
    background: url(../images/add.png) no-repeat 15px center #cf3397;
    padding-left: 39px;
}
#youtube-form input[type="submit"]:hover {
    background: url(../images/add.png) no-repeat 15px center #A92479;
}
#youtube-form  input[type="url"] {
    width: 76%;
}
/* By sradha */
#youtube-form input[type="reset"]{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    width: 23%;
    background: no-repeat 15px center #ccc;
    padding-left: 39px;
}
#youtube-form input[type="reset"]:hover {
    background: no-repeat 15px center #ccc;
}
/*media-------------------------------------------*/
@media screen and (max-width:1200px){
    .top-menu li a {
        padding: 0 7px;
        font-size:14px;	
    }
    .search-box {
        width:80%;	
    }
    .social-box {
        width:80%;	
    }	
}
@media screen and (max-width:991px){
    .header .pull-right {
        float:none !important;
        margin-top:10px;
    }
    .top-menu {
        text-align: center !important;
    }
    .logo {
        text-align:center;
        margin-bottom:10px;	
    }
    .row-2 h2 {
        font-size:35px;	
    }
    .social-box {
        padding:15px;	
    }
    .social-box a {
        display:block;
        width:100%;
        text-align:center;	
    }
    .social-box span{
        display:block;
        width:100%;
        text-align:center;	
    }
    .search-box input[type="submit"] {
        height:55px;	
    }
    .search-box input[type="search"] {
        height:55px;	
    }
    .funny-gifts {
        width:95%;	
    }
    .form-row {
        width:90%;	
    }
    .profile-gif ul li {
        width:48%;	
    }
}
@media screen and (max-width:700px) {
    .submitbtn {
        width:100%;	
    }
    .form-row {
        width:100%;	
    }
    .footer {
        text-align:center;	
    }
    .inner-left {
        float:left;
        width:100%;	
    }
    .inner-right {
        float:left;
        width:100%;	
    }
    .steps-img {
        float:left;
        margin:0 0 10px 0;
        width:100%;
        text-align:center;	
    }	
}
@media screen and (max-width:550px) {
    .social-box {
        display:none;	
    }
    .banner {
        height:300px;	
    }
    .add-gif-left {
        width:100%;	
    }
    .add-gif-right {
        width:100%;
        float:left;	
    }
    .add-gif input[type="submit"] {
        width:100%;	
    }
    .profile-details {
        float: left;
        width: 100%;
    }	
}
@media screen and (max-width:500px) {
    .profile-gif ul li {
        width:70%;
        margin-left:18%;	
    }

}
@media screen and (max-width:400px) {
    .profile-gif ul li {
        width:80%;
        margin-left:10%;	
    }

}
/*=======   End Tool Tip   =======*/
/*=========== Custom CSS error  ================*/
.success-msg{
    line-height:20px;
    padding:5px 5px 10px 55px;
    border:solid 1px #17BB00;
    background-color:#FDFDFD;
    -moz-border-radius:5px;
    border-radius:5px;
    color:#108200;
    font-size:13px;
    text-align:left;
    background:url(../images/yes.png) #E5FEE2;
    background-position:5px center;
    background-repeat:no-repeat;
    display:none;
    cursor:pointer;
    font-weight:bold;
    margin:10px 0;
}
.error-msg{
    line-height:20px;
    padding:6px 5px 6px 35px;
    border:solid 1px #E54242;
    background-color:#FDFDFD;
    -moz-border-radius:5px;
    border-radius:5px;
    color:#D60000;
    font-size:13px;
    text-align:left;
    background:url(../images/error.png) #FEE2E2;
    background-position:5px center;
    background-repeat:no-repeat;
    display:none;
    cursor:pointer;
    margin:10px 0;
}
/**popup****/
.popup-holder {
	width:100%;
	position:fixed;
	background:rgba(0, 0, 0, 0.75);
	z-index:9999;
	height:100%;
        top: 0;
}
.popup {
	width:100%;
	max-width:625px;
	margin:100px auto;
	background:#eef1f3;
	position:relative;
	padding:25px 75px 40px 75px;
	box-sizing:border-box;
	border-radius:5px solid #CF3397;
	-webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
          border: 2px solid #CF3397;
         border-radius: 7px;
}
.cross {
	position:absolute;
	z-index:999;
	height:17px;
	width:18px;
	background:url(../images/cross-popup.png) left top no-repeat;
	right:7px;
	top:10px;
	cursor:pointer;
}
.popup h2 {
	font-size:22px;
	color:#2c2c2c;
	font-weight:bold;
	padding-bottom:40px;
}
.popup label {
	width:100%;
	display:block;
	font-size:14px;
	color:#555555;
	line-height:30px;
	font-family: 'Oxygen', sans-serif;
}
.popup input[type="text"], .popup input[type="password"] {
	width:100%;
	float:left;
	border:1px solid #c1d0d9;
	background:#fefefe;
	padding:5px;
	box-sizing:border-box;
	height:35px;
	margin-bottom:10px;
}
.popup p {
	font-size:12px;
	color:#2c2c2c;
	font-weight:bold;
}
.popup p a {
	color:#5cb652;
	text-decoration:underline;
}
.popup p a:hover {
	color:#000000;
}
.inner-login {
	font-size:17px;
	font-weight:bold;
	color:#fff;
	display:block;
	/*margin:50px 0 90px 0;*/
	margin: 20px 0 25px;
	cursor:pointer;
	text-transform:uppercase;
	padding:8px 34px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	border:1px solid #F7C90D;
	background: #F7C90D;
	background: -moz-linear-gradient(top, #F7C90D 0%, #5bb551 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #7ad370), color-stop(100%, #5bb551));
	background: -webkit-linear-gradient(top, #F7C90D 0%, #F7C90D 100%);
	background: -o-linear-gradient(top, #F7C90D 0%, #F7C90D 100%);
	background: -ms-linear-gradient(top, #F7C90D 0%, #F7C90D 100%);
	background: linear-gradient(to bottom, #F7C90D 0%, #F7C90D 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ad370', endColorstr='#5bb551', GradientType=0 );
}