@import url("reset.css");

@font-face {
    font-family: 'AvenirLTStd85Heavy';
    src: url('fonts/avenirltstd-heavy-webfont.eot');
    src: url('fonts/avenirltstd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirltstd-heavy-webfont.woff') format('woff'),
         url('fonts/avenirltstd-heavy-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-heavy-webfont.svg#AvenirLTStd85Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('fonts/opensans/OpenSans-Regular-webfont.eot');
	src: url('fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/opensans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansLight';
	src: url('fonts/opensans/OpenSans-Light-webfont.eot');
	src: url('fonts/opensans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans/OpenSans-Light-webfont.woff') format('woff'), url('fonts/opensans/OpenSans-Light-webfont.ttf') format('truetype'), url('fonts/opensans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansSemibold';
	src: url('fonts/opensans/OpenSans-Semibold-webfont.eot');
	src: url('fonts/opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans/OpenSans-Semibold-webfont.woff') format('woff'), url('fonts/opensans/OpenSans-Semibold-webfont.ttf') format('truetype'), url('fonts/opensans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('fonts/opensans/OpenSans-Bold-webfont.eot');
	src: url('fonts/opensans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans/OpenSans-Bold-webfont.woff') format('woff'), url('fonts/opensans/OpenSans-Bold-webfont.ttf') format('truetype'), url('fonts/opensans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

hr
{
    display: none;
}

div.clr {
    clear: both;
}

body
{
	background: #f1f1f1;
	color: #535353;
	font-family: 'OpenSansLight', Arial, Tahoma;
	font-size: 15px;
	text-align: center;
	height: 100%
}
a {
	color: #6c3f30
}

a {
    color: #d14e20;
    text-decoration: underline
}
a:hover {
    text-decoration: none
}

div#topstripe {
    background: #f1f1f1;
    padding: 8px 0 10px 0;
}
    div#topstripe a.versionswitch {
        float: right;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 4px;

        zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
        div#topstripe a.versionswitch:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }
    div#topstripe a.versionswitch img {
        vertical-align: text-bottom;
    }
div#bottomstripe {
    background: #f1f1f1 url(../img/bottomstripe-shadow.png) repeat-x top;
    padding: 12px 0 10px 0;
    clear: left;
    font-size: 13px;
}
    div#bottomstripe span {
        float: right;
    }

div.content {
    width: 960px;
    margin: auto;
    text-align: left;
}

div#white {
    background: white;
}


/*
* HEADER
*/
header.newHp {
	background : #49c5f9 url('../img/new-header.png') no-repeat center;
	height: 442px;
	display: block;
	color: #ffffff;
}

header.newHp h1, header.newHp p {
	text-shadow: 0 1px 0 rgba(28, 136, 181, 0.75);
	font-family: 'OpenSansSemibold', Arial;
	font-size: 18px;
}
header.newHp p {
	margin: 40px 0 50px 0;
	line-height: 25px;
}
header.newHp h1 {
	font-family: 'AvenirLTStd85Heavy', Arial;
	font-size: 60px;
	padding: 90px 0 0 0;
}
header.newHp a.signin {
	background: url('../img/new-signin.png') top no-repeat;
	width: 472px;
	height: 88px;
	display: inline-block;
	font-family: 'OpenSansBold', Arial;
	color: #49c5f9;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 72px;
	text-decoration: none;
	text-align: left;                                                                                           
	text-indent: 100px;
}
header.newHp a.signin:hover {
	color: #ffffff;
	background-position: bottom;
}




div#unfollowgram
{
	padding: 20px 0 20px 0;
	display: block;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
    font-family: Arial;
}
    div#unfollowgram #top {
        position: relative;
	    height: 70px;
    }
    div#unfollowgram a.signin {
        font-size: 22px;
        height: auto;
        background: url(../img/signin-big.png) no-repeat top left;
        padding: 10px 12px 10px 64px;
        display: inline-block;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: 0px 1px 0px #1575a0;
    }
	div#unfollowgram #top a.signin {
        position: absolute;
        right: 0;
        top: 14px;
    }
    div#unfollowgram #top p.user {
        position: absolute;
        right: 0;
        top: 14px;
        padding: 10px 10px 10px 60px;
        background: #f1f1f1;
        line-height: 20px;
        font-size: 11px;
        width: auto;
    }

        div#unfollowgram #top p.user strong {
            color: black;
            font-weight: bold;
        }
        div#unfollowgram #top p.user a {
            text-decoration: none;
        }
        div#unfollowgram #top p.user span.toright {
            float: right;
            margin-left: 10px;
        }
        div#unfollowgram #top p.user a.logout {
            text-decoration: underline;
        }
        div#unfollowgram #top p.user img {
            position: absolute;
            margin: 0 0 0 -50px;
            width: 40px; height: 40px;
        }

    div#unfollowgram h1
	{
		font-size: 20px;
		color: #bfbfbf;
	    font-family: 'OpenSansBold';
	    padding: 10px 0 2px 0;
	}
        div#unfollowgram h1 a {
            color: #bfbfbf;
	        text-decoration: none;
        }
		div#unfollowgram h1 strong
		{
			color: #0085fd;
            font-size: 40px;
		}
    div#unfollowgram div.claim {
        font-size: 17px;
        color: #727272;
    }
	div#unfollowgram div#left {
		float: left;
		width: 390px;
		font-size: 20px
	}
	div#unfollowgram div#right {
		float: left;
		width: 270px;
		text-align: right;
		padding-top: 20px;
		padding-bottom: 20px
	}
	div#unfollowgram div#login a
	{
		-moz-border-radius: 10px; /* from vector shape */
		-webkit-border-radius: 10px; /* from vector shape */
		border-radius: 10px; /* from vector shape */
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box; /* prevents bg color from leaking outside the border */
		background-color: #555; /* layer fill content */
		-moz-box-shadow:
			inset 0 0 5px rgba(209,78,32,.75) /* inner glow */,
			0 0 0 3px #dadada /* outer stroke */;
		-webkit-box-shadow:
			inset 0 0 5px rgba(209,78,32,.75) /* inner glow */,
			0 0 0 3px #dadada /* outer stroke */;
		box-shadow:
			inset 0 0 5px rgba(209,78,32,.75) /* inner glow */,
			0 0 0 3px #dadada /* outer stroke */;
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxNGQxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZWE3MTQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDg1ODJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* gradient overlay */
		background-image: -moz-linear-gradient(#d14d1f 0%, #ea7146 89.67%, #d8582b 100%); /* gradient overlay */
		background-image: -o-linear-gradient(#d14d1f 0%, #ea7146 89.67%, #d8582b 100%); /* gradient overlay */
		background-image: -webkit-linear-gradient(#d14d1f 0%, #ea7146 89.67%, #d8582b 100%); /* gradient overlay */
		background-image: linear-gradient(#d14d1f 0%, #ea7146 89.67%, #d8582b 100%); /* gradient overlay */

		color: white;
		font-size: 30px;
		padding: 10px 16px
	}
	div#unfollowgram div#login a:hover
	{
		color: black
	}
	div#unfollowgram div#login
	{
		text-align: center;
		margin: 20px 0 30px 0
	}
		div#unfollowgram div#login input
		{
			width: 25px;
			height: 25px;
		}


    div#unfollowgram p strong
    {
      color: #d14e20
		}

  div#unfollowgram .carousel {
    margin: 20px 0 0 0;
    width: 960px;
    overflow: hidden
  }
        div#unfollowgram .carousel ul {
            width: 960px; height: 300px;
            position: relative;
            overflow: hidden
        }
        div#unfollowgram .carousel ul li {
            float: left;
            width: 960px;
            height: 300px;
        }
            div#unfollowgram .carousel ul li.track {
                background: url(../carousel/track.jpg);
            }
            div#unfollowgram .carousel ul li.manage {
                background: url(../carousel/followers.jpg);
            }
            div#unfollowgram .carousel ul li.secure {
                background: url(../carousel/secure.jpg);
            }
            div#unfollowgram .carousel ul li em {
                font-style: italic;
            }
            div#unfollowgram .carousel ul li div.bg {
                background: url(../carousel/text-bg.png) repeat;
                float: right;
                margin: 70px 40px 0 0;
                width: auto;
                padding: 14px 20px;
                color: white;
            }
                div#unfollowgram .carousel ul li div.bg h2 {
                    font-size: 28px;
                    font-weight: bold;
                    font-family: 'AvenirLTStd85Heavy';
                    margin-bottom: 5px;
                }
                div#unfollowgram .carousel ul li div.bg p.facts {
                    font-size: 20px;
                    line-height: 28px;
                }
        div#unfollowgram .carousel .control {
            text-align: center;
            margin-top: 5px
        }
        div#unfollowgram .carousel .control span {
            width: 14px; height: 14px;
            background: url(../img/bg-carousel-span.png) no-repeat left top;
            display: inline-block;
            margin: 0 5px;
            cursor: pointer
        }
        div#unfollowgram .carousel .control span.selected {
            background-position: left bottom
        }

  div#unfollowgram div#devices {
      width: 960px; height: 144px;
      background: url(../img/devices-stripe.png) no-repeat center;
      margin: 30px 0 0 0;
      color: #727272;
      font-size: 24px;
      position: relative;
  }
    div#unfollowgram div#devices p:first-child {
        position: absolute;
        padding: 0;
        top: 30px;
        line-height: 34px;
    }
        div#unfollowgram div#devices p a.signin {
            font-size: 17px;
            padding: 0 8px 0 46px;
            margin-left: 50px;
            background: url(../img/signin-small.png) top left no-repeat;
        }
    div#unfollowgram div#devices p.right {
        position: absolute;
        top: 44px; left: 602px;
        font-size: 16px;
        line-height: 22px;
    }
        div#unfollowgram div#devices p.right span {
            color: #d14e20;
            font-size: 19px;
        }

    div#unfollowgram div#boxes {
        border-top: 1px solid #ebebeb;
        margin-top: 30px;
        padding-top: 20px;
        width: 960px
    }
        div#unfollowgram div#boxes div.box {
            display: inline-block;
            margin-right: 30px;
            width: 292px;
            vertical-align: top;
        }
            div#unfollowgram div#boxes div.box.last {
                float: right;
                margin: 0;
            }
        div#unfollowgram div#boxes div.box.ad {
            width: 300px;
        }
            div#unfollowgram div#boxes div.box.ad h2 {
                margin-bottom: 10px;
            }

        div#unfollowgram div#boxes h2 {
            font-size: 20px;
            color: #0085fe;
            margin-top: 20px;
        }
            div#unfollowgram div#boxes h2:first-child {
                margin-top: 0;
            }
        div#unfollowgram div#boxes p {
            padding: 10px 0 0 0;
            font-size: 13px;
            line-height: 16px;
        }
        div#unfollowgram div#boxes ul {
            margin: 10px 0 0 0;
            list-style: square;
        }
        div#unfollowgram div#boxes ul li {
            font-size: 13px;
            margin: 8px 0 0 16px;
        }
        div#unfollowgram div#boxes input.txt {
            width: 180px;
            border: 1px solid #ebebeb;
            padding: 4px 5px;
            color: #727272;
        }
        div#unfollowgram div#boxes button {
            cursor: pointer;
            margin-left: 5px;
            padding-top: 3px;
            padding-bottom: 3px;
        }
        div#unfollowgram div#boxes p.share img {
            margin-right: 10px;
        }

    div#unfollowgram div.text {
        margin-top: 20px;
    }
    div#unfollowgram div.topborder {
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    div#unfollowgram div.text div.withborder {
        padding: 20px;
        border: 1px solid #eee;
        margin: 10px 0;
    }
    div#unfollowgram div.text h3 {
        color: #d14e20;
        margin: 15px 0 0 0;
        font-size: 18px;
    }
    div#unfollowgram div.text h2 {
        color: #0085fd;
        font-size: 22px;
    }
    div#unfollowgram div.text strong {
        font-weight: bold;
    }
    div#unfollowgram div.text p {
        line-height: 20px;
        padding: 10px 0 0 0;
    }
    div#unfollowgram div.text div.column {
        display: inline-block;
        vertical-align: top;
        width: 600px;
    }
        div#unfollowgram div.text div.column.small {
            width: 236px;
            text-align: center;
        }
            div#unfollowgram div.text div.column.small p.bad {
                color: #ae253b;
            }
            div#unfollowgram div.text div.column.small p.ok {
                color: #42a221;
            }
        div#unfollowgram div.text div.column.small h2 {
            margin-bottom: 10px;
        }
        div#unfollowgram div.text div.column.small p.big {
            font-size: 40px;
            font-weight: bold
        }
    div#unfollowgram div.text div.column.right {
        width: 300px;
        float: right;
    }

    div#unfollowgram.gallery div#selector {
        width: 960px;
        background: black;
        background-image: linear-gradient(#131313 0%, #383838 100%);
        background-image: -webkit-linear-gradient(#131313 0%, #383838 100%);
        background-image: -o-linear-gradient(#131313 0%, #383838 100%);
        background-image: -moz-linear-gradient(#131313 0%, #383838 100%);

        text-align: center;
        color: black;
        text-transform: uppercase;
        font-family: 'AvenirLTStd85Heavy';
        font-size: 11px;
        margin: 10px 0;
        height: 50px;
    }
        div#unfollowgram.gallery div#selector a {
            color: white;
            text-decoration: none;
            display: inline-block;
            padding: 21px 12px 21px 12px;
            background: transparent;
            margin: -2px 4px 0 4px;

            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }
        div#unfollowgram.gallery div#selector a.active, div#unfollowgram.gallery div#selector a:hover {
            color: white;
            background: #d14e20;

            text-shadow: 0px 1px 1px #893314;
            filter: dropshadow(color=#893314, offx=0, offy=1);
        }

    div#unfollowgram div#loadhistory_button {
        text-align: center;
        margin: 20px 0 0 0;
    }
    div#unfollowgram a.loadmore {
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        padding: 15px;
        background: #f1f1f1;
        color: black;
        text-decoration: none;
        width: auto;
        font-weight: bold;
        -moz-border-radius: 6px; /* from vector shape */
        -webkit-border-radius: 6px; /* from vector shape */
        border-radius: 6px; /* from vector shape */
    }
        div#unfollowgram a.loadmore:hover {
            color: #0085fe
        }

    div#unfollowgram div.message {
        text-align: center;
        padding: 10px;
        font-size: 20px;
        color: white;
        border: 1px solid #4f9a45;
        background: #2eba22;
        margin: 10px 0 0 0;

        position: relative;
    }
        div#unfollowgram div.message span {
            text-shadow: 0px 1px 1px #428839;
            filter: dropshadow(color=#428839, offx=0, offy=1);
        }
        div#unfollowgram div.message a {
            font-size: 12px;
            background: url(../img/close.png) repeat;
            padding: 5px;
            position: absolute;
            top: 0; right: 0;
            color: white;

        }
        div#unfollowgram div.message a:hover {
            text-decoration: none;
        }

    div.leaderad {
        margin: 10px 0 0 0;
        text-align: center;
        background: url(../img/advertising.png) top right no-repeat #f1f1f1;
        padding: 5px;
        border: 1px solid #dbdbdb;
    }





a.unfollow, a.follow:hover {
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 0 8px;
	width: 70px;

    display: inline-block;
    text-decoration: none;
    font-weight: bold;

    border: 1px solid #057ed0;
	background-image: linear-gradient(bottom, rgb(2, 155, 211) 30%, rgb(48, 187, 238) 83%);
	background-image: -o-linear-gradient(bottom, rgb(2, 155, 211) 30%, rgb(48, 187, 238) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(2, 155, 211) 30%, rgb(48, 187, 238) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(2, 155, 211) 30%, rgb(48, 187, 238) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(2, 155, 211) 30%, rgb(48, 187, 238) 83%);

	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.3, rgb(2, 155, 211)), color-stop(0.83, rgb(48, 187, 238)));

    text-shadow: 0px 1px 0px #057ed0;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
    a.unfollow:hover {
	    background-image: linear-gradient(bottom, rgb(198, 62, 54) 30%, rgb(234, 92, 87) 83%);
	    background-image: -o-linear-gradient(bottom, rgb(198, 62, 54) 30%, rgb(234, 92, 87) 83%);
	    background-image: -moz-linear-gradient(bottom, rgb(198, 62, 54) 30%, rgb(234, 92, 87) 83%);
	    background-image: -webkit-linear-gradient(bottom, rgb(198, 62, 54) 30%, rgb(234, 92, 87) 83%);
	    background-image: -ms-linear-gradient(bottom, rgb(198, 62, 54) 30%, rgb(234, 92, 87) 83%);
	    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.3, rgb(198, 62, 54)), color-stop(0.83, rgb(234, 92, 87)));
	    border-color: #a51111;

	    text-shadow: 0px 1px 1px #a51111;
    }
    a.follow {
        border: 1px solid #bbbbbb;

	    background-image: linear-gradient(bottom, rgb(219, 219, 219) 30%, rgb(247, 247, 247) 83%);
	    background-image: -o-linear-gradient(bottom, rgb(219, 219, 219) 30%, rgb(247, 247, 247) 83%);
	    background-image: -moz-linear-gradient(bottom, rgb(219, 219, 219) 30%, rgb(247, 247, 247) 83%);
	    background-image: -webkit-linear-gradient(bottom, rgb(219, 219, 219) 30%, rgb(247, 247, 247) 83%);
	    background-image: -ms-linear-gradient(bottom, rgb(219, 219, 219) 30%, rgb(247, 247, 247) 83%);

	    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.3, rgb(219, 219, 219)), color-stop(0.83, rgb(247, 247, 247)));

        text-shadow: none;
	    color: #333333;
    }
    a.follow:hover {
	    border: 1px solid #057ed0;
	    background-image: linear-gradient(bottom, rgb(2, 155, 211) 30%, rgb(48, 187, 238) 83%);
	    background-image: -o-linear-gradient(bottom, rgb(2, 155, 211) 30%, rgb(48, 187, 238) 83%);
	    background-image: -moz-linear-gradient(bottom, rgb(2, 155, 211) 30%, rgb(48, 187, 238) 83%);
	    background-image: -webkit-linear-gradient(bottom, rgb(2, 155, 211) 30%, rgb(48, 187, 238) 83%);
	    background-image: -ms-linear-gradient(bottom, rgb(2, 155, 211) 30%, rgb(48, 187, 238) 83%);

	    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.3, rgb(2, 155, 211)), color-stop(0.83, rgb(48, 187, 238)));

	    text-shadow: 0px 1px 0px #057ed0;
	    color: #ffffff;
    }











#progresspopup {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background: url(../img/blank.png) repeat-x;
	display: none
}
	#progresspopup .loader, #progresspopup .message {
		position: absolute;
		background: #000;
		top: 50%; left: 50%;
		width: 200px; _height: 200px; height: 115px;
		padding-top: 85px;
		margin: -100px 0 0 -100px;
		display: block;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		zoom: 1;
		filter: alpha(opacity=85);
		opacity: 0.85;
		color: white;
		text-align: center;
		font-weight: bold;
		font-size: 26px;
		text-shadow: #000 2px 2px 2px;
		display: none
	}
	#progresspopup .message {
		_height: auto; height: auto; width: auto;
		padding: 20px;
		display: none
	}

#welcome p {
	padding: 10px;
	line-height: 24px
}
#welcome h2 {
	font-weight: bold;
	color: #d14e20;
	font-size: 26px;
	padding: 20px 10px 0 10px
}
