/*---
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
----*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{background:'';background:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{

	font-family: system-ui;
	background: url(../images/bg.png);
}
.socialmedia-buttons {
	margin:12em auto 0;
	width:23%;
}
.icons li{
	display: inline-block;
	margin:15px;
}
.button{       
    display: block;
    white-space: nowrap;
    text-decoration: none;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
     border-radius: .2em;
}
.button:active{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
     box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
     position: relative;
     top: 1px;
}
.button:focus    {
  outline: 0;
  background:#000;
}       
.button:before{
	padding: 10px 10px 1px 10px;
	float: left;
	vertical-align: middle;
	
}
.fb span,.dbl span,.tw span,.v span,.utd span,.cloud span,.in span,.gplus span{
	font-size: 1.2em;
	line-height: 2.5em;
	color: #fff;
	padding: 12px 20px;
	vertical-align: -webkit-baseline-middle;
}
/* Buttons and inputs */
	button.button, input.button 
	{ 
		cursor: pointer;
		overflow: visible; /* removes extra side spacing in IE */
	}
	
	/* removes extra inner spacing in Firefox */
	button::-moz-focus-inner 
	{
	  border: 0;
	  padding: 0;
	}
	
	/* If line-height can't be modified, then fix Firefox spacing with padding */
	 input::-moz-focus-inner 
	{
	  padding: .4em;
	}

	/* The disabled styles */
	.button[disabled], .button[disabled]:hover, .button.disabled, .button.disabled:hover 
	{
		background: #eee;
		color: #aaa;
		border-color: #aaa;
		cursor: default;
		text-shadow: none;
		position: static;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;		
	}
    
/* Social media buttons */
.tw, .tw:focus{
	border:1px solid #45869D;
	box-shadow: 0px 7px 10px rgba(2, 20, 24, 0.32);
	background: rgb(34,202,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(34,202,234,1) 0%, rgba(30,192,230,1) 34%, rgba(28,186,228,1) 41%, rgba(23,172,223,1) 72%, rgba(24,173,224,1) 76%, rgba(19,161,219,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,202,234,1)), color-stop(34%,rgba(30,192,230,1)), color-stop(41%,rgba(28,186,228,1)), color-stop(72%,rgba(23,172,223,1)), color-stop(76%,rgba(24,173,224,1)), color-stop(100%,rgba(19,161,219,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(34,202,234,1) 0%,rgba(30,192,230,1) 34%,rgba(28,186,228,1) 41%,rgba(23,172,223,1) 72%,rgba(24,173,224,1) 76%,rgba(19,161,219,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(34,202,234,1) 0%,rgba(30,192,230,1) 34%,rgba(28,186,228,1) 41%,rgba(23,172,223,1) 72%,rgba(24,173,224,1) 76%,rgba(19,161,219,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(34,202,234,1) 0%,rgba(30,192,230,1) 34%,rgba(28,186,228,1) 41%,rgba(23,172,223,1) 72%,rgba(24,173,224,1) 76%,rgba(19,161,219,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(34,202,234,1) 0%,rgba(30,192,230,1) 34%,rgba(28,186,228,1) 41%,rgba(23,172,223,1) 72%,rgba(24,173,224,1) 76%,rgba(19,161,219,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22caea', endColorstr='#13a1db',GradientType=0 ); /* IE6-9 */
}
.fb, .fb:focus{
	border:1px solid #1D4171; 
	box-shadow: 0px 7px 10px rgba(24, 29, 34, 0.49);
	background: rgb(86,141,196); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(86,141,196,1) 0%, rgba(81,134,192,1) 14%, rgba(81,135,190,1) 17%, rgba(76,126,185,1) 28%, rgba(76,127,185,1) 31%, rgba(74,122,182,1) 34%, rgba(63,104,169,1) 62%, rgba(58,96,162,1) 76%, rgba(59,96,162,1) 79%, rgba(53,87,156,1) 90%, rgba(50,82,151,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,141,196,1)), color-stop(14%,rgba(81,134,192,1)), color-stop(17%,rgba(81,135,190,1)), color-stop(28%,rgba(76,126,185,1)), color-stop(31%,rgba(76,127,185,1)), color-stop(34%,rgba(74,122,182,1)), color-stop(62%,rgba(63,104,169,1)), color-stop(76%,rgba(58,96,162,1)), color-stop(79%,rgba(59,96,162,1)), color-stop(90%,rgba(53,87,156,1)), color-stop(100%,rgba(50,82,151,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(86,141,196,1) 0%,rgba(81,134,192,1) 14%,rgba(81,135,190,1) 17%,rgba(76,126,185,1) 28%,rgba(76,127,185,1) 31%,rgba(74,122,182,1) 34%,rgba(63,104,169,1) 62%,rgba(58,96,162,1) 76%,rgba(59,96,162,1) 79%,rgba(53,87,156,1) 90%,rgba(50,82,151,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(86,141,196,1) 0%,rgba(81,134,192,1) 14%,rgba(81,135,190,1) 17%,rgba(76,126,185,1) 28%,rgba(76,127,185,1) 31%,rgba(74,122,182,1) 34%,rgba(63,104,169,1) 62%,rgba(58,96,162,1) 76%,rgba(59,96,162,1) 79%,rgba(53,87,156,1) 90%,rgba(50,82,151,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(86,141,196,1) 0%,rgba(81,134,192,1) 14%,rgba(81,135,190,1) 17%,rgba(76,126,185,1) 28%,rgba(76,127,185,1) 31%,rgba(74,122,182,1) 34%,rgba(63,104,169,1) 62%,rgba(58,96,162,1) 76%,rgba(59,96,162,1) 79%,rgba(53,87,156,1) 90%,rgba(50,82,151,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(86,141,196,1) 0%,rgba(81,134,192,1) 14%,rgba(81,135,190,1) 17%,rgba(76,126,185,1) 28%,rgba(76,127,185,1) 31%,rgba(74,122,182,1) 34%,rgba(63,104,169,1) 62%,rgba(58,96,162,1) 76%,rgba(59,96,162,1) 79%,rgba(53,87,156,1) 90%,rgba(50,82,151,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568dc4', endColorstr='#325297',GradientType=0 ); /* IE6-9 */
}
.fb:before{
    content:url(../images/f.png) no-repeat;
	border-right:2px ridge rgba(17, 81, 207, 0.29);
}
.fb:hover{	
	background: rgb(51,84,152); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(51,84,152,1) 0%, rgba(53,87,156,1) 7%, rgba(56,92,159,1) 10%, rgba(60,100,165,1) 28%, rgba(74,122,182,1) 62%, rgba(76,127,185,1) 66%, rgba(76,126,185,1) 69%, rgba(81,135,190,1) 79%, rgba(81,134,192,1) 83%, rgba(88,145,198,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,84,152,1)), color-stop(7%,rgba(53,87,156,1)), color-stop(10%,rgba(56,92,159,1)), color-stop(28%,rgba(60,100,165,1)), color-stop(62%,rgba(74,122,182,1)), color-stop(66%,rgba(76,127,185,1)), color-stop(69%,rgba(76,126,185,1)), color-stop(79%,rgba(81,135,190,1)), color-stop(83%,rgba(81,134,192,1)), color-stop(100%,rgba(88,145,198,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(51,84,152,1) 0%,rgba(53,87,156,1) 7%,rgba(56,92,159,1) 10%,rgba(60,100,165,1) 28%,rgba(74,122,182,1) 62%,rgba(76,127,185,1) 66%,rgba(76,126,185,1) 69%,rgba(81,135,190,1) 79%,rgba(81,134,192,1) 83%,rgba(88,145,198,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(51,84,152,1) 0%,rgba(53,87,156,1) 7%,rgba(56,92,159,1) 10%,rgba(60,100,165,1) 28%,rgba(74,122,182,1) 62%,rgba(76,127,185,1) 66%,rgba(76,126,185,1) 69%,rgba(81,135,190,1) 79%,rgba(81,134,192,1) 83%,rgba(88,145,198,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(51,84,152,1) 0%,rgba(53,87,156,1) 7%,rgba(56,92,159,1) 10%,rgba(60,100,165,1) 28%,rgba(74,122,182,1) 62%,rgba(76,127,185,1) 66%,rgba(76,126,185,1) 69%,rgba(81,135,190,1) 79%,rgba(81,134,192,1) 83%,rgba(88,145,198,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(51,84,152,1) 0%,rgba(53,87,156,1) 7%,rgba(56,92,159,1) 10%,rgba(60,100,165,1) 28%,rgba(74,122,182,1) 62%,rgba(76,127,185,1) 66%,rgba(76,126,185,1) 69%,rgba(81,135,190,1) 79%,rgba(81,134,192,1) 83%,rgba(88,145,198,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335498', endColorstr='#5891c6',GradientType=0 ); /* IE6-9 */
}
.tw:before{
        content: url(../images/t.png) no-repeat;
  		border-right:2px ridge rgba(29, 162, 207, 0.32);
}
.tw:hover{
	background: rgb(19,161,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(19,161,219,1) 0%, rgba(24,173,224,1) 24%, rgba(23,172,223,1) 28%, rgba(28,186,228,1) 59%, rgba(30,192,230,1) 66%, rgba(34,202,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,161,219,1)), color-stop(24%,rgba(24,173,224,1)), color-stop(28%,rgba(23,172,223,1)), color-stop(59%,rgba(28,186,228,1)), color-stop(66%,rgba(30,192,230,1)), color-stop(100%,rgba(34,202,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(19,161,219,1) 0%,rgba(24,173,224,1) 24%,rgba(23,172,223,1) 28%,rgba(28,186,228,1) 59%,rgba(30,192,230,1) 66%,rgba(34,202,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(19,161,219,1) 0%,rgba(24,173,224,1) 24%,rgba(23,172,223,1) 28%,rgba(28,186,228,1) 59%,rgba(30,192,230,1) 66%,rgba(34,202,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(19,161,219,1) 0%,rgba(24,173,224,1) 24%,rgba(23,172,223,1) 28%,rgba(28,186,228,1) 59%,rgba(30,192,230,1) 66%,rgba(34,202,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(19,161,219,1) 0%,rgba(24,173,224,1) 24%,rgba(23,172,223,1) 28%,rgba(28,186,228,1) 59%,rgba(30,192,230,1) 66%,rgba(34,202,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a1db', endColorstr='#22caea',GradientType=0 ); /* IE6-9 */
}
.v, .v:focus{
	border:1px solid #024e8e; 
	box-shadow: 0px 7px 10px rgba(0, 9, 19, 0.39);
	background: rgb(68,163,202); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(68,163,202,1) 0%, rgba(64,152,195,1) 21%, rgba(60,145,191,1) 28%, rgba(62,147,193,1) 31%, rgba(58,137,187,1) 38%, rgba(59,141,189,1) 41%, rgba(54,129,182,1) 48%, rgba(53,127,181,1) 55%, rgba(50,119,176,1) 62%, rgba(46,109,171,1) 76%, rgba(46,112,172,1) 79%, rgba(44,104,168,1) 83%, rgba(39,93,161,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,163,202,1)), color-stop(21%,rgba(64,152,195,1)), color-stop(28%,rgba(60,145,191,1)), color-stop(31%,rgba(62,147,193,1)), color-stop(38%,rgba(58,137,187,1)), color-stop(41%,rgba(59,141,189,1)), color-stop(48%,rgba(54,129,182,1)), color-stop(55%,rgba(53,127,181,1)), color-stop(62%,rgba(50,119,176,1)), color-stop(76%,rgba(46,109,171,1)), color-stop(79%,rgba(46,112,172,1)), color-stop(83%,rgba(44,104,168,1)), color-stop(100%,rgba(39,93,161,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(68,163,202,1) 0%,rgba(64,152,195,1) 21%,rgba(60,145,191,1) 28%,rgba(62,147,193,1) 31%,rgba(58,137,187,1) 38%,rgba(59,141,189,1) 41%,rgba(54,129,182,1) 48%,rgba(53,127,181,1) 55%,rgba(50,119,176,1) 62%,rgba(46,109,171,1) 76%,rgba(46,112,172,1) 79%,rgba(44,104,168,1) 83%,rgba(39,93,161,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(68,163,202,1) 0%,rgba(64,152,195,1) 21%,rgba(60,145,191,1) 28%,rgba(62,147,193,1) 31%,rgba(58,137,187,1) 38%,rgba(59,141,189,1) 41%,rgba(54,129,182,1) 48%,rgba(53,127,181,1) 55%,rgba(50,119,176,1) 62%,rgba(46,109,171,1) 76%,rgba(46,112,172,1) 79%,rgba(44,104,168,1) 83%,rgba(39,93,161,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(68,163,202,1) 0%,rgba(64,152,195,1) 21%,rgba(60,145,191,1) 28%,rgba(62,147,193,1) 31%,rgba(58,137,187,1) 38%,rgba(59,141,189,1) 41%,rgba(54,129,182,1) 48%,rgba(53,127,181,1) 55%,rgba(50,119,176,1) 62%,rgba(46,109,171,1) 76%,rgba(46,112,172,1) 79%,rgba(44,104,168,1) 83%,rgba(39,93,161,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(68,163,202,1) 0%,rgba(64,152,195,1) 21%,rgba(60,145,191,1) 28%,rgba(62,147,193,1) 31%,rgba(58,137,187,1) 38%,rgba(59,141,189,1) 41%,rgba(54,129,182,1) 48%,rgba(53,127,181,1) 55%,rgba(50,119,176,1) 62%,rgba(46,109,171,1) 76%,rgba(46,112,172,1) 79%,rgba(44,104,168,1) 83%,rgba(39,93,161,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44a3ca', endColorstr='#275da1',GradientType=0 ); /* IE6-9 */
}
 .v:before{
        content: url(../images/v.png) no-repeat;
       border-right:2px ridge rgba(14, 119, 226, 0.39);
 }	
.v:hover {
	background: rgb(39,93,161); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(39,93,161,1) 0%, rgba(44,104,168,1) 17%, rgba(46,112,172,1) 21%, rgba(46,109,171,1) 24%, rgba(50,119,176,1) 38%, rgba(53,127,181,1) 45%, rgba(54,129,182,1) 52%, rgba(59,141,189,1) 59%, rgba(58,137,187,1) 62%, rgba(62,147,193,1) 69%, rgba(60,145,191,1) 72%, rgba(64,152,195,1) 79%, rgba(68,163,202,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,93,161,1)), color-stop(17%,rgba(44,104,168,1)), color-stop(21%,rgba(46,112,172,1)), color-stop(24%,rgba(46,109,171,1)), color-stop(38%,rgba(50,119,176,1)), color-stop(45%,rgba(53,127,181,1)), color-stop(52%,rgba(54,129,182,1)), color-stop(59%,rgba(59,141,189,1)), color-stop(62%,rgba(58,137,187,1)), color-stop(69%,rgba(62,147,193,1)), color-stop(72%,rgba(60,145,191,1)), color-stop(79%,rgba(64,152,195,1)), color-stop(100%,rgba(68,163,202,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(39,93,161,1) 0%,rgba(44,104,168,1) 17%,rgba(46,112,172,1) 21%,rgba(46,109,171,1) 24%,rgba(50,119,176,1) 38%,rgba(53,127,181,1) 45%,rgba(54,129,182,1) 52%,rgba(59,141,189,1) 59%,rgba(58,137,187,1) 62%,rgba(62,147,193,1) 69%,rgba(60,145,191,1) 72%,rgba(64,152,195,1) 79%,rgba(68,163,202,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(39,93,161,1) 0%,rgba(44,104,168,1) 17%,rgba(46,112,172,1) 21%,rgba(46,109,171,1) 24%,rgba(50,119,176,1) 38%,rgba(53,127,181,1) 45%,rgba(54,129,182,1) 52%,rgba(59,141,189,1) 59%,rgba(58,137,187,1) 62%,rgba(62,147,193,1) 69%,rgba(60,145,191,1) 72%,rgba(64,152,195,1) 79%,rgba(68,163,202,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(39,93,161,1) 0%,rgba(44,104,168,1) 17%,rgba(46,112,172,1) 21%,rgba(46,109,171,1) 24%,rgba(50,119,176,1) 38%,rgba(53,127,181,1) 45%,rgba(54,129,182,1) 52%,rgba(59,141,189,1) 59%,rgba(58,137,187,1) 62%,rgba(62,147,193,1) 69%,rgba(60,145,191,1) 72%,rgba(64,152,195,1) 79%,rgba(68,163,202,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(39,93,161,1) 0%,rgba(44,104,168,1) 17%,rgba(46,112,172,1) 21%,rgba(46,109,171,1) 24%,rgba(50,119,176,1) 38%,rgba(53,127,181,1) 45%,rgba(54,129,182,1) 52%,rgba(59,141,189,1) 59%,rgba(58,137,187,1) 62%,rgba(62,147,193,1) 69%,rgba(60,145,191,1) 72%,rgba(64,152,195,1) 79%,rgba(68,163,202,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275da1', endColorstr='#44a3ca',GradientType=0 ); /* IE6-9 */

 }
.utd, .utd:focus{
	border:1px solid  #952728;
	box-shadow: 0px 7px 10px rgba(22, 1, 1, 0.42);
	background: rgb(217,83,83); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(217,83,83,1) 0%, rgba(215,79,79,1) 3%, rgba(208,72,72,1) 28%, rgba(209,73,73,1) 31%, rgba(205,68,68,1) 38%, rgba(185,47,47,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,83,83,1)), color-stop(3%,rgba(215,79,79,1)), color-stop(28%,rgba(208,72,72,1)), color-stop(31%,rgba(209,73,73,1)), color-stop(38%,rgba(205,68,68,1)), color-stop(100%,rgba(185,47,47,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(217,83,83,1) 0%,rgba(215,79,79,1) 3%,rgba(208,72,72,1) 28%,rgba(209,73,73,1) 31%,rgba(205,68,68,1) 38%,rgba(185,47,47,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(217,83,83,1) 0%,rgba(215,79,79,1) 3%,rgba(208,72,72,1) 28%,rgba(209,73,73,1) 31%,rgba(205,68,68,1) 38%,rgba(185,47,47,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(217,83,83,1) 0%,rgba(215,79,79,1) 3%,rgba(208,72,72,1) 28%,rgba(209,73,73,1) 31%,rgba(205,68,68,1) 38%,rgba(185,47,47,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(217,83,83,1) 0%,rgba(215,79,79,1) 3%,rgba(208,72,72,1) 28%,rgba(209,73,73,1) 31%,rgba(205,68,68,1) 38%,rgba(185,47,47,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d95353', endColorstr='#b92f2f',GradientType=0 ); /* IE6-9 */
}
 .utd:before{
 	 content:url(../images/utd.png) no-repeat;
     border-right:2px ridge rgba(247, 53, 55, 1);
}
 .utd:hover{
	background: rgb(185,47,47); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(185,47,47,1) 0%, rgba(205,68,68,1) 62%, rgba(209,73,73,1) 69%, rgba(208,72,72,1) 72%, rgba(215,79,79,1) 97%, rgba(217,83,83,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,47,47,1)), color-stop(62%,rgba(205,68,68,1)), color-stop(69%,rgba(209,73,73,1)), color-stop(72%,rgba(208,72,72,1)), color-stop(97%,rgba(215,79,79,1)), color-stop(100%,rgba(217,83,83,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(185,47,47,1) 0%,rgba(205,68,68,1) 62%,rgba(209,73,73,1) 69%,rgba(208,72,72,1) 72%,rgba(215,79,79,1) 97%,rgba(217,83,83,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(185,47,47,1) 0%,rgba(205,68,68,1) 62%,rgba(209,73,73,1) 69%,rgba(208,72,72,1) 72%,rgba(215,79,79,1) 97%,rgba(217,83,83,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(185,47,47,1) 0%,rgba(205,68,68,1) 62%,rgba(209,73,73,1) 69%,rgba(208,72,72,1) 72%,rgba(215,79,79,1) 97%,rgba(217,83,83,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(185,47,47,1) 0%,rgba(205,68,68,1) 62%,rgba(209,73,73,1) 69%,rgba(208,72,72,1) 72%,rgba(215,79,79,1) 97%,rgba(217,83,83,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b92f2f', endColorstr='#d95353',GradientType=0 ); /* IE6-9 */
}
.dbl,.dbl:focus{
		border:1px solid #8D2C5D;
		box-shadow: 0px 7px 10px rgba(37, 3, 20, 0.36);
	  	background: rgb(199,62,117); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(199,62,117,1) 0%, rgba(193,58,110,1) 17%, rgba(173,44,83,1) 62%, rgba(171,42,81,1) 72%, rgba(167,40,76,1) 76%, rgba(160,35,66,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,62,117,1)), color-stop(17%,rgba(193,58,110,1)), color-stop(62%,rgba(173,44,83,1)), color-stop(72%,rgba(171,42,81,1)), color-stop(76%,rgba(167,40,76,1)), color-stop(100%,rgba(160,35,66,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(199,62,117,1) 0%,rgba(193,58,110,1) 17%,rgba(173,44,83,1) 62%,rgba(171,42,81,1) 72%,rgba(167,40,76,1) 76%,rgba(160,35,66,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(199,62,117,1) 0%,rgba(193,58,110,1) 17%,rgba(173,44,83,1) 62%,rgba(171,42,81,1) 72%,rgba(167,40,76,1) 76%,rgba(160,35,66,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(199,62,117,1) 0%,rgba(193,58,110,1) 17%,rgba(173,44,83,1) 62%,rgba(171,42,81,1) 72%,rgba(167,40,76,1) 76%,rgba(160,35,66,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(199,62,117,1) 0%,rgba(193,58,110,1) 17%,rgba(173,44,83,1) 62%,rgba(171,42,81,1) 72%,rgba(167,40,76,1) 76%,rgba(160,35,66,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73e75', endColorstr='#a02342',GradientType=0 ); /* IE6-9 */
}
.dbl:before{
	content: url(../images/dribble.png) no-repeat;
	border-right:2px ridge rgba(228, 14, 81, 0.26);
}
.dbl:hover{
		background: rgb(160,35,66); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(160,35,66,1) 0%, rgba(167,40,76,1) 24%, rgba(171,42,81,1) 28%, rgba(173,44,83,1) 38%, rgba(193,58,110,1) 83%, rgba(199,62,117,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,35,66,1)), color-stop(24%,rgba(167,40,76,1)), color-stop(28%,rgba(171,42,81,1)), color-stop(38%,rgba(173,44,83,1)), color-stop(83%,rgba(193,58,110,1)), color-stop(100%,rgba(199,62,117,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(160,35,66,1) 0%,rgba(167,40,76,1) 24%,rgba(171,42,81,1) 28%,rgba(173,44,83,1) 38%,rgba(193,58,110,1) 83%,rgba(199,62,117,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(160,35,66,1) 0%,rgba(167,40,76,1) 24%,rgba(171,42,81,1) 28%,rgba(173,44,83,1) 38%,rgba(193,58,110,1) 83%,rgba(199,62,117,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(160,35,66,1) 0%,rgba(167,40,76,1) 24%,rgba(171,42,81,1) 28%,rgba(173,44,83,1) 38%,rgba(193,58,110,1) 83%,rgba(199,62,117,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(160,35,66,1) 0%,rgba(167,40,76,1) 24%,rgba(171,42,81,1) 28%,rgba(173,44,83,1) 38%,rgba(193,58,110,1) 83%,rgba(199,62,117,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a02342', endColorstr='#c73e75',GradientType=0 ); /* IE6-9 */
}	
.in,.cloud:focus{
		border:1px solid #4A6171;
		box-shadow: 0px 8px 10px rgba(1, 10, 19, 0.57);
		background: rgb(90,138,169); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(90,138,169,1) 0%, rgba(86,134,162,1) 14%, rgba(81,125,154,1) 24%, rgba(81,125,154,1) 28%, rgba(78,121,150,1) 31%, rgba(67,103,130,1) 59%, rgba(64,99,125,1) 69%, rgba(62,95,120,1) 72%, rgba(62,95,122,1) 76%, rgba(59,91,116,1) 79%, rgba(59,91,117,1) 83%, rgba(56,87,111,1) 86%, rgba(52,79,103,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,138,169,1)), color-stop(14%,rgba(86,134,162,1)), color-stop(24%,rgba(81,125,154,1)), color-stop(28%,rgba(81,125,154,1)), color-stop(31%,rgba(78,121,150,1)), color-stop(59%,rgba(67,103,130,1)), color-stop(69%,rgba(64,99,125,1)), color-stop(72%,rgba(62,95,120,1)), color-stop(76%,rgba(62,95,122,1)), color-stop(79%,rgba(59,91,116,1)), color-stop(83%,rgba(59,91,117,1)), color-stop(86%,rgba(56,87,111,1)), color-stop(100%,rgba(52,79,103,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(90,138,169,1) 0%,rgba(86,134,162,1) 14%,rgba(81,125,154,1) 24%,rgba(81,125,154,1) 28%,rgba(78,121,150,1) 31%,rgba(67,103,130,1) 59%,rgba(64,99,125,1) 69%,rgba(62,95,120,1) 72%,rgba(62,95,122,1) 76%,rgba(59,91,116,1) 79%,rgba(59,91,117,1) 83%,rgba(56,87,111,1) 86%,rgba(52,79,103,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(90,138,169,1) 0%,rgba(86,134,162,1) 14%,rgba(81,125,154,1) 24%,rgba(81,125,154,1) 28%,rgba(78,121,150,1) 31%,rgba(67,103,130,1) 59%,rgba(64,99,125,1) 69%,rgba(62,95,120,1) 72%,rgba(62,95,122,1) 76%,rgba(59,91,116,1) 79%,rgba(59,91,117,1) 83%,rgba(56,87,111,1) 86%,rgba(52,79,103,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(90,138,169,1) 0%,rgba(86,134,162,1) 14%,rgba(81,125,154,1) 24%,rgba(81,125,154,1) 28%,rgba(78,121,150,1) 31%,rgba(67,103,130,1) 59%,rgba(64,99,125,1) 69%,rgba(62,95,120,1) 72%,rgba(62,95,122,1) 76%,rgba(59,91,116,1) 79%,rgba(59,91,117,1) 83%,rgba(56,87,111,1) 86%,rgba(52,79,103,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(90,138,169,1) 0%,rgba(86,134,162,1) 14%,rgba(81,125,154,1) 24%,rgba(81,125,154,1) 28%,rgba(78,121,150,1) 31%,rgba(67,103,130,1) 59%,rgba(64,99,125,1) 69%,rgba(62,95,120,1) 72%,rgba(62,95,122,1) 76%,rgba(59,91,116,1) 79%,rgba(59,91,117,1) 83%,rgba(56,87,111,1) 86%,rgba(52,79,103,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a8aa9', endColorstr='#344f67',GradientType=0 ); /* IE6-9 */
}	
.in:before{
		content: url(../images/link-in.png) no-repeat;
		border-right:2px ridge rgba(43, 77, 105, 0.22);
    
}
.in:hover{
	background: rgb(52,79,103); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(52,79,103,1) 0%, rgba(56,87,111,1) 14%, rgba(59,91,117,1) 17%, rgba(59,91,116,1) 21%, rgba(62,95,122,1) 24%, rgba(62,95,120,1) 28%, rgba(64,99,125,1) 31%, rgba(67,103,130,1) 41%, rgba(78,121,150,1) 69%, rgba(81,125,154,1) 72%, rgba(81,125,154,1) 76%, rgba(86,134,162,1) 86%, rgba(90,138,169,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,79,103,1)), color-stop(14%,rgba(56,87,111,1)), color-stop(17%,rgba(59,91,117,1)), color-stop(21%,rgba(59,91,116,1)), color-stop(24%,rgba(62,95,122,1)), color-stop(28%,rgba(62,95,120,1)), color-stop(31%,rgba(64,99,125,1)), color-stop(41%,rgba(67,103,130,1)), color-stop(69%,rgba(78,121,150,1)), color-stop(72%,rgba(81,125,154,1)), color-stop(76%,rgba(81,125,154,1)), color-stop(86%,rgba(86,134,162,1)), color-stop(100%,rgba(90,138,169,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(52,79,103,1) 0%,rgba(56,87,111,1) 14%,rgba(59,91,117,1) 17%,rgba(59,91,116,1) 21%,rgba(62,95,122,1) 24%,rgba(62,95,120,1) 28%,rgba(64,99,125,1) 31%,rgba(67,103,130,1) 41%,rgba(78,121,150,1) 69%,rgba(81,125,154,1) 72%,rgba(81,125,154,1) 76%,rgba(86,134,162,1) 86%,rgba(90,138,169,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(52,79,103,1) 0%,rgba(56,87,111,1) 14%,rgba(59,91,117,1) 17%,rgba(59,91,116,1) 21%,rgba(62,95,122,1) 24%,rgba(62,95,120,1) 28%,rgba(64,99,125,1) 31%,rgba(67,103,130,1) 41%,rgba(78,121,150,1) 69%,rgba(81,125,154,1) 72%,rgba(81,125,154,1) 76%,rgba(86,134,162,1) 86%,rgba(90,138,169,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(52,79,103,1) 0%,rgba(56,87,111,1) 14%,rgba(59,91,117,1) 17%,rgba(59,91,116,1) 21%,rgba(62,95,122,1) 24%,rgba(62,95,120,1) 28%,rgba(64,99,125,1) 31%,rgba(67,103,130,1) 41%,rgba(78,121,150,1) 69%,rgba(81,125,154,1) 72%,rgba(81,125,154,1) 76%,rgba(86,134,162,1) 86%,rgba(90,138,169,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(52,79,103,1) 0%,rgba(56,87,111,1) 14%,rgba(59,91,117,1) 17%,rgba(59,91,116,1) 21%,rgba(62,95,122,1) 24%,rgba(62,95,120,1) 28%,rgba(64,99,125,1) 31%,rgba(67,103,130,1) 41%,rgba(78,121,150,1) 69%,rgba(81,125,154,1) 72%,rgba(81,125,154,1) 76%,rgba(86,134,162,1) 86%,rgba(90,138,169,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#344f67', endColorstr='#5a8aa9',GradientType=0 ); /* IE6-9 */
}
.cloud,.cloud:focus{
		border:1px solid #906631;
		box-shadow: 0px 8px 10px rgba(43, 19, 2, 0.52);
		background: rgb(236,157,15); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(236,157,15,1) 0%, rgba(235,151,14,1) 14%, rgba(233,144,14,1) 21%, rgba(234,146,15,1) 24%, rgba(232,136,13,1) 31%, rgba(232,140,14,1) 34%, rgba(230,128,12,1) 41%, rgba(230,126,12,1) 48%, rgba(227,108,10,1) 69%, rgba(227,111,10,1) 72%, rgba(225,103,10,1) 76%, rgba(223,89,9,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,157,15,1)), color-stop(14%,rgba(235,151,14,1)), color-stop(21%,rgba(233,144,14,1)), color-stop(24%,rgba(234,146,15,1)), color-stop(31%,rgba(232,136,13,1)), color-stop(34%,rgba(232,140,14,1)), color-stop(41%,rgba(230,128,12,1)), color-stop(48%,rgba(230,126,12,1)), color-stop(69%,rgba(227,108,10,1)), color-stop(72%,rgba(227,111,10,1)), color-stop(76%,rgba(225,103,10,1)), color-stop(100%,rgba(223,89,9,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(236,157,15,1) 0%,rgba(235,151,14,1) 14%,rgba(233,144,14,1) 21%,rgba(234,146,15,1) 24%,rgba(232,136,13,1) 31%,rgba(232,140,14,1) 34%,rgba(230,128,12,1) 41%,rgba(230,126,12,1) 48%,rgba(227,108,10,1) 69%,rgba(227,111,10,1) 72%,rgba(225,103,10,1) 76%,rgba(223,89,9,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(236,157,15,1) 0%,rgba(235,151,14,1) 14%,rgba(233,144,14,1) 21%,rgba(234,146,15,1) 24%,rgba(232,136,13,1) 31%,rgba(232,140,14,1) 34%,rgba(230,128,12,1) 41%,rgba(230,126,12,1) 48%,rgba(227,108,10,1) 69%,rgba(227,111,10,1) 72%,rgba(225,103,10,1) 76%,rgba(223,89,9,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(236,157,15,1) 0%,rgba(235,151,14,1) 14%,rgba(233,144,14,1) 21%,rgba(234,146,15,1) 24%,rgba(232,136,13,1) 31%,rgba(232,140,14,1) 34%,rgba(230,128,12,1) 41%,rgba(230,126,12,1) 48%,rgba(227,108,10,1) 69%,rgba(227,111,10,1) 72%,rgba(225,103,10,1) 76%,rgba(223,89,9,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(236,157,15,1) 0%,rgba(235,151,14,1) 14%,rgba(233,144,14,1) 21%,rgba(234,146,15,1) 24%,rgba(232,136,13,1) 31%,rgba(232,140,14,1) 34%,rgba(230,128,12,1) 41%,rgba(230,126,12,1) 48%,rgba(227,108,10,1) 69%,rgba(227,111,10,1) 72%,rgba(225,103,10,1) 76%,rgba(223,89,9,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9d0f', endColorstr='#df5909',GradientType=0 ); /* IE6-9 */
}
.cloud:before{
		content: url(../images/cloud.png) no-repeat;
		border-right:2px ridge rgba(241, 142, 5, 0.4);

}
.cloud:hover{
	background: rgb(223,89,9); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(223,89,9,1) 0%, rgba(225,103,10,1) 24%, rgba(227,111,10,1) 28%, rgba(227,108,10,1) 31%, rgba(230,126,12,1) 52%, rgba(230,128,12,1) 59%, rgba(232,140,14,1) 66%, rgba(232,136,13,1) 69%, rgba(234,146,15,1) 76%, rgba(233,144,14,1) 79%, rgba(235,151,14,1) 86%, rgba(236,157,15,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,89,9,1)), color-stop(24%,rgba(225,103,10,1)), color-stop(28%,rgba(227,111,10,1)), color-stop(31%,rgba(227,108,10,1)), color-stop(52%,rgba(230,126,12,1)), color-stop(59%,rgba(230,128,12,1)), color-stop(66%,rgba(232,140,14,1)), color-stop(69%,rgba(232,136,13,1)), color-stop(76%,rgba(234,146,15,1)), color-stop(79%,rgba(233,144,14,1)), color-stop(86%,rgba(235,151,14,1)), color-stop(100%,rgba(236,157,15,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(223,89,9,1) 0%,rgba(225,103,10,1) 24%,rgba(227,111,10,1) 28%,rgba(227,108,10,1) 31%,rgba(230,126,12,1) 52%,rgba(230,128,12,1) 59%,rgba(232,140,14,1) 66%,rgba(232,136,13,1) 69%,rgba(234,146,15,1) 76%,rgba(233,144,14,1) 79%,rgba(235,151,14,1) 86%,rgba(236,157,15,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(223,89,9,1) 0%,rgba(225,103,10,1) 24%,rgba(227,111,10,1) 28%,rgba(227,108,10,1) 31%,rgba(230,126,12,1) 52%,rgba(230,128,12,1) 59%,rgba(232,140,14,1) 66%,rgba(232,136,13,1) 69%,rgba(234,146,15,1) 76%,rgba(233,144,14,1) 79%,rgba(235,151,14,1) 86%,rgba(236,157,15,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(223,89,9,1) 0%,rgba(225,103,10,1) 24%,rgba(227,111,10,1) 28%,rgba(227,108,10,1) 31%,rgba(230,126,12,1) 52%,rgba(230,128,12,1) 59%,rgba(232,140,14,1) 66%,rgba(232,136,13,1) 69%,rgba(234,146,15,1) 76%,rgba(233,144,14,1) 79%,rgba(235,151,14,1) 86%,rgba(236,157,15,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(223,89,9,1) 0%,rgba(225,103,10,1) 24%,rgba(227,111,10,1) 28%,rgba(227,108,10,1) 31%,rgba(230,126,12,1) 52%,rgba(230,128,12,1) 59%,rgba(232,140,14,1) 66%,rgba(232,136,13,1) 69%,rgba(234,146,15,1) 76%,rgba(233,144,14,1) 79%,rgba(235,151,14,1) 86%,rgba(236,157,15,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df5909', endColorstr='#ec9d0f',GradientType=0 ); /* IE6-9 */
}
.gplus,.gplus:focus{	
		border:1px solid #3A3F44;
		box-shadow: 0px 8px 10px rgba(14, 14, 14, 0.6);
		background: rgb(80,80,80); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(80,80,80,1) 0%, rgba(73,73,73,1) 21%, rgba(74,74,74,1) 24%, rgba(71,71,71,1) 28%, rgba(56,56,56,1) 66%, rgba(56,56,56,1) 72%, rgba(53,53,53,1) 76%, rgba(49,49,49,1) 86%, rgba(50,50,50,1) 90%, rgba(45,45,45,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,1)), color-stop(21%,rgba(73,73,73,1)), color-stop(24%,rgba(74,74,74,1)), color-stop(28%,rgba(71,71,71,1)), color-stop(66%,rgba(56,56,56,1)), color-stop(72%,rgba(56,56,56,1)), color-stop(76%,rgba(53,53,53,1)), color-stop(86%,rgba(49,49,49,1)), color-stop(90%,rgba(50,50,50,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(73,73,73,1) 21%,rgba(74,74,74,1) 24%,rgba(71,71,71,1) 28%,rgba(56,56,56,1) 66%,rgba(56,56,56,1) 72%,rgba(53,53,53,1) 76%,rgba(49,49,49,1) 86%,rgba(50,50,50,1) 90%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(73,73,73,1) 21%,rgba(74,74,74,1) 24%,rgba(71,71,71,1) 28%,rgba(56,56,56,1) 66%,rgba(56,56,56,1) 72%,rgba(53,53,53,1) 76%,rgba(49,49,49,1) 86%,rgba(50,50,50,1) 90%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(73,73,73,1) 21%,rgba(74,74,74,1) 24%,rgba(71,71,71,1) 28%,rgba(56,56,56,1) 66%,rgba(56,56,56,1) 72%,rgba(53,53,53,1) 76%,rgba(49,49,49,1) 86%,rgba(50,50,50,1) 90%,rgba(45,45,45,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(80,80,80,1) 0%,rgba(73,73,73,1) 21%,rgba(74,74,74,1) 24%,rgba(71,71,71,1) 28%,rgba(56,56,56,1) 66%,rgba(56,56,56,1) 72%,rgba(53,53,53,1) 76%,rgba(49,49,49,1) 86%,rgba(50,50,50,1) 90%,rgba(45,45,45,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
}	
.gplus:before{
        content: url(../images/g-plus.png) no-repeat;
    	border-right:2px ridge rgba(104, 97, 99, 0.43);
		
}	
.gplus:hover{
	background: rgb(45,45,45); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(45,45,45,1) 0%, rgba(50,50,50,1) 10%, rgba(49,49,49,1) 14%, rgba(53,53,53,1) 24%, rgba(56,56,56,1) 28%, rgba(56,56,56,1) 34%, rgba(71,71,71,1) 72%, rgba(74,74,74,1) 76%, rgba(73,73,73,1) 79%, rgba(80,80,80,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(10%,rgba(50,50,50,1)), color-stop(14%,rgba(49,49,49,1)), color-stop(24%,rgba(53,53,53,1)), color-stop(28%,rgba(56,56,56,1)), color-stop(34%,rgba(56,56,56,1)), color-stop(72%,rgba(71,71,71,1)), color-stop(76%,rgba(74,74,74,1)), color-stop(79%,rgba(73,73,73,1)), color-stop(100%,rgba(80,80,80,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(50,50,50,1) 10%,rgba(49,49,49,1) 14%,rgba(53,53,53,1) 24%,rgba(56,56,56,1) 28%,rgba(56,56,56,1) 34%,rgba(71,71,71,1) 72%,rgba(74,74,74,1) 76%,rgba(73,73,73,1) 79%,rgba(80,80,80,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(50,50,50,1) 10%,rgba(49,49,49,1) 14%,rgba(53,53,53,1) 24%,rgba(56,56,56,1) 28%,rgba(56,56,56,1) 34%,rgba(71,71,71,1) 72%,rgba(74,74,74,1) 76%,rgba(73,73,73,1) 79%,rgba(80,80,80,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(50,50,50,1) 10%,rgba(49,49,49,1) 14%,rgba(53,53,53,1) 24%,rgba(56,56,56,1) 28%,rgba(56,56,56,1) 34%,rgba(71,71,71,1) 72%,rgba(74,74,74,1) 76%,rgba(73,73,73,1) 79%,rgba(80,80,80,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(45,45,45,1) 0%,rgba(50,50,50,1) 10%,rgba(49,49,49,1) 14%,rgba(53,53,53,1) 24%,rgba(56,56,56,1) 28%,rgba(56,56,56,1) 34%,rgba(71,71,71,1) 72%,rgba(74,74,74,1) 76%,rgba(73,73,73,1) 79%,rgba(80,80,80,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#505050',GradientType=0 ); /* IE6-9 */
}
/**start-copy-right**/
.copy-right {
	text-align: center;
}
.copy-right p {
	color: #FFF;
	font-size:1em;
	margin-top:7em;
}
.copy-right p a {
	font-size:1em;
	font-weight:600;
	color: #AC2C52;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right a:hover{
	color:#fff;
}
/*----start-responsive design-----*/
@media only screen and (max-width:1680px) and (min-width:1440px) {
	.socialmedia-buttons {
	margin:12em auto 0;
	width:23%;
	}
	
}
@media only screen and (max-width:1440px) and (min-width:1366px) {
	.socialmedia-buttons {
	margin:11em auto 0;
	width: 27%;
	}
	
}
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.socialmedia-buttons {
	margin:10em auto 0;
	width: 28%;
	}
	
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.socialmedia-buttons {
	margin:10em auto 0;
	width: 30%;
	}
	.copy-right p {
	margin-top:8em;
	}
	
}
@media only screen and (max-width:1024px) and (min-width:768px) {
	.socialmedia-buttons {
	margin:10em auto 0;
	width:37%;
	}
	.copy-right p {
	margin-top:7em;
	}
	
}
@media only screen and (max-width:768px) and (min-width:640px) {
	.socialmedia-buttons {
	margin:13em auto 0;
	width: 49%;
	}
	.copy-right p {
	margin-top:7em;
	}
	
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.socialmedia-buttons {
	margin:11em auto 0;
	width:58%;
	}
	.copy-right p {
	margin-top:7em;
	}
	
}
@media only screen and (max-width:480px) and (min-width:320px) {
	.socialmedia-buttons {
	margin: 10em auto 0;
	width: 66%;
	}
	.button:before{
	padding: 13px 3px 0px 10px;
	}
	.icons li {
	margin: 12px;
	}
	.copy-right p {
	margin-top:6em;
	}
	.fb span,.dbl span,.tw span,.v span,.utd span,.cloud span,.in span,.gplus span{
	padding:11px 13px;
	}
}
@media only screen and (max-width:320px) and (min-width:240px){
	.socialmedia-buttons {
	margin:4em auto 0;
	width:90%;
	}
	.button:before{
	padding: 13px 3px 0px 10px;
	}
	.icons li {
	margin:10px;
	}
	.copy-right p {
	margin-top:2em;
	}
	.fb span,.dbl span,.tw span,.v span,.utd span,.cloud span,.in span,.gplus span{
	padding:2px 11px;
	}
}

/*----//end-responsive design-----*/