/* 
Name: Jquery Full Content
Authors: Amit Singh & Adhir Pandit
Date: 2012-05-04
*/
/* ALL */
/* ----------------------------------------- */
*:focus {
    outline: none;
}
a:active,a:focus {
outline: none;
}
body {color: #707070;}

.wrap { width: 80%; margin: 0 auto; top: 20%;}
.wrap h1 {top: 25%;font-size: 36px; text-transform:uppercase;}

h3 a:hover, h2 a:hover { text-decoration: underline; }

.options { list-style: none; margin-top: 20%; }
.options li { float:none;  width: 33%; height: 350px; }
.options li .center { margin: 0 auto; float: none; }
.options li:last-child { margin: 0 auto;  }

.options a { background: #1A1A1A; display: block; width: 120px; height: 120px; border-radius: 50%; border: 5px solid #333; 
			color: #fff; text-decoration: none; font-size: 20px; text-align: center; padding-top: 20px; 
			margin: 0 auto; /* background:#f89829; */ /* text-shadow: 1px 1px 1px #B16D24; */ margin-top: 19px; -webkit-transition: 0.4s all; -moz-transition: 0.4s all;-ms-transition: 0.4s all;transition: 0.4s all;}

	.options a:hover {background: none; /* border: none; */  color: #6D6D6D;}
	.options a big { display: block; font-size: 17px; }

p {
    color: #323237;
    font-size: 18px;
    line-height: 30px;
    padding-top: 10px;
}

/* SPECIFICS */
/* ----------------------------------------- */
.big li { width: 50%; height: auto; }
.big li a { width: 200px; height: 200px; padding-top: 110px; margin: 0 5%; }
.big li:first-child a { float: right; }

.small li { width: 100%; height: auto; }
.small li a  { width: 180px; height: 180px; font-size: 20px; padding-top: 30px; }
.small a big { font-size: 28px }

/*.documentation h2 { padding: 40px 0 20px 0; } 
.download h2:first-child, .documentation h2:first-child, .what h2:first-child { padding-top: 8%; }*/

.list { font-size: 25px; list-style: disc; margin: 3% 10%}
.list li { margin: 10px 0; }

.documentation .wrap { padding-bottom: 50px; }

.options .glyphicon{

    padding-top: 10px;
    font-size: 30px;
    font-weight: 300;

    background: none;
  }
.options .glyphicon-chevron-down{
    display: block;
 -webkit-animation: bounce 1s infinite;
-moz-animation: bounce 2s infinite;
-ms-animation: bounce 2s infinite;
animation: bounce 2s infinite;
}
.options .glyphicon-chevron-up, .glyphicon-chevron-left, .glyphicon-chevron-right{
        padding: 0;
    font-size: 20px !important;
    display: inline;
}
header {
	display:block; width:100%;
}
	h1 { /* font-size: 55px  */}
	.ml {
		 /* margin-left: -182px; */
	
		 /* margin-bottom: 20px; */
}

.pull-right .glyphicon-chevron-left, .glyphicon-chevron-right{
    background: none;
}
.options a big .glyphicon-chevron-right{
    color: #fff;
}
.testimonials h5{
    
    line-height: 1.8em;
    font-weight: no;
}
/* MEDIA QUERIES */
/* ----------------------------------------- */

@media screen and (max-width: 1380px) {
.wrap { width: 80%; margin: 0 auto; top: 20%;}
.flexslider p { line-height:24px;}
}

@media screen and (max-width: 1000px) {
 
/*h1 { font-size: 90px }*/
/*h2 { font-size: 40px; letter-spacing: normal; }*/


.options li { 
	float: none;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 3%;
}

.big li a { 
	float:none !important;
	margin: 0 auto; 
}
}

@media (max-width: 480px) { 
	h1 { font-size: 35px }
h2 { font-size: 20px; letter-spacing: normal; }
}
