


#float-right{
	float:right;	
}

/* ******************************************************
	Header
*********************************************************/

.ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px 0;
    text-transform: uppercase;
    width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
    margin: 24px 0;
    padding: 0;
    text-align: left;
}
.ScriptTop li{
	list-style:none;	
	display:inline-block;
}
.ScriptTop li a {
    background: #6a4aed none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-decoration: none;
    text-transform: capitalize;
}
.ScriptTop li a:hover{
	background:#000;
	color:#fff;
}


/* Header*/
.ScriptHeader {
    float: left;
    width: 100%;
    padding-top: 2em;
	text-align:center;
}
.rt-heading{
	padding-bottom: 10px;
}
.ScriptHeader h1{
	color:#fff;
	font-size: 26px;
	line-height: 1.3;
	margin: 0;
	font-weight: 400;
}
.ScriptHeader h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: normal;
	text-transform:uppercase;
}

.ScriptHeader h1 span {
    display: block;
font-size: 22px;
color: #fff;
padding: 0;
margin-top: 6px;
}
.ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}

.searchText { color: #fff; position: relative; top: 13px; left: 17px; }

  .speech {
        border: 1px solid #DDD;
        width: 90%;
	height: 40px;
        padding:0;
        margin:0;
			background-color: #fff;
      }

      .speech input {
        border:0;
        width:96%;
        display:inline-block;
        height:30px;
        font-size: 14px;
		  padding: 5px 0 0 12px;
		  outline: none;
      }

      .speech img {
        float:right;
        width:40px;
			position: relative; bottom: 35px;
      }


 
/* ******************************************************
	Live Demo
*********************************************************/

/* demo buttons */
.codeconDemos{
	float:left;
	width:100%;
	text-align:center;	
	padding: 2em 0;
}
.codeconDemos a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    margin: 0.5em;
    outline: medium none;
    padding: 0.5em 1.5em;
    text-decoration: none;
}
.codeconDemos a:hover, 
.codeconDemos a.active, 
.codeconDemos a.active:hover {
    opacity: 0.7;
}

/* To Navigation Style */
.codeconTop {
	font-family: 'Lato', Arial, sans-serif;
	float:left;
    background:#54573A;
    font-size: 0.69em;
    line-height: 2.2;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
	padding:10px;
}
.codeconTop ul{
	margin:0;
	padding:0;	
}
.codeconTop li{
	list-style:none;
	display:inline-block;	
}
.codeconTop a {
    color: #fff;
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 12px;
    text-decoration: none;
}

.codeconTop a:hover {

	color: #000;
}

.codeconTop span.right {
	float: right;
}

.codeconTop span.right a {
	float: left;
	display: block;
}

/* ******************************************************
	Related Demo
*********************************************************/

.related {
    background: #fff;
    font-family: 'Lato', sans-serif;
    color: #566473;
    font-weight: 300;
    text-align: center;
	margin-bottom:0;
	padding:3em 0;
}
.related p {
    font-size: 1.5em;
    text-align: center;
}
.related a h3 {
	line-height: 1.25;
    margin: 0;
    padding: 0.5em 0 0.3em;
    text-align: left;
	color: #235992;
	font-weight:400;
}
.related a {
	border: 1px solid #9db6cf;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}
.related a:hover {
	border-color: #566473;
	color: #566473;
}
.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}
/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
	margin: 0 auto;
	padding-left:12px;
	padding-right:12px;
}
.rt-row:before, .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}
[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}


@media (min-width: 768px) {
  .rt-container {
    width: 750px;
  }
  [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .col-rt-6, .col-rt-12 {
    width: 100%;
  }
  
}

@media (min-width: 1200px) {
	.rt-container {
		width: 1170px;
	}
	.col-rt-1 {
		width:16.6%;
	}
	.col-rt-2 {
		width:30.33%;
	}
	.col-rt-3 {
		width:80%;
        position: absolute;
        right: 0;
        top: 22px;
	}
	.col-rt-4 {
		width: 67.664%;
	}
	.col-rt-5 {
		width: 83.33%;
	}
	

}

@media only screen and (min-width:240px) and (max-width: 768px){
	 .ScriptTop h1, .ScriptTop ul {
		text-align: center;
	}
	.ScriptTop h1{
		margin-top:0;
		margin-bottom:15px;
	}
	.ScriptTop ul{
		 margin-top:12px;		
	}
	
	.ScriptHeader h1,
	.ScriptHeader h2, 
	.scriptnav ul{
		text-align:center;	
	}
	.scriptnav ul{
		 margin-top:12px;		
	}
	#float-right{
		float:none;	
	}
	
}



.Exp-serach {
    position: relative;
    width: 0%;
    min-width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
	z-index: 9;
}
.ExpInput {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444444;
    font-family: inherit;
    font-size: 20px;
    height: 36px;
    margin: 0;
    outline: medium none;
    padding: 0 2%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 10;
    /* box-shadow: #231f20 0 0 2px; */
    font-family: 'Nunito Sans', sans-serif;
}
 
input[type="search"].ExpInput {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    
}
.ExpInput::-webkit-input-placeholder {
    color: #999999;
}
 
.ExpInput:-moz-placeholder {
    color: #999999;
}
 
.ExpInput::-moz-placeholder {
    color: #999999;
}
 
.ExpInput:-ms-input-placeholder {
    color: #999999;
}

.ExpIcon,
.Expbtn  {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.Expbtn {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color:red;
    border: none;
    outline: none;
    z-index: -9991;
}

.ExpIcon {
    color: #fff;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
 
.ExpIcon:before {
    content: "";
}

.Exp-serach.Exp-serach-open,
.no-js .Exp-serach {
    width: 100%;
}

.Exp-serach.Exp-serach-open .ExpIcon,
.no-js .Exp-serach .ExpIcon {
   
    color: #fff;
    z-index: 11;
}

.Exp-serach.Exp-serach-open .Expbtn,
.no-js .Exp-serach .Expbtn {
/*    z-index: 90;*/
}