
@font-face {
    font-family: COD;
    src: url(../css/font/call.otf);
}



body {
	background-image: url(../img/background2.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}


.header {
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: center center;
	height: 100vh;
}


.layer {
	background-color: rgba(51, 51, 51, 0.16);
	height: 100vh;
}

a:hover,a:focus {
	text-decoration: none;
}


.layer ul {
	background-color: #000;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: COD;
	font-size: 18px;
}


.layer ul li {
	display: inline-block;
	list-style-type: none;
}

.overlay {
	background: rgba(50, 51, 43, 0.1);
	overflow: auto;
	border-top: 4px solid #9f912a;
}

.intro {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.intro h1 {
	text-transform: uppercase;
	font-family: COD;
	color: #fff;
	font-size: 4em;
}
.intro h4 {
	text-transform: uppercase;
	font-family: COD;
	color: #000;
	font-size: 2em;
}


.intro a {
	display: inline-block;
	padding:15px 30px 15px 30px;
	background-color: #fff;
	color: #393b3d;
	font-family: COD;
	font-size: 20px;
	letter-spacing: .5px;
	border: 2px solid #fff;

}



.layer ul a {
	display: inline-block;
	padding:10px 20px 10px 20px;
	background-color: #ffffff;
	color: #000;
	font-family: COD;
	font-size: 15px;
	letter-spacing: .5px;
}

.roblox-generator h1 {
	text-align: center;
	font-size: 35px;
	background-color: #000;
	font-family: COD;
	text-transform: uppercase;
	margin: 0px;
	padding: 15px 15px;
	letter-spacing: 3px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#dbdcd7;
	font-weight: 800;
	text-shadow: 0 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;

}


.roblox-generator {
	margin-top: 150px;
	margin-bottom: 150px;
	background-color: #000;
	border-radius: 5px;
	max-width: 666px;
	float: none;
	padding-left: 0px;
	padding-right: 0px;
	color: #fff;
	box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 1);

}


.gen-header {
	background: #232527;
	border-radius: 5px;
	box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 13px;
	margin-bottom: 20px;
}


.gen-header ul  {
	margin-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	padding: 20px 20px;
}


.gen-header ul li  {
	list-style-type: none;
	display: inline-block;
}

.gen-header span {
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	

}

.server-stat,.user-online {
	color: green;
	font-weight: 600;
}



.menu {
	background: rgba(50, 51, 43, 0.75);
	padding: 10px;
	margin-top: 10px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.7);
}

.menu-info {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.menu ul {
	padding-left: 0px;
	text-align: center;
}


.menu ul li {
	list-style-type: none;
	display: inline-block;
	width: 230px;
}


.menu ul li a {
	display: inline-block;
	padding: 20px 40px 20px 40px;
	color: #32353a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
	background-image: radial-gradient(ellipse farthest-corner at center top, #F8F8F8 0%, #827D84 100%);
	position: relative;
	-webkit-transition: all .25s ease-in;
       -moz-transition: all .25s ease-in;
        -ms-transition: all .25s ease-in;
         -o-transition: all .25s ease-in;
            transition: all .25s ease-in;

}



.menu ul li a:hover {
	
	-webkit-transition: all .25s ease-in;
       -moz-transition: all .25s ease-in;
        -ms-transition: all .25s ease-in;
         -o-transition: all .25s ease-in;
            transition: all .25s ease-in;



}


.menu ul li a:hover:before {
	
    content: '';
    background-color: #9f912a;
    padding: 4px;
    width: 100%;
    height:2px;
    top: 68px;
    left: 0px;
    position:absolute;
    -webkit-transition: all .25s ease-in;
       -moz-transition: all .25s ease-in;
        -ms-transition: all .25s ease-in;
         -o-transition: all .25s ease-in;
            transition: all .25s ease-in;
}


.menu>ul>li.active>a {
	background-color: #9f912a;
}



.menu> ul> li.active >a:before {
	content: '';
    background-color: #9f912a;
    padding: 4px;
    width: 100%;
    height:2px;
    top: 68px;
    left: 0px;
    position:absolute;
    -webkit-transition: all .25s ease-in;
       -moz-transition: all .25s ease-in;
        -ms-transition: all .25s ease-in;
         -o-transition: all .25s ease-in;
            transition: all .25s ease-in;
}



/*Generator*/

#generator {
	padding: 10px;
}

.info-text {
	padding: 10px;
	font-size: 15px;
	background: #232527;
	color: #fff;
	font-weight: 600;
	box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, .7);
}

.selected-amount-wrapper {
    background: rgb(40 40 40 / 58%);
    padding: 12px 20px 12px 80px;
    
    font-size: 1.6em;
    letter-spacing: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
   position: relative;
    color: #fff;
    cursor: default;
}

.single-resource-wrapper {
	margin-bottom: 15px;
}


.value-button-wrapper {
	margin-top: 58px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	position: relative;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}


.value-button {
	cursor: pointer;
	border-radius: 100%;
	font-size: 3em;
	text-align: center;
	color: #e5e5e5;
	line-height: 38px;
	height: 40px;
	border-radius: 100%;
	
	border: 3px solid #e5e5e5;	
	
}
.value-button.btn-disabled {
	border: 2px solid #666;	
}
.value-button::selection {
  background: none;
}
.value-button::-moz-selection {
  background: none;
}
.value-button:active {
	transform:scale(0.9,0.9);
}
.value-button.btn-disabled:active {
	transform:scale(1,1);
}
.increase-button {
	
}
.decrease-button {
	
}
.decrease-button.btn-disabled {
	color: #666;
	
	cursor: not-allowed;
}
.increase-button.btn-disabled {
	color:#666;
	
	cursor: not-allowed;
}
.panel-title {
	margin-bottom: 15px;
}
.panel-title h2 {
	margin: 0;
}
.generator-button-wrapper {
	text-align: center;
	margin: 20px 0;
	margin-top: 30px
	margin-top: 30px;

}






.resource-img {
    max-width: 41px;
    position: absolute;
    left: 10px;
    top:6px;
}


.max-amount {
	display: none;
	content: 'MAX';
	color: #24272d;
	right: 15px;
	top: 2px;
	position: absolute;
}
.max-amount::selection {
  background: none;
}
.max-amount::-moz-selection {
  background: none;
}


.robloxcash-amount, 
.robloxgold-amount {
	color: #d4d4d6;
	font-weight: 600;
	font-family: COD;

}


.robloxcash-loadbar, .futpoints-loadbar {
    position: relative;
    padding: 3px;
	background-image: radial-gradient(ellipse farthest-corner at center top, rgba(248, 248, 248, 0.81) 0%, rgba(130, 125, 132, 0) 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.robloxcash-loadbar div {
	font-family: arial;
	font-size: 3px;
	color: white;
	text-align: right;
	text-shadow: 0px 0px 2px #000;
	text-indent: 9999px;
	overflow: hidden;
	background: #da292a; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; /* Webkit */
}

.robloxcash-loadbarGem, .futpoints-loadbarGem {
    position: relative;
    padding: 3px;
	background-image: radial-gradient(ellipse farthest-corner at center top, rgba(248, 248, 248, 0.81) 0%, rgba(130, 125, 132, 0) 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.robloxcash-loadbarGem div {
	font-family: arial;
	font-size: 3px;
	color: white;
	text-align: right;
	text-shadow: 0px 0px 2px #000;
	text-indent: 9999px;
	overflow: hidden;
	background: #fffe4d; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px;
}

.generator-button-wrapper a {
	display: inline-block;
	padding: 20px 40px 20px 40px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
	background:#ffff;
	position: relative;
	-webkit-transition: all .25s ease-in;
       -moz-transition: all .25s ease-in;
        -ms-transition: all .25s ease-in;
         -o-transition: all .25s ease-in;
            transition: all .25s ease-in;
}



.control-increase {
	position: absolute;
	left: -19px;
    top: 11px;
    width: 37px;
}

.control-decrease {
	position: absolute;
	top: 10px;
	right: -19px;
	width: 37px;
	line-height: 32px;
}


.resources-title {
	font-size: 18px;
	background-color: #000;
	padding: 3px 3px;
	text-transform: uppercase;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	letter-spacing: 3px;
	color: #dbdcd7;
	text-align: center;
	font-weight: 600;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}

.resources-title span {
	position: relative;
	font-family: COD;
}

.resources-title span:before {
	content: '';
	position: absolute;
	top:6px;
	left: -67px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: rgba(173, 174, 178, 0.58) transparent transparent transparent;
}


.resources-title span:after {
	content: '';
	position: absolute;
	top:6px;
	right: -67px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: rgba(173, 174, 178, 0.58) transparent transparent transparent;
}




a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

a:hover {
	text-decoration: none;
}



.button-wrap { 
	
	text-align: center;
	top:100px;
	

}





.custom-ver {
	border-radius: 5px;
}



.spinner {
  margin: 1px auto;
  width: 71px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #da292a;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}



.generator-verification {
	display: none;
}

.custom-script-popup {
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
}


.gen-message1 {
	font-size: 20px;
	font-weight: 800;
}

.username_message {
	color:#da292a;
}

.device-os {
	color: #da292a;
}

.gen-load-list {
	padding-left: 0px;
	text-align: center;
}

.gen-load-list li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-right: 20px;
	display: inline-block;
}

.section_heading h1 {
	text-shadow: 0 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	text-transform: uppercase;
} 


.gen-load-list li span  {
		margin-left: 20px;
		font-size: 20px;
		font-weight: 600;
		color: #d4d4d6;

}


.progress-bar {
	background: #da292a;

}

.progress {
	height: 10px;
}


.gen-load-list-wrap {
	text-align: center;
	padding: 15px 15px;
	background: rgba(0, 0, 0, 0.5);
	margin-bottom: 15px;

}

#date-ver {
	padding: 20px 20px;
}

.ver-p {
	padding: 20px;
	background-color: #da292a;
	font-size: 17px;
	color: #fff;
}


.verificationcounter {
	color: #3784a6;
	font-size: 19px!important;
	font-weight: bold;
}


.verify-button-f {
        /* background: #353535; */
    padding: 10px 30px 10px 30px;
    display: table;
    background-color: #da292a;
    margin: 30px auto;
    font-size: 20px;
    /* -webkit-border-radius: 40px; */
    -moz-border-radius: 40px;
    /* border-radius: 40px; */
    font-weight: 300;
    position: relative;
    border: 1px solid #000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.verify-button-f:hover {
	color: #333;
	 background: #fff;
}






#verify-e {
	overflow: auto;
}



.connect-account-header {
	margin: 0px;
	padding: 5px 5px;
	letter-spacing: 3px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #000;
}


.custom-script-popup {
	padding: 0px;
	background-color: rgba(46, 49, 32, 0.91);
	color: #fff;
}


#resources3 {
	font-size: 20px;
	color: red;
}


.account-popup {
	padding: 0px;
	background-color: rgba(46, 49, 32, 0.65);
	max-width: 530px;
	text-align: center;
}


.account-popup p {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;

}

.account-popup h2 {
	margin: 0px;
	font-size: 1.5em;
	padding: 10px 10px;
	background-color: #000;
	font-family: COD;
	text-align: center;
	font-weight: 600;
	color: #dbdcd7;
	text-transform: uppercase;
	position: relative;
	text-shadow: 0 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	letter-spacing: .7px;
}



.connect-account {
	padding: 20px;
	background: #100f0b;
}


.input-wrap {
	float: none;
}

.input-wrap input {
	width: 100%;
	padding: 10px 10px;
	font-size: 17px;
	font-weight: 600;
	background: rgba(51, 51, 51, 0.48);
    color: #fff;
}

.input-wrap select {
	width: 100%;
	padding: 10px 10px;
	font-size: 17px;
	font-weight: 600;
	background: rgba(51, 51, 51, 0.48);
    color: #fff;

}

.connect-button {
	background-color: #da292a;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;

}


#resources1 {
	font-size: 26px;
	font-family: COD;
}

.connect-button:hover {
	color:#fff;
}

.error-message {
	color: red!important;
	font-weight: 800;
}

#proofs {
	overflow: auto;
	padding: 10px;
}

.proof-header {
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, .7);
    border: solid 1px #111;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align: center;

}


.proof-body {
	padding: 0px;
}

.proof-body-head {
	font-size: 18px;
    background-image: linear-gradient(to bottom, rgba(235, 1, 3, 0.78) 0%, rgba(109, 0, 0, 0.78) 100%);
    padding: 3px 3px;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    letter-spacing: 3px;
    color: #dbdcd7;
    text-align: center;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}


.proof-body img {

	margin-bottom: 10px;

}



.footer {
	padding: 30px 50px 30px 50px;
	background-color: #000;
	
	color:#999;
	text-align: center;
}

.footer ul {
	padding-left: 0px;
	margin-bottom: 0px
}

.footer ul li {
	display: inline-block;
	padding: 10px 10px 10px 10px;
}

.footer ul li a {
	color:#cecece;
	-webkit-transition: all .25s ease-in;
	   -moz-transition: all .25s ease-in;
	    -ms-transition: all .25s ease-in;
	     -o-transition: all .25s ease-in;
	        transition: all .25s ease-in;
}

.footer ul li a:hover {
	color:#999;
}

.footer-div {
	text-align: center;
	float: none;
	
}

.copy-r {padding-top: 30px;}




.single-resource-wrapper {
	margin-right: 0px!important;
	margin-left: 0px!important;
}



/***** Comments section *****/
.comments-section-form {
    color: #fff;
    padding: 0;
}

.comments-section-form fieldset {
    margin-bottom: 10px;
}

.comment-user-img-wrapp {
    width: auto;
    font-size: 2em;
    margin-right: 20px;
    color: #444;
}
#commentUsername, #X00InputChat, .add-new-comment-wrapp textarea {
	background: #1e1f1f !important;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px;
}
#commentUsername {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	
}
.add-new-comment-wrapp input,.add-new-comment-wrapp textarea {
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.comment-wrapper {
    width: auto;
    max-width: 93%;
    background: #9f912a;
    padding: 10px 20px 20px 20px;
    width: 100%;
       border-radius: 18px;
    position: relative;
	
}
.comment-wrapper:before {
	content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #9f912a;
	left: -15px;
	top: -20px;
	position: absolute;
	font-size: 4.5em;
}
.comment-user-img-wrapp, .comment-wrapper {
    display: inline-block;
    position: relative;
    float: left;
}

.comment-username {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 30;
    color: #ffffff;
    margin-bottom: 3px;
}

.comments {
    font-size: 1.1em;
	width: 100%;
	font-weight: 300;
}
.comments {
    display: block;
    color: #fff;
}
.comment-username {
	font-size: 1.2em;
}
.comment-username, .timePosted {
	display: inline-block;
}
.timePosted:before {
	content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin-right: 5px;
}
.timePosted {
    margin-top: 10px;
    font-weight: 300;
	margin-left: 10px;
	font-size: 0.9em;
	color: rgba(255, 255, 255, 0.75);
}

.add-new-comment-wrapp h4 {
    font-size: 1em;
    font-weight: 400;
	text-transform: uppercase;
    color: #ddd;
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
}

.add-new-comment-wrapp label {
    width: 100%;
	border-radius: 4px;
}
.nocommentsfornoobs {
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}
.nocommentsfornoobs,.post-new-comment-button-wrapp {
    text-align: center;
}

.post-new-comment-button-wrapp a {
    display: inline-block;
    width: auto;
    margin: 5px auto 8px auto;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 400;
    padding: 2px 16px;
    cursor: not-allowed;
	font-size: 0.9em;
	min-height: 30px;
}
.post-new-comment-button-wrapp a:hover {
	text-decoration: none;
}
.post-new-comment-button-wrapp a:visited, .post-new-comment-button-wrapp a:focus, .post-new-comment-button-wrapp a:active {
	text-decoration: none;
	outline: none;
}



.button-style-1 {
	background:#9f912a;
    color: #fff;
    font-size: 1.4em;
    padding: 8px 21px;
   
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 5px;
    
    text-shadow: 1px 1px 0 #244258;
}
.button-style-1.small {
	padding: 7px 25px;
}


.popup-wrapper {
max-width: 900px;
background: #fff;
padding: 30px 40px !important;
margin: 0 auto;
}
#terms-of-service h1 {
margin-top: 30px !important;
}
.popup-wrapper h2 {
color: #353535;
margin-bottom: 0;
}
.popup-wrapper input[type="text"], .popup-wrapper input, .form-control[disabled], .popup-wrapper textarea {
font-size: 16px !important;
background: #eee !important;
padding: 5px 10px !important;
font-weight: 700;
min-height: 46px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
border: none !important;
}

.mfp-container {
	
}

footer a {
	color: #999;
}


@media only screen and (max-width : 412px) {
	.intro h1 {
		font-size: 3em;
	}

	.intro h3 {
		font-size: 2em;
	}
}

/* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
    	.responsive-value-wrapper {
    		width: 79.333333%
    	}

    	.menu>ul>li.active>a {
		    
		    margin-bottom: 16px;
		}

		.control-increase {
			left:-20px;
			top:4px;
		}

		.control-decrease {
			right:-20px;
			top: 4px;
		}

		.account-popup h2 {
    margin: 0px;
    font-size: 1.3em;
    padding: 10px 10px;
    background-color: #000;
    text-align: center;
    font-weight: 600;
    color: #dbdcd7;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    	
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    		
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }


