@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,300i,400,400i,500,500i,600,700|Sacramento|Krub:200,200i,300,300i,400,400i,500,500i,600,600i');
/*
font-family: 'Sacramento', cursive;
font-family: 'Krub', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: "Segoe UI", Verdana, Geneva, sans-serif;
*/

@import url('myFonts.css');

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, 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, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;vertical-align:baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;overflow-y: scroll;}

body{
	font-family: 'Krub', sans-serif;
	font-weight:400;
    background: url("../../myAssets/myImages/bg.jpg") repeat left top;
    color: #333;
    font-size: 15px;
    line-height:175%;
}

h1, h2, h3, h4, h5, h6{text-align:left;margin:10px auto 5px;padding:0;font-weight:300;}
h1{font-size:40px;}
h2{font-size:32px;}
h3{font-size:28px;}
h4{font-size:18px;}
h5{font-size:14px;}

.bodyText h1, .bodyText h2, .bodyText h3{
	/*font-family: 'Sacramento', cursive;*/
	font-family: 'yanone_kaffeesatzlight';
	/*text-shadow: 3px 3px 1px white;*/
}
.bodyText h1{
	margin-top:40px;
}
.bodyText h3+p{
	margin-left:20px;
	border-left:1px dotted #2379cc;
	padding-left:20px;
}


.bodyText li {margin-top:20px;}

.gra_blue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2379cc+0,0050af+100 */
    background: #2379cc; /* Old browsers */
    background: -moz-linear-gradient(top, #2379cc 0%, #0050af 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2379cc 0%,#0050af 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2379cc 0%,#0050af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2379cc', endColorstr='#0050af',GradientType=0 ); /* IE6-9 */
}
strong{
	font-weight:500;
}

a{
    text-decoration: none !important;
	/*border: none !important;*/
    outline: 0;
	color:#333;
    -webkit-tap-highlight-color: transparent
}
.bodyText a{
	border-bottom:.01em dotted rgba(51, 51, 51, 0.24);
}
img {vertical-align: middle}
figure{margin:5px 0 10px;}
figcaption {text-align: center;font-size:10px;margin:5px auto 0;line-height:120%;}
hr {margin-top: 22px;margin-bottom: 22px;border: 0;border-top:1px solid rgba(255,255,255,.2);}
li {margin-left:30px;text-align:justify;}
p{text-align:justify;margin-bottom:10px;}
table {border-collapse: collapse;border-spacing: 0;}
footer{

}
footer h2{
	color: #0f95d4;
	font-size:24px;
}
.borderBlack{border:0.1em solid black;}

.brake{display:block;height:0;font-size:0;line-height:0;clear:both;}
.ruler{width:100%;height:1px;border-top:0.1em solid #999;clear:both;margin:10px 0;}
.line-dotted{
	width:100%;
	height:1px;
	border-top:.01em dotted #999;
	margin: 10px 0;
}

/*.image{
	background: url("images/bg.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

.border-top-bottom{
    background-color: rgba(140,145,160,0.1);
    border-radius:20px;
    border-top:1px dashed rgba(140,145,160,1);
    border-bottom:1px dashed rgba(140,145,160,1);
    padding:20px 5px;
    margin:20px auto;
}
.border-left-3-blue{
    border-left:3px solid #0055b4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afe0ff+0,7db9e8+75&1+0,0+75 */
    background: -moz-linear-gradient(left, rgba(175,224,255,1) 0%, rgba(125,185,232,0) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe0ff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.border-dashed-999{border:.01em dashed #999;}
.border-top-dashed-999{border-top:.01em dashed #999;}
.border-left-dashed-999{border-left:.01em dashed #999;}
.border-bottom-dashed-999{border-bottom:.01em dashed #999;}
.border-right-dashed-999{border-right:.01em dashed #999;}


.border-tb-bg{
    background-color: #FFF;
    padding:10px 20px;
    border-top:.01em dashed #CCC;
    border-bottom:.01em dashed #CCC;
    margin-top:40px;
    margin-bottom:40px;
}

.myDl dt{
    margin-top:5px;
}

.myDl dd{
    border-left:3px solid #ebebeb;
    border-right:3px solid #ebebeb;
    border-radius:25px;
    padding:10px 10px 10px 15px;
    margin-top:5px;
    margin-bottom:5px;
}

/* ----------------------------------------------------- */
.columnLeft div{
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

/* ----------------------------------------------------- */

.myDl-Border-Left dt, .myDl-Border-Left dd {
    margin-top:20px;
}

.myDl-Border-Left dt{
    text-align: right;
}

.myDl-Border-Left dd{
    border-left:1px dashed #CCC;
}

.textIndent15{
	padding-left:15px;
	text-indent: -15px;
}
.textIndent12{
	padding-left:12px;
	text-indent: -12px;
}


/*
write like this
	<span class="text-primary divider"></span>
	<span class="text-default divider"></span>
*/

.divider{display:block;padding:0;width:275px;border-bottom:1px solid rgba(0, 0, 0, 0.1);position:relative;color:transparent;background-color:transparent;border-top:none;margin:10px auto;}
.divider:before{content:'';top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;width:95px;border-bottom:3px solid;color:#fff;z-index:5;}
.divider.text-primary:before{color:#ff2934;}
.divider.text-default:before{color:#212526;}
.divider + h2{margin-top:39px;}


.box-shadow-left-right-outside
{
    box-shadow:
    inset 7px 0 7px -7px rgba(0,0,0,0.5), inset -7px 0 7px -7px rgba(0,0,0,0.5);
    padding-top:20px;
    padding-bottom:40px;
}

.box-shadow-left-right-inset
{
    box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3) , -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    -moz-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    -webkit-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    padding-top:20px;
    padding-bottom:40px;
}

.google-search{
	position: absolute;
	background-color:white;
	padding:0;
	border:0.1em solid #999;
	border-radius:5px;
}
.my-nav-tabs{
	font-size:11px;
	line-height:150%;
}
#myTags h4{
	font-size:10px;
	display: inline;
	color:#CCC;
	text-align:center;
	border:.01em dashed #CCC;
	border-radius:4px;
	padding:4px;
}
.articleBorder{
	border:.01em solid #CCC;
	border-radius:7px;
	border-left:4px solid #0a78a9;
	padding:10px 20px;
	margin-top:20px;
	box-shadow:3px 3px 3px rgba(204, 204, 204, 0.6);
}
.colorLightBlue{
	color: #0f95d4 !important;
}
.rightsReserved{
	font-size:11px;
	background-color:#333;
	color:#CCC;
	text-align:center;
	padding:5px;
}
.footerNav{
	background-color: #313131;
	text-align:center;
	padding:20px 0;
	border-bottom:.01em solid red;
}
.footerNav a{
	font-size:16px;
	color:#CCC;
}
.columnLeft h5{
	font-size:13px;
}
.redLine{
	max-width:300px;
	height:1px;
	border-top:.01em solid red;

}
.divWhite{
	padding:5px;
	background-color: white;
	border:.01em solid #CCC;
	border-radius:5px;
	margin-top:20px;
}
.placesToVisit h2{
	text-align:center;
	font-size:18px;
}

.placesToVisit figcaption{
	margin-top:10px;
}
.liloose li{
	margin-top:10px;
}
article{
	margin-top:40px;
}
.touristAttractions{
	padding-top:30px;
	padding-bottom:30px;
}
.touristAttractions h2{
	font-size:18px;
}
.touristAttractions li{
	font-size:13px;
	text-align:left;
}
.touristAttractions img{
	margin-top:15px;
	margin-bottom:15px;
	border-radius: 5px;
}
.touristAttractions li:last-child{
	font-weight:700;
	margin-top:15px;
	border-top:.01em dotted #CCC;
}




/*.googleMap{
	border-top: .01em solid #CCC;
	border-bottom: .01em solid #CCC;
	margin:20px auto;
	padding:0;
	box-shadow:
			0 -15px 8px -10px #CCC,
			0 15px 8px -10px #CCC;
}*/
.googleMap{
	border-bottom: .01em solid #666;
}
.image2{
	margin-right: auto !important;
	margin-left: auto !important;
	display: block !important;
}
.mySites{
	background-color: #000;
	padding-top:75px;
	padding-bottom:75px;
}
.mySites img{
	border:.01em solid grey
}
.mySites h3{
	color:orange;
	margin-top:0;
	font-size:16px;
}
.borderBlack50{
	border:.01em solid rgba(0,0,0,.3);
	box-shadow: 3px 3px 5px #CCC;
}
.img200{max-width:200px;}
.img250{max-width:250px;}
.img300{max-width:300px;}
.img350{max-width:350px;}
.img400{max-width:400px;}
.img450{max-width:450px;}

.gurudwaras1{

}
.gurudwaras1 h4{
	margin-bottom:40px!important;
	background: url(../../hd-images-wallpapers/amritsar-city/amritsar-city-guide/arrows.png) no-repeat left center;
	padding-left:30px;
}
.thumbnails2{
	background-color: rgba(255, 255, 255, 0.5);
	border:.01em solid #CCC;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 40px;
	padding:15px 25px 15px 15px;
	margin-bottom:30px;
}

.myTags {
	text-align: center !important;
	padding-top:20px;
	padding-bottom:15px;
	margin-top:20px;
}
.myTags h4{
	border:.01em dotted #CCC;
	padding:3px 5px;
	display: inline;
	font-size:10px;
	border-radius:5px;
	margin-left:5px;
	margin-right:5px;
	color:#CCC!important;
}
