@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

 *:focus{outline:none;}
  
body {
  line-height: 1;
font-size:14px;
  }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #FFF;
  color: #505050;
  font-family: "Ubuntu";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #0683c9; 
  /* font-weight:bold; */
  }

a:hover {
  color: #0793e2; }

/* =Template
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto; }

#main {
  background-color: #fff;
}

.loader{position:fixed;z-index:9999;background:url(../img/loader.gif) #fff 50% 50% no-repeat;top:0;left:0;height:100%;width:100%;cursor:wait;display:none;}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 0 30px; }

section {
  padding: 60px 0; }
  section h1 {
    font-weight: 700;
    margin-bottom: 10px; }
  section p {
    margin-bottom: 30px; }
    section p:last-child {
      margin-bottom: 0; }
  section.color {
    background-color: #3cb5f9;
    color: white; }

/* =Info Bar
-------------------------------------------------------------- */
#info-bar {
  background-color: #3cb5f9; }
  #info-bar a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 10px; }
    #info-bar a:hover {
      background-color: #0793e2; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    display: block;
    width: 50%; }
  #info-bar span.all-tutorials {
    float: left;
    text-align: left; }
  #info-bar span.back-to-tutorial {
    float: right;
    text-align: right; }

/* =Header
-------------------------------------------------------------- */
header {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #333;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  header h1#logo {
    display: inline-block;
    height: 150px;
    line-height: 150px;
    float: left;
    font-family: "Ubuntu";
    font-size: 60px;
    color: white;
    font-weight: 800;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  header nav {
    display: inline-block;
    float: right; }
    header nav a {
      line-height: 150px;
      margin-left: 20px;
      color: #9fdbfc;
      font-weight: 700;
      font-size: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      header nav a:hover {
        color: white; }
  header.smaller {
    height: 75px; }
    header.smaller h1#logo {
      width: 250px;
      height: 75px;
      line-height: 75px;
      font-size: 30px; }
	   header.smaller img{
	   width:200px;
	     -webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	   }
    header.smaller nav a {
      line-height: 75px; }

/* =Footer
-------------------------------------------------------------- */
footer{
width:100%;
background:#0683C9;
color:#FFF;
padding:15px 10px 10px 10px;
position:fixed;
bottom:0;
text-align:center;
}


/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* =Media Queries
-------------------------------------------------------------- */

@media all and (max-width: 800px) {
  header h1#logo {
    font-size:20px;
	}
}

@media all and (max-width: 660px) {

.overlay-content{
top:0%;
}

 /* =Header
  -------------------------------------------------------------- */
  header h1#logo {
    display: block;
    float: none;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    text-align: center; }
  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 50px;
      margin: 0 10px; }
  header.smaller {
    height: 75px; }
    header.smaller h1#logo {
      height: 40px;
      line-height: 40px;
      font-size: 30px; }
    header.smaller nav {
      height: 35px; }
      header.smaller nav a {
        line-height: 35px; } }
@media all and (max-width: 600px) {
  .container {
    width: 100%; }

  #info-bar a {
    display: block; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    width: 100%; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    float: none;
    text-align: center; }
  #info-bar span.all-tutorials {
    border-bottom: solid 1px #0793e2; } }

	
	.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
   	z-index:1000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(6,131,201, 0.97);
    overflow-y: hidden;
    transition: 0.5s;
	font-weight:400;
}

.overlay-content {
    position: relative;
    top: 11%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    display: block;
    transition: 0.3s;
	font-family:"Raleway";

}

.overlay a:hover, .overlay a:focus {
    color: #DDD;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .closebtn {
    font-size: 40px !important;
    top: 15px;
    right: 35px;
  }
}



.circle{
		display                : block;
		background-color       : #FFF;
		height                 : 200px;
		width                  : 200px;
		-webkit-border-radius  : 50%;
		-moz-border-radius     : 50%;
		text-align             : center;
		color                  : black;
		border                 : 10px solid rgba(255, 255, 255, .1);
		-webkit-background-clip: padding-box; /* for Safari */
		background-clip        : padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.circle_text{
  display:block;
  padding-top:40px;
 }


.op_input{
	margin-top:5px;
}

.content_white{
	color                : #919CA4;
}

.fa-r {margin-right: 5px;}

.fakeInp{
	background: #E5EAED;
    color: #333;
    padding: 5px;
    border: 1px solid #919CA4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    font-family: "Ubuntu";
	font-size:14px;
}

.green{
	width: 100%;
	padding: 9px;
	text-align: center;
	color:#FFF;
	background: #47B669;
	border: none;
	border: 2px solid transparent;
	font-family: "Ubuntu";
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: 1s;
	font-size:14px;
	-webkit-transition: 1s;
}

.green:hover{
	background: #378C51;
}


.red{
	font-size:14px;
	width: 100%;
	padding: 9px;
	text-align: center;
	color:#FFF;
	background: tomato;
	border: none;
	border: 2px solid transparent;
	font-family: "Ubuntu";
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: 1s;
	-webkit-transition: 1s;
}

.red:hover{
	background: #FB2500;
}

.orange{
	font-size:14px;
	width: 100%;
	padding: 9px;
	text-align: center;
	color:#FFF;
	background: orange;
	border: none;
	border: 2px solid transparent;
	font-family: "Ubuntu";
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: 1s;
	-webkit-transition: 1s;
}

.orange:hover{
	background: #EA8C00;
}


.blue{
	font-size:14px;
	width: 100%;
	padding: 9px;
	text-align: center;
	color:#FFF;
	background: #3279C8;
	border: none;
	border: 2px solid transparent;
	font-family: "Ubuntu";
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: 1s;
	-webkit-transition: 1s;
}

.blue:hover{
	background: #25649E;
}


label{
margin-bottom:5px;
}

input[type="text"],input[type="password"] {
	background           : #E5EAED;
	color                : #333;
	padding              : 10px;
	border               : 1px solid #919CA4;
	-webkit-border-radius: 2px;
	-moz-border-radius   : 2px;
	border-radius        : 2px;
	width: 100%;
	font-family: "Ubuntu";
	font-size:14px;
}

textarea {
	background           : #E5EAED;
	color                : #333;
	padding              : 10px;
	border               : 1px solid #919CA4;
	-webkit-border-radius: 2px;
	-moz-border-radius   : 2px;
	border-radius        : 2px;
	width: 100%;
	font-family: "Ubuntu";
	height:130px;
		font-size:14px;
}


select{
	background           : #E5EAED;
	color                : #333;
	padding              : 8.6px;
	border               : 1px solid #919CA4;
	-webkit-border-radius: 2px;
	-moz-border-radius   : 2px;
	border-radius        : 2px;
	width: 100%;
	font-family: "Ubuntu";
		font-size:14px;
}

@media screen and (max-width: 40em) {
	body {
		font-size: 80%;
	}
	.codrops-header h1 {
		font-size: 2.5em;
	}
	.codrops-demos {
		max-width: 900px;
		padding: 2em 2em 0;
	}
	.related > a {
		margin: 20px 0;
	}
}

@media screen and (max-width: 25em) {

	.codrops-icon {
		font-size: 250%;
	}

	.codrops-icon span {
		display: none;
	}
}

@media screen and (max-width: 1150px) {

		.circle{display: none;}
		#case_name{display: none;}
		#case_info{display: none;}

}


/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  font-family: Ubuntu;
  text-align: center;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  border-radius: 2px;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 150%;
  left: 50%;
  font-family: Ubuntu;
  text-align: center;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}



.overlay3 {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9998;
}

.modal3{
	display:none;position:fixed;z-index:9999;left: 50%;border:1px solid #999;margin-left: -25%;width:50%;margin-top:100px;background:#FFF;color:#333;font-size:18px;padding:30px;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;
}

.overlay2 {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9998;
}

.modal2{
	display:none;position:fixed;z-index:9999;left: 50%;border:1px solid #999;margin-left: -25%;width:50%;margin-top:100px;background:#FFF;color:#333;font-size:18px;padding:30px;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;
}
.name_cli_select{
			margin:10px 0px;
			padding:5px;
			background:#F9F9F9;
			cursor:pointer;
			font-family: Ubuntu;
		}
		
		.name_cli_select:hover{
			background:#DDD;

		}

		
		@media screen and (max-width: 900px) {

	.modal{
	position:fixed;
	z-index:9999;
	left: 0;
	border:1px solid #999;
	margin-left: 0;
	width:100%;
	margin-top:25px;
	background:#FFF;
	color:#333;
	font-size:12px;
	padding:30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
	
	.modal2{
	position:fixed;
	z-index:9999;
	left: 0;
	border:1px solid #999;
	margin-left: 0;
	width:100%;
	margin-top:25px;
	background:#FFF;
	color:#333;
	font-size:12px;
	padding:30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
}

	
button{
cursor:pointer;
}

#directions-panel{font-size:15px;}

 #sortable1 { height: 480px; border:1px solid #919CA4;overflow-y: scroll;list-style-type: none; }
 
    #sortable1 li, #sortable2 li{ margin:10px 10px 10px 0px;font-size: 16px; border:1px solid #919CA4;padding:5px; cursor: move;  background: #E5EAED; color:#333; font-family: "Ubuntu"}
	
      #sortable2 { height: 480px; border:1px dashed #919CA4;overflow-y: scroll; margin-top: -4px; background:#FFF; }
	  
	#sortable2 li {    margin-left: 10px; }
      #sortable2 .selected { background: #cdcfcf;}
	  #sortable1 .selected { background: #cdcfcf;}
	  
	  #overlay_name{
		  background: #FFF;
		  width:100%;
		  z-index:10000;
		  height:100%;
		  position:fixed;
		  top:0;
		  left:0;
		 overflow-y: scroll;
		 padding-top:60px;
		 display:none;
	  }
	  
	  .cross{
		  float: right;
		  top:15px;
		  right:65px;
		  position:fixed;
		  z-index:99999;
		  color:#0683c9;
		  cursor:pointer;
		  font-size:40px;
	  }
	  
	  
	 
.circle{
	float:right;
	margin-top:-5px;
	margin-right:15px;
	display:inline-block;
    width:40px;
    background:#fff;
    height:40px;
	color:#36668D;
    text-align:center;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
    line-height: 22px;
}

.circle_reponse{
	float:right;
	display:inline-block;
    width:30px;
    background:#fff;
    height:30px;
	color:#36668D;
    text-align:center;
    border-radius:30px;
    line-height: 35px;
	font-size:11px;
	margin-top:0px;
}

.dial{
	background:#0079C2;
	color:#FFF;
	padding:8px;

	cursor:pointer;
	font-weight:400;
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}  
	  
	  .ahref{
display:block;
margin:10px 0px 10px 0px;
color: #0079C2;
background:#F1F1F1;
padding:20px;
}


#message{
display:block;
background:#A5C4DC;
border:2px solid #36668D;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:35px;
margin-top:20px;
font-family:"Ubuntu";
text-align:justify;

}
.cmt_cpt{
display:inline-block;
float:left;
font-weight:bold;
font-size:22Px;
}

.cmt_date{
font-size:12px;
color:#AAA;
float:right;
display:inline-block;

}
#block_post{
margin-top:10px;
display:block;
margin-bottom:50px;
}

h8{
font-size:22px;
font-weight:bold;
}

#user{
display:inline-block;
width:250px;
vertical-align:top;
/* background:url('../forum/user.png')no-repeat; */
background-position:center top;
text-align:center;
padding-top:90px;
color: #111;
font-weight:bold;
}

#post{
margin-left:55px;
width:60%;
vertical-align:top;
color:#373737;
display:inline-block;
background:#F6F6F6;
border:2px solid #DDDDDD;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
padding:35px;
font-family:"Ubuntu";
}
.arrow_box {
	position: relative;
	background: #F6F6F6;
	border: 2px solid #DDDDDD;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 36px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(246, 246, 246, 0);
	border-right-color: #F6F6F6;
	border-width: 15px;
	margin-top: -15px;
}
.arrow_box:before {
	border-color: rgba(221, 221, 221, 0);
	border-right-color: #DDDDDD;
	border-width: 18px;
	margin-top: -18px;
}
.rep{
		display:inline-block;
		margin:30px;
		letter-spacing:1px;
        padding: 8px 55px 8px 55px;
        border: 2px solid #36668D;
        background: transparent;
        color: #36668D;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: bold;
        -moz-transition: 1s;
        -ms-transition:  1s;
        -o-transition:   1s;
        -webkit-transition:  1s;
        transition:  1s;
		cursor:pointer;
}
.rep:hover {
    background: #36668D;
    color: #fff;
     border: 2px solid transparent;
}

.dial{
		margin-top:-10px;
		letter-spacing:1px;
        padding: 8px 55px 8px 55px;		
		background: #36668D;
		color: #fff;
		border: 2px solid transparent;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: bold;
        -moz-transition: 1s;
        -ms-transition:  1s;
        -o-transition:   1s;
        -webkit-transition:  1s;
        transition:  1s;
		cursor:pointer;
}
.dial:hover {
        border: 2px solid #36668D;
        background: transparent;
        color: #36668D;
}
	  