/*
	Edited by Anwesh Maile
	for RMRC, Port Blair

 with basic styles from

* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 85%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #565656;
  text-align: justify; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #76323f;
}
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #0066ff;
  text-decoration: none; }
a:hover {
  color: #76323f;
  text-shadow: 0 0 15px #565656;  }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #c09f80;
  border-color: #c09f80; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #76323f;
  border-color: #76323f; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 800; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc outside; }
ol {
  list-style: decimal outside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 100%; }
li {
  margin-bottom: 1rem;
  margin-left: 10px;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 25px; }
th:last-child,
td:last-child {
  padding-right: 15px; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #d7cec7; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }



/*///-----Self inserted styles START------///*/

/* --- Title bar --- */
.titlebar {
    margin-top: 3%;
    padding: 2%;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

/* --- Title bar links --- */
.titlelinks {
    margin: auto;
    padding: 5px 0 5px 0;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to bottom, #ffffff 98%, #565656 100%);
}
.titlelinks a {
    color: #76323f;
    text-shadow: 0 0 10px #76323f;
}
.titlelinks a:hover {
    color: #c09f80;
    text-shadow: 0 0 10px #76323f;
}

/* --- Slideshow in the header --- */
@keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
}

#slider { overflow: hidden; }
#slider figure img { width: 20%; float: left; }
#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite;
}

/* ---- Navigation bar ---- */
.nav {
    background-color: inherit;
    font-family: 'Roboto', sans-serif;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
}

.nav li {
	float: left;
}

.nav li a, .dropbtn {
	display: inline-block;
	color: #565656;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
}

.nav li a:hover, .dropdown:hover .dropbtn {
    border-bottom: 5px solid #c09f80;
    color: #c09f80;
	  text-shadow: none;
}

.nav .active {
	color: #76323f;
	border-bottom: 5px solid #76323f;
}

.nav li.dropdown {
	display: inline-block;
}

.nav .dropdown-content {
	display: none;
	position: absolute;
	background-color: #c09f80;
    transition: background-color .4s;
	min-width: 160px;
	box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.5);
	z-index: 1;
}

.nav .dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.nav .dropdown-content a:hover {
	background-color: #76323f;
    border-bottom: 0px solid white;
    transition: background-color .4s;
}

.nav .dropdown:hover .dropdown-content {
	display: block;
}

/*---- Vertical Nav bar ----*/
.v-nav {
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-variant: small-caps;
}

.v-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: white;
}

.v-nav li a {
	display: block;
	color: #000;
	margin: 0;
	padding: 8px 16px;
	text-decoration: none;
	background-color: #d7cec7;
	border: 2px solid #d7cec7;
    border-radius: 5px;
    transition: background-color .3s;
}

.v-nav li a:hover {
	color: #fff;
	text-shadow: none;
    background-color: #c09f80;
    border: 2px solid #c09f80;
    transition: background-color .3s;
}

.v-nav .active-v {
	background-color: #76323f;
	color: #fff;
	text-shadow: none;
    border: 2px solid #76323f;
}

/*---- Notification Panel ----*/
.n-panel {
	margin: 0;
	padding: 2px;
	font-size: 0.9em;
}

.n-panel a {
	text-shadow: none;
	color: #565656;
    font-weight: bold;
}

.n-panel a:hover {
	color: #76323f;
    text-shadow: 0 0 10px #565656;
}

.np-head {
	text-align: center;
	font-weight: bold;
}

.np-head a {
    color: #76323f;
}

@keyframes new-notif {
	0% {background-color: #76323f; border: 1px solid #76323f;}
    50% {background-color: #c09f80; border: 1px solid #c09f80;}
	100% {background-color: #d7cec7; border: 1px solid #d7cec7;}
}

.np-new {
	color: #fff;
	margin: 5px;
	padding: 8px 16px;
	text-align: left;
	text-decoration: none;
	border: 1px solid #565656;
	border-radius: 10px;
	animation: new-notif 1s linear 0s infinite alternate;
}

.np-new a {
    color: #fff;
}

.np-new a:hover {
    color: #fff;
}

.np-new:hover {
	animation: none;
	background-color: #76323f;
    color: #fff;
}

.np-old {
	color: #565656;
	margin: 5px;
	padding: 8px 16px;
	text-align: left;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #565656;
    font-size: 0.9em;
}

.np-form {
	color: #000;
	margin: 5px;
	padding: 8px 16px;
	text-align: left;
	text-decoration: none;
	background-color: #d7cec7;

}



/* --- Profile Panel --- */
.prof-panel {
    max-width: 90%;
	font-size: 0.9em;
    margin: 0;
    padding: 15px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
}

.prof-img {
  margin: 20px;
  padding: 5px;
  padding-bottom: 0;
  border: 1px solid #bfbfbf;
}

.prof-img img {
  width: 100%;
}

.prof-contact {
  margin: 5px;
  text-align: left;
  padding: 8px;
  padding-bottom: 0;
}

.prof-res-sp {
  margin: 5px;
  text-align: left;
  background-color: #d7cec7;
  padding: 8px;
  padding-bottom: 1px;
}

.prof-res-sp b {
  text-transform: uppercase;
}

.prof-last {
  padding-left: 20px;
  background-color: #d7cec7;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.prof-last h5 {
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}

.prof-last a {
    color: #565656;
    text-shadow: 0 0 10px #76323f;
}

.prof-last a:hover {
    color: #fff;
}

/* --- Divisions Nav --- */
.dept-nav {
	max-width: 90%;
	font-size: 0.9em;
}

.dept-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
    text-align: left;
}

.dept-nav li a {
	display: block;
	color: #565656;
    font-weight: bold;
	margin: 5px;
	padding: 8px 16px;
	text-decoration: none;
	background-color: #d7cec7;
	border: 1px solid #565656;
}

.dept-nav li a:hover {
	text-shadow: none;
	border-right: 8px solid #76323f;
}

.dept-nav .active-dept {
	text-shadow: none;
	border-right: 8px solid #76323f;
}

.dept-head {
	text-align: center;
	font-weight: bold;
}

/* --- Main content --- */
.content {
	margin: 5px;
	padding-bottom: 20px;
}

/* --- Awards page --- */
.award {
  margin: 1%;
  padding: 0;
  text-align: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.award h5 {
  padding: 5px 20px;
  background-color: #d7cec7;
  font-weight: bold;
}

.award ul {
  padding: 20px;
  font-size: 0.9em;
  text-align: justify;
}

/* --- Calender of Events --- */
.cal {
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.cal h5 {
  background-color: #d7cec7;
  padding: 30px;
  font-size: 3.3em;
  font-weight: bold;
}

.cal p {
  padding: 2px;
}

/* --- Download Application Forms --- */
.d-panel {
	margin: 10px;
	padding: 20px;
	font-size: 0.85em;
}

.d-panel a {
	text-shadow: none;
	color: black;
}

.dp-head {
	text-align: center;
	font-weight: bold;
    text-transform: uppercase;
}

.d-form {
  width: 75%;
  border: 1px solid #999999;
  text-align: center;
  margin: auto;
}

.d-form:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.d-form h5 {
  padding: 30px;
  font-size: 4em;
  font-weight: bold;
  color: #000;
}

.d-form p {
  padding: 0 25px;
}

/* --- Publications --- */
.pub {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pub h5 {
  padding: 15px 0;
  background-color: #c09f80;
  font-weight: bold;
  text-align: center;
}

.pub ol{
  padding: 0 20px 0 40px;
}

.pub a {
  float: right;
  margin: 2px;
}

.pub li {
  line-height: 2em;
  padding-bottom: 15px;
}

/* --- Pagination ---
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}

.pagination>li{display:inline}

.pagination>li>a,
.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}

.pagination>li:first-child>a,
.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}

.pagination>li:last-child>a,
.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#c09f80;border-color:#c09f80}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}

.pagination-lg>li>a,
.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}

.pagination-sm>li>a,
.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

*/
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  text-shadow: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 5px;
}

.pagination a.active {
  background-color: #c09f80;
  border: 1px solid #c09f80;
  color: #fff;
}

.pagination a:hover:not(.active) {
  background-color: #d7cec7;
}



/* --- Buttons row --- */
.buttons-row {
	padding: 30px;
	text-align: center;
}

.buttons-row a {
	color: white;
	text-shadow: none;
	padding: 10px 20px;
	border: 1px solid #76323f;
	background-color: #76323f;
}

.buttons-row a:hover {
	box-shadow: 2px 2px 20px #000;
}

/* --- Pictures Row --- */
.pic-row {
	text-align: center;
}

.polaroid {
	width: 100%;
	background-color: #d7cec7;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 15px;
}

.polaroid-txt {
	text-align: center;
	padding: 10px 20px;
    font-size: 0.9em;
    font-weight: bold;
}

/* --- Side images --- */
.side-img {
    width: 90%;
	background-color: #d7cec7;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
	margin: 7%;
    margin-left: 1%;
}

/* --- Table --- */
table {
  width: 100%;
  margin: 10px;
  font-size: 0.9em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

th {
  background-color: #c09f80;
  color: #fff;
}

caption {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
}

/* --- Footer --- */
.footer {
	background-color: #76323f;
	text-align: center;
	color: #fff;
	font-size: 0.85em;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.footer h6 {
    color: #c09f80;
    font-variant: small-caps;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff;
	background-color: inherit;
	text-shadow: 0 0 15px #fff;
}

/* --- Info in footer --- */
.f-info {
	padding: 15px;
}

/* --- social links --- */
.f-social {
	padding: 15px;
}

.f-social ul {
	font-family: FontAwesome;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 2em;
	font-style: normal;
	cursor: default;
}

.f-social li {
	padding: 10px 10px;
	-moz-transition: top .15s ease-in-out;
	-webkit-transition: top .15s ease-in-out;
	-ms-transition: top .15s ease-in-out;
	transition: top .15s ease-in-out;
	position: relative;
	display: inline-block;
	margin: 0 0.25em 0 0.25em;
	top: 0;
}


.f-social li a {
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 6px;
	outline: 0;
	background: #d7cec7;
	text-align: center;
	text-shadow: none;
    color: #565656;
}

.f-social li a:before {
	font-size: 32px;
	line-height: 48px;
}

.f-social li:hover {
	top: -5px;
}

	.f-social li:hover a.fa-facebook {
		background-color: #3C5A98;
	}

	.f-social li:hover a.fa-twitter {
		background-color: #2DAAE4;
	}

	.f-social li:hover a.fa-google-plus {
		background-color: #DA2713;
	}

.f-social li:active {
	top: 0;
}

.label {
	display: none;
}

/* --- Credits --- */
.f-design {
	padding: 10px 30px 40px 30px;
}

/*///-----Self inserted styles END------///*/

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
